﻿@charset "UTF-8";
/*!
 * Cy Style Projects for XiangXiangZui2018 (https://RNMMP.grd)
 * Copyright 2016-2018 Code yo,Authors own.
 * Licensed under MIT,GCC-GCZ-GPP (https://RNMMP.grd/AiYongBuYong/AiShuoBuShuo/)
 * Date 2018-4-25
 */
/*! Reset v1.2.1-alpha.2 */
html {
    height: 100%;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font: normal 14px/30px Arial,sans-serif;
    color: #666;
    background: #fff
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1
}

p {
    margin: 0
}

address {
    margin-bottom: 1.125rem;
    font-style: normal;
    line-height: inherit
}

dd, dl, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

blockquote {
    margin: 0 2.875em 1.125em 2.875em
}

small {
    font-size: 62.5%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.375em
}

sup {
    top: -.5em
}

a {
    color: inherit;
    text-decoration: none
}

i {
    font-style: inherit
}

figure {
    margin: 0
}

img {
    vertical-align: top;
    border: 0 none
}

    img::-moz-selection {
        background: 0 0
    }

    img::selection {
        background: 0 0
    }

table {
    width: 100%;
    border-collapse: collapse
}

th {
    text-align: inherit
}

button, input, optgroup, option, select, textarea {
    margin: 0;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit
}

button, input, option, select {
    outline: 0 none
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

button {
    cursor: pointer
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

textarea {
    padding: .375em .625em;
    overflow: auto;
    resize: none
}

a, button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

hr {
    visibility: visible;
    height: 1px;
    margin: 0;
    background: #eee;
    border: 0 none
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

:focus {
    outline: 0 none
}
/*! Animate v2.1.0-alpha.1 */
.container {
    -webkit-transition: max-width .3s;
    -o-transition: max-width .3s;
    transition: max-width .3s
}

.act {
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.cy-tg.cy-upToDown {
    opacity: 0;
    -webkit-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    transform: translate(0,-20px)
}

.cy-tg.cy-downToUp {
    opacity: 0;
    -webkit-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    transform: translate(0,20px)
}

.cy-tg.cy-leftToRight {
    opacity: 0;
    -webkit-transform: translate(-20px,0);
    -ms-transform: translate(-20px,0);
    transform: translate(-20px,0)
}

.cy-tg.cy-rightToLeft {
    opacity: 0;
    -webkit-transform: translate(20px,0);
    -ms-transform: translate(20px,0);
    transform: translate(20px,0)
}

.act.cy-downToUp, .act.cy-leftToRight, .act.cy-rightToLeft, .act.cy-upToDown {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.cy-tg.cy-rightToLeftSkew {
    opacity: 0;
    -webkit-transform: translate(20px,0) scale(.9) skew(-20deg);
    -ms-transform: translate(20px,0) scale(.9) skew(-20deg);
    transform: translate(20px,0) scale(.9) skew(-20deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.act.cy-rightToLeftSkew {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.cy-tg.cy-rightToLeftScale {
    opacity: 0;
    -webkit-transform: translate(20px,0) scale(.9);
    -ms-transform: translate(20px,0) scale(.9);
    transform: translate(20px,0) scale(.9);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.act.cy-rightToLeftScale {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.cy-tg.cy-upToDownScale {
    opacity: 0;
    -webkit-transform: translate(0,-20%) scale(.2);
    -ms-transform: translate(0,-20%) scale(.2);
    transform: translate(0,-20%) scale(.2);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.act.cy-upToDownScale {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.cy-d1 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.cy-d2 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.cy-d3 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.cy-d4 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.cy-d5 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.cy-d6 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.cy-d7 {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.cy-d8 {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.cy-d9 {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.cy-d10 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

@media (max-width:1024px) {
    .cy-tg.cy-downToUp, .cy-tg.cy-leftToRight, .cy-tg.cy-rightToLeft, .cy-tg.cy-rightToLeftScale, .cy-tg.cy-rightToLeftSkew, .cy-tg.cy-upToDown {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.slick-loading .slick-list {
    background: #fff url(../images/loading.gif) center center no-repeat
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin-top: -16px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    z-index: 5
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: 0 0
    }

    .slick-next.slick-disabled, .slick-prev.slick-disabled {
        opacity: .3
    }

.slick-prev {
    left: -36px
}

[dir=rtl] .slick-prev {
    right: -36px;
    left: auto
}

.slick-next {
    right: -36px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -36px
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    z-index: 5
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 3px;
        width: 10px;
        height: 10px;
        padding: 0;
        cursor: pointer
    }

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        border-radius: 16px;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(../images/mcsb_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

    .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"
    }

    .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: .9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)"
    }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.vwrap {
    display: none;
    z-index: 9777;
    width: 100%;
    position: fixed
}

    .vwrap .videobtg {
        z-index: 900;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: .8;
        filter: alpha(opacity=80);
        overflow: hidden
    }

    .vwrap .videobox {
        z-index: 990;
        width: 800px;
        height: 600px;
        background-color: #fff;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: -300px;
        margin-left: -400px
    }

@media (max-width:1024px) {
    .vwrap .videobox {
        margin-top: -225px;
        margin-left: -300px;
        width: 600px;
        height: 450px
    }
}

@media (max-width:768px) {
    .vwrap .videobox {
        margin-top: -187px;
        margin-left: -250px;
        width: 500px;
        height: 375px
    }
}

@media (max-width:576px) {
    .vwrap .videobox {
        margin-top: -150px;
        margin-left: -200px;
        width: 400px;
        height: 300px
    }
}

@media (max-width:425px) {
    .vwrap .videobox {
        margin-top: -112px;
        margin-left: -150px;
        width: 300px;
        height: 225px
    }
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #80abde
}

#videobox_wrapper {
    height: 100% !important
}

.vwrap .close {
    z-index: 999;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -42px
}

@media (max-width:768px) {
    .vwrap .close {
        top: -36px;
        right: 0
    }
}

.vwrap .close i {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/video-close.png) no-repeat 50% 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#videobox_display_button, #videocontainer_display_button {
    background: none no-repeat !important
}

.jwplayer .jwicon {
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
    background: no-repeat scroll center center;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important
}

    .jwplayer .jwicon:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.jwclick, .jwlogo {
    display: none !important
}

.jwdisplayIcon {
    background: none no-repeat !important
}

.vbBox {
    position: relative;
    background: no-repeat center center;
    overflow: hidden;
    cursor: pointer
}

    .vbBox .vicoBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10
    }

    .vbBox .vico {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 64px;
        height: 64px;
        margin-top: -32px;
        margin-left: -32px;
        background: no-repeat;
        background-size: cover;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .vbBox #case-video_wrapper, .vbBox .jwplayer {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2
    }
/*! Animate End */
.fancybox-enabled {
    overflow: hidden
}

    .fancybox-enabled body {
        overflow: visible
    }

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .fancybox-container ~ .fancybox-container {
        z-index: 99992
    }

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    -o-transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    transition-timing-function: cubic-bezier(.55,.06,.68,.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30,30,30,.7);
    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
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider, .fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

    .fancybox-slide:before {
        content: "";
        height: 100%;
        width: 0
    }

    .fancybox-slide:before, .fancybox-slide > * {
        display: inline-block;
        vertical-align: middle
    }

    .fancybox-slide > * {
        position: relative;
        padding: 24px;
        margin: 44px 0;
        border-width: 0;
        text-align: left;
        background-color: #fff;
        overflow: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.fancybox-slide--image {
    overflow: hidden
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial,sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
    background: 0 0
}

.fancybox-placeholder {
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.fancybox-image, .fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    cursor: default
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif
    }

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

    .fancybox-close-small:after {
        content: "×";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
        color: #888;
        font-weight: 300;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background: #fff;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 2
    }

    .fancybox-close-small:focus:after {
        outline: 1px dotted #888
    }

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(20%,rgba(0,0,0,.1)),color-stop(40%,rgba(0,0,0,.2)),color-stop(80%,rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(top,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));
    background: -o-linear-gradient(top,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));
    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));
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

    .fancybox-caption a, .fancybox-caption button {
        pointer-events: all
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline
    }

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: 0 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30,30,30,.6)
}

    .fancybox-button:hover {
        background: rgba(0,0,0,.8)
    }

    .fancybox-button:after, .fancybox-button:before {
        content: "";
        pointer-events: none;
        position: absolute;
        border-color: #fff;
        background-color: currentColor;
        color: currentColor;
        opacity: .9;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block
    }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
    opacity: .5
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

    .fancybox-button--close:after, .fancybox-button--close:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 16px;
        top: calc(50% - 1px);
        left: calc(50% - 8px)
    }

    .fancybox-button--close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .fancybox-button--close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.fancybox-loading {
    border: 6px solid rgba(99,99,99,.4);
    border-top: 6px solid rgba(255,255,255,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:768px) {
    .fancybox-controls {
        text-align: left
    }

    .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: 0 0
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: 0 0
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .fancybox-thumbs > 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
    }

        .fancybox-thumbs > ul > li {
            float: left;
            overflow: hidden;
            max-width: 50%;
            padding: 0;
            margin: 0;
            width: 105px;
            height: 75px;
            position: relative;
            cursor: pointer;
            outline: 0;
            border: 5px solid #fff;
            border-top-width: 0;
            border-right-width: 0;
            -webkit-tap-highlight-color: transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    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 > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    transition: all .2s cubic-bezier(.25,.46,.45,.94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:768px) {
    .fancybox-thumbs {
        display: none !important
    }

    .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

body.overflow, html.overflow {
    overflow-y: hidden
}

html::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #eee
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #eee
}

html::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 17px;
    height: 17px;
    background-color: #ff6262
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.7858;
    font-family: "Microsoft YaHei",sans-serif
}

.cy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    background: #fff9f9
}

    .cy-wrapper.scrollbar, .footer.scrollbar, .header.scrollbar {
        overflow-y: scroll
    }

        .cy-wrapper.scrollbar::-webkit-scrollbar, .footer.scrollbar::-webkit-scrollbar, .header.scrollbar::-webkit-scrollbar {
            width: 7px;
            height: 7px;
            background-color: #eee
        }

        .cy-wrapper.scrollbar::-webkit-scrollbar-track, .footer.scrollbar::-webkit-scrollbar-track, .header.scrollbar::-webkit-scrollbar-track {
            border-radius: 0;
            background-color: #eee
        }

        .cy-wrapper.scrollbar::-webkit-scrollbar-thumb, .footer.scrollbar::-webkit-scrollbar-thumb, .header.scrollbar::-webkit-scrollbar-thumb {
            border-radius: 0;
            width: 17px;
            height: 17px;
            background-color: #ff6262
        }

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

@media (min-width:1025px) {
    .container {
        max-width: 90%
    }
}

@media (min-width:1241px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1441px) {
    .container {
        max-width: 1230px
    }
}

.copyright a:hover {
    color: #e62129;
    text-decoration: underline
}

::-moz-selection {
    background: #e62129;
    color: #fff
}

::selection {
    background: #e62129;
    color: #fff
}

.bsBox {
    width: auto !important;
    height: auto !important
}

.bshare-custom a {
    vertical-align: top !important
}

.cy_banner {
    position: relative;
    z-index: 0
}

    .cy_banner .banner-pic figure {
        height: calc(100vh - 60px);
        background: no-repeat bottom center/cover
    }

@media (max-width:1024px) {
    .cy_banner .banner-pic figure {
        height: 50vw;
        min-height: 320px
    }
}

.cy_banner .banner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90%;
    line-height: 1.5;
    text-align: center;
    color: #fff
}

    .cy_banner .banner-info img {
        height: 230px
    }

@media (max-width:1024px) {
    .cy_banner .banner-info img {
        height: 190px
    }
}

@media (max-width:768px) {
    .cy_banner .banner-info img {
        height: 160px
    }
}

@media (max-width:576px) {
    .cy_banner .banner-info img {
        height: 130px
    }
}

.cy_banner .banner-info .title {
    font-size: 48px
}

.cy_banner .banner-info .desc {
    font-size: 24px
}

.cy_banner .banner-btm {
    position: absolute;
    bottom: 5%;
    width: 100%
}

.cy_sec {
    position: relative;
    z-index: 0;
    padding: 80px 0
}

@media (max-width:768px) {
    .cy_sec {
        padding: 60px 0
    }
}

@media (max-width:425px) {
    .cy_sec {
        padding: 40px 0
    }
}

.cy_sec.cy_c1 .container {
    max-width: 930px
}

.cy_sec.cy_c2 .container {
    max-width: 750px
}

.cy_sec.cy_s1 {
    background: #fff
}

.cy_nav.cy_n1 {
    position: fixed;
    right: 50%;
    z-index: 777;
    margin-top: 6.25%;
    margin-right: 500px;
    padding: 60px 0 0;
    width: 170px
}

@media (max-width:1440px) {
    .cy_nav.cy_n1 {
        margin-right: 440px;
        width: 140px
    }
}

@media (max-width:1240px) {
    .cy_nav.cy_n1 {
        margin-right: 370px
    }
}

@media (max-width:1024px) {
    .cy_nav.cy_n1 {
        position: relative;
        right: auto;
        z-index: 0;
        margin-top: 6.25%;
        margin-right: 0;
        padding-top: 0;
        width: auto
    }

        .cy_nav.cy_n1 .container {
            max-width: 750px
        }

        .cy_nav.cy_n1 ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }
}

.cy_nav.cy_n1 li {
    margin: 0 0 7px
}

@media (max-width:1024px) {
    .cy_nav.cy_n1 li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }
}

.cy_nav.cy_n1 li a {
    display: block;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    color: #333;
    -webkit-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s
}

.cy_nav.cy_n1 li.cur a, .cy_nav.cy_n1 li:hover a {
    background: #e62129;
    color: #fff
}

.cy_nav.cy_n2 {
    position: relative;
    z-index: 3;
    margin-top: -3.5em;
    font-size: 18px;
    line-height: 1.5;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

@media (max-width:1024px) {
    .cy_nav.cy_n2 {
        margin-top: -3em;
        font-size: 16px
    }
}

@media (max-width:576px) {
    .cy_nav.cy_n2 {
        font-size: 14px
    }
}

.cy_nav.cy_n2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cy_nav.cy_n2 li {
    position: relative;
    z-index: 0;
    margin-left: -1px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ccc;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

    .cy_nav.cy_n2 li:after {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: -1;
        margin-left: -12px;
        border-top: 12px solid #e62129;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        opacity: 0;
        visibility: hidden;
        content: ''
    }

@media (max-width:1024px) {
    .cy_nav.cy_n2 li:after {
        content: none
    }
}

.cy_nav.cy_n2 li a {
    display: block;
    padding: 1em 2em
}

@media (max-width:1024px) {
    .cy_nav.cy_n2 li a {
        padding: .75em 1.5em
    }
}

@media (max-width:576px) {
    .cy_nav.cy_n2 li a {
        padding: .75em 1em
    }
}

.cy_nav.cy_n2 li.cur, .cy_nav.cy_n2 li:hover {
    z-index: 3;
    background: #e62129;
    color: #fff
}

    .cy_nav.cy_n2 li.cur:after, .cy_nav.cy_n2 li:hover:after {
        opacity: 1;
        visibility: visible
    }

.cy_nav.cy_n3 {
    display: none;
    position: fixed;
    left: 5%;
    z-index: -1;
    margin-top: 6.25%;
    padding: 60px 0 0
}

    .cy_nav.cy_n3.show {
        z-index: 777
    }

@media (max-width:1240px) {
    .cy_nav.cy_n3 {
        display: none !important
    }
}

.cy_nav.cy_n3 ul {
    position: relative
}

    .cy_nav.cy_n3 ul:before {
        position: absolute;
        top: 10px;
        bottom: 10px;
        z-index: -1;
        width: 1px;
        background: #e62129;
        content: ''
    }

.cy_nav.cy_n3 li {
    position: relative;
    z-index: 0;
    margin: 2em 0 0;
    padding: 0 1.25em;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    cursor: pointer
}

    .cy_nav.cy_n3 li:before {
        position: absolute;
        top: 50%;
        left: 0;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background: #ff6262;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        content: ''
    }

    .cy_nav.cy_n3 li:after {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        border: 3px solid #e62129;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background: #fff9f9;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .17s;
        -o-transition: all .17s;
        transition: all .17s;
        content: ''
    }

    .cy_nav.cy_n3 li:first-child {
        margin: 0
    }

    .cy_nav.cy_n3 li a {
        display: block;
        -webkit-transition: all .17s;
        -o-transition: all .17s;
        transition: all .17s
    }

        .cy_nav.cy_n3 li a:hover {
            color: #ff6262
        }

    .cy_nav.cy_n3 li.cur {
        color: #ff6262
    }

        .cy_nav.cy_n3 li.cur:after {
            opacity: 1;
            visibility: visible
        }

.scroll-down {
    text-align: center
}

.cy_list {
    padding: 0 0 1px
}

    .cy_list.cy_l1 .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin: 0 0 30px;
        border-radius: 7px;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
        box-shadow: 0 0 15px rgba(0,0,0,.1);
        background: #fff
    }

@media (max-width:425px) {
    .cy_list.cy_l1 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 20px
    }
}

.cy_list.cy_l1 .item a {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%
}

.cy_list.cy_l1 .item:hover {
    z-index: 3
}

    .cy_list.cy_l1 .item:hover figure img {
        -webkit-transform: scale(1.07) rotate(3deg);
        -ms-transform: scale(1.07) rotate(3deg);
        transform: scale(1.07) rotate(3deg)
    }

.cy_list.cy_l1 figure {
    width: 50%;
    padding: 0 50% 33.3334% 0;
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .cy_list.cy_l1 figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all .51s;
        -o-transition: all .51s;
        transition: all .51s
    }

@media (max-width:425px) {
    .cy_list.cy_l1 figure {
        width: 100%;
        padding: 0 100% 66.6667% 0
    }
}

.cy_list.cy_l1 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px 30px
}

@media (max-width:768px) {
    .cy_list.cy_l1 .info {
        padding: 10px 25px
    }
}

@media (max-width:576px) {
    .cy_list.cy_l1 .info {
        padding: 10px 20px
    }
}

@media (max-width:425px) {
    .cy_list.cy_l1 .info {
        width: 100%;
        padding: 7.5% 5%
    }
}

.cy_list.cy_l1 .info:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: 2px;
    background: #e62129;
    content: ''
}

.cy_list.cy_l1 .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width:576px) {
    .cy_list.cy_l1 .title {
        font-size: 16px
    }
}

.cy_list.cy_l1 .date {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 1;
    color: #999
}

@media (max-width:768px) {
    .cy_list.cy_l1 .date {
        margin: 10px 0 0
    }
}

.cy_list.cy_l1 .desc {
    margin: 15px 0 0;
    height: 3em;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:576px) {
    .cy_list.cy_l1 .desc {
        display: none
    }
}

.cy_list.cy_l1 .more {
    margin: 30px 0 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #333
}

.cy_list.cy_l2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 0 30px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

@media (max-width:576px) {
    .cy_list.cy_l2 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 20px
    }
}

.cy_list.cy_l2 .item a {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%
}

.cy_list.cy_l2 .item:hover {
    z-index: 3
}

    .cy_list.cy_l2 .item:hover figure img {
        -webkit-transform: scale(1.07) rotate(2deg);
        -ms-transform: scale(1.07) rotate(2deg);
        transform: scale(1.07) rotate(2deg)
    }

    .cy_list.cy_l2 .item:hover .more {
        border-color: #e62129;
        background: #e62129
    }

        .cy_list.cy_l2 .item:hover .more i {
            background: #fff
        }

            .cy_list.cy_l2 .item:hover .more i:after, .cy_list.cy_l2 .item:hover .more i:before {
                border-right-color: #e62129;
                border-left-color: #e62129
            }

.cy_list.cy_l2 figure {
    width: 50%;
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .cy_list.cy_l2 figure img {
        width: 100%;
        -webkit-transition: all .51s;
        -o-transition: all .51s;
        transition: all .51s
    }

@media (max-width:576px) {
    .cy_list.cy_l2 figure {
        width: 100%;
    }
}

.cy_list.cy_l2 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px 5%;
    text-align: center
}

@media (max-width:576px) {
    .cy_list.cy_l2 .info {
        width: 100%;
        padding: 25px 5%
    }
}

.cy_list.cy_l2 .name {
    font-size: 28px;
    line-height: 1.5;
    color: #ff6262;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (max-width:1024px) {
    .cy_list.cy_l2 .name {
        font-size: 24px
    }
}

@media (max-width:425px) {
    .cy_list.cy_l2 .name {
        font-size: 20px
    }
}

.cy_list.cy_l2 .desc {
    margin: 10px 0 0;
    height: 3em;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width:1024px) {
    .cy_list.cy_l2 .desc {
        font-size: 14px
    }
}

.cy_list.cy_l2 .more {
    margin: 30px 0 0;
    border: 1px solid #ff8b8b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s
}

@media (max-width:1024px) {
    .cy_list.cy_l2 .more {
        display: none
    }
}

.cy_list.cy_l2 .more i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 13px;
    height: 13px;
    background: #ff8b8b;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s
}

    .cy_list.cy_l2 .more i:after, .cy_list.cy_l2 .more i:before {
        display: block;
        height: 6px;
        border-right: 6px solid #fff;
        border-left: 6px solid #fff;
        -webkit-transition: all .51s;
        -o-transition: all .51s;
        transition: all .51s;
        content: ''
    }

.cy_list.cy_l3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.75%
}

@media (max-width:576px) {
    .cy_list.cy_l3 {
        margin: 0
    }
}

.cy_list.cy_l3 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 .75% 30px;
    border-radius: 7px;
    width: 31.8334%;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    cursor: pointer
}

@media (max-width:1024px) {
    .cy_list.cy_l3 .item {
        width: 48.5%
    }
}

@media (max-width:576px) {
    .cy_list.cy_l3 .item {
        margin: 0 0 25px;
        width: 100%
    }
}

.cy_list.cy_l3 .item:hover {
    z-index: 3
}

    .cy_list.cy_l3 .item:hover figure img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
        visibility: hidden
    }

@media (max-width:1024px) {
    .cy_list.cy_l3 .item:hover figure img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible
    }
}

.cy_list.cy_l3 .item:hover .desc {
    opacity: 1;
    visibility: visible
}

.cy_list.cy_l3 .item:hover .name {
    background: #e62129;
    color: #fff
}

.cy_list.cy_l3 .info {
    position: relative;
    z-index: 1
}

@media (min-width:376px) and (max-width:576px) {
    .cy_list.cy_l3 .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.cy_list.cy_l3 figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 360px
}

@media (max-width:1440px) {
    .cy_list.cy_l3 figure {
        height: 320px
    }
}

@media (max-width:1024px) {
    .cy_list.cy_l3 figure {
        height: 280px
    }
}

@media (max-width:768px) {
    .cy_list.cy_l3 figure {
        height: 240px
    }
}

@media (min-width:376px) and (max-width:576px) {
    .cy_list.cy_l3 figure {
        width: 50%
    }
}

.cy_list.cy_l3 figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s
}

.cy_list.cy_l3 .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 5% 0 10%;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s
}

@media (max-width:1024px) {
    .cy_list.cy_l3 .desc {
        position: relative;
        padding: 0;
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible
    }
}

@media (min-width:376px) and (max-width:576px) {
    .cy_list.cy_l3 .desc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%
    }
}

.cy_list.cy_l3 .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
    visibility:hidden; display: none;
}

@media (min-width:376px) and (max-width:576px) {
    .cy_list.cy_l3 .price {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.cy_list.cy_l3 .price .sy {
    margin: 0 .75em 0 0;
    font-size: 20px;
    color: #333
}

@media (max-width:1024px) {
    .cy_list.cy_l3 .price .sy {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .cy_list.cy_l3 .price .sy {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .cy_list.cy_l3 .price .sy {
        font-size: 14px
    }
}

.cy_list.cy_l3 .price .num {
    font-size: 60px;
    color: #e62129
}

@media (max-width:1024px) {
    .cy_list.cy_l3 .price .num {
        font-size: 50px
    }
}

@media (max-width:768px) {
    .cy_list.cy_l3 .price .num {
        font-size: 40px
    }
}

@media (max-width:576px) {
    .cy_list.cy_l3 .price .num {
        font-size: 30px
    }
}

.cy_list.cy_l3 .store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
}

@media (max-width:1024px) {
    .cy_list.cy_l3 .store {
        padding: 5% 0
    }
}

.cy_list.cy_l3 .store a {
    display: block;
    overflow: hidden;
    margin: 0 15px;
    border: 4px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s
}

@media (max-width:576px) {
    .cy_list.cy_l3 .store a {
        border-width: 3px
    }
}

.cy_list.cy_l3 .store a img {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

@media (max-width:576px) {
    .cy_list.cy_l3 .store a img {
        width: 40px;
        height: 40px
    }
}

.cy_list.cy_l3 .store a:hover {
    border-color: #e62129
}

    .cy_list.cy_l3 .store a:hover img {
        -webkit-transform: scale(1.05) rotate(3deg);
        -ms-transform: scale(1.05) rotate(3deg);
        transform: scale(1.05) rotate(3deg)
    }

@media (min-width:376px) and (max-width:576px) {
    .cy_list.cy_l3 .store a {
        margin: 0 5%
    }
}

.cy_list.cy_l3 .name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
    padding: 1.5em .5em;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #666;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s
}

@media (max-width:1024px) {
    .cy_list.cy_l3 .name {
        background: #e62129;
        color: #fff
    }
}

@media (max-width:768px) {
    .cy_list.cy_l3 .name {
        padding: 1em 5%
    }
}

.cy_list.cy_l4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .cy_list.cy_l4 .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 0;
        margin: 0 2.5% 5%;
        border-top: 1px solid #ff6262;
        border-bottom: 1px solid #ff6262;
        padding: 5% 0;
        width: 45%
    }

@media (max-width:768px) {
    .cy_list.cy_l4 .item {
        margin: 0 0 5%;
        width: 100%
    }
}

.cy_list.cy_l4 .item > a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%
}

.cy_list.cy_l4 .item:after, .cy_list.cy_l4 .item:before {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 5px;
    background: #ff6262;
    visibility: hidden;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition-property: visibility,-webkit-transform;
    transition-property: visibility,-webkit-transform;
    -o-transition-property: transform,visibility;
    transition-property: transform,visibility;
    transition-property: transform,visibility,-webkit-transform;
    -webkit-transition-duration: .51s;
    -o-transition-duration: .51s;
    transition-duration: .51s;
    content: ''
}

.cy_list.cy_l4 .item:before {
    top: -3px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.cy_list.cy_l4 .item:after {
    bottom: -3px;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.cy_list.cy_l4 .item:hover {
    z-index: 3
}

    .cy_list.cy_l4 .item:hover:after, .cy_list.cy_l4 .item:hover:before {
        visibility: visible;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1)
    }

    .cy_list.cy_l4 .item:hover:before {
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }

    .cy_list.cy_l4 .item:hover:after {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }

    .cy_list.cy_l4 .item:hover .name {
        color: #e62129
    }

    .cy_list.cy_l4 .item:hover .more {
        opacity: 1;
        visibility: visible
    }

.cy_list.cy_l4 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5% 0 0;
    width: 40%
}

.cy_list.cy_l4 .name {
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s
}

@media (max-width:1440px) {
    .cy_list.cy_l4 .name {
        font-size: 32px
    }
}

@media (max-width:1024px) {
    .cy_list.cy_l4 .name {
        font-size: 26px;
        line-height: 1.5
    }
}

@media (max-width:768px) {
    .cy_list.cy_l4 .name {
        font-size: 22px
    }
}

@media (max-width:425px) {
    .cy_list.cy_l4 .name {
        font-size: 18px
    }
}

.cy_list.cy_l4 .more {
    margin: .75em 0 0;
    font-size: 14px;
    color: #000;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    opacity: 0;
    visibility: hidden
}

@media (max-width:1024px) {
    .cy_list.cy_l4 .more {
        font-size: 12px;
        opacity: 1;
        visibility: visible
    }
}

.cy_list.cy_l4 .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 2;
    color: #666
}

@media (max-width:1024px) {
    .cy_list.cy_l4 .desc {
        font-size: 14px
    }
}

.cy_list-more {
    margin: 30px auto 0;
    width: 140px
}

@media (max-width:768px) {
    .cy_list-more {
        margin-top: 20px
    }
}

.cy_list-more a {
    display: block;
    border-radius: 7px;
    font-size: 12px;
    line-height: 2.6667;
    text-align: center;
    background: #ff6262;
    color: #fff;
    -webkit-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s
}

    .cy_list-more a:hover {
        background: #e62129
    }

.cy_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0
}

    .cy_details .details-head {
        text-align: center
    }

        .cy_details .details-head .title {
            font-size: 42px;
            line-height: 1.5;
            color: #333
        }

@media (max-width:1024px) {
    .cy_details .details-head .title {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .cy_details .details-head .title {
        font-size: 30px
    }
}

@media (max-width:576px) {
    .cy_details .details-head .title {
        font-size: 24px
    }
}

@media (max-width:425px) {
    .cy_details .details-head .title {
        font-size: 20px
    }
}

.cy_details .details-head .date {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1
}

@media (max-width:576px) {
    .cy_details .details-head .date {
        margin: 10px 0 0;
        font-size: 12px
    }
}

.cy_details .details-head .share {
    margin: 75px 0 15px
}

    .cy_details .details-head .share .bshare-custom {
        font-size: 12px
    }

@media (max-width:576px) {
    .cy_details .details-head .share {
        margin-top: 60px
    }
}

.cy_details .details-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 30px 0;
    line-height: 1;
    text-align: justify;
    background: #fff
}

    .cy_details .details-body p {
        line-height: 2
    }

    .cy_details .details-body img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto !important
    }

.cy_dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 60px
}

@media (max-width:1240px) {
    .cy_dropdown {
        padding-bottom: 50px
    }
}

@media (max-width:768px) {
    .cy_dropdown {
        padding-bottom: 40px
    }
}

@media (max-width:576px) {
    .cy_dropdown {
        padding-bottom: 30px
    }
}

.cy_dropdown select {
    display: block;
    padding: 1em 2em;
    width: 280px;
    font-size: 14px;
    line-height: 1.5;
    background: url(../images/more.png) no-repeat 93% center #fff
}

@media (max-width:1024px) {
    .cy_dropdown select {
        width: 200px
    }
}

@media (max-width:576px) {
    .cy_dropdown select {
        padding: .75em 5%;
        width: 56%
    }
}

.cy_dropdown .back {
    display: block;
    margin: 0 0 0 10px;
    padding: 1em 2em;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    background: #ff8b8b;
    color: #fff;
    -webkit-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s
}

@media (max-width:576px) {
    .cy_dropdown .back {
        margin-left: 4%;
        padding: .75em 5%;
        width: 40%
    }
}

.cy_dropdown .back:hover {
    background: #ff6262
}

.cy_title {
    padding: 0 0 5%;
    line-height: 1.5;
    text-align: center
}

    .cy_title.cy_c1 .name {
        font-size: 28px;
        color: #333
    }

@media (max-width:1024px) {
    .cy_title.cy_c1 .name {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .cy_title.cy_c1 .name {
        font-size: 22px
    }
}

@media (max-width:576px) {
    .cy_title.cy_c1 .name {
        font-size: 20px
    }
}

.cy_title.cy_c1 .line {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    width: 30px;
    height: 4px;
    background: #ff6262
}

@media (max-width:768px) {
    .cy_title.cy_c1 .line {
        margin: 7px 0 0;
        width: 25px;
        height: 3px
    }
}

.cy_title.cy_c2 .name {
    font-size: 32px;
    color: #ff6262
}

@media (max-width:1240px) {
    .cy_title.cy_c2 .name {
        font-size: 28px
    }
}

@media (max-width:1024px) {
    .cy_title.cy_c2 .name {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .cy_title.cy_c2 .name {
        font-size: 22px
    }
}

@media (max-width:576px) {
    .cy_title.cy_c2 .name {
        font-size: 20px
    }
}

.cy_title.cy_c2 .desc {
    font-family: Arial,sans-serif;
    font-size: 18px;
    color: #666
}

@media (max-width:1024px) {
    .cy_title.cy_c2 .desc {
        font-size: 15px
    }
}

@media (max-width:576px) {
    .cy_title.cy_c2 .desc {
        font-size: 12px
    }
}

.cy_dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 77777;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

    .cy_dialog::-webkit-scrollbar {
        display: none
    }

    .cy_dialog.show .content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .cy_dialog.hide .content {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .cy_dialog .dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: 100%
    }

    .cy_dialog .content {
        margin: 6.25vw 0;
        width: 90%;
        -webkit-transition: all .51s;
        -o-transition: all .51s;
        transition: all .51s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        transform: scale(1.7)
    }

    .cy_dialog .btn-group .close {
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 3;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background: url(../images/close.png) no-repeat center center #ff6262;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        cursor: pointer
    }

        .cy_dialog .btn-group .close:hover {
            background-color: #e62129
        }

@media (max-width:1024px) {
    .cy_dialog .btn-group .close {
        top: 0;
        right: 0;
        left: auto;
        margin-top: 0
    }
}

.cy_recruit .content {
    max-width: 420px
}

.cy_recruit .details-head {
    border-bottom: 1px solid #e62129;
    padding-bottom: 5%
}

    .cy_recruit .details-head .name {
        font-size: 36px;
        line-height: 1.5;
        color: #000
    }

@media (max-width:1024px) {
    .cy_recruit .details-head .name {
        font-size: 30px
    }
}

@media (max-width:576px) {
    .cy_recruit .details-head .name {
        font-size: 24px
    }
}

.cy_recruit .details-head .more {
    margin: .5em 0 0;
    font-size: 14px;
    line-height: 1.27;
    color: #000
}

@media (max-width:1024px) {
    .cy_recruit .details-head .more {
        font-size: 12px
    }
}

.cy_recruit .details-body {
    padding: 5% 0;
    font-size: 14px;
    line-height: 2;
    color: #000
}

.cy_recruit .details-foot {
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.cy_cb {
    overflow: hidden;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: #fff;
    white-space: nowrap
}

    .header.scroll {
        -webkit-box-shadow: 0 0 1px #ccc;
        box-shadow: 0 0 1px #ccc
    }

    .header .logo {
        display: block;
        margin: 10px 40px
    }

@media (max-width:1240px) {
    .header .logo {
        margin: 10px 30px
    }
}

@media (max-width:1024px) {
    .header .logo {
        margin: 10px 5%
    }
}

.header .logo img {
    display: block;
    height: 40px
}

.header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .header .nav {
        margin: 0 5%
    }
}

.header .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .header .nav ul {
        display: none
    }
}

.header .nav li {
    position: relative;
    z-index: 0
}

    .header .nav li .n {
        display: block;
        padding: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #333
    }

@media (max-width:1240px) {
    .header .nav li .n {
        padding: 20px 15px
    }
}

.header .nav li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #ff8b8b;
    -webkit-transition-property: visibility,-webkit-transform;
    transition-property: visibility,-webkit-transform;
    -o-transition-property: transform,visibility;
    transition-property: transform,visibility;
    transition-property: transform,visibility,-webkit-transform;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    visibility: hidden;
    content: ''
}

.header .nav li.cur, .header .nav li:hover {
    z-index: 3
}

    .header .nav li.cur:after, .header .nav li:hover:after {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        visibility: visible
    }

.header .nav .nav-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px;
    font-size: 0;
    line-height: 0
}

@media (max-width:1024px) {
    .header .nav .nav-tools {
        margin: 15px 0
    }
}

.header .nav .oa {
    display: block;
    padding: 0 10px;
    color: #666
}

.header .nav .lang {
    border-left: 1px solid #aaa;
    padding: 0 10px;
    color: #999
}

    .header .nav .lang .cur {
        color: #e62129
    }

.header .nav .lang, .header .nav .oa {
    font-size: 14px;
    line-height: 20px
}

@media (max-width:1024px) {
    .header .nav .lang, .header .nav .oa {
        display: none
    }
}

.header .nav .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .header .nav .nav-menu .tips {
        margin-right: 15px;
        font-size: 24px;
        line-height: 30px;
        color: #000;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s
    }

    .header .nav .nav-menu .menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer
    }

        .header .nav .nav-menu .menu-btn:after, .header .nav .nav-menu .menu-btn:before {
            display: block;
            margin: 5px 0;
            width: 30px;
            height: 4px;
            background: #e62129;
            -webkit-transition: all .35s;
            -o-transition: all .35s;
            transition: all .35s;
            content: ''
        }

    .header .nav .nav-menu.act .tips {
        opacity: 0;
        visibility: hidden
    }

    .header .nav .nav-menu.act .menu-btn:before {
        margin: 0;
        -webkit-transform: translate(0,50%) rotate(45deg);
        -ms-transform: translate(0,50%) rotate(45deg);
        transform: translate(0,50%) rotate(45deg)
    }

    .header .nav .nav-menu.act .menu-btn:after {
        margin: 0;
        -webkit-transform: translate(0,-50%) rotate(-45deg);
        -ms-transform: translate(0,-50%) rotate(-45deg);
        transform: translate(0,-50%) rotate(-45deg)
    }

@media (min-width:1025px) {
    .header .nav .nav-menu {
        display: none
    }
}

.hd-m {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4777;
    background: #fff;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s;
    -webkit-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
    visibility: hidden;
    opacity: 0
}

    .hd-m.show {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        visibility: visible;
        opacity: 1
    }

@media (min-width:1025px) {
    .hd-m {
        display: none
    }
}

.hd-m .nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto
}

    .hd-m .nav::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background-color: #eee
    }

    .hd-m .nav::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: #eee
    }

    .hd-m .nav::-webkit-scrollbar-thumb {
        border-radius: 0;
        width: 17px;
        height: 17px;
        background-color: #ff6262
    }

    .hd-m .nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 7% 0;
        min-height: 100%
    }

    .hd-m .nav li .n {
        display: block;
        padding: 1em 0;
        font-size: 20px;
        line-height: 1.5;
        color: #333
    }

@media (max-width:768px) {
    .hd-m .nav li .n {
        padding: .75em 0;
        font-size: 18px
    }
}

@media (max-width:425px) {
    .hd-m .nav li .n {
        padding: .5em 0;
        font-size: 16px
    }
}

.hd-m .nav li.cur .n, .hd-m .nav li:hover .n {
    background: #ff8b8b;
    color: #fff;
    -webkit-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff
}

.hd-m .mf-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eee;
    white-space: nowrap
}

    .hd-m .mf-nav .store {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 20%;
        padding: 10px 0
    }

        .hd-m .mf-nav .store a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #aaa;
            border-radius: 50%;
            width: 40px;
            height: 40px
        }

            .hd-m .mf-nav .store a:hover {
                border-color: #e62129
            }

        .hd-m .mf-nav .store img {
            width: 20px
        }

    .hd-m .mf-nav .phone {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc
    }

        .hd-m .mf-nav .phone a {
            display: block;
            padding-left: 36px;
            font-family: Arial,sans-serif;
            font-size: 24px;
            line-height: 30px;
            background: url(../images/phone.png) no-repeat left center;
            color: #e62129
        }

@media (max-width:768px) {
    .hd-m .mf-nav .phone a {
        font-size: 20px
    }
}

@media (max-width:576px) {
    .hd-m .mf-nav .phone a {
        padding-left: 30px;
        font-size: 18px
    }
}

.hd-overlay {
    visibility: hidden;
    height: 60px
}

.footer {
    background: #ff8b8b
}

    .footer .ft-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 0
    }

    .footer .info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff
    }

@media (max-width:768px) {
    .footer .info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: center
    }
}

.footer .phone {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

    .footer .phone a:before {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background: url(../images/phone1.png) no-repeat center center;
        content: ''
    }

.footer .copyright {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.5
}

.footer .share {
    margin: 0 0 0 5%
}

@media (max-width:768px) {
    .footer .share {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 30px;
        width: 100%
    }
}

.footer .share .snm:hover .snm-box {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width:1024px) {
    .footer .share .snm:hover .snm-box {
        -webkit-transform: translate(-50%,50%) scale(1);
        -ms-transform: translate(-50%,50%) scale(1);
        transform: translate(-50%,50%) scale(1)
    }
}

.footer .share .snm-box {
    position: absolute;
    left: -80px;
    right: -80px;
    bottom: 100%;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    .footer .share .snm-box:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border-top: 7px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        z-index: 2
    }

    .footer .share .snm-box:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -9px;
        border-top: 8px solid #ccc;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 1
    }

    .footer .share .snm-box img {
        width: 100%
    }

@media (max-width:1024px) {
    .footer .share .snm-box {
        position: fixed;
        right: auto;
        bottom: 50%;
        left: 50%;
        z-index: 777;
        -webkit-transform: translate(-50%,50%) scale(0);
        -ms-transform: translate(-50%,50%) scale(0);
        transform: translate(-50%,50%) scale(0);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }

        .footer .share .snm-box:after, .footer .share .snm-box:before {
            content: none
        }
}

.footer .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768px) {
    .footer .share ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .share li {
    position: relative;
    z-index: 1;
    margin-left: 20px
}

    .footer .share li:first-child {
        margin-left: 0
    }

    .footer .share li .i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background: #fec5c5;
        -webkit-transition: all .17s;
        -o-transition: all .17s;
        transition: all .17s
    }
	.footer .share li.oabtn{ display: none;}
    .footer .share li:hover {
        z-index: 3
    }

        .footer .share li:hover .i {
            background: #e62129
        }

@media (min-width:1025px) {
    .fp-enabled .hd-overlay {
        height: 0
    }
}

@media (max-width:1024px) {
	.footer .share li.oabtn{ display: block;}
}
.fp-responsive .fp-section {
    height: auto !important
}

.fp-section.fp-auto-height {
    height: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.hm-banner {
    overflow: hidden;
    position: relative
}

    .hm-banner .carousel-item {
        /*opacity: 1 !important*/
    }

        .hm-banner .carousel-item .carousel-pic {
            /*opacity: 0*/
        }

        .hm-banner .carousel-item.prev {
            z-index: 999 !important
        }

            .hm-banner .carousel-item.prev .carousel-pic {
                /*-webkit-transition: opacity 2s linear,-webkit-transform 2s linear;
                transition: opacity 2s linear,-webkit-transform 2s linear;
                -o-transition: transform 2s linear,opacity 2s linear;
                transition: transform 2s linear,opacity 2s linear;
                transition: transform 2s linear,opacity 2s linear,-webkit-transform 2s linear;
                -webkit-transform: scale(1.4);
                -ms-transform: scale(1.4);
                transform: scale(1.4)*/
            }
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.08); transform: scale(1.08); }
    to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
}
        .hm-banner .carousel-item.slick-active .carousel-pic {
            /*-webkit-transition: opacity 4s,-webkit-transform 4s;
            transition: opacity 4s,-webkit-transform 4s;
            -o-transition: transform 4s,opacity 4s;
            transition: transform 4s,opacity 4s;
            transition: transform 4s,opacity 4s,-webkit-transform 4s;
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            opacity: 1*/
            visibility: visible !important; -webkit-animation: scaleUpDown 5s ; animation: scaleUpDown 5s ;

        }

    .hm-banner .carousel-pic {
        height: 100vh;
        background: no-repeat center center/cover
    }

@media (max-width:1024px) {
    .hm-banner .carousel-pic {
        height: 50vw
    }
}

@media (max-width:768px) {
    .hm-banner .carousel-pic {
        height: 75vw
    }
}

.hm-banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    bottom: auto;
    left: 2.5%;
    width: auto;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

    .hm-banner .slick-dots li {
        margin: 7px 0;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #fff
    }

        .hm-banner .slick-dots li.slick-active {
            background: 0 0
        }

@media (max-width:768px) {
    .hm-banner .slick-dots li {
        margin: 5px 0
    }
}

@media (max-width:576px) {
    .hm-banner .slick-dots li {
        margin: 3px 0
    }
}

.hm-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10% 0;
    height: 100%;
    background: #fff url(../images/hm-bg.png)
}

@media (max-width:768px) {
    .hm-sec {
        padding: 12.5% 0
    }
}

@media (max-width:576px) {
    .hm-sec {
        padding: 15% 0
    }
}

.hm-sec.cy_b1 {
    background-color: #58a1bf
}

.hm-sec.cy_b2 {
    background-color: #e6949b
}

.hm-sec.cy_b3 {
    background-color: #bc4f5b
}

.hm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff
}

@media (max-width:768px) {
    .hm-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hm-content .hm-info {
    width: 45%;
    line-height: 1.5
}

@media (max-width:1024px) {
    .hm-content .hm-info {
        width: 55%
    }
}

@media (max-width:768px) {
    .hm-content .hm-info {
        margin: 0 auto;
        width: 100%;
        max-width: 500px
    }
}

.hm-content .hm-info .cont {
    margin: 2em 0 0;
    height: 6em;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width:1024px) {
    .hm-content .hm-info .cont {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .hm-content .hm-info .cont {
        margin-top: 5%;
        height: 5.25em;
        line-height: 1.75
    }
}

.hm-content .hm-info .more {
    margin: 6em 0 0
}

@media (max-width:768px) {
    .hm-content .hm-info .more {
        margin: 7.5% 0 0
    }
}

.hm-content .hm-info .more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    padding: 5px 15px;
    width: 140px;
    height: 40px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

    .hm-content .hm-info .more a:after {
        display: block;
        width: 10px;
        height: 2px;
        background: #fff;
        content: ''
    }

@media (max-width:1024px) {
    .hm-content .hm-info .more a:after {
        content: none
    }
}

.hm-content .hm-info .more a:hover {
    padding-right: 25px;
    border-color: #e62129;
    background: #e62129
}

@media (max-width:1024px) {
    .hm-content .hm-info .more a:hover {
        padding-right: 5px
    }
}

@media (max-width:1024px) {
    .hm-content .hm-info .more a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-width: 1px;
        padding: 5px;
        width: 100px;
        height: 35px;
        font-size: 12px;
        text-align: center
    }
}

.hm-content .hm-pic {
    width: 50%
}

@media (max-width:1024px) {
    .hm-content .hm-pic {
        width: 40%
    }
}

@media (max-width:768px) {
    .hm-content .hm-pic {
        margin: 7.5% auto 0;
        width: 90%;
        max-width: 500px
    }
}

@media (max-width:576px) {
    .hm-content .hm-pic {
        margin-top: 10%
    }
}

.hm-content .hm-pic figure {
    /*padding: 0 0 66.25%;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .hm-content .hm-pic figure img {
        /*position: absolute;
        height: 100%;*/
        width: 100%; display: block;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s
    }

.hm-title {
    line-height: 1.5
}

    .hm-title .name {
        font-family: "Times New Roman",Arial,sans-serif;
        font-size: 60px;
        line-height: 1
    }

@media (max-width:1240px) {
    .hm-title .name {
        font-size: 50px
    }
}

@media (max-width:1024px) {
    .hm-title .name {
        font-size: 40px
    }
}

@media (max-width:768px) {
    .hm-title .name {
        font-size: 30px
    }
}

.hm-title .desc {
    margin: .75em 0 0;
    font-size: 24px
}

@media (max-width:1240px) {
    .hm-title .desc {
        font-size: 22px
    }
}

@media (max-width:1024px) {
    .hm-title .desc {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .hm-title .desc {
        margin: 3% 0 0;
        font-size: 18px
    }
}

.hm-product .slick-dots {
    margin-bottom: -5%;
    margin-left: -5px;
    text-align: left
}

@media (max-width:768px) {
    .hm-product .slick-dots {
        margin-left: 0;
        text-align: center
    }
}

.hm-product .slick-dots li {
    margin: 0 5px;
    border-radius: 50%;
    background: #fff
}

    .hm-product .slick-dots li.slick-active {
        background: #e62129
    }

.hm-food {
    padding: 0
}

    .hm-food .cy_list {
        padding: 0
    }

        .hm-food .cy_list .item {
            margin: 0;
            border-radius: 0;
            width: 25%;
            -webkit-box-shadow: none;
            box-shadow: none
        }

@media (max-width:1024px) {
    .hm-food .cy_list .item {
        width: 50%
    }
}

@media (max-width:576px) {
    .hm-food .cy_list .item {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

.hm-food .cy_list .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.hm-food .cy_list .food-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Times New Roman",Arial,sans-serif;
    font-style: italic;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    background: #59a1bf no-repeat center center;
    color: #fff
}

@media (max-height:768px) {
    .hm-food .cy_list .food-title {
        height: auto
    }
}

@media (max-width:1240px) {
    .hm-food .cy_list .food-title {
        font-size: 50px
    }
}

@media (max-width:576px) {
    .hm-food .cy_list .food-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: 50vw;
        font-size: 40px
    }
}

.about-profile .profile {
    padding: 30px;
    line-height: 1;
    text-align: justify;
    background: #fff
}

@media (max-width:1024px) {
    .about-profile .profile {
        padding: 5%
    }
}

.about-profile .profile p {
    line-height: 2
}

.about-profile .profile img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important
}

.about-culture .culture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .about-culture .culture {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.about-culture .culture .item {
    position: relative;
    z-index: 0;
    width: 49%;
    max-width: 440px
}

@media (max-width:1024px) {
    .about-culture .culture .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1em 0;
        width: 100%;
        max-width: none
    }
}

@media (max-width:768px) {
    .about-culture .culture .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.about-culture .culture .item:hover figure img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

@media (max-width:1024px) {
    .about-culture .culture .item:hover figure img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.about-culture .culture .item:hover figure figcaption {
    opacity: 0;
    visibility: hidden
}

.about-culture .culture .item:hover .info {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.about-culture .culture figure {
    padding: 0 0 93.1819%;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .about-culture .culture figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all .51s;
        -o-transition: all .51s;
        transition: all .51s
    }

@media (max-width:1024px) {
    .about-culture .culture figure {
        padding: 0 0 46.5909%;
        width: 50%
    }
}

@media (max-width:768px) {
    .about-culture .culture figure {
        padding: 0 0 93.1819%;
        width: 100%
    }
}

.about-culture .culture figure figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s
}

@media (max-width:1024px) {
    .about-culture .culture figure figcaption {
        display: none
    }
}

.about-culture .culture .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 30px;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    background: #fff;
    cursor: default;
    -webkit-transition: all .51s;
    -o-transition: all .51s;
    transition: all .51s;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    opacity: 0;
    visibility: hidden
}

@media (max-width:1024px) {
    .about-culture .culture .info {
        position: relative;
        padding: 5%;
        width: 50%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible
    }
}

@media (max-width:768px) {
    .about-culture .culture .info {
        width: 100%
    }
}

.about-culture .culture .name {
    margin: 0 0 1em;
    font-size: 16px;
    color: #ff6262
}

.about-culture .culture .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 2;
    color: #000
}

.about-honor .honor {
    padding: 30px;
    background: #fff
}

@media (max-width:1024px) {
    .about-honor .honor {
        padding: 5%
    }
}

.about-honor .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center
}

@media (max-width:1024px) {
    .about-honor .tab {
        font-size: 14px
    }
}

.about-honor .tab:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 1px;
    background: #ddd;
    content: ''
}

.about-honor .tab .item {
    border-bottom: 1px solid transparent;
    margin: 0 1em;
    padding: .75em .25em;
    -webkit-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s;
    cursor: pointer
}

    .about-honor .tab .item:hover {
        color: #ff6262
    }

    .about-honor .tab .item.act {
        border-bottom-color: #ff6262;
        color: #ff6262
    }

.about-honor .tab-cont {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 5% 0 0
}

    .about-honor .tab-cont .item {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0,10%);
        -ms-transform: translate(0,10%);
        transform: translate(0,10%)
    }

        .about-honor .tab-cont .item.act {
            position: relative;
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .51s;
            -o-transition: all .51s;
            transition: all .51s;
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            transform: translate(0,0)
        }

    .about-honor .tab-cont .carousel {
        overflow: hidden
    }

    .about-honor .tab-cont .carousel-item {
        position: relative;
        z-index: 0;
        padding: 2.5% 1.5%
    }

        .about-honor .tab-cont .carousel-item figure {
            padding: 0 0 72%;
            width: 100%;
            overflow: hidden;
            position: relative;
            z-index: 0
        }

            .about-honor .tab-cont .carousel-item figure img {
                position: absolute;
                width: 100%;
                height: 100%;
                -webkit-transition: all 0s;
                -o-transition: all 0s;
                transition: all 0s
            }

    .about-honor .tab-cont .slick-list {
        margin: 0 -15px
    }

    .about-honor .tab-cont .slick-dots {
        position: relative;
        margin: 5% 0 0
    }

        .about-honor .tab-cont .slick-dots li {
            margin: 0 1%;
            border: 2px solid #aaa;
            border-radius: 50%;
            background: #aaa
        }

            .about-honor .tab-cont .slick-dots li.slick-active {
                border-color: #ff6262;
                background: #fff
            }

.about-partner .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    background: #fff
}

@media (max-width:1024px) {
    .about-partner .partner {
        padding: 5%
    }
}

.about-partner .partner .item {
    width: 50%
}

@media (max-width:768px) {
    .about-partner .partner .item {
        width: 100%
    }
}

.about-partner .partner .item figure {
    width: 100%;
    padding: 0 0 54.5455%;
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .about-partner .partner .item figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s
    }

.about-history .history {
    padding: 30px;
    background: #fff
}

@media (max-width:1024px) {
    .about-history .history {
        padding: 5%
    }
}

.about-history .history-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 0
}

    .about-history .history-content:after {
        position: absolute;
        top: 1em;
        bottom: 0;
        left: 50%;
        z-index: -1;
        width: 1px;
        background: #ff8b8b;
        content: ''
    }

@media (max-width:576px) {
    .about-history .history-content:after {
        left: 0
    }
}

.about-history .history-content .item {
    margin: 0 0 5%;
    width: 46%;
    line-height: 1.5
}

@media (max-width:576px) {
    .about-history .history-content .item {
        padding-left: 7.5%;
        width: 100%
    }
}

.about-history .history-content .item:before {
    position: absolute;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #ff8b8b;
    -webkit-transform: translate(-50%,75%);
    -ms-transform: translate(-50%,75%);
    transform: translate(-50%,75%);
    content: ''
}

@media (max-width:576px) {
    .about-history .history-content .item:before {
        left: 0;
        width: 10px;
        height: 10px;
        -webkit-transform: translate(-50%,100%);
        -ms-transform: translate(-50%,100%);
        transform: translate(-50%,100%)
    }
}

.about-history .history-content .item:nth-child(odd) {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.about-history .history-content .item:nth-child(even) {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.about-history .history-content .name {
    margin: 0 0 .5em;
    font-size: 24px;
    color: #ff6262
}

@media (max-width:768px) {
    .about-history .history-content .name {
        font-size: 20px
    }
}

.about-history .history-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .5em;
    font-size: 14px
}

.about-history .history-content dt {
    margin: 0 .5em 0 0;
    width: 3em;
    color: #ff8b8b
}

.about-history .history-content dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #666
}

.about-video .video {
    padding: 30px;
    background: #fff
}

@media (max-width:1024px) {
    .about-video .video {
        padding: 5%
    }
}

.about-video .item {
    margin: 0 auto 5%;
    max-width: 570px;
    fill: #e62129
}

    .about-video .item .vbBox img {
        display: block;
        width: 100%;
        -webkit-transition: all .51s;
        -o-transition: all .51s;
        transition: all .51s
    }

    .about-video .item .vbBox:hover img {
        -webkit-transform: scale(1.03) rotate(1deg);
        -ms-transform: scale(1.03) rotate(1deg);
        transform: scale(1.03) rotate(1deg)
    }

    .about-video .item .vbBox .vico {
        text-align: center
    }

@media (max-width:576px) {
    .about-video .item .vbBox svg {
        width: 48px
    }
}

.about-video .item .name {
    padding: .75em 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000
}

@media (max-width:768px) {
    .about-video .item .name {
        font-size: 14px
    }
}

.info-desc {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #000
}

@media (max-width:768px) {
    .info-desc {
        font-size: 15px
    }
}

.pdt-sec {
    margin: 0 0 50px;
    border-radius: 7px;
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

@media (max-width:1024px) {
    .pdt-sec {
        margin-bottom: 40px
    }
}

@media (max-width:576px) {
    .pdt-sec {
        margin-bottom: 30px
    }
}

.pdt-sec .title {
    padding: 25px 0;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    color: #000
}

@media (max-width:768px) {
    .pdt-sec .title {
        padding: 20px 0;
        font-size: 30px
    }
}

@media (max-width:576px) {
    .pdt-sec .title {
        padding-top: 15px;
        font-size: 24px
    }
}

@media (max-width:425px) {
    .pdt-sec .title {
        padding-top: 10px;
        font-size: 20px
    }
}

.pdt-sec .carousel {
    overflow: hidden
}

    .pdt-sec .carousel:hover .slick-prev {
        left: 10px
    }

    .pdt-sec .carousel:hover .slick-next {
        right: 10px
    }

.pdt-sec .carousel-item figure {
    position: relative;
    z-index: 0;
    padding: 0 100% 55.5556% 0
}

    .pdt-sec .carousel-item figure img {
        position: absolute;
        width: 100%;
        height: 100%
    }

.pdt-sec .slick-arrow {
    margin-top: -30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ff8b8b;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

@media (max-width:768px) {
    .pdt-sec .slick-arrow {
        margin-top: -25px;
        width: 50px;
        height: 50px
    }
}

@media (max-width:576px) {
    .pdt-sec .slick-arrow {
        margin-top: -20px;
        width: 40px;
        height: 40px
    }
}

.pdt-sec .slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: ''
}

.pdt-sec .slick-arrow:hover {
    background: #e62129
}

.pdt-sec .slick-prev {
    left: -60px
}

    .pdt-sec .slick-prev:before {
        border-right: 6px solid #fff
    }

@media (max-width:1024px) {
    .pdt-sec .slick-prev {
        left: 10px
    }
}

.pdt-sec .slick-next {
    right: -60px
}

    .pdt-sec .slick-next:before {
        border-left: 6px solid #fff
    }

@media (max-width:1024px) {
    .pdt-sec .slick-next {
        right: 10px
    }
}

.pdt-sec .icon {
    display: block;
    margin: 30px auto 0;
    border-top: 11px solid #e62129;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    width: 22px;
    height: 11px
}

.pdt-sec .desc {
    padding: 45px 14%;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #000
}

@media (max-width:1024px) {
    .pdt-sec .desc {
        padding: 35px 10%;
        font-size: 14px
    }
}

@media (max-width:768px) {
    .pdt-sec .desc {
        padding: 35px 5%;
        text-align: left
    }
}

@media (max-width:576px) {
    .pdt-sec .desc {
        padding: 30px 15px;
    }
}

.map {
    height: 67vh
}

@media (max-width:1024px) {
    .map {
        height: 50vw;
        min-height: 320px
    }
}

.map .anchorBL {
    display: none !important
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    color: #333
}

@media (max-width:768px) {
    .contact-info {
        display: block
    }
}

.contact-info .ctc-name {
    padding: 0 5% 0 0;
    width: 50%
}

@media (max-width:768px) {
    .contact-info .ctc-name {
        padding: 0 0 5%;
        width: auto
    }
}

.contact-info .ctc-name .title {
    font-size: 30px;
    font-weight: 700
}

@media (max-width:576px) {
    .contact-info .ctc-name .title {
        font-size: 26px
    }
}

@media (max-width:425px) {
    .contact-info .ctc-name .title {
        font-size: 22px
    }
}

.contact-info .ctc-name .desc {
    margin: .75em 0 0;
    font-family: "Times New Roman",Arial,sans-serif;
    font-size: 20px
}

.contact-info .ctc-info {
    margin: 10px 0 0;
    border-top: 2px solid #333;
    padding-top: 1em;
    width: 50%
}

@media (max-width:768px) {
    .contact-info .ctc-info {
        width: auto
    }
}

.contact-info .ctc-info dl {
    margin: 1em 0 0
}

@media (max-width:1240px) {
    .contact-info .ctc-info dl {
        margin: .75em 0 0
    }
}

.contact-info .ctc-info dd, .contact-info .ctc-info dt {
    padding: .5em 0
}

@media (max-width:1240px) {
    .contact-info .ctc-info dd, .contact-info .ctc-info dt {
        padding: .35em 0
    }
}
