/* --------------------------------

Primary style

-------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
}

body {
    font-size: 1.6rem;
    font-family: 'Microsoft YaHei', "Open Sans", sans-serif;
    color: #2c343b;
    background-color: #fff;
}

a {
    color: #d44457;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ol, ul {
    list-style: none;
}



/* --------------------------------

Slider

-------------------------------- */
.cd-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
    position: relative;
    height: 360px;
    overflow: hidden;
}

    .cd-hero-slider li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .cd-hero-slider li.selected {
            /* this is the visible slide */
            position: relative;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-hero-slider li.move-left {
            /* slide hidden on the left */
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
            /* the is-moving class is assigned to the slide which is moving outside the viewport */
            -webkit-transition: -webkit-transform 0.5s;
            -moz-transition: -moz-transform 0.5s;
            transition: transform 0.5s;
        }

@media only screen and (min-width: 768px) {
    .cd-hero-slider {
        height: 500px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-hero-slider {
        height: 680px;
    }
}

/* --------------------------------

Single slide style

-------------------------------- */
.cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


    .cd-hero-slider li:first-of-type {
        /*background-image: url("../assets/MH_DA5.jpg");*/
    }

    .cd-hero-slider li:nth-of-type(2) {
        /*background-image: url("../assets/MH_DA5.jpg");*/
    }

    .cd-hero-slider li:nth-of-type(3) {
        /*background-image: url("../assets/MH_DA5.jpg");*/
    }

    .cd-hero-slider li:nth-of-type(4) {
        /*background-image: url("../assets/MH_DA5.jpg");*/
    }
/*.cd-hero-slider li:nth-of-type(5) {
background-color: #2c343b;
background-image: url(../assets/img.jpg);
}*/
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 5%;
    top: 0;
    /* this padding is used to align the text */
    padding-top: 100px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-hero-slider .cd-img-container {
    /* hide image on mobile device */
    display: none;
}

    .cd-hero-slider .cd-img-container img {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.cd-hero-slider .cd-bg-video-wrapper {
    /* hide video on mobile device */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .cd-hero-slider .cd-bg-video-wrapper video {
        /* you won't see this element in the html, but it will be injected using js */
        display: block;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        height: auto;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.cd-hero-slider h2, .cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
}

.cd-hero-slider h2 {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 24px;
}

.cd-hero-slider p {
    font-family: 'Microsoft YaHei', "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.cd-hero-slider .cd-btn {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 5px;
    background-color: rgba(0, 114, 147, 1);
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

    .cd-hero-slider .cd-btn.secondary {
        background-color: rgba(22, 26, 30, 0.8);
    }

    .cd-hero-slider .cd-btn:nth-of-type(2) {
        margin-left: 1em;
    }

.no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #0072ae;
}

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e;
}



@media only screen and (min-width: 768px) {


    .cd-hero-slider li:nth-of-type(2) {
        /*background-image: url("../assets/MH_DA5.jpg");*/
    }

    .cd-hero-slider li:nth-of-type(3) {
        /*background-image: url("../assets/MH_DA5.jpg");*/
    }

    .cd-hero-slider li:nth-of-type(4) {
        /*background-image: url("../assets/MH_DA5.jpg");*/
    }

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 150px;
    }

    .cd-hero-slider .cd-bg-video-wrapper {
        display: block;
    }

    .cd-hero-slider .cd-half-width {
        width: 35%;
    }

        .cd-hero-slider .cd-half-width:first-of-type {
            left: 20%;
        }

        .cd-hero-slider .cd-half-width:nth-of-type(2) {
            right: 5%;
        }

    .cd-hero-slider .cd-img-container {
        display: block;
    }

    .cd-hero-slider h2, .cd-hero-slider p {
        max-width: 550px;
    }

    .cd-hero-slider h2 {
        font-size: 30px;
        font-weight: 300;
    }

    .cd-hero-slider .cd-btn {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 190px;
    }

    .cd-hero-slider h2, .cd-hero-slider p {
        margin-bottom: 24px;
    }

    .cd-hero-slider h2 {
        font-size: 45px;
    }

    .cd-hero-slider p {
        font-size: 18px;
    }
}

.cd-hero-slider p a {
    color: #fff;
}
/* --------------------------------

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
    .cd-hero-slider .cd-half-width {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }

    .cd-hero-slider .move-left .cd-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    .cd-hero-slider .selected .cd-half-width {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-hero-slider .is-moving .cd-half-width {
        /* this is the slide moving outside the viewport
wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }

    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-hero-slider li.is-moving .cd-full-width h2,
    .cd-hero-slider li.is-moving .cd-full-width p,
    .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
        /* this is the slide moving outside the viewport
wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected h2 {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected p {
        -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
        -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
        transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }

    .cd-hero-slider li.selected .cd-btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
}
/* --------------------------------

Slider navigation

-------------------------------- */
.cd-slider-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    text-align: center;
    height: 55px;
    background-color: rgba(255, 255,255, 0.2);
}

    .cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
        height: 100%;
    }

    .cd-slider-nav nav {
        display: inline-block;
        position: relative;
    }

    .cd-slider-nav .cd-marker {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 100%;
        color: #0072ae;
        background-color: rgba(255,255, 255, 0.5);
        box-shadow: inset 0 2px 0 currentColor;
        -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
        -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
        transition: transform 0.2s, box-shadow 0.2s;
    }

        .cd-slider-nav .cd-marker.item-2 {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%);
        }

        .cd-slider-nav .cd-marker.item-3 {
            -webkit-transform: translateX(200%);
            -moz-transform: translateX(200%);
            -ms-transform: translateX(200%);
            -o-transform: translateX(200%);
            transform: translateX(200%);
        }

        .cd-slider-nav .cd-marker.item-4 {
            -webkit-transform: translateX(300%);
            -moz-transform: translateX(300%);
            -ms-transform: translateX(300%);
            -o-transform: translateX(300%);
            transform: translateX(300%);
        }

        .cd-slider-nav .cd-marker.item-5 {
            -webkit-transform: translateX(400%);
            -moz-transform: translateX(400%);
            -ms-transform: translateX(400%);
            -o-transform: translateX(400%);
            transform: translateX(400%);
        }

    .cd-slider-nav ul::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-slider-nav li {
        display: inline-block;
        width: 60px;
        float: left;
    }

        .cd-slider-nav li.selected a {
            color: #005580;
        }

.no-touch .cd-slider-nav li.selected a:hover {
    background-color: transparent;
}

.cd-slider-nav a {
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

/*.cd-slider-nav a::before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 8px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(../assets/cd-icon-navigation.svg) no-repeat 0 0;
    }

.no-touch .cd-slider-nav a:hover {
    background-color: rgba(0, 1, 1, 0.5);
}

.cd-slider-nav li:first-of-type a::before {
    background-position: 0 0;
}

.cd-slider-nav li.selected:first-of-type a::before {
    background-position: 0 -24px;
}

.cd-slider-nav li:nth-of-type(2) a::before {
    background-position: -24px 0;
}

.cd-slider-nav li.selected:nth-of-type(2) a::before {
    background-position: -24px -24px;
}

.cd-slider-nav li:nth-of-type(3) a::before {
    background-position: -48px 0;
}

.cd-slider-nav li.selected:nth-of-type(3) a::before {
    background-position: -48px -24px;
}

.cd-slider-nav li:nth-of-type(4) a::before {
    background-position: -72px 0;
}

.cd-slider-nav li.selected:nth-of-type(4) a::before {
    background-position: -72px -24px;
}

.cd-slider-nav li:nth-of-type(5) a::before {
    background-position: -96px 0;
}

.cd-slider-nav li.selected:nth-of-type(5) a::before {
    background-position: -96px -24px;
}*/

@media only screen and ( min-width: 768px ) {
    .cd-slider-nav {
        height: 70px;
    }

        .cd-slider-nav .cd-marker,
        .cd-slider-nav li {
            width: 170px;
        }

        .cd-slider-nav a {
            text-transform: uppercase;
        }

        .cd-slider-nav a {
           position: relative;
    justify-content: center;
    /* align-items: center; */
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    word-break: normal;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    height: 60%;
    margin-top: 10%;
        }

    /*.cd-slider-nav a::before {
                top: 18px;
            }*/
}

@media only screen and ( max-width: 768px ) {
    .cd-slider-nav {
        height: 60px;
    }

        .cd-slider-nav .cd-marker,
        .cd-slider-nav li {
            width:100px;
        }

        .cd-slider-nav a {
            text-transform: uppercase;
        }

        .cd-slider-nav a {
            position: relative;
    justify-content: center;
    /* align-items: center; */
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    display: flex;
    word-break: normal;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    height: 60%;
    margin-top: 10%;
        }

    /*.cd-slider-nav a::before {
                top: 10px;
            }*/
}



/* --------------------------------

Main content

-------------------------------- */
.cd-main-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2em 0;
}

    .cd-main-content p {
        font-size: 1.4rem;
        line-height: 1.8;
        color: #999999;
        margin: 2em 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-main-content {
        padding: 3em 0;
    }

        .cd-main-content p {
            font-size: 1.6rem;
        }
}

/* --------------------------------

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
    display: none;
}

    .no-js .cd-hero-slider li.selected {
        display: block;
    }

.no-js .cd-slider-nav {
    display: none;
}


.main {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .main {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .main {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .main {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right:;
    margin-left:;
}

.col-ss-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-ss-2 .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-ss-3 .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-ss-4 .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-ss-5 .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-ss-6 .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-ss-7 .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-ss-8 .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-ss-9.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-ss-10 .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-ss-11 .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-ss-12.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right:;
    padding-left:;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (max-width: 767px) {
    .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12 {
        float: left;
    }

    .col-ss-12 {
        width: 100%;
    }

    .col-ss-11 {
        width: 91.66666667%;
    }

    .col-ss-10 {
        width: 83.33333333%;
    }

    .col-ss-9 {
        width: 75%;
    }

    .col-ss-8 {
        width: 66.66666667%;
    }

    .col-ss-7 {
        width: 58.33333333%;
    }

    .col-ss-6 {
        width: 50%;
    }

    .col-ss-5 {
        width: 41.66666667%;
    }

    .col-ss-4 {
        width: 33.33333333%;
    }

    .col-ss-3 {
        width: 25%;
    }

    .col-ss-2 {
        width: 16.66666667%;
    }

    .col-ss-1 {
        width: 8.33333333%;
    }

    .col-ss-pull-12 {
        right: 100%;
    }

    .col-ss-pull-11 {
        right: 91.66666667%;
    }

    .col-ss-pull-10 {
        right: 83.33333333%;
    }

    .col-ss-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-ss-pull-7 {
        right: 58.33333333%;
    }

    .col-ss-pull-6 {
        right: 50%;
    }

    .col-ss-pull-5 {
        right: 41.66666667%;
    }

    .col-ss-pull-4 {
        right: 33.33333333%;
    }

    .col-ss-pull-3 {
        right: 25%;
    }

    .col-ss-pull-2 {
        right: 16.66666667%;
    }

    .col-ss-pull-1 {
        right: 8.33333333%;
    }

    .col-ss-pull-0 {
        right: auto;
    }

    .col-ss-push-12 {
        left: 100%;
    }

    .col-ss-push-11 {
        left: 91.66666667%;
    }

    .col-ss-push-10 {
        left: 83.33333333%;
    }

    .col-ss-push-9 {
        left: 75%;
    }

    .col-ss-push-8 {
        left: 66.66666667%;
    }

    .col-ss-push-7 {
        left: 58.33333333%;
    }

    .col-ss-push-6 {
        left: 50%;
    }

    .col-ss-push-5 {
        left: 41.66666667%;
    }

    .col-ss-push-4 {
        left: 33.33333333%;
    }

    .col-ss-push-3 {
        left: 25%;
    }

    .col-ss-push-2 {
        left: 16.66666667%;
    }

    .col-ss-push-1 {
        left: 8.33333333%;
    }

    .col-ss-push-0 {
        left: auto;
    }

    .col-ss-offset-12 {
        margin-left: 100%;
    }

    .col-ss-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-ss-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-ss-offset-9 {
        margin-left: 75%;
    }

    .col-ss-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-ss-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-ss-offset-6 {
        margin-left: 50%;
    }

    .col-ss-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-ss-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-ss-offset-3 {
        margin-left: 25%;
    }

    .col-ss-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-ss-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-ss-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}




.overflow {
    height: 40vh;
    overflow: hidden;
}

.panels {
    width: 200%;
}

.panels__side {
    float: left;
    width: 50%;
    -webkit-perspective: 400px;
    perspective: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.panels__side--left,
.panels__side--right {
    position: relative;
    left: -25%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.panels__side--left {
    background: url(../images/yangbang.jpg);
    background-size: 50%;
}

    .panels__side--left:hover .arrow {
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

.panels__side--right {
    background: url(../images/changku.jpg);
    background-size: 50%;
}

    .panels__side--right:hover .arrow {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.panels__side--left-active {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

    .panels__side--left-active .panels__side--inner-left {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .panels__side--left-active .arrow {
        -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
        -ms-transform: translate(-50%, -50%) rotate(180deg) !important;
        transform: translate(-50%, -50%) rotate(180deg) !important;
    }

.panels__side--right-active {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    .panels__side--right-active .panels__side--inner-right {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .panels__side--right-active .arrow {
        -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
        -ms-transform: translate(-50%, -50%) rotate(180deg) !important;
        transform: translate(-50%, -50%) rotate(180deg) !important;
    }

.panels__side--left-hidden {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.panels__side--right-hidden {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.panels__side--inner {
    cursor: pointer;
}

.panels__side--inner-left,
.panels__side--inner-right,
.panels__side--inner {
    padding: 0 5vw;
    height: 40vh;
}

.panels__side--inner-left {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

    .panels__side--inner-left:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f4d03f;
        z-index: -1;
        opacity: 0.85;
    }

.panels__side--inner-right {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

    .panels__side--inner-right:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #19b5fe;
        z-index: -1;
        opacity: 0.85;
    }

.panels__headline {
    margin: 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.panels p {
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    color: #fff;
}

@media (max-width: 640px) {
    .panels {
        width: 100%;
        height: 200vh;
    }

    .panels__side {
        float: none;
        width: 100%;
        height: 100vh;
        display: block;
        text-align: center;
    }

    .panels__side--left,
    .panels__side--right {
        top: -25%;
        left: 0;
    }

        .panels__side--left:hover .arrow {
            -webkit-transform: translate(-50%, -80%) rotate(90deg);
            -ms-transform: translate(-50%, -80%) rotate(90deg);
            transform: translate(-50%, -80%) rotate(90deg);
        }

        .panels__side--right:hover .arrow {
            -webkit-transform: translate(-50%, -20%) rotate(90deg);
            -ms-transform: translate(-50%, -20%) rotate(90deg);
            transform: translate(-50%, -20%) rotate(90deg);
        }

    .panels__side--left-active {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

        .panels__side--left-active .panels__side--inner-left {
            -webkit-transform: rotateX(0);
            transform: rotateX(0);
        }

        .panels__side--left-active .arrow {
            -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
            -ms-transform: translate(-50%, -50%) rotate(-90deg) !important;
            transform: translate(-50%, -50%) rotate(-90deg) !important;
        }

    .panels__side--right-active {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .panels__side--right-active .panels__side--inner-right {
            -webkit-transform: rotateX(0);
            transform: rotateX(0);
        }

        .panels__side--right-active .arrow {
            -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
            -ms-transform: translate(-50%, -50%) rotate(-90deg) !important;
            transform: translate(-50%, -50%) rotate(-90deg) !important;
        }

    .panels__side--left-hidden {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .panels__side--right-hidden {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    .panels__side--inner-left,
    .panels__side--inner-right,
    .panels__side--inner {
        height: 50vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .panels__side--inner-left {
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    .panels__side--inner-right {
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    .panels__headline {
        font-size: 24px;
    }

    .panels p {
        font-size: 14px;
    }
}

.arrow {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 640px) {
    .arrow {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .arrow--left {
        top: 25%;
    }
}







figure {
    margin: 0;
    padding: 20px;
    position: relative;
}

    figure img {
        display: block;
        position: relative;
        z-index: 10;
        max-width: 100%;
        height: auto;
    }

    figure figcaption {
        display: block;
        position: absolute;
        z-index: 5;
    }

    figure h3 {
        color: #fff;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: left;
    }

    figure span {
        color: #b2cce1;
        display: block;
        line-height: 1.2;
        text-align: left;
    }

#effect-4 figure {
    overflow: hidden;
}

    #effect-4 figure figcaption {
        background-color: steelblue;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        padding: 20px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #effect-4 figure img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .no-touch #effect-4 figure:hover img,
    #effect-4 figure.hover img {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }

    .no-touch #effect-4 figure:hover figcaption,
    #effect-4 figure.hover figcaption {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }





.params {
    padding: 0 20px;
}

    .params h1 {
        text-align: center;
        font-size: 24px;
        margin: 40px auto 30px;
        display: block;
    }

    .params .code {
        display: block;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

        .params .code p {
            margin-left: 20px;
            margin-top: 5px;
        }

    .params .download {
        padding-top: 20px;
    }

        .params .download li {
            height: 25px;
            line-height: 25px;
            list-style: none;
            margin-bottom: 10px;
        }

        .params .download ul {
            display: block;
        }

        .params .download li .downloadName {
            width: 155px;
            display: block;
            float: left;
            background: url(../images/dian.jpg) no-repeat 0 11px;
            padding-left: 15px;
            font-size: 14px;
        }

        .params .download li .downloadSep {
            margin: 0 10px;
            float: left;
            color: #999;
        }

        .params .download li .download_icon01 {
            background: url(../images/ico_01.jpg) no-repeat 0 0;
            width: 25px;
            height: 25px;
            display: block;
            float: left;
            margin-right: 10px;
        }

        .params .download li .download_icon02 {
            background: url(../images/ico_01.jpg) no-repeat -25px 0;
            width: 25px;
            height: 25px;
            display: block;
            float: left;
            margin-right: 10px;
        }

        .params .download li p {
            font-size: 12px;
            color: #999;
            float: left;
        }

            .params .download li p a {
                font-size: 12px;
                color: #000;
            }

                .params .download li p a:hover {
                    color: #0c86b6;
                }

.tiele {
    margin: 15px auto;
    width: 880px;
}

    .tiele span {
        height: 50px;
        width: 10px;
        background: #0c86b6;
        display: block;
        float: left;
    }

    .tiele h1 {
        line-height: 50px;
        color: #0c86b6;
        font-size: 36px;
        font-style: normal;
        margin: 0 20px;
    }

.bigtext {
    padding: 0 20px;
}

.dgtext {
    padding: 0 20px;
}

    .dgtext h1 {
        color: #0e4c87;
        font-size: 24px;
        line-height: 36px;
        margin: 5px 0;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .dgtext span{
        font-weight:bold;
        color:#333;
       
        line-height:24px;
        display:block;
    }

    .dgtext ul li {
        float: left;
        width: 50%;
    }

.otherimg {
    padding: 0 5px;
}

.bigtext h1 {
    color: #0e4c87;
    font-size: 24px;
    line-height: 36px;
    margin: 5px 0;
    font-weight: bold;
}

.bigtext span {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
}

.bigtext h2 a {
    color: #0072ae;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    font-weight: 700;
}

.bigtext h3 a {
    text-align: center;
    font-size: 16px;
    color: #0088cc;
    line-height: 30px;
    margin: 0px;
}

.bigtext ul li {
    float: left;
    width: 50%;
}


.best-bolck {
    text-align: center;
    display: block;
    margin: 40px auto 50px;
}

    .best-bolck h1, .best-bolck span {
        text-shadow: 0px 1px 1px #999;
    }

    .best-bolck h1 {
    }

.ju {
    margin-bottom: 30px;
    padding: 30px;
}


.footer {
    background: #f2f2f2;
    padding-top: 30px;
}

    .footer .block {
        padding: 30px;
    }

        .footer .block h3 {
            margin-bottom: 15px;
            font-size: 24px;
            color: #333;
        }

        .footer .block h1 {
            padding-bottom: 15px;
            padding-left: 20px;
            font-size: 24px;
            color: #333;
            border-bottom: 1px solid #d9d9d9;
        }

        .footer .block ul {
            padding: 20px;
        }

            .footer .block ul li a {
                color: #333;
                line-height: 24px;
                background: url('../images/point.jpg') no-repeat 0 9px;
                padding-left: 15px;
            }

                .footer .block ul li a:hover {
                    color: #0072ae;
                }


.wrap {
    position: relative;
    overflow: hidden;
}



.read-more {
    padding: 5px;
    margin-top: 10PX;
    text-align: center;
    background: #2489c5;
    color: #fff;
}

    .read-more a {
        padding-right: 22px;
        background: url() no-repeat 100% 50%;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        .read-more a:hover {
            color: #000;
        }

.GoodList {
    padding: 30px;
}
    .GoodList .minhight {
        min-height: 225px;
        display: block;
        text-align: center;
    }
.minhight img {
    max-height: 225px;
}
    .GoodList h1 {
        font-size: 16px;
        line-height: 32px;
        height: 64px;
        overflow: hidden;
    }

    .GoodList p {
        line-height: 24px;
        margin: 0;
    }



    .GoodList span {
        margin-top: 15px;
        font-size: 14px;
        display: block;
    }

        .GoodList span a {
            color: #309AC4;
        }

.renz {
    margin: 20px;
}

    .renz img {
        height: 50px;
        padding-right: 10px;
    }

.tol_spec {
    padding-bottom: 20px;
    /*height: 130px;*/
    padding-top: 20px;
}

.tol_spec_left {
    float: left;
    margin-right: 20px;
}

    .tol_spec_left img {
        width: 100px;
        height: 100px;
        display: block;
    }

.tol_right {
    float: left;
    display: block;
}

    .tol_right h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .tol_right span {
        margin-right: 10px;
    }

.top_del {
    height: 40px;
    background: #309ac4;
    line-height: 40px;
    width: 100%;
}

.del_tab a {
    text-align: center;
    color: #fff;
    display: block;
}

    .del_tab a:hover {
        background: #167ca4;
        text-align: center;
        color: #fff;
        display: block;
    }

.del_tab .at {
    background: #167ca4;
    text-align: center;
    color: #fff;
    display: block;
}

.spec_cans {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .spec_cans h1 {
        font-size: 18px;
        font-weight: 700;
    }

.spec_cans {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .spec_cans ul li {
        line-height: 36px;
    }

.tol_cans h1 {
    font-size: 18px;
    font-weight: 700;
}

.tol_cans ul li {
    line-height: 36px;
}

    .tol_cans ul li img {
        float: left;
        margin-top: 12px;
        width: 12px;
        height: 12px;
    }

    .tol_cans ul li span {
        border-bottom: 1px solid #eee;
        margin-left: 10px;
    }

.tol_cans .more {
    margin: 15px 0;
}

.dropup_01 {
    background: none;
    border: none;
    padding: 10px;
    font-size:14px;
}

.country {
    width: 20px;
    height: 13px;
    margin-right: 10px;
}

.caret_margin {
    margin-top: 8px;
    margin-left: 5px;
}

.filter_bj {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 36px;
    margin: 20px 0 5px;
    font-size: 16px;
    color: #999;
}

.filter_bj01 {
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.filter {
    line-height: 32px;
}

    .filter span {
        text-align: right;
        font-size: 14px;
        color: #666;
    }





.baoz {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .baoz img {
        padding: 50px;
    }

.safe_bj {
    margin: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.safe {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    height: 200px;
    margin-right: 20px;
}

.safe_nei p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.stepbox {
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.step {
    padding:10%;
}

.step h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}

.step span {
    width: 30px;
    height: 30px;
    background: #0c86b6;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.step p {
    line-height: 36px;
    float: left;
}

.serach_top {
    margin-left: 20px;
}

    .serach_top h1 {
        font-size: 30px;
        line-height: 50px;
    }

.serach {
    border: 1px solid #eee;
    -moz-border-radius: 15px; /* Gecko browsers */
    -webkit-border-radius: 15px; /* Webkit browsers */
    border-radius: 15px;
    margin: 20px 10px;
    padding: 20px;
}

.serach_text {
}

    .serach_text h1 {
        font-size: 16px;
        line-height: 50px;
    }

    .serach_text a {
        color: #666;
    }

.contact {
    min-height: 420px;
}

    .contact p {
        font-size: 16px;
        font-weight: normal;
        color: #625a53;
        line-height: 24px;
    }

    .contact span {
        font-size: 16px;
        font-weight: bold;
    }

    .contact img {
        margin: 20px 0;
    }

.join {
    margin-bottom: 50px;
    margin-top: 20px;
}

    .join h1 {
        font-size: 18px;
        font-weight: 700;
        color: #625a53;
        line-height: 48px;
    }

    .join p {
        font-size: 14px;
        font-weight: normal;
        color: #625a53;
        line-height: 24px;
    }

    .join span {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
    }

.question {
    margin: 0px 0 50px 0;
}

    .question h5 {
        font-size: 14px;
        font-weight: 700;
        line-height: 36px;
    }

    .question p {
        font-size: 14px;
        line-height: 24px;
    }

@media(max-width:767px) {

    .tol_right {
        float: left;
        display: block;
    }

        .tol_right h1 {
            font-size: 14px;
            font-weight: 700;
        }

        .tol_right p {
            font-size: 12px;
            font-weight: 700;
            margin: 0;
        }

        .tol_right span {
            margin-right: 10px;
            font-size: 12px;
        }
}


.btext {
    padding: 1% 3%;
    color: #333;
    background: #fff;
}

    .btext h1 {
        font-size: 30px;
        line-height: 46px;
        display: block;
        margin-bottom: 10px;
    }

    .btext p {
        font-size: 14px;
        line-height: 20px;
    }

@media (max-width: 768px) {
    .btext {
        padding: 15px 20px;
        color: #333;
        background: #90d8f3;
    }

        .btext h1 {
            font-size: 24px;
            line-height: 48px;
            display: block;
            margin-bottom: 5px;
        }

        .btext p {
            font-size: 12px;
            line-height: 20px;
        }
}

.tub {
    margin-bottom: 10px;
}

.topleft {
    background: url(../images/zh.png) no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    float: left;
}

.food {
    background-position: 0 0;
}

.setting {
    background-position: -100px 0px;
}

.daosui {
    background-position: -200px 0px;
}

.qieshui {
    background-position: -300px 0px;
}

.dafa {
    background-position: -400px 0px;
}

.jiaorou {
    background-position: -500px 0px;
}

.jiaoban {
    background-position: -600px 0px;
}

.qietiao {
    background-position: -700px 0px;
}

.qiepian {
    background-position: -800px 0px;
}

.qiesi {
    background-position: -900px 0px;
}

.ji {
    background-position: -1000px 0px;
}

.huomian {
    background-position: -1100px 0px;
}

.topright {
    float: left;
    font-size: 46px;
    color: #0c86b6;
    line-height: 46px;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.gn {
    margin-bottom: 15px;
}

.gongneng {
    position: relative;
}

    .gongneng h1 {
        position: absolute;
        font-size: 36px;
        height: 72px;
        line-height: 72px;
        display: block;
        top: 45%;
        margin-left: 60px;
        color: #0c86b6;
    }

@media(max-width:767px) {
    .gongneng h1 {
        position: absolute;
        font-size: 24px;
        height: 48px;
        line-height: 48px;
        display: block;
        top: 30%;
        margin-left: 30px;
        color: #0c86b6;
    }
}



.miaosubox {
    margin: 20px 0;
}

.miaos {
    justify-content: center;
    align-items: center;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}


.miaosu h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
}

.miaosu h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.miaosu p {
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .miaos {
    }

    .miaosu h1 {
        font-size: 24px;
        font-weight: bold;
        line-height: 48px;
        color: #0c86b6;
    }

    .miaosu h2 {
        font-size: 16px;
        font-weight: normal;
        color: #666;
        display: block;
    }

    .miaosu p {
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }

    .miaos_rihgt {
        text-align: center;
    }

    .miaos_left {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .miaos {
        height: 270px;
    }

    .miaos_img {
        border: 5px solid #eee;
    }

    .miaos_rihgt {
        margin: 50px;
        text-align: left;
    }

    .miaos_left {
        margin: 50px;
        text-align: right;
    }

    .miaosu h1 {
        font-size: 24px;
        font-weight: bold;
        line-height: 48px;
        color: #0c86b6;
    }

    .miaosu h2 {
        font-size: 16px;
        color: #333;
        display: block;
        font-weight: normal;
    }

    .miaosu p {
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }
}

@media (min-width: 992px) {
    .miaos {
        height: 370px;
    }

    .miaos_rihgt {
        margin: 50px;
        text-align: left;
    }

    .miaos_left {
        margin: 50px;
        text-align: right;
    }

    .miaosu h1 {
        font-size: 24px;
        font-weight: bold;
        line-height: 48px;
        color: #0c86b6;
    }

    .miaosu h2 {
        font-size: 16px;
        color: #333;
        display: block;
        font-weight: normal;
    }

    .miaosu p {
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }
}

@media (min-width: 1200px) {
    .miaos {
        height: 470px;
    }

    .miaosu h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 48px;
        color: #0c86b6;
    }

    .miaosu h2 {
        font-size: 18px;
        color: #333;
        display: block;
    }

    .miaosu p {
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
        color: #000;
    }
}


.pj_tiele {
    margin: 15px 0;
}

    .pj_tiele h1 {
        line-height: 50px;
        color: #000;
        font-size: 36px;
        font-style: normal;
    }

.fitting_01 {
    margin: 20px 0;
}

    .fitting_01 .part_bottom {
        margin-top: 15px;
    }

        .fitting_01 .part_bottom li {
            margin-bottom: 15px;
            float: left;
            padding: 0 10px;
            display: inline;
            height: 20px;
        }

            .fitting_01 .part_bottom li span {
                width: 20px;
                height: 20px;
                background: #0c86b6;
                color: #fff;
                display: block;
                text-align: center;
                line-height: 20px;
                float: left;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px;
            }

            .fitting_01 .part_bottom li p {
                font-size: 16px;
                color: #333;
                margin-left: 25px;
                line-height: 20px;
                display: block;
            }

@media (max-width: 767px) {
    .fitting_01 .part_bottom li span {
        width: 16px;
        height: 16px;
        background: #0c86b6;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 16px;
        float: left;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .fitting_01 .part_bottom li p {
        font-size: 12px;
        color: #333;
        margin-left: 25px;
        line-height: 20px;
        display: block;
    }
}

@media (max-width: 767px) {
    .Feature {
    }

        .Feature .righttext {
            text-align: center;
        }

        .Feature .lefttext {
            text-align: center;
        }

            .Feature .righttext h1, .Feature .lefttext h1 {
                font-size: 24px;
                line-height: 48px;
                color: #0c86b6;
                display: block;
            }

            .Feature .righttext h2, .Feature .lefttext h2 {
                font-size: 18px;
                color: #0c86b6;
                display: block;
            }

            .Feature .righttext p, .Feature .lefttext p {
                font-size: 12px;
                color: #000;
                display: block;
                line-height: 24px;
            }


        .Feature .text {
            padding: 10px 0;
            background: #9dd1e5;
        }

            .Feature .text h1 {
                font-size: 18px;
                color: #0c86b6;
                display: block;
                line-height: 32px;
                text-align: center;
            }

            .Feature .text h2 {
                font-size: 12px;
                line-height: 24px;
                color: #000;
                display: block;
                text-align: center;
            }
             .Feature .text p {
                line-height: 24px;
                color: #000;
                text-align: center;
            }
}

@media (min-width: 768px) {
    .Feature {
        position: relative;
    }

        .Feature .righttext {
            position: absolute;
            top: 15%;
            right: 2%;
            width: 40%;
        }

        .Feature .lefttext {
            position: absolute;
            top: 15%;
            left: 5%;
            width: 40%;
        }

            .Feature .righttext h1, .Feature .lefttext h1 {
                font-size: 24px;
                color: #0c86b6;
                display: block;
                /* margin-bottom: 10px; */
            }

            .Feature .righttext h2, .Feature .lefttext h2 {
                font-size: 16px;
                color: #0c86b6;
                display: block;
                /* margin-bottom: 10px; */
            }

            .Feature .righttext p, .Feature .lefttext p {
                font-size: 12px;
                color: #000;
                display: block;
                line-height: 24px;
            }

        .Feature .text {
            padding: 10px;
            background: #fff;
        }

            .Feature .text h1 {
                font-size: 32px;
                color: #0c86b6;
                display: block;
                /* margin-bottom: 5px; */
                text-align: center;
            }

            .Feature .text h2 {
                font-size: 18px;
                color: #000;
                display: block;
                /* margin-bottom: 15px; */
                text-align: center;
            }
               .Feature .text p {
                line-height: 24px;
                color: #000;
                text-align: center;
            }
}

@media (min-width:1200px) {
    .Feature {
        position: relative;
    }

        .Feature .righttext {
            position: absolute;
            top: 15%;
            right: 2%;
            width: 40%;
        }

        .Feature .lefttext {
            position: absolute;
            top: 15%;
            left: 5%;
            width: 40%;
        }

            .Feature .righttext h1, .Feature .lefttext h1 {
                font-size: 30px;
                color: #0c86b6;
                display: block;
                /* margin-bottom: 15px; */
            }

            .Feature .righttext h2, .Feature .lefttext h2 {
                font-size: 18px;
                color: #0c86b6;
                display: block;
                /* margin-bottom: 15px; */
            }

            .Feature .righttext p, .Feature .lefttext p {
                font-size: 14px;
                color: #000;
                display: block;
                line-height: 30px;
            }


        .Feature .text {
            padding: 10px;
            background: #fff;
        }

            .Feature .text h1 {
                font-size: 32px;
                color: #0c86b6;
                display: block;
                margin-bottom: 5px;
                text-align: center;
            }

            .Feature .text h2 {
                font-size: 18px;
                color: #000;
                display: block;
                /*margin-bottom: 15px;*/
                text-align: center;
            }
}
   .Feature .text p {
                line-height: 24px;
                color: #000;
                text-align: center;
            }

.lights {
  
    align-items: center;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}





@media (max-width: 767px) {
    .lights {
    }

    .light h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 48px;
        color: #0c86b6;
    }

    .lightleft {
        text-align: center;
    }

    .lightright {
        text-align: center;
    }

    .light p {
        font-size: 12px;
        line-height: 24px;
        font-weight: bold;
        color: #666;
    }
}

@media (min-width: 768px) {
    .lights {
        height: 240px;
    }

    .lightleft {
        text-align: left;
    }

    .lightright {
        text-align: right;
    }

    .light h1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 36px;
        color: #0c86b6;
    }
    .light h2{
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        color: #333;
    }

    .light p {
        font-size: 12px;
        line-height: 24px;
     
        color: #666;
    }
}

@media (min-width: 992px) {
    .lights {
        height: 157px;
    }

    .lightleft {
        text-align: left;
    }

    .lightright {
        text-align: right;
    }

    .light h1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 36px;
        color: #0c86b6;
    }

    .light h2{
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        color: #333;
    }

    .light p {
        font-size: 14px;
        line-height: 24px;
      
        color: #666;
    }
}

@media (min-width: 1200px) {
    .lights {
        height: auto;
    }

    .lightleft {
        text-align: left;
    }

    .lightright {
        text-align: right;
    }

    .light h1 {
        font-size:24px;
        font-weight: 500;
        line-height: 48px;
        color: #0c86b6;
    }

    .light h2{
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        color: #333;
    }

    .light p {
        font-size: 14px;
        line-height:24px;
        
        color: #666;
    }
}


.steps {
    justify-content: center;
    align-items: center;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
}

.step h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.step p {
    font-size: 18px;
    line-height: 28px;
    /* font-weight: bold; */
    color: #333;
}

.step h2 {
    font-size: 30px;
    color: #0c86b6;
    display: block;
    margin-bottom: 15px;
}

    .step h2 .yuan {
        width: 30px;
        height: 30px;
        background: #0c86b6;
        color: #fff;
        text-align: center;
        display: inline-block;
        line-height: 30px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

@media (max-width: 767px) {
    .steps {
    }

    .step p {
        font-size: 12px;
        line-height: 24px;
        font-weight: bold;
        color: #333;
    }

    .step h2 {
        font-size: 24px;
        color: #0c86b6;
        display: block;
        margin-bottom: 15px;
        height: 24px;
    }

        .step h2 .yuan {
            width: 24px;
            height: 24px;
            background: #0c86b6;
            color: #fff;
            text-align: center;
            display: inline-block;
            line-height: 24px;
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            border-radius: 12px;
        }
}

@media (min-width: 768px) {
    .steps {
        height: 360px;
    }

    .step p {
        font-size: 16px;
        line-height: 32px;
        /* font-weight: bold; */
        color: #333;
    }

    .step h2 {
        font-size: 24px;
        color: #0c86b6;
        display: block;
        margin-bottom: 15px;
    }

        .step h2 .yuan {
            width: 24px;
            height: 24px;
            background: #0c86b6;
            color: #fff;
            text-align: center;
            display: inline-block;
            line-height: 24px;
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            border-radius: 12px;
        }
}

@media (min-width: 992px) {
    .steps {
        height: 470px;
    }

    .step p {
        font-size: 16px;
        line-height: 32px;
        /* font-weight: bold; */
        color: #333;
    }

    .step h2 {
        font-size: 30px;
        color: #0c86b6;
        display: block;
        margin-bottom: 15px;
    }

        .step h2 .yuan {
            width: 30px;
            height: 30px;
            background: #0c86b6;
            color: #fff;
            text-align: center;
            display: inline-block;
            line-height: 30px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
        }
}

@media (min-width: 1200px) {
    .steps {
        height: 570px;
    }

    .step p {
        font-size: 18px;
        line-height: 32px;
        /* font-weight: bold; */
        color: #333;
    }

    .step h2 {
        font-size: 30px;
        color: #0c86b6;
        display: block;
        margin-bottom: 15px;
    }

        .step h2 .yuan {
            width: 30px;
            height: 30px;
            background: #0c86b6;
            color: #fff;
            text-align: center;
            display: inline-block;
            line-height: 30px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
        }
}
@media (max-width:991px){

    .qig {float:left;
    }
    .qig a {
    float:left;display:inline-block; margin:0 10px;

    }
    .dropup_01 {
    background: none;
    border: none;
    padding: 5px;
}
}
.tedi img{
    padding:15px
}
.dg{position:relative}
.dg p{
    position:absolute;
    font-size:24px;
    font-weight:500;
    color:#fff;
    bottom:5px;
    left:5px;
    background:rgba(0,0,0,0.5);
    padding:5px;
}