﻿@charset "UTF-8";

html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*text-rendering: optimizeLegibility;*/
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

main, article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
object,
embed {
    max-width: 100%;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.clickable, select, label, input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

    select::-ms-expand {
        display: none;
    }

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    border-radius: 0;
    font-family: inherit;
}

input,
select {
    vertical-align: middle;
}

textarea {
    resize: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    button:focus,
    input:focus,
    p:focus,
    a:focus,
    div:focus,
    label:focus {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

html {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHeiLight", "Microsoft YaHei", "微软雅黑", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-weight: lighter;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.ft0 {
    font-size: 0;
}

.ovflowhidden {
    overflow: hidden;
}

.visblehidden {
    visibility: hidden;
}

.none {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-appearance {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    .no-appearance::-ms-expand {
        display: none;
    }

.click-disabled {
    pointer-events: none;
    /*IE11+*/
}

.hoverbig {
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .hoverbig:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.no-reset h1,
.no-reset h2,
.no-reset h3,
.no-reset h4,
.no-reset h5,
.no-reset h6 {
    font-weight: bold;
    line-height: 1.5;
}

.no-reset h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.no-reset h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

.no-reset h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

.no-reset h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

.no-reset h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

.no-reset h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

.no-reset p {
    font-size: inherit;
    line-height: 1.5;
}

.no-reset b,
.no-reset b *,
.no-reset em,
.no-reset em *,
.no-reset strong,
.no-reset strong * {
    font-weight: bold;
}

.no-reset i {
    font-style: italic;
}

.no-reset u,
.no-reset ins {
    text-decoration: underline;
}

.no-reset ol {
    list-style: decimal;
}

.no-reset ul {
    list-style: disc;
}

.no-reset a {
    color: #0000ee;
    text-decoration: underline;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    width: calc(100% - 30px);
}

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none;
    }

@media screen and (max-width: 1020px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        display: none;
    }
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    text-align: center;
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        outline: none;
        vertical-align: middle;
    }

body {
    padding-top: 70px;
}

.mw {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.maxw-17 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.maxw-13 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.common-width {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.common-title {
    color: #595757;
    text-align: center;
    line-height: 1;
    font-size: 26px;
    margin-bottom: 35px;
}

    .common-title .title {
        margin-bottom: 10px;
    }

    .common-title .title-content {
        display: inline-block;
        position: relative;
    }

        .common-title .title-content::before, .common-title .title-content::after {
            display: block;
            position: absolute;
            content: '';
            width: 28px;
            height: 2px;
            background: rgba(203, 37, 49, 0.4);
            top: 50%;
            margin-top: -1px;
        }

        .common-title .title-content::before {
            left: -36px;
        }

        .common-title .title-content::after {
            right: -36px;
        }

    .common-title .title.line-white .title-content::before, .common-title .title.line-white .title-content::after {
        background: #fff;
        height: 1px;
    }

    .common-title .title-des {
        font-size: 18px;
        color: #919192;
        line-height: 1.5;
    }

@media screen and (max-width: 1020px) {
    .common-title {
        margin-bottom: 65px;
    }
}

.phone-banner {
    display: none;
}

@media screen and (max-width: 640px) {
    .phone-banner {
        display: block;
    }

    .pc-banner {
        display: none;
    }
}

.red-title {
    font-size: 26px;
    color: #cb2531;
    text-align: center;
    margin-bottom:40px;
    line-height: 1;
}

.font-white {
    color: #fff !important;
}

.ftm-myh {
    font-family: "Microsoft YaHei", "Microsoft YaHei", "微软雅黑", "Helvetica", "Arial", "Verdana", "sans-serif";
}

.mbt30 {
    margin-bottom: 30px;
}

.mbt60 {
    margin-bottom: 60px;
}

.mbt110 {
    margin-bottom: 110px;
}

.mbt120 {
    margin-bottom: 120px;
}

.mbt-banner {
    margin-bottom:80px;
}

.mbt150 {
    margin-bottom: 150px !important;
}

.mbt18 {
    margin-bottom: 18px !important;
}

.mbtop76 {
    margin-top: 76px !important;
}

.slip-content {
    position: absolute;
    bottom: 0;
    height: 80%;
    width: 100%;
    padding: 5px 15% 5px 11.66667%;
    font-size: 16px;
    text-align: left;
    color: #fff;
    overflow: hidden;
}

    .slip-content .title {
        position: relative;
        line-height: 3;
        margin-bottom: 1em;
    }

        .slip-content .title::after {
            content: '';
            display: block;
            width: 24px;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

    .slip-content .content {
        max-height: 4em;
        max-width: 10em;
        overflow: hidden;
    }

.newest-case {
    margin-bottom: 80px;
}

    .newest-case .slip-hover-list li {
        float: left;
        width: 25%;
    }

@media screen and (max-width: 1200px) {
    .newest-case .slip-hover-list li {
        width: 33.333333333%;
    }
}

@media screen and (max-width: 760px) {
    .newest-case {
        margin-bottom: 65px;
    }

        .newest-case .slip-hover-list li {
            width: 50%;
        }
}

@media screen and (max-width: 360px) {
    .newest-case .slip-hover-list li {
        width: 100%;
    }
}

.see-more {
    display: block;
    margin: 40px auto 80px;
    width: 270px;
    height: 38px;
    font-size: 17px;
    line-height: 36px;
    color: rgb(180, 180, 180) !important;
    border: 1px solid rgb(180, 180, 180);
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .see-more:hover {
        background: #cb2531;
        color: #fff !important;
        border: 1px solid #cb2531;
    }

@media screen and (max-width: 600px) {
    .see-more {
        width: 80%;
        max-width: 270px;
    }
}

.crumbs {
    margin-bottom: 60px;
    color: #909191;
    font-size: 14px;
}

    .crumbs a {
        margin-left: .5em;
        margin-right: .5em;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .crumbs a:first-child {
            margin-left: 0;
        }

        .crumbs a:hover {
            color: #cb2531;
        }

    .crumbs span {
        margin-left: .5em;
        color: #595757;
    }

@-webkit-keyframes frshak {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes frshak {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.fixed-right {
    position: fixed;
    right: 0;
    bottom: 4vh;
    z-index: 1000;
}

    .fixed-right li {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .fixed-right li:not(.wechat):hover {
            -webkit-animation: frshak .6s linear infinite;
            animation: frshak .6s linear infinite;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
        }

        .fixed-right li > a  {
            display: block;
            width: 80px;
            height: 80px;
            margin-bottom: 1px;
            padding-top: 50px;
            text-align: center;
            font-size: 14px;
            color: #fff;
            background-color: #cb2531;
            background-position: top 18px center;
            background-repeat: no-repeat;
            background-size:30px auto;
        }

    .fixed-right .phone > a {
        background-image: url("../icon/phone.png");
    }

    .fixed-right .web > a {
        background-image: url("../icon/message.png");
    }

    .fixed-right .qq > a {
        background-image: url("../icon/qq.png");
    }

    .fixed-right .wechat {
        position: relative;
    }

        .fixed-right .wechat:hover .ewm-img {
            visibility: visible;
            right: 83px;
        }

        .fixed-right .wechat > a {
            background-image: url("../icon/wechat.png");
            background-size: 30px auto;
        }

        .fixed-right .wechat .ewm-img {
            visibility: hidden;
            position: absolute;
            right: -80px;
            bottom: 0;
            z-index: -1;
            border-right: 3px solid transparent;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .fixed-right .wechat .ewm-img img {
                width: 130px;
                max-width: none;
            }

    .fixed-right .gotop {
        visibility: hidden;
        height: 64px;
        background: url("../icon/gotop.png") center center no-repeat transparent;
        cursor: pointer;
    }

        .fixed-right .gotop.active {
            visibility: visible;
        }

@media screen and (max-width: 1020px) {
    .fixed-right li {
        display: none;
    }

        .fixed-right li.gotop {
            display: block;
            width: 60px;
        }
}

.header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    color: #595757;
}

.header-left {
    line-height: 1;
}

    .header-left .logo {
        margin-top: 18px;
        width:162px;
    }

.header-nav {
    width: 76.66667%;
    margin-left: 3.33333%;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .header-nav li {
        height: 70px;
        float: left;
        padding: 20px 1.52174% 0 1.52174%;
        -webkit-transition: all .3s;
        transition: all .3s;
        line-height: 1;
        letter-spacing: 1px;
    }

        .header-nav li:not(:last-child):hover, .header-nav li.active {
            background: #cb2531;
            color: #fff;
        }

            .header-nav li:not(:last-child):hover .top, .header-nav li.active .top {
                color: inherit;
            }

        .header-nav li .top {
            font-size: 14px;
            margin-bottom: 4px;
            color: #919192;
        }

        .header-nav li .des {
            font-size: 14px;
            line-height: 1.5;
        }

            .header-nav li .des a {
                white-space: nowrap;
            }

    .header-nav .phone {
        float: right;
        font-family: "Arial-BoldMT", "Arial";
        padding: 20px 13px 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #cb2531;
        white-space: nowrap;
        letter-spacing: 0;
    }

        .header-nav .phone .top {
            font-size: 13px;
            letter-spacing: 1px;
            margin-bottom: 7px;
        }

.header-listnav {
    margin-right: 15px;
    margin-top: 25px;
    text-align: center;
    position: relative;
}

    .header-listnav .phone-nav {
        position: relative;
        width: 32px;
        height: 24px;
        z-index: 2000;
    }

        .header-listnav .phone-nav.active .line {
            background: transparent;
        }

            .header-listnav .phone-nav.active .line::before {
                top: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .header-listnav .phone-nav.active .line::after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .header-listnav .phone-nav.active + .phone-subnav {
            visibility: visible;
            z-index: 1000;
            height: 170px;
            max-height: 300px;
        }

        .header-listnav .phone-nav .line {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            width: 100%;
            height: 4px;
            background: #cb2531;
            border-radius: 4px;
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
        }

            .header-listnav .phone-nav .line::before, .header-listnav .phone-nav .line::after {
                position: absolute;
                left: 0;
                content: '';
                display: block;
                width: 100%;
                background: #cb2531;
                height: 4px;
                border-radius: 4px;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
            }

            .header-listnav .phone-nav .line::before {
                top: 10px;
            }

            .header-listnav .phone-nav .line::after {
                bottom: 10px;
            }

    .header-listnav .phone-subnav {
        visibility: hidden;
        position: absolute;
        z-index: -1;
        top: 45px;
        left: 50%;
        height: 0;
        overflow: hidden;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0 18px 1px;
        background: #fff;
        -webkit-transition: height .8s linear;
        transition: height .8s linear;
        font-size: 14px;
        line-height: 30px;
    }

        .header-listnav .phone-subnav li {
            border-bottom: 2px solid transparent;
            color: #919192;
        }

            .header-listnav .phone-subnav li.active, .header-listnav .phone-subnav li:hover {
                color: #595757;
                border-bottom: 2px solid rgba(0, 0, 0, 0.1);
            }

        .header-listnav .phone-subnav a {
            white-space: nowrap;
        }

    .header-listnav .phone-all-sub {
        visibility: hidden;
        background: rgba(203, 37, 49, 0.85);
        color: #fff;
        font-size: 24px;
        text-align: left;
        padding: 122px 40px 30px 30px;
        position: absolute;
        width: 330px;
        right: -460px;
        top: -26px;
        height: 100vh;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .header-listnav .phone-all-sub ul {
            height: 100%;
            overflow: auto;
        }

        .header-listnav .phone-all-sub li {
            border-top: 2px solid #e9979e;
            padding-top: 20px;
            margin-bottom: 20px;
        }

        .header-listnav .phone-all-sub .top {
            padding-right: 80px;
        }

        .header-listnav .phone-all-sub .arrow {
            background: url("../icon/arrow-down.png") right 25px center no-repeat;
        }

            .header-listnav .phone-all-sub .arrow.active {
                background-image: url("../icon/arrow-top.png");
            }

                .header-listnav .phone-all-sub .arrow.active + .ht100 {
                    height: 100px;
                }

                .header-listnav .phone-all-sub .arrow.active + .ht145 {
                    height:auto;
                }

        .header-listnav .phone-all-sub .des {
            height: 0;
            overflow: hidden;
            font-size: 18px;
            color: #cecfcf;
            margin: 10px 0;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

            .header-listnav .phone-all-sub .des a {
                display: block;
                line-height: 2;
                padding-left: 30px;
            }

@media screen and (max-width: 1200px) {
    .header-nav {
        width: 70%;
        margin-left: 5%;
    }

        .header-nav li {
            width: 20%;
            padding-top: 10px;
        }

            .header-nav li .top {
                font-size: 16px;
            }

            .header-nav li .des {
                font-size: 13px;
            }
}

@media screen and (max-width: 1020px) {
    .header-left {
        margin-left: 0;
    }

    .header-nav .phone {
        display: none;
    }

    .header-listnav {
        margin-top: 26px;
        margin-right: 0;
    }

        .header-listnav .phone-nav.active .line::before, .header-listnav .phone-nav.active .line::after {
            background: #fff;
        }

        .header-listnav .phone-nav.active + .phone-subnav {
            display: none;
        }

            .header-listnav .phone-nav.active + .phone-subnav + .phone-all-sub {
                visibility: visible;
                right: -35px;
            }

    .header-nav {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .header-left {
        margin-left: 0;
    }

    .header-listnav .phone-all-sub {
        width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer {
    padding-left: 15px;
    padding-right: 15px;
    background: url("../images/index-bg3.png") center center/cover;
    font-size: 12px;
    color: #bbbcbd;
}

.footer-wrapper {
    padding: 90px 0 45px;
}

.footer-logo {
    display: block;
    margin-bottom: 16px;
}

.footer-left .footer-logo {
    display: none;
}

.footer-left .phone-text {
    letter-spacing: 7px;
    line-height: 1;
    margin-bottom: 5px;
}

.footer-left .footer-phone {
    margin-bottom: 16px;
    font-family: "Arial-BoldMT", "Arial";
    font-size: 29px;
    line-height: 1;
    letter-spacing: 2px;
    color: #cb2531;
}

.footer-left .footer-ewm {
    text-align: center;
}

    .footer-left .footer-ewm img {
        width: 90px;
        height: 90px;
        margin-bottom: 7px;
    }

    .footer-left .footer-ewm .mr22 {
        margin-right: 16px;
    }

.footer-center {
    width: 51.66667%;
    margin-left: 9.16667%;
}

    .footer-center li {
        float: left;
        line-height: 1;
        margin-right: 7.25806%;
    }

        .footer-center li:last-child {
            margin-right: 0;
        }

            .footer-center li:last-child dt {
                margin-bottom: 22px;
            }

        .footer-center li dd {
            font-size: 12px;
            margin-bottom: 22px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .footer-center li dd:hover {
                color: #fff;
            }

        .footer-center li dt {
            font-size: 14px;
            margin-bottom: 25px;
            color: #fff;
        }

.footer-right {
    line-height: 1;
}

    .footer-right li {
        margin-bottom: 16px;
    }

.footer .fir-link {
    margin-top: 45px;
    line-height: 2;
}

    .footer .fir-link .t {
        margin-bottom: 8px;
        padding-bottom: 15px;
        line-height: 1.5;
        border-bottom: 1px solid rgba(255, 255, 255, 0.39);
        text-align: center;
    }

        .footer .fir-link .t a {
            padding: 0 10px;
        }

        .footer .fir-link .t .blank {
            padding: 0 5px;
        }

    .footer .fir-link .link-content {
        padding-left: 8em;
        position: relative;
    }

        .footer .fir-link .link-content li {
            float: left;
            margin-right: 45px;
        }

            .footer .fir-link .link-content li.tit {
                position: absolute;
                left: 0;
            }

@media screen and (max-width: 1200px) {
    .footer-center {
        display: none;
    }

    .footer-right {
        margin-left: 10%;
        float: left;
    }
}

@media screen and (max-width: 760px) {
    .footer-left {
        margin-left: 7%;
        float: none;
    }

        .footer-left .footer-logo {
            display: block;
            margin-bottom: 30px;
        }

    .footer-right {
        display: none;
    }

    .footer .fir-link {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .footer-left {
        margin-left: 0;
    }
}

.index .owl-banner {
    margin-bottom: 100px;
}

@media screen and (max-width: 1020px) {
    .index .owl-banner {
        margin-bottom: 65px;
    }
}

.index .owl-dots {
    bottom: 10px;
    white-space: nowrap;
}

    .index .owl-dots .owl-dot {
        width: 40px;
        height: 3px;
        margin-right: 10px;
        background: rgba(255, 255, 255, 0.64);
    }

        .index .owl-dots .owl-dot.active {
            background: #fff;
        }

.index .newest-case .newest-case-list li {
    float: left;
    width: 25%;
    overflow: hidden;
}

    .index .newest-case .newest-case-list li img {
        display: block;
        width: 100%;
        height: auto;
    }

@media screen and (max-width: 950px) {
    .index .newest-case .newest-case-list li {
        width: 50%;
    }
}

@media screen and (max-width: 360px) {
    .index .newest-case .newest-case-list li {
        width: 100%;
    }
}

.index .business {
    margin-bottom: 103px;
    padding-top: 69px;
    background: url("../images/index-bg1.png") center center/cover;
}

    .index .business .common-title {
        margin-bottom: 73px;
    }

        .index .business .common-title .title {
            margin-bottom: 10px;
        }

.index .business-list {
    margin: 0 auto 53px;
    width: 100%;
}

    .index .business-list li {
        width: 25%;
        text-align: center;
        line-height: 1;
        float: left;
    }

        .index .business-list li a:hover .img {
            background-color: transparent;
        }

            .index .business-list li a:hover .img .w {
                display: none;
            }

            .index .business-list li a:hover .img .r {
                display: block;
            }

    .index .business-list .img {
        position: relative;
        display: block;
        margin: 0 auto 20px;
        width: 132px;
        height: 132px;
        border-radius: 16px;
        background-color: #cb2531;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .index .business-list .img img {
            width: 120px;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

        .index .business-list .img .w {
            display: block;
        }

        .index .business-list .img .r {
            display: none;
        }

    .index .business-list .title {
        margin-bottom: 14px;
        font-size: 24px;
        color: #fff;
        line-height: 1;
        letter-spacing: 5px;
    }

    .index .business-list .content {
        font-size: 14px;
        color: #595757;
        letter-spacing: 2px;
    }

.index .business .brand-list {
    height: 90px;
    overflow: hidden;
    background: url("../icon/index-bg3.png");
}

    .index .business .brand-list img {
        display: block;
        width: auto;
        height: 40px;
    }

    .index .business .brand-list .list-container {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .index .business .brand-list .list-wrapper {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        white-space: nowrap;
    }

        .index .business .brand-list .list-wrapper li {
            display: inline-block;
            padding-right:30px;
        }

@media screen and (max-width: 1020px) {
    .index .business {
        padding-top: 68px;
    }
    .index .business-list .img img {
        width: 112px;
    }
}

@media screen and (max-width: 950px) {
    .index .business-list li .content {
        visibility: hidden;
        height: 50px;
        overflow: hidden;
    }

    .index .business .brand-list {
        visibility: hidden;
        height: 50px;
    }
}

@media screen and (max-width: 750px) {
    .index .business-list li {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .index .business .common-title {
        margin-bottom: 60px;
    }

    .index .business-list {
        margin-bottom: 0;
    }

        .index .business-list .img {
            width: 100px;
            height: 100px;
        }
        .index .business-list .img  img{
            width: 86px;
        }
}

.index .os-pp, .index .os-design, .index .os-num, .index .os-space {
    margin-bottom: 92px;
}

.index .os-part-nav {
    font-size: 14px;
    color: #919192;
    margin-top: 11px;
    padding: 0 1em;
    letter-spacing: 2px;
}

    .index .os-part-nav a {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .index .os-part-nav a:hover {
            color: #cb2531;
        }

@media screen and (max-width: 370px) {
    .index .os-part-nav .fl {
        display: none;
    }
}

.index .advantage {
    margin-bottom: 80px;
}

    .index .advantage .common-title {
        margin-bottom: 72px;
    }

.index .advantage-list li {
    position: relative;
    width: 20%;
    float: left;
    overflow: hidden;
}

    .index .advantage-list li img {
        width: 100%;
    }

    .index .advantage-list li:hover .gray-mask {
        background: transparent;
    }

        .index .advantage-list li:hover .gray-mask .text-content {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-transform: none;
            transform: none;
        }

        .index .advantage-list li:hover .gray-mask .out-text {
            display: none;
        }

    .index .advantage-list li:hover .red-mask {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: rgba(201, 19, 35, 0);
        background: rgba(201, 19, 35, 0.76);
        border-radius: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        .index .advantage-list li:hover .red-mask .text {
            color: #fff;
            border-right: 1px solid #c91323;
        }

    .index .advantage-list li .gray-mask {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        font-size: 24px;
        letter-spacing: 4px;
        color: #fff;
    }

        .index .advantage-list li .gray-mask .text-content {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 53%;
            -webkit-transition: all .3s;
            transition: all .3s;
            line-height: 1;
            white-space: nowrap;
        }

    .index .advantage-list li .red-mask {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 53%;
        -webkit-transform: translate(13px, -56px);
        transform: translate(13px, -56px);
        border: 9px solid rgba(201, 19, 35, 0.76);
        border-radius: 100%;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        overflow: hidden;
    }

        .index .advantage-list li .red-mask .text {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 180px;
            font-size: 12px;
            border-right: 1px solid transparent;
            padding-right: 9px;
            line-height: 29px;
            letter-spacing: 1px;
            color: transparent;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

@media screen and (max-width: 1020px) {
    .index .advantage-list li {
        width: 33.33333%;
    }

        .index .advantage-list li:nth-child(n+4) {
            display: none;
        }
}

@media screen and (max-width: 600px) {
    .index .advantage-list li {
        width: 50%;
    }

        .index .advantage-list li:nth-child(4) {
            display: block;
        }
}

@media screen and (max-width: 360px) {
    .index .advantage-list li {
        width: 100%;
    }

        .index .advantage-list li:nth-child(5) {
            display: block;
        }
}

.index .evaluation {
    padding-top: 69px;
    padding-bottom: 65px;
    margin-bottom: 100px;
    background: url("../images/index-bg2.png") center center/cover;
}

    .index .evaluation .common-title {
        margin-bottom: 85px;
    }

    .index .evaluation .text {
        margin-bottom: 56px;
        font-size: 64px;
        color: #fff;
        text-align: center;
        letter-spacing: 7px;
    }

    .index .evaluation .get-change {
        width: 267px;
        margin: 0 auto 60px;
        line-height: 37px;
        border: 1px solid #fff;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

.index .evaluation-phone {
    font-family: "Arial-BoldMT", 'Arial';
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 1020px) {
    .index .evaluation .text {
        font-size: 39px;
    }
}

@media screen and (max-width: 600px) {
    .index .evaluation {
        padding-top: 100px;
    }

        .index .evaluation .common-title {
            margin-bottom: 80px;
        }

        .index .evaluation .get-change {
            margin-bottom: 80px;
            width: 80%;
            max-width: 267px;
        }

    .index .evaluation-phone {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {
    .index .evaluation {
        padding-top: 80px;
        padding-bottom: 50px;
    }

        .index .evaluation .common-title {
            margin-bottom: 40px;
        }

        .index .evaluation .get-change {
            margin-bottom: 40px;
        }

        .index .evaluation .text {
            font-size: 28px;
        }

    .index .evaluation-phone {
        font-size: 28px;
    }
}

.index .dynamic .common-title {
    margin-bottom: 75px;
}

.index .dynamic-list {
    height: 292px;
    padding-bottom: 1px;
    color: #838484;
    overflow: hidden;
}

    .index .dynamic-list li {
        position: relative;
        float: left;
        width: 23.23529%;
        margin-right: 2.35294%;
        overflow: hidden;
    }

        .index .dynamic-list li:last-child {
            margin-right: 0;
        }

        .index .dynamic-list li:hover .content .time {
            height: 0;
            padding: 0;
            overflow: hidden;
            border-bottom: 1px solid rgba(201, 19, 35, 0.73);
        }

        .index .dynamic-list li:hover .content .text {
            height: 140px;
            margin-bottom: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 100000;
            overflow: hidden;
            overflow-y: auto;
        }

        .index .dynamic-list li:hover .content .img-zw {
            visibility: hidden;
        }

        .index .dynamic-list li:hover .content .hover-date {
            bottom: 0;
        }

    .index .dynamic-list .content .time {
        font-size: 28px;
        line-height: 1;
        height: 45px;
        margin-bottom: 6px;
        border-bottom: 1px solid #767676;
        color: #595757;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .index .dynamic-list .content .text {
        height: 63px;
        margin-bottom: 35px;
        font-size: 12px;
        line-height: 21px;
        overflow: hidden;
        letter-spacing: 1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .index .dynamic-list .content .img-zw {
        display: block;
        width: 100%;
    }

    .index .dynamic-list .content .hover-date {
        position: absolute;
        bottom: -200px;
        width: 100%;
        padding: 25px 47px 32px 15px;
        background: #cb2531;
        color: #fff;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .index .dynamic-list .content .hover-date .day {
            font-size: 28px;
        }

        .index .dynamic-list .content .hover-date .year {
            font-size: 14px;
        }

        .index .dynamic-list .content .hover-date .arrow {
            margin-top: 10px;
            line-height: 1;
            font-family: "AdobeSongStd-Light";
            font-size: 30px;
        }

@media screen and (max-width: 1020px) {
    .index .dynamic-list {
        height: auto;
    }

        .index .dynamic-list li {
            width: 49%;
            margin-right: 2%;
            height: auto;
            margin-bottom: 50px;
        }

            .index .dynamic-list li:nth-child(even) {
                margin-right: 0;
            }

        .index .dynamic-list .content .time {
            -webkit-transition: none;
            transition: none;
        }
}

@media screen and (max-width: 600px) {
    .index .dynamic-list .content .hover-date .day {
        font-size: 28px;
    }

    .index .dynamic-list .content .hover-date .arrow {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .index .dynamic-list li:hover .content .text {
        height: 138px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .index .dynamic-list .content .time {
        font-size: 30px;
        height: 50px;
    }
}

@media screen and (max-width: 360px) {
    .index .dynamic-list li {
        width: 100%;
        margin-right: 0;
    }
}

@-webkit-keyframes hoverScale {
    0% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    100% {
        -webkit-transform: scale3d(1.08, 1.08, 1.08);
        transform: scale3d(1.08, 1.08, 1.08);
    }
}

@keyframes hoverScale {
    0% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    100% {
        -webkit-transform: scale3d(1.08, 1.08, 1.08);
        transform: scale3d(1.08, 1.08, 1.08);
    }
}

@-webkit-keyframes hoverScaleSm {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(1.08, 1.08, 1.08);
        transform: scale3d(1.08, 1.08, 1.08);
    }
}

@keyframes hoverScaleSm {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(1.08, 1.08, 1.08);
        transform: scale3d(1.08, 1.08, 1.08);
    }
}

.body-design .newest-case {
    margin-bottom: 80px;
}

.body-number .service-list {
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

    .body-number .service-list li {
        position: relative;
        float: left;
        width: 20%;
    }

        .body-number .service-list li:hover .img-wrapper {
            -webkit-animation: hoverScale 1s linear infinite;
            animation: hoverScale 1s linear infinite;
            animation-direction: alternate-reverse;
        }

        .body-number .service-list li .content-wrapper {
            position: absolute;
            top: 19%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 86.95652%;
        }

            .body-number .service-list li .content-wrapper .img-wrapper {
                position: relative;
                width: 60px;
                height: 60px;
                margin: 0 auto 16px;
                border: 2px solid #fff;
                border-radius: 100%;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

                .body-number .service-list li .content-wrapper .img-wrapper .img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

            .body-number .service-list li .content-wrapper .title {
                font-size: 24px;
                margin-bottom: 12px;
            }

            .body-number .service-list li .content-wrapper .content {
                font-size: 14px;
                line-height: 1.7;
            }

.body-number .platform img {
    display: block;
    margin: 0 auto 94px;
}

.body-number .platform-content {
    font-size: 18px;
    color: #919192;
    line-height: 1.5;
    text-align: center;
}

.body-number .work {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

    .body-number .work li {
        position: relative;
        float: left;
        width: 25%;
        height: 230px;
        padding: 2.5em;
        background: #e1e1e2;
        color: #595757;
        overflow: hidden;
    }

        .body-number .work li:hover::before {
            -webkit-animation: hoverScaleSm 1s linear infinite;
            animation: hoverScaleSm 1s linear infinite;
            animation-direction: alternate-reverse;
        }

        .body-number .work li::before {
            content: '';
            position: absolute;
            display: block;
            left: 2em;
            bottom: 2em;
            top: 2em;
            right: 2em;
            border: 1px solid rgba(0, 0, 0, 0.2);
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

    .body-number .work .title {
        font-size: 24px;
        position: relative;
        padding-bottom: 7px;
        margin-bottom: 8px;
        margin-top: 1em;
    }

        .body-number .work .title::after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -30px;
            width: 60px;
            height: 1px;
            background: rgba(0, 0, 0, 0.28);
        }

    .body-number .work .content {
        margin: 0 auto 3em;
    }

.body-number .sys-list {
    text-align: center;
    font-size: 0;
}

    .body-number .sys-list li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        max-width: 240px;
        width: 50%;
        height: auto;
        padding: 10px;
        overflow: hidden;
    }

        .body-number .sys-list li:hover::after {
            right: 5px;
            top: 5px;
            bottom: 5px;
            left: 5px;
            width: auto;
            height: auto;
            border-width: 2px;
        }

        .body-number .sys-list li:hover .text {
            font-weight: bold;
        }

        .body-number .sys-list li::after {
            content: '';
            position: absolute;
            right: 8px;
            top: 8px;
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 100%;
            border: 9px solid #cb2531;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
        }

    .body-number .sys-list img {
        display: block;
        border-radius: 100%;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .body-number .sys-list .text {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
        line-height: 1.5;
        color: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.body-number .classic-case {
    padding: 0 15px;
    margin: 0 auto 80px;
}

.body-number .owl-banner {
    padding: 0 100px;
}

    .body-number .owl-banner .owl-nav {
        font-size: 0;
    }

        .body-number .owl-banner .owl-nav .owl-prev, .body-number .owl-banner .owl-nav .owl-next {
            width: 54px;
            height: 184px;
            background-position: center center;
            background-size: 100% 100%;
        }

        .body-number .owl-banner .owl-nav .owl-prev {
            background-image: url("../icon/arrow-left.png");
        }

        .body-number .owl-banner .owl-nav .owl-next {
            background-image: url("../icon/arrow-right.png");
        }

@media screen and (max-width: 1020px) {
    .body-number .service-list li .content-wrapper {
        top: 24%;
    }

        .body-number .service-list li .content-wrapper .content {
            display: none;
        }

    .body-number .work li {
        height: 22vw;
    }

    .body-number .work .title {
        font-size: 22px;
        margin: 0;
        padding: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .body-number .work .title::after {
            display: none;
        }

    .body-number .work .content {
        display: none;
    }

    .body-number .owl-banner {
        padding: 0;
    }

        .body-number .owl-banner .owl-dots {
            bottom: -30px;
        }

            .body-number .owl-banner .owl-dots .owl-dot {
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background: #595757;
                margin: 5px;
            }

                .body-number .owl-banner .owl-dots .owl-dot.active {
                    background: #cb2531;
                }
}

@media screen and (max-width: 960px) {
    .body-number .service-list li {
        width: 25%;
    }

        .body-number .service-list li:nth-child(5) {
            display: none;
        }
}

@media screen and (min-width: 768px) {
    .body-number .work li.red {
        background: #cb2531;
        color: #fff;
    }

        .body-number .work li.red::before {
            border: 1px solid rgba(255, 255, 255, 0.65);
        }

        .body-number .work li.red .title::after {
            background: rgba(255, 255, 255, 0.58);
        }
}

@media screen and (max-width: 767px) {
    .body-number .service-list li {
        width: 33.33333%;
    }

        .body-number .service-list li:nth-child(4) {
            display: none;
        }

    .body-number .work li {
        width: 50%;
        height: 30vw;
        min-height: 170px;
        padding: 2em;
    }

        .body-number .work li:before {
            top: 1.5em;
            bottom: 1.5em;
            right: 1.5em;
            left: 1.5em;
        }

        .body-number .work li.tw-red {
            background: #cb2531;
            color: #fff;
        }

            .body-number .work li.tw-red::before {
                border: 1px solid rgba(255, 255, 255, 0.65);
            }
}

@media screen and (max-width: 600px) {
    .body-number .service-list li {
        width: 50%;
    }

        .body-number .service-list li:nth-child(4) {
            display: block;
        }

        .body-number .service-list li .content-wrapper .title {
            font-size: 20px;
        }

    .body-number .sys-list .text {
        font-size: 18px;
    }
}

.body-about .red-border-bottom {
    padding-bottom: 70px;
    margin: 0 auto 80px;
    border-bottom: 1px solid rgba(202, 37, 49, 0.53);
}

.body-about .about-strength {
    text-align: center;
    color: #595757;
}

    .body-about .about-strength .red-border-bottom {
        padding-bottom: 60px;
    }

    .body-about .about-strength .des-text {
        font-size: 14px;
        line-height: 2;
    }

    .body-about .about-strength .number {
        margin-top: 80px;
        margin-bottom: 10px;
        line-height: 1;
    }

        .body-about .about-strength .number li {
            display: inline-block;
            vertical-align: top;
            margin-right: 130px;
        }

            .body-about .about-strength .number li:last-child {
                margin-right: 0;
            }

            .body-about .about-strength .number li .num {
                font-family: "MicrosoftYaHei";
                font-size: 70px;
                margin-bottom: 10px;
                font-weight: 600;
            }

                .body-about .about-strength .number li .num span {
                    font-weight: 600;
                }

            .body-about .about-strength .number li .txt {
                font-size: 16px;
            }

.body-about .strategy-list {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

    .body-about .strategy-list li {
        position: relative;
        float: left;
        width: 22.5%;
        height: 270px;
        padding: 20px 20px 10px;
        margin-right: 3.33333%;
        background: #cb2531;
        overflow: hidden;
    }

        .body-about .strategy-list li:last-child {
            margin-right: 0;
        }

        .body-about .strategy-list li::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -6px;
            display: block;
            width: 0;
            height: 0;
            border: 12px solid transparent;
            border-top-color: #fff;
        }

    .body-about .strategy-list .title {
        font-size: 22px;
        font-weight: bold;
        line-height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.41);
        margin: 0 -20px 20px;
    }

    .body-about .strategy-list .txt {
        text-align: left;
    }

.body-about .culture-list li {
    position: relative;
    float: left;
    width: 20%;
    height: 130px;
    padding-top: 48px;
    margin-right: 3.33333%;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 2;
    border-bottom: 1px solid rgba(203, 37, 49, 0.19);
}

    .body-about .culture-list li:last-child {
        margin-right: 0;
    }

    .body-about .culture-list li:hover::after {
        display: none;
    }

    .body-about .culture-list li::after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        width: 30px;
        height: 30px;
        border: 9px solid #cb2531;
        border-radius: 100%;
    }

.body-about .culture-list .l {
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    border-bottom: 1px solid #4d4d4d;
}

.body-about .culture-list .o {
    background-image: url("../icon/o.png");
    padding-left: 8%;
}

    .body-about .culture-list .o::after {
        left: 50px;
    }

    .body-about .culture-list .o:hover {
        background-image: url("../icon/o-r.png");
    }

.body-about .culture-list .s {
    width: 26.66667%;
    background-image: url("../icon/s.png");
    padding-left: 6.91667%;
}

    .body-about .culture-list .s::after {
        left: 66px;
    }

    .body-about .culture-list .s:hover {
        background-image: url("../icon/s-r.png");
    }

.body-about .culture-list .b {
    width: 23.33333%;
    background-image: url("../icon/b.png");
    padding-left: 10%;
}

    .body-about .culture-list .b::after {
        left: 68px;
    }

    .body-about .culture-list .b:hover {
        background-image: url("../icon/b-r.png");
    }

.body-about .culture-list .m {
    background-image: url("../icon/m.png");
    padding-left: 7.16667%;
}

    .body-about .culture-list .m::after {
        left: 54px;
    }

    .body-about .culture-list .m:hover {
        background-image: url("../icon/m-r.png");
    }

.body-about .about-value .content {
    line-height: 2;
    padding: 1em 5px;
    color: #595757;
    text-align: center;
    background: #e1e4e6;
    font-size: 16px;
}

.body-about .about-charge .red-border-bottom {
    padding-bottom: 52px;
}

.body-about .about-charge .qa {
    font-size: 16px;
    line-height: 1.5;
    color: #595757;
}

    .body-about .about-charge .qa .question, .body-about .about-charge .qa .answer {
        margin-bottom: 14px;
    }

    .body-about .about-charge .qa .question {
        color: #cb2531;
    }

.body-about .about-brand {
    margin: 0 auto 80px;
}

    .body-about .about-brand .brand-list li {
        position: relative;
        float: left;
        width: 16.66667%;
        height: 186px;
        background: #eaeaea;
        padding: 5px;
    }

        .body-about .about-brand .brand-list li img {
            display: block;
            max-width: 90%;
            max-height: 90%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .body-about .about-brand .brand-list ul:nth-child(odd) li:nth-child(odd) {
        background: rgba(225, 225, 225, 0.3);
    }

    .body-about .about-brand .brand-list ul:nth-child(even) li:nth-child(even) {
        background: rgba(225, 225, 225, 0.3);
    }

@media screen and (max-width: 1020px) {
    .body-about .red-border-bottom {
        padding-bottom: 50px;
    }

    .body-about .strategy-list {
        width: 80%;
        margin: 0 auto;
    }

        .body-about .strategy-list li {
            width: 45%;
            margin-right: 10%;
            margin-bottom: 20px;
        }

            .body-about .strategy-list li:nth-child(2n) {
                margin-right: 0;
            }

    .body-about .about-strength .number li {
        margin-right: 55px;
    }

        .body-about .about-strength .number li .num {
            font-size: 40px;
        }

        .body-about .about-strength .number li .txt {
            font-size: 14px;
        }

    .body-about .culture-list {
        max-width: 700px;
        margin: 0 auto;
    }

        .body-about .culture-list li {
            width: 45%;
            margin-right: 10%;
            margin-bottom: 20px;
        }

        .body-about .culture-list .o, .body-about .culture-list .s, .body-about .culture-list .b, .body-about .culture-list .m {
            width: 45%;
        }

        .body-about .culture-list .s, .body-about .culture-list .m {
            margin-right: 0;
        }

    .body-about .about-brand .brand-list ul li {
        width: 25%;
    }

        .body-about .about-brand .brand-list ul li:nth-child(5), .body-about .about-brand .brand-list ul li:nth-child(6) {
            display: none;
        }
}

@media screen and (max-width: 640px) {
    .body-about .strategy-list {
        width: 100%;
        margin: 0 auto;
    }

        .body-about .strategy-list li {
            width: 48%;
            margin-right: 4%;
            margin-bottom: 20px;
            font-size: 12px;
        }

            .body-about .strategy-list li:nth-child(2n) {
                margin-right: 0;
            }

    .body-about .about-strength .number {
        margin-top: 50px;
    }

        .body-about .about-strength .number li {
            display: block;
            margin: 0 auto 20px;
        }

    .body-about .culture-list li {
        width: 48%;
        margin-right: 4%;
        font-size: 14px;
        color: #333;
    }

    .body-about .culture-list .o, .body-about .culture-list .s, .body-about .culture-list .b, .body-about .culture-list .m {
        width: 48%;
    }

    .body-about .about-brand .brand-list ul:nth-child(odd) li:nth-child(even) {
        background: rgba(225, 225, 225, 0.3);
    }

    .body-about .about-brand .brand-list ul:nth-child(odd) li:nth-child(odd) {
        background: #eaeaea;
    }

    .body-about .about-brand .brand-list ul li {
        width: 33.333333%;
    }

        .body-about .about-brand .brand-list ul li:nth-child(5), .body-about .about-brand .brand-list ul li:nth-child(6) {
            display: block;
        }
}

@media screen and (max-width: 460px) {
    .body-about .about-brand .brand-list ul:nth-child(even) li {
        width: 50%;
    }

        .body-about .about-brand .brand-list ul:nth-child(even) li:nth-child(1), .body-about .about-brand .brand-list ul:nth-child(even) li:nth-child(4), .body-about .about-brand .brand-list ul:nth-child(even) li:nth-child(5) {
            background: rgba(225, 225, 225, 0.3) !important;
        }

        .body-about .about-brand .brand-list ul:nth-child(even) li:nth-child(2), .body-about .about-brand .brand-list ul:nth-child(even) li:nth-child(3), .body-about .about-brand .brand-list ul:nth-child(even) li:nth-child(6) {
            background: #eaeaea !important;
        }

    .body-about .about-brand .brand-list ul li {
        width: 50%;
    }

        .body-about .about-brand .brand-list ul li:nth-child(1), .body-about .about-brand .brand-list ul li:nth-child(4), .body-about .about-brand .brand-list ul li:nth-child(5) {
            background: #eaeaea !important;
        }

        .body-about .about-brand .brand-list ul li:nth-child(2), .body-about .about-brand .brand-list ul li:nth-child(3), .body-about .about-brand .brand-list ul li:nth-child(6) {
            background: rgba(225, 225, 225, 0.3) !important;
        }
}

.body-joinus .talent-view {
    overflow: hidden;
}

    .body-joinus .talent-view .red-title {
        margin-bottom: 80px;
    }

    .body-joinus .talent-view .view-list {
        border-top: 2px solid rgba(202, 53, 49, 0.5);
        border-bottom: 2px solid rgba(202, 53, 49, 0.5);
        margin-bottom: 120px;
    }

        .body-joinus .talent-view .view-list li {
            float: left;
            width: 15.5%;
            height: 220px;
            margin-right: 1.4%;
            padding: 12px;
            color: #fff;
            background: #cb2531;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .body-joinus .talent-view .view-list li:last-child {
                margin-right: 0;
            }

            .body-joinus .talent-view .view-list li:nth-child(odd) {
                -webkit-transform: translateY(-33px);
                transform: translateY(-33px);
            }

            .body-joinus .talent-view .view-list li:nth-child(even) {
                -webkit-transform: translateY(33px);
                transform: translateY(33px);
            }

            .body-joinus .talent-view .view-list li .title {
                margin-top: 5px;
                margin-bottom: 7px;
                font-size: 24px;
                text-align: center;
            }

            .body-joinus .talent-view .view-list li .cont {
                font-size: 14px;
                line-height: 1.6;
            }

.body-joinus .wanted-list {
    margin-bottom: 40px;
}

    .body-joinus .wanted-list li {
        padding: 30px 0;
        border-top: 1px solid rgba(202, 37, 49, 0.53);
    }

        .body-joinus .wanted-list li:last-child {
            border-bottom: 1px solid rgba(202, 37, 49, 0.53);
        }

    .body-joinus .wanted-list .title {
        font-size: 18px;
        color: #cb2531;
        margin-bottom: 8px;
    }

    .body-joinus .wanted-list .cont {
        font-size: 14px;
        line-height: 2em;
        color: #808080;
    }

.body-joinus .mail-us {
    background: #e0e3e5;
    padding: 1.5em;
    margin-bottom: 80px;
    font-size: 16px;
    text-align: center;
    color: #595757;
}

    .body-joinus .mail-us .fred {
        padding: 0 1em;
        color: #cb2531;
    }

@media screen and (max-width: 1020px) {
    .body-joinus .talent-view .view-list {
        border: none;
        margin-bottom: 50px;
    }

        .body-joinus .talent-view .view-list li {
            width: 32%;
            margin-right: 2%;
            margin-bottom: 20px;
        }

            .body-joinus .talent-view .view-list li:nth-child(odd), .body-joinus .talent-view .view-list li:nth-child(even) {
                -webkit-transform: none;
                transform: none;
            }

            .body-joinus .talent-view .view-list li:nth-child(3n) {
                margin-right: 0;
            }
}

@media screen and (max-width: 600px) {
    .body-joinus .talent-view .view-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .body-joinus .talent-view .view-list li {
        width: 48%;
        height: auto;
        min-height: 230px;
        margin-right: 3% !important;
        overflow: hidden;
    }

        .body-joinus .talent-view .view-list li:nth-child(2n) {
            margin-right: 0 !important;
        }
}

.body-case .nav-list {
    background: #595757;
}

    .body-case .nav-list li {
        position: relative;
        width: 10%;
        height: 100px;
        float: left;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #595757;
    }

        .body-case .nav-list li:hover, .body-case .nav-list li.active {
            background: #cb2531;
        }

            .body-case .nav-list li:hover .text, .body-case .nav-list li.active .text {
                opacity: 0;
            }

            .body-case .nav-list li:hover .icon-wrapper, .body-case .nav-list li.active .icon-wrapper {
                opacity: 1;
            }

        .body-case .nav-list li a {
            display: block;
            height: 100%;
        }

        .body-case .nav-list li .text {
            font-size: 14px;
            max-width: 100%;
            text-align: center;
            white-space: nowrap;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .body-case .nav-list .icon-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }

        .body-case .nav-list .icon-wrapper img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.body-case .case-wrapper li {
    float: left;
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .body-case .case-wrapper li {
        width: 33.33333%;
    }
}

@media screen and (max-width: 960px) {
    .body-case .nav-list li {
        width: 20%;
    }

    .body-case .case-wrapper li {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .body-case .nav-list {
        white-space: nowrap;
        overflow: auto;
        font-size: 0;
    }

        .body-case .nav-list li {
            width: 100px;
            float: none;
            display: inline-block;
            font-size: 14px;
        }

    .body-case .case-wrapper li {
        width: 100%;
    }

        .body-case .case-wrapper li img {
            width: 100%;
        }
}

.body-case-detail .case-wrapper {
    position: relative;
    max-width: 1080px;
}

.body-case-detail .right-nav {
    position: absolute;
    padding-left: 10px;
    margin-top: 50px;
    max-width:250px;
    right: 0;
    text-align: right;
    font-size: 14px;
    color: #909091;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

    .body-case-detail .right-nav .t {
        margin-bottom: 4px;
    }

    .body-case-detail .right-nav .c {
        margin-bottom: 28px;
    }

    .body-case-detail .right-nav .line {
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        margin-bottom: 24px;
    }

.body-case-detail .left-content {
    margin-bottom: 66px;
    line-height: 2;
    color: #909091;
    font-size: 14px;
}

    .body-case-detail .left-content .text-wrapper {
        max-width: 800px;
        padding-bottom: 20px;
        border-bottom: 1px solid #b3b4b4;
        margin-bottom: 70px;
        letter-spacing: 1px;
    }

    .body-case-detail .left-content .title {
        font-size: 24px;
        color: #d70012;
    }

    .body-case-detail .left-content .img-wrapper {
        margin-bottom: 10px;
    }

        .body-case-detail .left-content .img-wrapper img {
            display: block;
            max-width: 100%;
            width: 100%;
        }

    .body-case-detail .left-content .next-prev {
        font-size: 14px;
        color: #909091;
    }

        .body-case-detail .left-content .next-prev a:hover {
            color: #cb2531;
        }

        .body-case-detail .left-content .next-prev .next-page {
            width: 50%;
            text-align: right;
        }

            .body-case-detail .left-content .next-prev .next-page a {
                width: calc(100% - 4em);
            }

            .body-case-detail .left-content .next-prev .next-page .go-back {
                margin-left: 2em;
                width: 2em;
                color: #cb2531;
            }

        .body-case-detail .left-content .next-prev .next-page, .body-case-detail .left-content .next-prev .prev-page {
            -webkit-transition: all .3s;
            transition: all .3s;
            max-width: 48%;
        }

            .body-case-detail .left-content .next-prev .next-page strong, .body-case-detail .left-content .next-prev .prev-page strong {
                display: inline-block;
                vertical-align: top;
                max-width: calc(100% - 4em);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.body-case-detail .same-case {
    margin-bottom: 77px;
    font-size: 14px;
    color: #838484;
}

    .body-case-detail .same-case .title {
        font-size: 26px;
        color: #cb2531;
        margin-bottom: 25px;
        padding: 0 5px;
    }

    .body-case-detail .same-case .owl-carousel .owl-nav {
        font-size: 0;
        top: 34%;
    }

        .body-case-detail .same-case .owl-carousel .owl-nav .owl-next, .body-case-detail .same-case .owl-carousel .owl-nav .owl-prev {
            width: 30px;
            height: 100px;
            background: url("../icon/arrow-right.png") center center/100% 100%;
        }

        .body-case-detail .same-case .owl-carousel .owl-nav .owl-prev {
            background-image: url("../icon/arrow-left.png");
        }

    .body-case-detail .same-case .owl-carousel .owl-dots {
        bottom: -50px;
    }

        .body-case-detail .same-case .owl-carousel .owl-dots .owl-dot {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #595757;
            margin: 5px;
        }

            .body-case-detail .same-case .owl-carousel .owl-dots .owl-dot.active {
                background: #cb2531;
            }

    .body-case-detail .same-case .item {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .body-case-detail .same-case .item:hover {
            color: #cb2531;
        }

        .body-case-detail .same-case .item .img-wrapper {
            overflow: hidden;
            margin-bottom: 14px;
        }

        .body-case-detail .same-case .item img {
            width: 100%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .body-case-detail .same-case .item img:hover {
                -webkit-transform: scale(1.08);
                transform: scale(1.08);
            }

        .body-case-detail .same-case .item .author-info {
            padding: 0 5px;
            line-height: 1.5;
        }

@media screen and (max-width: 960px) {
    .body-case-detail .left-content {
        margin-bottom: 50px;
    }

    .body-case-detail .right-nav {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .body-case-detail .left-content .next-prev .next-page, .body-case-detail .left-content .next-prev .prev-page {
        width: 100%;
        max-width: 100%;
    }
}

.body-news .news-list .title {
    font-size: 24px;
    color: #cb2531;
    margin-bottom: 40px;
}

.body-news .news-list li {
    position: relative;
    margin-bottom: 80px;
}
.body-news .news-list li:last-child{
    margin-bottom: 40px;
}
.body-news .news-list li:hover .right-content .time {
    color: #cb2531;
    border-top: 2px solid #cb2531;
}

.body-news .news-list .left-img {
    width: 33.76812%;
}

.body-news .news-list .right-content {
    width: 62.02899%;
}

    .body-news .news-list .right-content .bt {
        border-top: 2px solid #c1c1c1;
        padding-top: 16px;
        padding-bottom: 30px;
    }

    .body-news .news-list .right-content .time {
        width: 4em;
        line-height: 1;
        font-size: 42px;
        color: #595757;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .body-news .news-list .right-content .time .month {
            margin-bottom: 20px;
        }

        .body-news .news-list .right-content .time .year {
            font-size: .5em;
        }

    .body-news .news-list .right-content .content-wrapper {
        position: relative;
        width: calc(100% - 15em);
        font-size: 14px;
        color: #808080;
        line-height: 2;
    }

        .body-news .news-list .right-content .content-wrapper .content {
            max-height: 6em;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
        }

    .body-news .news-list .right-content .phone-time {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .body-news .news-list .right-content .more {
        position: absolute;
        bottom: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .body-news .news-list .right-content .more:hover {
            color: #cb2531;
        }

@media screen and (max-width: 940px) {
    .body-news .news-list .right-content .time {
        display: none;
    }

    .body-news .news-list .right-content .phone-time {
        display: block;
    }

    .body-news .news-list .right-content .content-wrapper {
        width: 100%;
    }

    .body-news .news-list .right-content .more {
        right: 0;
    }
}

@media screen and (max-width: 540px) {
    .body-news .news-list .left-img {
        width: 100%;
        float: none;
    }

        .body-news .news-list .left-img img {
            margin: 0 auto 1em;
        }

    .body-news .news-list .right-content {
        float: none;
        width: 100%;
        margin-bottom: 1em;
    }

        .body-news .news-list .right-content .content-wrapper {
            float: none;
        }

        .body-news .news-list .right-content .bt {
            border-top: none;
            border-bottom: 1px solid rgba(193, 193, 193, 0.52);
        }
}

.body-news-detail .news-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.body-news-detail .right-nav .title {
    display: inline-block;
    color: #d70012;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b3b4b4;
}

.body-news-detail .right-nav .case-list li {
    margin-bottom: 20px;
}

    .body-news-detail .right-nav .case-list li:hover a {
        color: #d70012;
    }

    .body-news-detail .right-nav .case-list li a {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.body-news-detail .right-nav .go-back {
    width: 4em;
    border-top: 1px solid #b3b4b4;
    padding-top: 10px;
    display: inline-block;
    color: #d70012;
}

.body-news-detail .left-content {
    max-width: 866px;
    margin-bottom: 70px;
}

    .body-news-detail .left-content .text-wrapper {
        width: 100%;
        max-width: 866px;
    }

@media screen and (max-width: 1200px) {
    .body-news-detail .left-content {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 960px) {
    .body-news-detail .left-content {
        width: 100%;
    }
}

.body-contact .co-list {
    text-align: center;
    font-size: 16px;
    color: #8f9090;
    margin-bottom: 50px;
}

    .body-contact .co-list li {
        float: left;
        width: 25%;
    }

    .body-contact .co-list .img-wrapper {
        width: 84px;
        height: 84px;
        border-radius: 100%;
        background: #cb2531;
        position: relative;
        margin-bottom: 8px;
    }

        .body-contact .co-list .img-wrapper img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .body-contact .co-list .t {
        margin-bottom: 6px;
    }

    .body-contact .co-list .c {
        color: #cb2531;
    }

.body-contact .map-img {
    margin-bottom:60px;
}

.body-contact .form-lilst li {
    position: relative;
    float: left;
    width: 26%;
    margin-right: 11%;
    margin-bottom: 35px;
    padding-bottom: 1em;
    color: #919192;
    border-bottom: 1px solid rgba(144, 144, 145, 0.54);
}

    .body-contact .form-lilst li input {
        padding: 0 1em;
        width: calc(100% - 3em);
        display: inline-block;
        vertical-align: top;
        font-size: inherit;
        color: #919192;
    }

        .body-contact .form-lilst li input::-webkit-input-placeholder {
            font-size: inherit;
        }

        .body-contact .form-lilst li input:-ms-input-placeholder {
            font-size: inherit;
        }

        .body-contact .form-lilst li input:-moz-placeholder {
            font-size: inherit;
        }

        .body-contact .form-lilst li input::-moz-placeholder {
            font-size: inherit;
        }

.body-contact .form-lilst .phone {
    margin-right: 0;
}

.body-contact .form-lilst .ucont {
    width: 100%;
    margin-bottom: 0;
}

    .body-contact .form-lilst .ucont textarea {
        display: block;
        width: 100%;
        /*height: 90px;*/
        padding: 0 1em;
        margin-top: 1em;
        font-size: inherit;
        color: #919192;
    }

.body-contact .form-lilst .err {
    color: #cb2531;
    border-bottom: 1px solid #cb2531;
}

    .body-contact .form-lilst .err .err-msg {
        visibility: visible;
    }

.body-contact .form-lilst .err-msg {
    visibility: hidden;
    font-size: 14px;
    color: #cb2531;
    position: absolute;
    display: block;
    bottom: -2em;
}

@media screen and (max-width: 960px) {
    .body-contact .form-lilst li {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .body-contact .co-list {
        margin-bottom: 60px;
    }
        .body-contact .co-list li {
            width: 50%;
            margin-bottom: 1em;
        }
}
@media screen and (max-width: 768px) {
    .index .owl-dots .owl-dot{
        height:2px;
    }
}
/*电话弹窗*/
  .query-cover {
                position: fixed;
                left: 0;
                top: 0;
                z-index: 10000;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0.7;
                filter: alpha(opacity=70);
                display: none;
            }

            .query-pop {
                position: fixed;
                left: 50%;
                top: 50%;
                z-index: 20000;
                width: 530px;
                height: 338px;
                margin-left: -265px;
                margin-top: -169px;
                background: #fff;
                display: none;
            }

            .query-pop .tel {
                overflow: hidden;
            }

            .query-pop .tel .input-wrap,
            .query-pop .tel .btn-wrap {
                float: left;
            }

            .query-pop .tel .input-wrap {
                width: 271px;
                height: 39px;
                border-bottom: 1px solid #b80025;
                margin-right: 19px;
            }

            .query-pop .tel .btn-wrap {
                width: 140px;
            }

            .query-pop .tel .input-wrap input {
                border: 0;
                height: 39px;
                line-height: 39px;
                padding: 0;
                font-size: 20px;
                width: 100%;
            }

            .query-pop .tel,
            .query-pop .net {
                padding: 0 50px;
                margin: 40px 0;
            }

            .query-pop .btn-wrap a {
                background: #b80025;
                border: none;
                color: #fff;
                cursor: pointer;
                display: block;
                width: 100%;
                font-size: 18px;
                height: 40px;
                line-height: 38px;
                text-align: center;
            }

            .query-pop .btn-wrap .btn-qqstart {
                margin-top: 22px;
            }

            .query-pop .tip {
                padding-bottom: 15px;
                color: #666666;
            }

            .query-pop .close-btn {
                position: absolute;
                top: 16px;
                right: 16px;
                text-decoration: underline;
                color: #999;
                font-size: 12px;
                width: 25px;
                height: 25px;
                text-indent: -100em;
                overflow: hidden;
                background: url(../icon/pop-closebtn.png) no-repeat center center;
            }

            .need-box p {
                position: relative;
            }

            .need-box p .jpg {
                position: relative;
                z-index: 1;
            }

            .need-box p .gif {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -180px;
                z-index: 2;
            }

            .ad-banner-box img {
                width: 100%;
                height: auto;
            }

            .need-box img {
                max-width: 100%;
                height: auto;
            }

            .show-picture .picture-tit {
                padding: 56px 67px 45px;
            }

            .show-picture .picture-tit .picture-t h6 {
                font-size: 48px;
                color: #ffffff;
                font-weight: normal;
            }

            .show-picture .picture-tit .picture-p {
                font-size: 24px;
                color: #ffffff;
            }

            .show-picture .picture-dis {
                margin-top: 48px;
            }

            .show-picture .picture-dis p img {
                width: 100%;
                height: auto;
            }

            .show-picture .classification {
                padding: 0 36px;
                height: 63px;
                line-height: 63px;
                text-align: right;
            }

            .show-picture .classification ul li {
                display: inline-block;
                *display: inline;
                margin-left: 18px;
                color: #ffffff;
            }

            .dispic-share.bottom {
                margin-top: 16px;
            }