﻿@charset "UTF-8";
/*--公共部分--*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
    cursor: pointer;
}

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body, button, input, select, textarea {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: Arial !important;
}

ul, li {
    list-style: none;
}

em, i, b {
    font-style: normal;
}

img {
    border: 0px;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article, aside, footer, header, nav, section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

    a:hover {
        background-repeat: no-repeat;
        text-decoration: none;
    }

a, input[type="button"], button, label, input[type="submit"] {
    cursor: pointer;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input, textarea, select {
    outline: none;
}

    input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea {
        outline-style: none;
        -webkit-appearance: none;
        resize: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.z-transition {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.z-css3 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.indexweb, .commonweb {
    padding: 0px 10px;
}

.commonwebbox {
    margin-left: 0px;
    margin-right: 0px;
}

.commonleft {
    float: none;
}

.commonright {
    float: none;
}

.visible-sm, .visible-md, .visible-lg {
    display: none;
}

.hidden-sm, .hidden-md, .hidden-lg, .hidden-1366 {
    display: block;
}

.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;
    padding-left: 10px;
    padding-right: 10px;
}

.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%;
}

@media (max-width: 320px) {
    body {
        min-width: 320px;
    }
}

@media (min-width: 768px) {
    .indexweb, .commonweb {
        padding: 0px 20px;
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .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;
        padding-left: 10px;
        padding-right: 10px;
    }

    .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%;
    }

    .visible-sm {
        display: block;
    }

    .hidden-sm {
        display: none;
    }
}

@media (min-width: 992px) {
    .indexweb, .commonweb {
        padding: 0px 40px;
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-md {
        display: block;
    }

    .hidden-md {
        display: none;
    }

    .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;
        padding-left: 10px;
        padding-right: 10px;
    }

    .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%;
    }
}

@media (min-width: 1200px) {
    html {
        cursor: default;
    }

    .commonleft {
        float: left;
    }

    .commonright {
        float: right;
    }

    .visible-lg {
        display: block;
    }

    .hidden-lg {
        display: none;
    }

    .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;
        padding-left: 10px;
        padding-right: 10px;
    }

    .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%;
    }
}

/*@media (min-width: 1260px) {
    .indexweb, .commonweb { margin: 0px auto; max-width: 1180px; padding: 0; }
}

@media (min-width: 1320px) {
    .indexweb, .commonweb { max-width: 1200px; }
}*/

@media (min-width: 1260px) {
    .indexweb, .commonweb {
        margin: 0px auto;
        max-width: 1100px;
        padding: 0;
    }
}

@media(min-width:1400px) {
    .indexweb, .commonweb {
        margin: 0px auto;
        max-width: 1000px;
        padding: 0;
    }
}

@media (min-width: 1600px) {
    .indexweb, .commonweb {
        max-width: 1200px;
    }
}

/*@media (min-width: 1400px) { .indexweb { max-width: 1280px; } }*/

.bd_weixin_popup {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media (min-width: 1366px) {
    .hidden-1366 {
        display: none;
    }
}

/* layout start*/


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: height,-o-transform;
        -moz-transition-property: transform,height,-moz-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform,-moz-transform,-o-transform;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -o-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -moz- oldlinear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes swiper-preloader-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@charset "UTF-8";

.faq-wrapper .question::after, .full-inside-subnav .channel-title::after {
    _font-size: 0;
    _line-height: 0;
    _overflow: hidden;
    width: 0;
    height: 0;
}

/* header*/
body {
    padding-top: 60px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

    .header .hd-logo a {
        display: block;
    }

    .header .hd-logo img {
        display: block;
        height: 40px;
    }

.menu-handle {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 9px 5px;
    width: 40px;
    height: 40px;
}

    .menu-handle span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }

        .menu-handle span:nth-child(2) {
            margin: 8px 0;
        }

    .menu-handle.cur span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .menu-handle.cur span:nth-child(2) {
        opacity: 0;
    }

    .menu-handle.cur span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

.search-handle {
    position: absolute;
    right: 60px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url("/dist/images/searchico.png") no-repeat center;
}

.sm-fixslide {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 101;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #f5f5f5;
}

    .sm-fixslide .code {
        white-space: nowrap;
    }

        .sm-fixslide .code span {
            color: #fa431f;
        }

    .sm-fixslide .tp-share .sharebtn {
        display: none;
    }

    .sm-fixslide .sharebox a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 40px;
        height: 40px;
        background-position: center;
    }

    .sm-fixslide .lang {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        padding-left: 22px;
        background: url("/dist/images/langico.png") no-repeat 0 center;
    }

        .sm-fixslide .lang a {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            margin: 0 2px;
            border-bottom: 2px solid rgba(0, 0, 0, 0);
        }

        .sm-fixslide .lang .cur {
            border-bottom-color: #e75639;
        }

.hdr-search {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 99;
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
}

    .hdr-search .hd-form {
        position: relative;
        display: block;
        padding-right: 68px;
    }

        .hdr-search .hd-form input {
            width: 100%;
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
        }

        .hdr-search .hd-form .key {
            padding-left: 10px;
        }

        .hdr-search .hd-form .sub {
            position: absolute;
            right: 0;
            top: 0;
            width: 68px;
        }

.mainnav {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding-bottom: 190px;
    background-color: #f7f7f7;
    overflow-y: scroll;
}

    .mainnav li {
        border-bottom: 1px solid #ccc;
    }

        .mainnav li a {
            display: block;
            font-size: 16px;
            color: #333;
            line-height: 46px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .mainnav .hasnav {
        position: relative;
    }

        .mainnav .hasnav::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 46px;
            height: 46px;
            background: url("/dist/images/navarrow.png") no-repeat center;
            -moz-background-size: 20px auto;
            -o-background-size: 20px auto;
            background-size: 20px auto;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

        .mainnav .hasnav.roll::after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .mainnav .full-subnav {
        display: none;
    }

        .mainnav .full-subnav .commonweb {
            padding: 0;
        }

    .mainnav .navban {
        display: none;
    }

    .mainnav .sec-nav {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .mainnav .sec-title {
        padding-left: 20px;
    }

    .mainnav .thr-list {
        display: none;
    }

        .mainnav .thr-list a {
            padding-left: 40px;
        }

/* footer*/
.footer {
    width: 100%;
    background-color: #191919;
    color: #999;
}

    .footer a {
        color: #999;
    }

    .footer .ft-share {
        padding: 6px 0;
        text-align: center;
        background-color: #2f318b;
    }

        .footer .ft-share .msg {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            font-size: 12px;
            line-height: 40px;
            color: rgba(255, 255, 255, 0.4);
        }

        .footer .ft-share .share-list {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
        }

            .footer .ft-share .share-list a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                width: 40px;
                height: 40px;
                background-position: center;
                margin: 0 5px;
            }

            .footer .ft-share .share-list .wx {
                background-image: url("/dist/images/ftwx.png");
            }

            .footer .ft-share .share-list .qz {
                background-image: url("/dist/images/ftqz.png");
            }

            .footer .ft-share .share-list .sn {
                background-image: url("/dist/images/ftsn.png");
            }

            .footer .ft-share .share-list .qq {
                background-image: url("/dist/images/ftqq.png");
            }

    .footer .ft-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer .ft-info {
        text-align: center;
        color: #888;
    }

        .footer .ft-info a {
            color: #888;
        }

        .footer .ft-info .ftlogo {
            display: block;
        }

    .footer .ft-qrcode {
        position: relative;
        padding: 10px 0 0;
        font-size: 0;
    }

        .footer .ft-qrcode .msg {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            padding-right: 4px;
            font-size: 12px;
            line-height: 30px;
        }

        .footer .ft-qrcode .item {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            margin: 0 6px;
        }

            .footer .ft-qrcode .item a {
                display: block;
                width: 30px;
                height: 30px;
                background-position: center;
                -moz-background-size: 20px;
                -o-background-size: 20px;
                background-size:  20px;
				background-color: #3f3f3f;
				border-radius: 50%;
            }

        .footer .ft-qrcode .ft-wechat {
            /*background-image: url("/dist/images/ftwechat.png");*/
			background-image: url("/dist/images/weixin_01.png");
        }
		.footer .ft-qrcode .ft-wechat:hover {background-color:#4197e7;}
        .footer .ft-qrcode .ft-sina {
            /*background-image: url("/dist/images/ftsina.png");*/
			background-image: url("/dist/images/weibo_01.png");
        }
		.footer .ft-qrcode .ft-sina:hover{background-color:#40599a;}

        .footer .ft-qrcode .ft-linkin {
            background-image: url("/dist/images/ft-linkin.png");
        }

        .footer .ft-qrcode .qrcode-popup {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            z-index: 20;
            width: 200px;
            height: 200px;
            padding: 15px;
            margin: -100px 0 0 -100px;
            background-color: #fff;
            border: 1px solid #ccc;
        }

            .footer .ft-qrcode .qrcode-popup img {
                display: block;
                width: 100%;
            }

            .footer .ft-qrcode .qrcode-popup .wxpop-close {
                position: absolute;
                right: 0;
                top: 0;
                width: 30px;
                height: 30px;
                text-align: center;
                font-size: 20px;
                line-height: 30px;
                color: #999;
            }

    .footer .ft-nav {
        line-height: 46px;
    }

        .footer .ft-nav li {
            border-bottom: 1px solid #999;
        }

        .footer .ft-nav a {
            display: block;
            font-size: 14px;
        }

        .footer .ft-nav .channel {
            position: relative;
            font-size: 16px;
            color: #fa431f;
        }

            .footer .ft-nav .channel:after {
                content: '+';
                position: absolute;
                right: 0;
                top: 0;
                z-index: 3;
                font-size: 20px;
                width: 46px;
                height: 46px;
                text-align: center;
                -webkit-transition: all ease .3s;
                -o-transition: all ease .3s;
                -moz-transition: all ease .3s;
                transition: all ease .3s;
            }

            .footer .ft-nav .channel.cur:after {
                content: '-';
            }

        .footer .ft-nav .subnav {
            display: none;
        }

    .footer .ft-bot {
        width: 100%;
        text-align: center;
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

        .footer .ft-bot .tel {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            padding-left: 42px;
            background: url("/dist/images/fttelico.png") no-repeat 0 center;
            font-size: 24px;
            line-height: 30px;
        }

        .footer .ft-bot .bot-info a, .footer .ft-bot .bot-info p {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
        }

        .footer .ft-bot .copyright a {
            padding-left: 0.5em;
        }

        .footer .ft-bot .sitemap {
            margin-left: 1em;
        }

/* index*/
.indexbanner {
    position: relative;
}

    .indexbanner a, .indexbanner img {
        display: block;
        width: 100%;
    }

    .indexbanner .ipages {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 10px;
        z-index: 10;
        text-align: center;
        font-size: 0;
        line-height: 0;
    }

        .indexbanner .ipages span {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            background-color: #dadada;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            opacity: 1;
        }

        .indexbanner .ipages .swiper-pagination-bullet-active {
            background-color: #fa431f;
        }

.iproduct-channel {
    padding-top: 20px;
    padding-bottom: 10px;
}

    .iproduct-channel .channel-list li {
        padding-bottom: 10px;
        position: relative;
    }

    .iproduct-channel .channel-list a {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .iproduct-channel .channel-list a:after {
            content: '';
            display: block;
            width: 100%;
            padding-bottom: 110.4878%;
        }

    .iproduct-channel .face {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
    }

    .iproduct-channel .back {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
    }

        .iproduct-channel .back .thumb img {
            display: block;
            width: 100%;
        }

        .iproduct-channel .back .content {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3;
            width: 100%;
            padding: 48px 30px;
            color: #fff;
        }

            .iproduct-channel .back .content .btitle {
                font-size: 24px;
                line-height: 56px;
            }

                .iproduct-channel .back .content .btitle:after {
                    content: '';
                    display: block;
                    width: 2.5em;
                    height: 3px;
                    background: #fff;
                }

            .iproduct-channel .back .content .desc {
                width: 68%;
                margin-top: 15px;
                font-size: 16px;
                display: -webkit-box;
                height: 48px;
                line-height: 24px;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            .iproduct-channel .back .content .dots {
                padding: 30px 0 36px;
                font-size: 0;
                line-height: 24px;
            }

                .iproduct-channel .back .content .dots p {
                    display: inline-block;
                    vertical-align: top;
                    *display: inline;
                    *zoom: 1;
                    font-size: 15px;
                    margin-right: 20px;
                }

                    .iproduct-channel .back .content .dots p:before {
                        content: '';
                        display: inline-block;
                        vertical-align: top;
                        *display: inline;
                        *zoom: 1;
                        width: 8px;
                        height: 8px;
                        margin-right: 7px;
                        background-color: #fff;
                        vertical-align: middle;
                    }

            .iproduct-channel .back .content .detail {
                width: 110px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                font-size: 14px;
                background-color: #fa431f;
            }

.m-ichl-title {
    font-size: 22px;
    line-height: 42px;
    color: #2f318b;
    text-align: center;
}

.iabout-us {
    padding-top: 10px;
    padding-bottom: 24px;
    background: #fff url("/dist/images/iaboutbg.jpg") no-repeat center 90%;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

    .iabout-us .content {
        font-size: 16px;
        line-height: 24px;
        color: #929292;
    }

    .iabout-us .more {
        display: block;
        margin: 0 auto;
        width: 130px;
        height: 50 px-10;
        line-height: 50 px-10;
        font-size: 14px;
        text-align: center;
        background-color: #2f318b;
        color: #fff;
    }

.iabout-icons {
    padding: 16px 0 16px;
}

    .iabout-icons ul {
        font-size: 0;
        text-align: center;
    }

    .iabout-icons li {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        padding: 0 10px;
    }

    .iabout-icons .ico {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
    }

        .iabout-icons .ico img {
            vertical-align: middle;
        }

    .iabout-icons .msg {
        font-size: 14px;
        line-height: 28px;
        color: #929292;
    }

    .iabout-icons .text {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        color: #fa431f;
    }

.u-inews-title {
    padding: 10px 0;
    line-height: 36px;
}

    .u-inews-title h3 {
        float: left;
        font-size: 18px;
        color: #333;
    }

    .u-inews-title .more {
        float: right;
        font-size: 14px;
        color: #666;
        margin-bottom: -2px;
    }

.full-inews {
    padding: 20px 0 20px;
    background-color: #f0f0f0;
}

    .full-inews a {
        display: block;
    }

    .full-inews .thumb img {
        float: left;
        display: block;
        margin-right: 10px;
    }

    .full-inews .info {
        overflow: hidden;
    }

        .full-inews .info .title {
            margin-bottom: 2px;
            font-size: 16px;
            height: 22px;
            line-height: 22px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .full-inews .info .desc {
            font-size: 14px;
            display: -webkit-box;
            height: 44px;
            line-height: 22px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: #888;
        }

        .full-inews .info .detail {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            margin-top: 8px;
            font-size: 14px;
            line-height: 22px;
            padding-right: 18px;
            color: #666;
            background: url("/dist/images/detailico.png") no-repeat right center;
        }

    .full-inews .inews-item {
        margin-bottom: 10px;
    }

        .full-inews .inews-item a {
            background-color: #fff;
        }

        .full-inews .inews-item img {
            height: 114px;
        }

        .full-inews .inews-item .info {
            padding: 8px 10px 0 0;
        }

    .full-inews .pre-news a {
        background-color: #fff;
    }

    .full-inews .pre-news img {
        float: none;
        width: 100%;
    }

    .full-inews .pre-news .info {
        padding: 8px 10px 14px;
    }

/* 技术支持*/
.inside-banner {
    position: relative;
}

    .inside-banner img {
        width: 100%;
        display: block;
    }

    .inside-banner .ban-title {
        position: absolute;
        left: 20px;
        top: 50%;
        font-size: 20px;
        line-height: 50px;
        margin-top: -25px;
        color: #fff;
    }

.u-sup-title {
    padding-bottom: 9px;
}

    .u-sup-title .en {
        font-size: 24px;
        line-height: 28px;
        color: #ff0404;
    }

    .u-sup-title .cn {
        font-size: 18px;
        line-height: 28px;
        color: #525252;
    }

.technical-support {
    padding-top: 20px;
}

.certificate .title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    color: #ff0404;
}

.certificate .certif-list {
    padding-top: 20px;
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    -moz-background-size: 3px auto;
    -o-background-size: 3px auto;
    background-size: 3px auto;
}

.certificate ul {
    font-size: 0;
    margin: 0 -5px;
}

.certificate li {
    width: 50%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 0 5px;
}

    .certificate li a {
        display: block;
    }

    .certificate li img {
        display: block;
        width: 100%;
    }

.faq-wrapper {
    padding-top: 30px;
    padding-bottom: 25px;
}

    .faq-wrapper .qa-list {
        padding-top: 15px;
        background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
        -moz-background-size: 3px auto;
        -o-background-size: 3px auto;
        background-size: 3px auto;
    }

    .faq-wrapper li {
        border-bottom: 1px solid #dfe3e8;
    }

    .faq-wrapper .question {
        position: relative;
        padding: 15px 25px 15px 42px;
        border-bottom: 1px solid #dfe3e8;
        background: url("/dist/images/qaico.jpg") no-repeat 0 14px;
        font-size: 18px;
        line-height: 30px;
    }

        .faq-wrapper .question::after {
            content: '';
            position: absolute;
            right: 10px; /*bottom: 21px;*/
            top: 50%;
            transform: translate(-50%,-50%);
            border-width: 6px;
            border-style: solid dashed dashed dashed;
            border-color: #c0c7d2 transparent transparent transparent;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

        .faq-wrapper .question.cur::after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .faq-wrapper .question a {
            display: block;
        }

    .faq-wrapper .answer {
        display: none;
        padding: 14px 0 14px 42px;
        font-size: 16px;
        line-height: 24px;
        background: url("/dist/images/qaqico.jpg") no-repeat 0 18px;
    }

.full-inside-subnav {
    background-color: #1d2088;
}

    .full-inside-subnav .inside-subnav {
        position: relative;
        z-index: 250;
    }

    .full-inside-subnav .subnav .sub-btn {
        display: none;
    }

    .full-inside-subnav .channel-title {
        font-size: 16px;
        line-height: 50px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

        .full-inside-subnav .channel-title::after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 -3px 10px;
            border-width: 7px;
            border-style: solid dashed dashed dashed;
            border-color: #fff transparent transparent transparent;
        }

    .full-inside-subnav .subnav {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10;
        width: 100%;
        background-color: #fff;
        padding-bottom: 20px;
        border-top: 1px solid #ccc;
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    }

        .full-inside-subnav .subnav a {
            display: block;
            padding-left: 20px;
            font-size: 16px;
            line-height: 45px;
            border-bottom: 1px solid #ccc;
        }

            .full-inside-subnav .subnav a.cur {
                color: #e75639;
            }

    .full-inside-subnav .crumb {
        display: none;
    }

.technology {
    padding-top: 20px;
}

    .technology .motto {
        font-size: 13px;
        line-height: 24px;
    }

        .technology .motto .msg {
            padding: 5px 0 6px;
        }

        .technology .motto b {
            display: block;
            font-size: 20px;
            line-height: 24px;
            color: #ff0404;
        }

        .technology .motto .tel {
            padding: 10px 0;
            font-size: 14px;
            font-weight: bold;
        }

            .technology .motto .tel a {
                color: #ff0404;
            }


.wqtradesman{max-width:100%;}
.wqtradesman .title{font-size:18px; font-weight:600; color:#ff0404; padding-bottom:10px}
.wqtradesman label{display:block; position:relative; padding:10px 90px 10px 10px; border:1px solid #646464; max-width:450px;}
.wqtradesman label input{width:100%;vertical-align:middle; font-size:14px;color:#333;}
.wqtradesman label #query_jxs{position:absolute;right:0px; top:0px; height:100%; width:80px; color:#fff; background:#1d2088;}
.wqtradesman #txt_dealer{padding-top:10px;display: block; padding-bottom:25px;}

.tech-intro .item {
    margin-bottom: 10px;
    padding: 28px 18px 45px;
    color: #fff;
}

    .tech-intro .item .cn {
        font-size: 20px;
        line-height: 30px;
    }

    .tech-intro .item .en {
        font-size: 20px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.55);
    }

    .tech-intro .item .desc {
        padding-top: 15px;
        font-size: 14px;
        line-height: 24px;
    }

.tech-intro .advant {
    background-color: #118f73;
}

.tech-intro .conditions {
    background-color: #3662a3;
}

.publicity-doc {
    padding-top: 10px;
    padding-bottom: 25px;
}

    .publicity-doc .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #ff0404;
        padding-bottom: 9px;
    }

    .publicity-doc .doc-list {
        padding-top: 20px;
        background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    }

        .publicity-doc .doc-list ul {
            margin: 0 -5px;
            font-size: 0;
        }

        .publicity-doc .doc-list li {
            padding: 0 5px;
            margin-bottom: 5px;
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
        }

            .publicity-doc .doc-list li img {
                display: block;
                width: 100%;
            }

            .publicity-doc .doc-list li h3 {
                font-size: 14px;
                line-height: 30px;
            }

            .publicity-doc .doc-list li .poster {
                margin-bottom: 10px;
                padding: 5px;
                border: 1px solid #e5e5e5;
            }

            .publicity-doc .doc-list li .dwlink {
                display: block;
                width: 100%;
                font-size: 13px;
                line-height: 35px;
                text-align: center;
                border: 1px solid #e5e5e5;
            }

                .publicity-doc .doc-list li .dwlink:active, .publicity-doc .doc-list li .dwlink:hover {
                    background-color: #ff0404;
                    color: #fff;
                }

/* 应用*/
.full-apply {
    padding: 20px 0;
    background-color: #f9f9f9;
}

    .full-apply .apply-inner {
        background-color: #fff;
    }

    .full-apply .apply-swiper {
        position: relative;
    }

        .full-apply .apply-swiper li img {
            display: block;
            width: 100%;
        }

    .full-apply .apply-pages {
        position: absolute;
        left: 0;
        bottom: 10px;
        z-index: 10;
        width: 100%;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }

        .full-apply .apply-pages span {
            opacity: 1;
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #fff;
        }

        .full-apply .apply-pages .swiper-pagination-bullet-active {
            background-color: #291670;
        }

    .full-apply .apply-ctrl {
        position: absolute;
    }

        .full-apply .apply-ctrl a {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            background-color: #3e3e3e;
            background-position: center;
        }

        .full-apply .apply-ctrl .prev {
            background-image: url("/dist/images/applyprev.png");
        }

        .full-apply .apply-ctrl .next {
            background-image: url("/dist/images/applynext.png");
        }

    .full-apply .intro {
        padding: 30px 0 35px 0;
    }

        .full-apply .intro .name {
            font-size: 22px;
            line-height: 32px;
            font-weight: bold;
            color: #e71d1d;
        }

            .full-apply .intro .name::after {
                content: '';
                display: block;
                width: 1.6em;
                height: 4px;
                margin-top: 15px;
                background-color: #acacac;
            }

        .full-apply .intro .desc {
            font-size: 14px;
            line-height: 22px;
            color: #9a9a9a;
        }

.full-cases {
    padding: 20px 0 20px;
    background-color: #67a2aa;
}

    .full-cases .title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        color: #fff;
    }

    .full-cases .case-list li {
        margin-bottom: 10px;
        color: #fff;
    }

        .full-cases .case-list li img {
            display: block;
            width: 100%;
        }

    .full-cases .case-list .info {
        padding: 10px 0 0;
    }

    .full-cases .case-list .name {
        font-size: 16px;
        line-height: 32px;
    }

    .full-cases .case-list .msg {
        font-size: 14px;
        line-height: 22px;
    }

.full-prdt-intro {
    padding: 20px 0 20px;
    background-color: #f4f4f4;
    position: relative;
}

    .full-prdt-intro .intro-inner {
        padding: 20px;
        background-color: #fff;
    }

    .full-prdt-intro .tag {
        padding-bottom: 10px;
    }

        .full-prdt-intro .tag .ico {
            padding-right: 22px;
            float: left;
        }

            .full-prdt-intro .tag .ico img {
                display: block;
            }

        .full-prdt-intro .tag .title {
            float: left;
            font-size: 22px;
            line-height: 44px;
            color: #2f318b;
        }

    .full-prdt-intro .desc {
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }

.full-prdt-list {
    background-color: #edf1f5;
    overflow: hidden;
}

.prdt-cate {
    position: relative;
    padding: 20px;
}

    .prdt-cate .cate-swiper a {
        position: relative;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 45px;
    }

        .prdt-cate .cate-swiper a::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: 14px;
            margin-top: -7px;
            background-color: #2f318b;
        }

    .prdt-cate .cate-swiper .cur a {
        color: #fff;
        background-color: #2f318b;
    }

    .prdt-cate .cate-ctrl {
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 30px;
        height: 46px;
        margin-top: -23px;
        background-position: center;
    }

    .prdt-cate .cate-prev {
        left: -10px;
        background-image: url(/dist/images/cateprev.png);
    }

    .prdt-cate .cate-next {
        right: -10px;
        background-image: url(/dist/images/catenext.png);
    }

.prdt-cate-list {
    padding-bottom: 10px;
}

    .prdt-cate-list li {
        margin-bottom: 10px;
        background-color: #fff;
    }

        .prdt-cate-list li a {
            display: block;
        }

        .prdt-cate-list li .cthumb {
            background-color: #dfe6ee;
        }

        .prdt-cate-list li img {
            display: block;
            width: 100%;
        }

        .prdt-cate-list li .info {
            padding: 23px 15px;
        }

        .prdt-cate-list li .name {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 26px;
            color: #2f318b;
        }

        .prdt-cate-list li .desc {
            margin-bottom: 20px;
            font-size: 14px;
            color: #666;
            display: -webkit-box;
            height: 48px;
            line-height: 24px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .prdt-cate-list li .detail {
            width: 110px;
            font-size: 14px;
            line-height: 36px;
            text-align: center;
            color: #2f318b;
            border: 1px solid #2f318b;
        }

.prdt-list-popup {
    display: none; /*position: fixed; left: 0; top: 50%; width: 100%; */
    padding: 30px 0; /*z-index: 50; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); */
    background-color: #4a4a4e;
}

    .prdt-list-popup .popup-inner {
        position: relative;
    }

    .prdt-list-popup li {
        margin-bottom: 0;
    }

        .prdt-list-popup li .thumb {
            display: none;
            position: relative;
        }

            .prdt-list-popup li .thumb::after {
                content: '';
                display: block;
                width: 100%;
                padding-bottom: 64.42308%;
            }

            .prdt-list-popup li .thumb .img {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 3;
                width: 100%;
                height: 100%;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }

        .prdt-list-popup li .tit {
            background-color: #dbdbdc;
            font-size: 18px;
            line-height: 26px;
            padding: 10px 10px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: center;
            color: #2f318b;
        }

    .prdt-list-popup .close {
        position: absolute;
        right: 0;
        top: -35px;
        z-index: 10;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-family: consolas;
    }

    .prdt-list-popup .prdtpop-page {
        text-align: center;
        font-size: 0;
        line-height: 0;
    }

        .prdt-list-popup .prdtpop-page span {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            opacity: 1;
            background-color: #fff;
            margin: 0 5px;
        }

        .prdt-list-popup .prdtpop-page .cur {
            background-color: #2f318b;
        }

.full-prdt-enter {
    padding: 20px 0 8px;
    background-color: #f4f4f4;
}

    .full-prdt-enter .item {
        margin-bottom: 10px;
    }

        .full-prdt-enter .item a {
            position: relative;
            display: block;
        }

        .full-prdt-enter .item img {
            display: block;
            width: 100%;
        }

        .full-prdt-enter .item .title {
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 10;
            width: 100%;
            font-size: 18px;
            line-height: 40px;
            margin-top: -20px;
            text-align: center;
            color: #fff;
        }

.third-cate {
    background-color: #2f318b;
}

    .third-cate .thr-cateinner {
        position: relative;
    }

    .third-cate .third-chl {
        font-size: 16px;
        line-height: 50px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }

        .third-cate .third-chl::after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 -3px 10px;
            border-width: 7px;
            border-style: solid dashed dashed dashed;
            border-color: #fff transparent transparent transparent;
        }

    .third-cate .cate-list {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10;
        width: 100%;
        font-size: 0;
        white-space: nowrap;
        overflow: auto;
        background-color: #fff;
        padding-bottom: 20px;
        -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    }

        .third-cate .cate-list a {
            display: block;
            padding-left: 20px;
            font-size: 16px;
            line-height: 45px;
            border-bottom: 1px solid #ccc;
            position: relative;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .third-cate .cate-list a::after {
                display: none;
                content: '';
                position: absolute;
                right: 0;
                top: 50%;
                width: 1px;
                height: 14px;
                margin-top: -7px;
                background-color: #2f318b;
            }

            .third-cate .cate-list a:hover, .third-cate .cate-list a:active, .third-cate .cate-list a.cur {
                color: #e75639;
            }

            .third-cate .cate-list a:last-child::after {
                display: none;
            }

.prdt-detail-main {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .prdt-detail-main img {
        display: block;
        width: 100%;
    }

    .prdt-detail-main .detail-pages {
        position: absolute;
        left: 0;
        bottom: 10px;
        z-index: 10;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }

        .prdt-detail-main .detail-pages span {
            width: 10px;
            height: 10px;
            opacity: 1;
            margin: 0 5px;
            background-color: #fff;
        }

        .prdt-detail-main .detail-pages .swiper-pagination-bullet-active {
            background-color: #2f318b;
        }

    .prdt-detail-main .main-info {
        padding: 16px 0px 20px;
    }

        .prdt-detail-main .main-info .name {
            padding-bottom: 8px;
            font-size: 20px;
            line-height: 36px;
            color: #333;
            border-bottom: 1px solid #f2f2f2;
        }

        .prdt-detail-main .main-info .desc {
            margin: 10px 0 20px;
            font-size: 14px;
            line-height: 24px;
        }

        .prdt-detail-main .main-info .doclink {
            display: inline-block;
            font-size: 16px;
            line-height: 46px;
            text-align: center;
            color: #fff;
            background-color: #2f318b;
            padding: 0 20px;
        }

            .prdt-detail-main .main-info .doclink::before {
                content: '';
                display: inline-block;
                vertical-align: top;
                width: 18px;
                height: 18px;
                margin: 14px 10px 0 0;
                background-position: center;
                background-image: url("/dist/images/doclink.png");
            }

.prdt-detail-tab {
    padding-bottom: 20px;
}

    .prdt-detail-tab .tab-options {
        font-size: 0;
    }

        .prdt-detail-tab .tab-options a {
            width: 25%;
            max-width: 185px;
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            font-size: 14px;
            line-height: 26px;
            padding: 10px 0;
            text-align: center;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            background-color: #f5f5f5;
            white-space: nowrap;
        }

@media (max-width: 350px) {
    .prdt-detail-tab .tab-options a {
        font-size: 12px;
    }
}

.prdt-detail-tab .tab-options .cur {
    background-color: #2f318b;
    color: #fff;
}

.prdt-detail-tab .tab-boxs {
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.prdt-detail-tab .tab-item {
    display: none;
    padding: 20px 15px 25px;
}

.prdt-detail-tab .table-sepc {
    display: block;
}

.prdt-detail-tab .images .img {
    margin-bottom: 10px;
}

.prdt-detail-tab .images img {
    display: block;
    width: 100%;
}

.prdt-detail-tab .table-sepc {
    width: 100%;
}

    .prdt-detail-tab .table-sepc .detail-table {
        overflow: auto;
    }

    .prdt-detail-tab .table-sepc th, .prdt-detail-tab .table-sepc td {
        border: 1px solid #dbdbdb;
    }

/*.prdt-detail-tab .table-sepc td { white-space: nowrap; padding: 10px; }*/

.full-prdt-cover {
    width: 100%;
    padding: 20px 0;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("/dist/images/coverbg.jpg");
}

    .full-prdt-cover .cover-title {
        color: #fff;
    }

        .full-prdt-cover .cover-title .en {
            font-size: 24px;
            line-height: 30px;
        }

        .full-prdt-cover .cover-title .cn {
            font-size: 22px;
            line-height: 38px;
        }

.cover-cate {
    padding-top: 10px;
    overflow: hidden;
}

    .cover-cate li {
        margin-bottom: 10px;
    }

        .cover-cate li a {
            display: block;
        }

    .cover-cate .thumb img {
        width: 100%;
        display: block;
    }

    .cover-cate .info {
        padding: 20px 10px 25px;
        background-color: #fff;
    }

        .cover-cate .info .cate-en {
            font-size: 24px;
            line-height: 30px;
            color: #ff0404;
            white-space: nowrap;
        }

        .cover-cate .info .cate-cn {
            margin-bottom: 8px;
            font-size: 20px;
            line-height: 28px;
            color: #595959;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .cover-cate .info .cate-cn::after {
                content: '';
                display: block;
                width: 1.5em;
                height: 0;
                padding-bottom: 8px;
                border-bottom: 3px solid #c3c3c3;
            }

        .cover-cate .info .desc {
            font-size: 13px;
            color: #929292;
            display: -webkit-box;
            height: 72px;
            line-height: 18px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
        }

        .cover-cate .info .detail {
            padding-top: 8px;
            text-align: right;
            font-size: 14px;
            line-height: 18px;
            color: #ff0404;
            font-weight: bold;
        }

.feedback {
    padding-top: 20px;
    padding-bottom: 20px;
}

.feedback-content .form {
    overflow: hidden;
}

.feedback-content label {
    display: block;
    margin-bottom: 10px;
}

    .feedback-content label input {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        color: #333;
        padding: 12px 20px;
        border: 1px solid #edeae8;
        background-position: 97.31544% center;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    }
    
    .feedback-content .must{
    	position: relative;
    }
    .feedback-content .must:before{
    	content: '*';
    	display: block;
    	position: absolute;
    	left: 11px;
    	top: 10px;
    	color: red;
    }

        .feedback-content label input::-webkit-input-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label input:-moz-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label input::-moz-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label input:-ms-input-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label input:focus {
            border-color: #ff0404;
            -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
        }

    .feedback-content label .name {
        background-image: url("/dist/images/inpt01.png");
    }

        .feedback-content label .name:focus {
            background-image: url("/dist/images/inpt01ac.png");
        }

    .feedback-content label .tel {
        background-image: url("/dist/images/inpt02.png");
    }

        .feedback-content label .tel:focus {
            background-image: url("/dist/images/inpt02ac.png");
        }

    .feedback-content label .country {
        background-image: url("/dist/images/inpt03.png");
    }

        .feedback-content label .country:focus {
            background-image: url("/dist/images/inpt03ac.png");
        }

    .feedback-content label .company {
        background-image: url("/dist/images/inputc.png");
    }

        .feedback-content label .company:focus {
            background-image: url("/dist/images/inputcho.png");
        }

    .feedback-content label .mail {
        background-image: url("/dist/images/inpt04.png");
    }

        .feedback-content label .mail:focus {
            background-image: url("/dist/images/inpt04ac.png");
        }

    .feedback-content label textarea {
        display: block;
        width: 100%;
        height: 120px;
        padding: 14px 20px;
        border: 1px solid #edeae8;
        font-size: 14px;
        line-height: 24px;
        background-position: 97.31544% 14px;
        background-image: url("/dist/images/inpt05.png");
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        transition: all ease .3s;
    }

        .feedback-content label textarea::-webkit-input-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label textarea:-moz-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label textarea::-moz-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label textarea:-ms-input-placeholder {
            color: #b2b2b2;
        }

        .feedback-content label textarea:focus {
            border-color: #ff0404;
            -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            background-image: url("/dist/images/inpt05ac.png");
        }

.feedback-content .form-ctrl {
    text-align: center;
    font-size: 0;
}

    .feedback-content .form-ctrl input {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        padding: 12px 55px;
        border: 0;
    }

        .feedback-content .form-ctrl input[type="submit"] {
            float: left;
            margin-right: 5px;
            background-color: #ff0404;
        }

        .feedback-content .form-ctrl input[type="reset"] {
            float: left;
            background-color: #d7d7d7;
        }

.feedback-msg {
    padding-top: 15px;
    position: relative;
}

    .feedback-msg img {
        display: block;
        width: 100%;
    }

    .feedback-msg .msg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 0;
    }

        .feedback-msg .msg::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 100%;
        }

        .feedback-msg .msg .center {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            line-height: 28px;
            color: rgba(255, 255, 255, 0.55);
        }

            .feedback-msg .msg .center a {
                display: block;
                font-size: 28px;
                line-height: 44px;
                color: #fff;
            }

            .feedback-msg .msg .center .tel {
                margin-bottom: 25px;
            }

.after-sales {
    padding-top: 20px;
    padding-bottom: 20px;
}

.slantline {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
}

.sales-pdf {
    position: relative;
    padding-top: 22px;
    padding-bottom: 37px;
}

    .sales-pdf .pdf-pages {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .sales-pdf .name {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 30px;
        color: #5d5d5d;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sales-pdf .poster {
        margin-bottom: 10px;
        border: 1px solid #e5e5e5;
        padding: 19px 26px;
    }

        .sales-pdf .poster img {
            display: block;
            width: 100%;
        }

    .sales-pdf .ctrl {
        font-size: 0;
        text-align: center;
        border-left: 1px solid #e5e5e5;
    }

        .sales-pdf .ctrl a {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            font-size: 14px;
            line-height: 36px;
            color: #191919;
            border: 1px solid #e5e5e5;
            border-left: 0;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .sales-pdf .pdf-pages {
        line-height: 0;
    }

        .sales-pdf .pdf-pages span {
            opacity: 1;
            background-color: #fff;
            border: 1px solid #2e3765;
            margin: 0 5px;
        }

        .sales-pdf .pdf-pages .swiper-pagination-bullet-active {
            background-color: #2e3765;
        }

.red-tit {
    padding: 12px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #ff0404;
}

.sales-article01 {
    padding: 31px 0 31px;
    font-size: 13px;
    line-height: 18px;
    color: #525252;
}

    .sales-article01 .flow {
        overflow: hidden;
        margin-top: 25px;
        padding-top: 6px;
        border-top: 1px dashed #dcdcdc;
    }

    .sales-article01 .demo {
        margin-top: 20px;
        position: relative;
        padding-left: 120px;
        border: 1px solid #dcdcdc;
    }

        .sales-article01 .demo .msg {
            position: absolute;
            left: -1px;
            top: -1px;
            bottom: -1px;
            float: left;
            width: 120px;
            background-color: #ff0404;
            text-align: center;
            font-size: 0;
        }

            .sales-article01 .demo .msg::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }

            .sales-article01 .demo .msg span {
                display: inline-block;
                vertical-align: middle;
                width: 1em;
                font-size: 20px;
                line-height: 30px;
                color: #fff;
            }

        .sales-article01 .demo .info {
            padding: 15px 15px;
        }

.sales-article02 {
    padding: 15px 0 0;
}

    .sales-article02 .red {
        color: #ff0404;
        padding: 16px 0;
    }

    .sales-article02 .demo-imgs {
        padding-bottom: 18px;
        border-bottom: 1px dashed #dcdcdc;
    }

        .sales-article02 .demo-imgs img {
            display: block;
            margin-bottom: 10px;
        }

    .sales-article02 .others .tel {
        font-size: 18px;
        line-height: 18px;
        color: #ff0404;
    }

    .sales-article02 .others img {
        display: block;
    }

/*.load-more { display: block; width: 100%; font-size: 16px; line-height: 46px; text-align: center; padding: 0; color: #fff; background-color: #ff0404; }*/

.market-news {
    padding-top: 20px;
    padding-bottom: 28px;
}

    .market-news h2 {
        font-size: 20px;
        line-height: 30px;
        color: #444;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .market-news .desc {
        font-size: 13px;
        display: -webkit-box;
        height: 36px;
        line-height: 18px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .market-news .date {
        font-size: 18px;
        line-height: 18px;
        color: #ff0404;
    }

    .market-news .top-news a {
        display: block;
        background-color: #fafafa;
    }

    .market-news .top-news .thumb {
        overflow: hidden;
    }

        .market-news .top-news .thumb img {
            display: block;
            max-width: 100%;
            width: 100%;
        }

    .market-news .top-news .date {
        margin-bottom: 12px;
    }

    .market-news .top-news h2 {
        margin-bottom: 11px;
    }

    .market-news .top-news .desc {
        margin-bottom: 19px;
        height: 54px;
        line-height: 18px;
        -webkit-line-clamp: 3;
    }

    .market-news .top-news .detail {
        font-size: 13px;
        line-height: 18px;
        color: #ff0404;
    }

    .market-news .top-news .content {
        overflow: hidden;
        padding: 21px 15px 15px;
    }

    .market-news .mk-news-list ul {
        padding-bottom: 15px;
    }

    .market-news .mk-news-list li a {
        padding: 20px 15px;
        display: block;
        border-bottom: 1px dashed #e3e3e3;
    }

    .market-news .mk-news-list li h2 {
        margin-bottom: 10px;
    }

    .market-news .mk-news-list li .date {
        margin-bottom: 10px;
    }

.market-article {
    padding-top: 20px;
    padding-bottom: 30px;
}

    .market-article .news-hd {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0;
    }

        .market-article .news-hd .info {
            padding-bottom: 10px;
        }

        .market-article .news-hd .date {
            font-size: 30px;
            line-height: 32px;
            color: #ff0404;
        }

        .market-article .news-hd .title {
            font-size: 20px;
            line-height: 30px;
            color: #444;
            font-weight: bold;
        }

    .market-article .share-article {
        font-size: 0;
        line-height: 34px;
    }

        .market-article .share-article .msg {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            font-size: 13px;
            line-height: 34px;
            padding: 0 10px 0 21px;
            background: url("/dist/images/shareico.jpg") no-repeat 0 center;
        }

        .market-article .share-article .sharebox {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
        }

            .market-article .share-article .sharebox a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                width: 34px;
                height: 34px;
                margin: 0 6px 0 0;
                padding: 0;
                background-position: center;
                background-repeat: no-repeat;
            }

            .market-article .share-article .sharebox .wx {
                background-image: url("/dist/images/sharewx.jpg");
            }

            .market-article .share-article .sharebox .qq {
                background-image: url("/dist/images/shareqq.jpg");
            }

.news-content {
    font-size: 13px;
    line-height: 20px;
    color: #a4a4a4;
}

    .news-content .img {
        padding-top: 10px;
    }

    .news-content img {
        display: block;
        max-width: 100%;
    }

.full-svgmap .svgmap-inner {
    padding: 50px 0; /*background-color: #505050;*/
}

#world-map {
    width: 100%;
    height: 500px;
}

@charset "UTF-8";

@media (min-width: 768px) {
    .iproduct-channel {
        padding-bottom: 20px;
    }

        .iproduct-channel .channel-list li {
            padding-bottom: 0;
            float: left;
            width: 25%;
        }

        .iproduct-channel .back .content {
            padding: 15px 15px;
            top: auto;
            bottom: 0;
        }

            .iproduct-channel .back .content .desc {
                height: 48px;
                line-height: 24px;
                -webkit-line-clamp: 2;
                width: 100%;
            }

            .iproduct-channel .back .content .dots {
                padding: 15px 0 21px;
            }

    .iabout-icons li {
        width: 33.3333%;
    }
    /* 技术支持*/
    .inside-banner .ban-title {
        left: 20px;
        font-size: 30px;
    }

    .certificate li {
        width: 25%;
    }

    .full-cases .title {
        margin-bottom: 17px;
    }

    .full-cases .case-list ul {
        font-size: 0;
        margin: 0 -10px;
    }

    .full-cases .case-list li {
        margin-bottom: 20px;
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 50%;
    }

    .full-cases .case-list .info {
        padding: 10px 0 0;
    }

    .full-cases .case-list .name {
        font-size: 16px;
        line-height: 32px;
    }

    .full-cases .case-list .msg {
        font-size: 14px;
        line-height: 22px;
    }

    .prdt-cate-list li .cthumb {
        float: left;
        width: 42%;
        max-width: 461px;
    }

    .prdt-cate-list li .info {
        overflow: hidden;
    }

    .full-prdt-enter {
        padding: 30px 0 28px;
    }

        .full-prdt-enter .item {
            float: left;
            width: 50%;
            margin-bottom: 0;
        }

    .prdt-detail-tab .images .img {
        margin-bottom: 20px;
        padding: 0 10px;
        float: left;
        width: 50%;
    }

    .full-prdt-cover .cover-title .en {
        font-size: 30px;
        line-height: 36px;
    }

    .full-prdt-cover .cover-title .cn {
        font-size: 24px;
        line-height: 42px;
    }

    .cover-cate {
        padding-top: 10px;
    }

        .cover-cate ul {
            margin: 0 -5px;
        }

        .cover-cate li {
            width: 25%;
            float: left;
            padding: 0 5px;
            margin-bottom: 0;
            position: relative;
        }

            .cover-cate li a {
                display: block;
            }

            .cover-cate li .thumb img {
                width: 100%;
                display: block;
            }

        .cover-cate .info {
            padding: 20px 10px 25px;
        }

            .cover-cate .info .cate-cn {
                margin-bottom: 8px;
            }

                .cover-cate .info .cate-cn::after {
                    padding-bottom: 8px;
                }

            .cover-cate .info .detail {
                padding-top: 8px;
            }

    .market-news .top-news .thumb {
        float: left;
        max-width: 50%;
    }
    /* end 768px*/
}

@media (min-width: 1024px) {
    body {
        padding-top: 105px;
    }

    .header {
        height: 105px;
        padding: 0;
        border-top: 6px solid #2f318b;
    }

        .header .hd-logo {
            float: left;
            padding-top: 19px;
        }

            .header .hd-logo img {
                height: 59px;
            }
  
        .header .hd-right {
            float: right;
        }

    .menu-handle {
        display: none;
    }

    .search-handle {
        position: static;
        display: block;
        float: right;
        width: 26px;
        height: 26px;
    }

    .sm-fixslide {
        float: right;
        display: block;
        width: auto;
        position: static;
        white-space: nowrap;
        background: none;
        padding: 0;
        font-size: 0;
        line-height: 26px;
    }

        .sm-fixslide a {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            font-size: 14px;
        }

        .sm-fixslide .code {
            margin-right: 25px;
            margin-left: 20px;
        }

        .sm-fixslide .tp-share {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            margin-right: 18px;
        }

            .sm-fixslide .tp-share .sharebtn {
                display: block;
                height: 26px;
                padding-right: 15px;
                background: url("/dist/images/arrowico.png") no-repeat right center;
            }

        .sm-fixslide .sharebox {
            position: absolute;
            display: none;
        }

        .sm-fixslide .lang {
            margin-right: 18px;
            background-position: -3px 2px;
        }

            .sm-fixslide .lang a {
                margin: 0 4px;
                padding-bottom: 4px;
            }

                .sm-fixslide .lang a:hover {
                    border-bottom-color: #e75639;
                }

    .hdr-search {
        position: fixed;
        left: auto;
        right: 40px;
        top: 36px;
        z-index: 99;
        width: 260px;
        padding: 0;
        background: none;
        -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
        border: 1px solid #ccc;
    }

        .hdr-search .hd-form {
            padding-right: 50px;
        }

            .hdr-search .hd-form .sub {
                width: 50px;
                font-size: 0;
                background: #fff url(../images/searchico.png) no-repeat center;
            }

    .mainnav {
        display: block;
        position: static;
        width: 100%;
        height: 100%;
        background: none;
        padding: 11px 0 0;
        overflow: hidden;
    }

        .mainnav ul {
            margin-right: -1px;
            float: right;
        }

        .mainnav li {
            position: relative;
            float: left;
            border-bottom: 0;
        }

            .mainnav li::after {
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -8px;
                content: '';
                display: block;
                width: 1px;
                height: 16px;
                background-color: #ccc;
            }

            .mainnav li a {
                font-size: 16px;
                line-height: 46px;
                color: #333;
            }

                .mainnav li a:hover {
                    color: #e75639;
                }

            .mainnav li .one-title {
                border-bottom: 4px solid #fff;
                padding: 0 18px;
                line-height: 52px;
            }

                .mainnav li .one-title a {
                    line-height: 52px;
                }

                .mainnav li .one-title:hover, .mainnav li .one-title.active, .mainnav li .one-title.cur {
                    border-bottom-color: #ff0404;
                }

        .mainnav .hasnav::after {
            display: none;
        }

        .mainnav .full-subnav {
            position: fixed;
            top: 105px;
            left: 0;
            width: 100%;
            overflow: hidden;
            background-color: #f7f7f7;
            -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
        }

            .mainnav .full-subnav .commonweb {
                position: relative;
                padding-right: 687px;
            }

        .mainnav .navban {
            position: relative;
            display: block;
            padding: 38px 25px 38px 0;
        }

            .mainnav .navban img {
                position: relative;
                z-index: 3;
                display: block;
                width: 100%;
                min-height: 140px;
            }

            .mainnav .navban::after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                width: 1000px;
                background-color: #ebebeb;
            }

        .mainnav .sec-nav {
            position: absolute;
            right: -45px;
            top: 0;
            width: 732px;
            padding: 30px 0 30px 41px;
            background-color: #f7f7f7;
        }

        .mainnav .sec-item {
            float: left; /*width: 110px;*/
            padding-right: 37px;
        }

            .mainnav .sec-item a { /*display: inline-block;*/
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                display: block;
            }

        .mainnav .sec-title {
            margin-bottom: 10px;
            padding-left: 0;
        }

            .mainnav .sec-title a {
                font-size: 18px;
                line-height: 26px;
            }

        .mainnav .thr-list {
            display: block;
        }

            .mainnav .thr-list a {
                padding-left: 0;
                font-size: 14px;
                line-height: 26px;
                color: #595959;
            }

        .mainnav .full-subnav .sameheight {
            min-height: 230px;
        }
    /* footer*/
    .footer .ft-inner {
        padding-top: 36px;
        padding-bottom: 38px;
    }

    .footer .ft-info {
        float: left;
        text-align: left;
        width: 21%;
    }

        .footer .ft-info .ftlogo {
            margin-bottom: 9px;
        }

    .footer .ft-qrcode {
        padding: 15px 0 0;
    }

    .footer .ft-nav {
        float: right;
        line-height: 26px;
    }

        .footer .ft-nav li {
            float: left;
            border-bottom: 0;
            padding-right: 60px;
        }

        .footer .ft-nav a:hover {
            color: #e75639;
        }

        .footer .ft-nav .channel {
            font-size: 16px;
            margin-bottom: 12px;
        }

            .footer .ft-nav .channel:after {
                display: none;
            }

        .footer .ft-nav .subnav {
            display: block;
        }

    .footer .ft-bot {
        padding: 25px 0;
        border-top-width: 2px;
        line-height: 30px;
    }

        .footer .ft-bot .tel {
            font-size: 21px;
            line-height: 30px;
        }

    /*index*/
    .indexbanner a {
        overflow: hidden;
    }

    .iproduct-channel {
        position: relative;
        z-index: 15;
        margin-top: -15.78125%;
        padding-top: 0;
        padding-bottom: 0;
    }

        .iproduct-channel .channel-list {
            overflow: hidden;
        }

            .iproduct-channel .channel-list ul {
                margin: 0 -12px;
            }

            .iproduct-channel .channel-list li {
                padding-right: 24px;
            }

            .iproduct-channel .channel-list a:hover .back {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
            }

                .iproduct-channel .channel-list a:hover .back .btitle {
                    -webkit-transform: translate(0, 0);
                    -moz-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    -o-transform: translate(0, 0);
                    transform: translate(0, 0);
                }

                .iproduct-channel .channel-list a:hover .back .desc {
                    -webkit-transform: translate(0, 0);
                    -moz-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    -o-transform: translate(0, 0);
                    transform: translate(0, 0);
                }

                .iproduct-channel .channel-list a:hover .back .dots {
                    -webkit-transform: translate(0, 0);
                    -moz-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    -o-transform: translate(0, 0);
                    transform: translate(0, 0);
                }

        .iproduct-channel .face {
            display: block;
            background-color: #e3e3eb;
            color: #2a166f;
            text-align: center;
            font-size: 0;
        }

            .iproduct-channel .face::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }

            .iproduct-channel .face .middle {
                padding: 0 30px;
                display: inline-block;
                vertical-align: middle;
            }

            .iproduct-channel .face .ico {
                width: 80px;
                height: 80px;
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                line-height: 80px;
                margin-bottom: 6px;
            }

                .iproduct-channel .face .ico img {
                    display: inline-block;
                    vertical-align: bottom;
                }

            .iproduct-channel .face .ftitle {
                font-size: 22px;
                font-weight: bold;
                height: 36px;
                line-height: 36px;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-bottom: 23px;
            }

            .iproduct-channel .face .desc {
                text-align: left;
                font-size: 14px;
                display: -webkit-box;
                height: 48px;
                line-height: 24px;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

        .iproduct-channel .back {
            opacity: 0;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
            -webkit-transform: translate(0, 50px);
            -moz-transform: translate(0, 50px);
            -ms-transform: translate(0, 50px);
            -o-transform: translate(0, 50px);
            transform: translate(0, 50px);
        }

            .iproduct-channel .back .content .btitle {
                -webkit-transform: translate(0, 20px);
                -moz-transform: translate(0, 20px);
                -ms-transform: translate(0, 20px);
                -o-transform: translate(0, 20px);
                transform: translate(0, 20px);
                -webkit-transition: all .5s ease;
                -o-transition: all .5s ease;
                -moz-transition: all .5s ease;
                transition: all .5s ease;
            }

            .iproduct-channel .back .content .desc {
                height: 72px;
                line-height: 24px;
                -webkit-line-clamp: 3;
                -webkit-transform: translate(0, 20px);
                -moz-transform: translate(0, 20px);
                -ms-transform: translate(0, 20px);
                -o-transform: translate(0, 20px);
                transform: translate(0, 20px);
                -webkit-transition: all .5s ease 0.1s;
                -o-transition: all .5s ease 0.1s;
                -moz-transition: all .5s ease 0.1s;
                transition: all .5s ease 0.1s;
            }

            .iproduct-channel .back .content .dots {
                -webkit-transform: translate(0, 30px);
                -moz-transform: translate(0, 30px);
                -ms-transform: translate(0, 30px);
                -o-transform: translate(0, 30px);
                transform: translate(0, 30px);
                -webkit-transition: all .5s ease 0.15s;
                -o-transition: all .5s ease 0.15s;
                -moz-transition: all .5s ease 0.15s;
                transition: all .5s ease 0.15s;
            }

            .iproduct-channel .back .content .detail {
                width: 130px;
                height: 40px;
                line-height: 40px;
            }

    .indexbanner .ipages {
        padding-bottom: 15.78125%;
        bottom: 35px;
    }

        .indexbanner .ipages span {
            width: 15px;
            height: 15px;
        }

    .m-ichl-title {
        font-size: 30px;
        line-height: 50px;
    }

    .iabout-us {
        padding-top: 60px;
        padding-bottom: 64px;
        -moz-background-size: 684px auto;
        -o-background-size: 684px auto;
        background-size: 684px auto;
    }

        .iabout-us .more {
            width: 160px;
            height: 50px;
            line-height: 50px;
        }

    .iabout-icons {
        padding: 36px 0 46px;
    }

        .iabout-icons li {
            width: 20%;
        }

        .iabout-icons .text {
            font-size: 42px;
            line-height: 72px;
        }

    .u-inews-title {
        padding: 55px 0 18px;
    }

        .u-inews-title h3 {
            font-size: 26px;
        }

        .u-inews-title .more {
            margin-bottom: -6px;
        }

            .u-inews-title .more:hover {
                color: #e75639;
            }

    .full-inews {
        padding: 64px 0 78px;
    }

        .full-inews .thumb {
            overflow: hidden;
        }

            .full-inews .thumb img {
                margin-right: 24px;
                -webkit-transition: all ease .7s;
                -o-transition: all ease .7s;
                -moz-transition: all ease .7s;
                transition: all ease .7s;
            }

        .full-inews .info .title {
            margin-bottom: 4px;
            font-size: 18px;
            height: 30px;
            line-height: 30px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-transition: all ease .3s;
            -o-transition: all ease .3s;
            -moz-transition: all ease .3s;
            transition: all ease .3s;
        }

        .full-inews .info .detail {
            margin-top: 8px;
            -webkit-transition: all ease .3s;
            -o-transition: all ease .3s;
            -moz-transition: all ease .3s;
            transition: all ease .3s;
        }

        .full-inews .inews-wrapper {
            position: relative;
            padding-right: 417px;
            padding-right: 567px;
        }

        .full-inews .inews-pre {
            position: absolute;
            right: 0;
            top: 0;
            width: 386px;
            width: 536px;
        }

        .full-inews .inews-item {
            margin-bottom: 25px;
        }

            .full-inews .inews-item .thumb {
                float: left;
            }

            .full-inews .inews-item img {
                height: 134px;
            }

            .full-inews .inews-item .info {
                padding: 13px 25px 0 0;
            }

            .full-inews .inews-item a:hover .detail, .full-inews .inews-item a:hover .title {
                color: #e75639;
            }

            .full-inews .inews-item a:hover img {
                -webkit-transform: scale(1.03);
                -moz-transform: scale(1.03);
                -ms-transform: scale(1.03);
                -o-transform: scale(1.03);
                transform: scale(1.03);
            }

        .full-inews .pre-news:hover .detail, .full-inews .pre-news:hover .title {
            color: #e75639;
        }

        .full-inews .pre-news:hover img {
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -ms-transform: scale(1.03);
            -o-transform: scale(1.03);
            transform: scale(1.03);
        }

        .full-inews .pre-news .thumb {
            position: relative;
            overflow: hidden;
        }

            .full-inews .pre-news .thumb:after {
                content: '';
                display: block;
                width: 100%;
                padding-bottom: 59.14179%;
            }

            .full-inews .pre-news .thumb img {
                position: absolute;
                left: 0;
                top: 0;
                min-height: 100%;
            }

        .full-inews .pre-news .info {
            padding: 13px 25px 14px;
        }

    .inside-banner .ban-title {
        left: 40px;
        font-size: 36px;
    }

    .u-sup-title {
        padding-bottom: 18px;
    }

        .u-sup-title .en {
            font-size: 30px;
            line-height: 30px;
        }

        .u-sup-title .cn {
            font-size: 20px;
            line-height: 30px;
            font-weight: bold;
        }

    .technical-support {
        padding-top: 58px;
    }

    .certificate .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }

    .certificate .certif-list {
        padding-top: 38px;
    }

    .certificate ul {
        margin: 0 -9px;
    }

    .certificate li {
        width: 16.66667%;
        padding: 0 9px;
        margin-bottom: 18px;
    }

    .faq-wrapper {
        padding-top: 55px;
        padding-bottom: 50px;
    }

        .faq-wrapper .qa-list {
            padding-top: 8px;
        }

        .faq-wrapper .question {
            padding: 21px 134px 21px 52px;
        }

            .faq-wrapper .question::after {
                right: 5%;
                bottom: 27px;
            }

            .faq-wrapper .question a {
                display: block;
            }

        .faq-wrapper .answer {
            padding: 20px 134px 20px 104px;
            background-position: 52px 24px;
        }
    /* insidebann*/
    .full-inside-subnav {
        overflow: hidden;
    }

        .full-inside-subnav .channel-title {
            display: none;
        }

        .full-inside-subnav .inside-subnav {
            width: 70%;
            float: left;
        }

        .full-inside-subnav .subnav {
            display: block;
            position: static;
            background-color: transparent;
            padding-bottom: 0;
            border-top: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .full-inside-subnav .subnav a {
                float: left;
                color: #fff;
                display: block;
                margin-right: 28px;
                padding: 7px 0 0;
                font-size: 16px;
                line-height: 70px;
                border-bottom: 3px solid rgba(255, 255, 255, 0);
            }

            .full-inside-subnav .subnav li:hover a, .full-inside-subnav .subnav li.cur a {
                color: #fff;
                border-bottom-color: #ef1414;
            }

        .full-inside-subnav .crumb {
            position: relative;
            padding-left: 30px;
            float: right;
            width: 30%;
            display: block;
            color: #737373;
            font-size: 0;
            line-height: 80px;
        }

            .full-inside-subnav .crumb::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 1000%;
                background-color: #ececec;
            }

            .full-inside-subnav .crumb .inner {
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .full-inside-subnav .crumb a {
                position: relative;
                z-index: 3;
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                color: #737373;
                font-size: 13px;
            }

                .full-inside-subnav .crumb a:after {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 0;
                    margin: 0 10px 0 14px;
                    border: 3px solid rgba(255, 255, 255, 0);
                    border-left-color: #848484;
                }

                .full-inside-subnav .crumb a:hover {
                    color: #ff0404;
                }

            .full-inside-subnav .crumb span {
                position: relative;
                z-index: 3;
                font-size: 13px;
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
            }

            .full-inside-subnav .crumb .home {
                padding-left: 18px;
                vertical-align: middle;
                background: url("/dist/images/homeico.png") no-repeat 0 center;
            }

    .technology {
        padding-top: 60px;
    }

        .technology .motto .msg {
            padding: 15px 0 16px;
        }

        .technology .motto .tel {
            padding: 10px 0;
            font-size: 14px;
            font-weight: bold;
        }

            .technology .motto .tel a {
                color: #ff0404;
            }

    .tech-intro {
        display: table;
        width: 100%;
    }

        .tech-intro .item {
            width: 50%;
            display: table-cell;
            vertical-align: top;
            margin-bottom: 0;
            padding: 43px 33px 60px;
        }

            .tech-intro .item .desc {
                padding-top: 26px;
            }

        .tech-intro .advant {
            background-image: url("/dist/images/advant_07.png");
            background-position: right bottom;
        }

        .tech-intro .conditions {
            background-image: url("/dist/images/conditionsico_03.png");
            background-position: right top;
        }

    .publicity-doc {
        padding-top: 35px;
        padding-bottom: 30px;
    }

        .publicity-doc .title {
            padding-bottom: 18px;
        }

        .publicity-doc .doc-list {
            padding-top: 30px;
        }

            .publicity-doc .doc-list ul {
                margin: 0 -10px;
            }

            .publicity-doc .doc-list li {
                padding: 0 10px;
                margin-bottom: 10px;
            }

                .publicity-doc .doc-list li h3 {
                    margin-bottom: 13px;
                }

                .publicity-doc .doc-list li .poster {
                    margin-bottom: 20px;
                    padding: 9px;
                }

                .publicity-doc .doc-list li .dwlink {
                    line-height: 40px;
                }

    .full-apply {
        padding: 50px 0;
    }

        .full-apply .apply-inner {
            position: relative;
        }

        .full-apply .apply-swiper {
            float: left;
            width: 50%;
            background-color: #e0e0e0;
        }

        .full-apply .apply-pages {
            display: none;
        }

        .full-apply .apply-ctrl {
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 10;
            font-size: 0;
        }

            .full-apply .apply-ctrl a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                width: 42px;
                height: 42px;
                background-color: #3e3e3e;
                background-position: center;
            }

                .full-apply .apply-ctrl a:hover {
                    background-color: #e71d1d;
                }

            .full-apply .apply-ctrl .prev {
                margin-right: 1px;
                background-image: url("/dist/images/applyprev.png");
            }

            .full-apply .apply-ctrl .next {
                background-image: url("/dist/images/applynext.png");
            }

            .full-apply .apply-ctrl .swiper-button-disabled {
                opacity: 0.5;
            }

        .full-apply .intro {
            float: left;
            width: 50%;
            padding: 63px 40px 20px 40px;
        }

            .full-apply .intro .name {
                margin-bottom: 16px;
            }

            .full-apply .intro .desc {
                display: -webkit-box;
                height: 110px;
                line-height: 22px;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 5;
            }

    .full-cases {
        padding: 44px 0 60px;
    }

        .full-cases .title {
            margin-bottom: 27px;
        }

        .full-cases .case-list li {
            width: 33.3333%;
        }

    .full-prdt-intro .intro-inner {
        padding: 65px 96px 60px;
    }

    .full-prdt-intro .tag {
        float: left;
        padding: 3px 0 0;
        margin-right: 90px;
    }

    .full-prdt-intro .desc {
        float: left;
        width: 60%;
    }

    .prdt-cate {
        padding: 44px 0 24px;
    }

        .prdt-cate .cate-swiper a {
            font-size: 18px;
            line-height: 64px;
        }

        .prdt-cate .cate-ctrl {
            top: 53px;
            margin-top: 0;
        }

        .prdt-cate .cate-prev {
            left: -40px;
        }

        .prdt-cate .cate-next {
            right: -40px;
        }

    .prdt-cate-list {
        padding-bottom: 47px;
    }

        .prdt-cate-list li {
            margin-bottom: 10px;
        }

            .prdt-cate-list li .cthumb {
                max-width: 50%;
            }

            .prdt-cate-list li .info {
                padding: 48px 40px 20px;
            }

            .prdt-cate-list li .name {
                margin-bottom: 20px;
            }

            .prdt-cate-list li .desc {
                margin-bottom: 42px;
            }

            .prdt-cate-list li .detail {
                width: 120px;
                line-height: 40px;
            }

    .prdt-list-popup {
        padding: 40px 0;
    }

        .prdt-list-popup li {
            margin-bottom: 0;
            float: left;
            width: 33.33%;
        }

            .prdt-list-popup li .tit {
                padding: 27px 10px;
            }

        .prdt-list-popup .prdtpop-page {
            display: none;
        }

        .prdt-list-popup .close {
            top: -40px;
            font-size: 24px;
        }

        .prdt-list-popup .pop-ctrl {
            position: absolute;
            top: 50%;
            z-index: 10;
            width: 44px;
            height: 44px;
            margin-top: -22px;
            background-position: center;
        }

        .prdt-list-popup .pop-prev {
            left: 10px;
            background-image: url("/dist/images/popprev.png");
        }

        .prdt-list-popup .pop-next {
            right: 10px;
            background-image: url("/dist/images/popnext.png");
        }

    .full-prdt-enter {
        padding: 60px 0 58px;
    }

        .full-prdt-enter .item {
            overflow: hidden;
        }

            .full-prdt-enter .item .title {
                font-size: 30px;
            }

            .full-prdt-enter .item img {
                -webkit-transition: -webkit-transform ease .7s;
                transition: -webkit-transform ease .7s;
                -o-transition: -o-transform ease .7s;
                -moz-transition: transform ease .7s, -moz-transform ease .7s;
                transition: transform ease .7s;
                transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
            }

            .full-prdt-enter .item:hover img {
                -webkit-transform: scale(1.03);
                -moz-transform: scale(1.03);
                -ms-transform: scale(1.03);
                -o-transform: scale(1.03);
                transform: scale(1.03);
            }

    .third-cate {
        padding-top: 50px;
        background: none;
    }

        .third-cate .third-chl {
            display: none;
        }

        .third-cate .cate-list {
            display: block;
            position: static;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .third-cate .cate-list a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                font-size: 18px;
                padding: 27px 0;
                border: 0;
                font-size: 18px;
                line-height: 26px;
                padding: 19px 20px;
                -webkit-transition: all ease .7s;
                -o-transition: all ease .7s;
                -moz-transition: all ease .7s;
                transition: all ease .7s;
            }

                .third-cate .cate-list a::after {
                    display: block;
                }

                .third-cate .cate-list a:hover, .third-cate .cate-list a:active, .third-cate .cate-list a.cur {
                    background-color: #2f318b;
                    color: #fff;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

    .prdt-detail-main {
        padding: 40px 40px 40px 616px;
    }

        .prdt-detail-main .detail-swiper {
            width: 576px;
            position: relative;
            float: left;
            margin-right: -576px;
            left: -576px;
        }

        .prdt-detail-main .main-info {
            position: relative;
            float: left;
            height: 376px;
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            padding: 56px 42px 20px;
        }

            .prdt-detail-main .main-info .name {
                font-size: 24px;
            }

            .prdt-detail-main .main-info .desc {
                margin: 23px 0 20px;
                max-height: 144px;
                line-height: 24px;
                display: -webkit-box;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 6;
            }

            .prdt-detail-main .main-info .doclink {
                padding: 0 40px;
            }

    .prdt-detail-tab {
        padding-bottom: 48px;
    }

        .prdt-detail-tab .tab-options a {
            font-size: 18px;
            padding: 19px 0;
        }

        .prdt-detail-tab .tab-item {
            padding: 45px 40px 50px;
        }

        .prdt-detail-tab .images .img {
            width: 33.333%;
        }

    .cover-cate a:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

    .cover-cate .thumb {
        overflow: hidden;
    }

        .cover-cate .thumb img {
            -webkit-transition: -webkit-transform ease .7s;
            transition: -webkit-transform ease .7s;
            -o-transition: -o-transform ease .7s;
            -moz-transition: transform ease .7s, -moz-transform ease .7s;
            transition: transform ease .7s;
            transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
        }

    .feedback {
        padding-top: 58px;
        padding-bottom: 103px;
    }

        .feedback .u-sup-title {
            padding-top: 25px;
        }

    .feedback-content {
        position: relative;
        padding-right: 430px;
    }

        .feedback-content label input {
            padding: 17px 20px;
        }

        .feedback-content label textarea {
            height: 182px;
        }

        .feedback-content .row {
            margin: 0 -5px;
        }

            .feedback-content .row label {
                float: left;
                width: 50%;
                padding: 0 5px;
            }

                .feedback-content .row label input {
                    background-position: 94.64789% center;
                }

        .feedback-content .pt {
            padding-top: 10px;
            margin-bottom: 20px;
        }

        .feedback-content .form-ctrl input {
            padding: 17px 82px;
        }

    .feedback-msg {
        position: absolute;
        right: 0;
        top: 0;
        width: 420px;
        padding-top: 0;
    }

        .feedback-msg .msg .center a {
            font-size: 36px;
            line-height: 60px;
        }

        .feedback-msg .msg .center .tel {
            margin-bottom: 35px;
        }

    .after-sales {
        padding-top: 60px;
    }

    .sales-pdf {
        padding-bottom: 20px;
    }

        .sales-pdf .pdf-pages {
            display: none;
        }

        .sales-pdf .poster {
            padding: 34px 51px;
        }

        .sales-pdf .ctrl a {
            line-height: 40px;
        }

            .sales-pdf .ctrl a:hover {
                color: #ff0404;
            }

        .sales-pdf .pdf-ctrl {
            position: absolute;
            top: 50%;
            z-index: 10;
            width: 45px;
            height: 45px;
            margin-top: -23px;
            background-position: center;
        }

        .sales-pdf .pdf-prev {
            left: -20px;
            background-image: url("/dist/images/pdfprev.png");
        }

        .sales-pdf .pdf-next {
            right: -20px;
            background-image: url("/dist/images/pdfnext.png");
        }

    .red-tit {
        padding: 19px 0;
    }

    .sales-article01 .flow .text {
        float: left;
        width: 33.3333%;
    }

    .sales-article01 .demo {
        float: right;
        width: 66.6666%;
    }

        .sales-article01 .demo .info {
            padding: 35px 23px;
        }

    .sales-article02 {
        padding: 30px 0 0;
    }

        .sales-article02 .demo-imgs {
            padding-bottom: 33px;
            overflow: hidden;
        }

            .sales-article02 .demo-imgs .imgs-box {
                margin: 0 -10px;
            }

            .sales-article02 .demo-imgs img {
                display: block;
                margin-bottom: 0;
                width: 50%;
                float: left;
                padding: 0 10px;
            }

        .sales-article02 .others .text {
            padding-top: 38px;
            float: left;
            width: 60%;
        }

        .sales-article02 .others .qrcode {
            float: right;
            width: 150px;
            padding-top: 20px;
        }

    .market-news {
        padding-top: 60px;
        padding-bottom: 68px;
    }

        .market-news .date {
            font-size: 30px;
            line-height: 30px;
        }

        .market-news .top-news {
            padding: 7px 0 20px;
        }

            .market-news .top-news .desc {
                height: 72px;
                line-height: 18px;
                -webkit-line-clamp: 4;
            }

            .market-news .top-news .content {
                padding: 36px 30px 30px;
            }

            .market-news .top-news .thumb img {
                -webkit-transition: -webkit-transform ease .7s;
                transition: -webkit-transform ease .7s;
                -o-transition: -o-transform ease .7s;
                -moz-transition: transform ease .7s, -moz-transform ease .7s;
                transition: transform ease .7s;
                transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
            }

            .market-news .top-news a:hover img {
                -webkit-transform: scale(1.03);
                -moz-transform: scale(1.03);
                -ms-transform: scale(1.03);
                -o-transform: scale(1.03);
                transform: scale(1.03);
            }

            .market-news .top-news a:hover h2 {
                color: #ff0404;
            }

        .market-news .mk-news-list li {
            position: relative;
        }

            .market-news .mk-news-list li::after {
                opacity: 0;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 3;
                content: '';
                width: 150px;
                height: 100%;
                -webkit-transition: all ease .5s;
                -o-transition: all ease .5s;
                -moz-transition: all ease .5s;
                transition: all ease .5s;
                background-color: #ff0404;
                background-image: url("/dist/images/mksearch.png");
                background-position: center;
            }

            .market-news .mk-news-list li:hover {
                background-color: #fcfcfb;
            }

                .market-news .mk-news-list li:hover::after {
                    opacity: 1;
                }

            .market-news .mk-news-list li a {
                position: relative;
                padding: 37px 212px 36px 190px;
                -webkit-transition: all ease .5s;
                -o-transition: all ease .5s;
                -moz-transition: all ease .5s;
                transition: all ease .5s;
            }

        .market-news .mk-news-list .date {
            position: absolute;
            left: 0;
            top: 36px;
            margin-bottom: 10px;
            width: 190px;
            text-align: center;
        }

    .market-article {
        padding-top: 46px;
        padding-bottom: 55px;
    }

        .market-article .news-hd {
            margin-bottom: 26px;
            padding-bottom: 24px;
        }

            .market-article .news-hd .info {
                float: left;
                width: 80%;
                padding-bottom: 0;
            }

        .market-article .share-article {
            float: right;
            padding-top: 24px;
        }

    .news-content .img {
        padding-top: 35px;
    }
    /* end 1024px*/
}

@media (min-width: 1260px) {
    .inside-banner .ban-title {
        left: 50%;
        margin-left: -590px;
    }

    .hdr-search {
        top: 6px;
        right: 50%;
        margin-right: -604px;
    }

    .prdt-list-popup .pop-prev {
        left: -55px;
    }

    .prdt-list-popup .pop-next {
        right: -55px;
    }

    .full-prdt-intro {
        position: relative;
        z-index: 20px;
        padding: 0 0 20px;
    }

        .full-prdt-intro .intro-inner {
            position: relative;
            top: -30px;
            background-image: url("/dist/images/introdots.png");
            background-position: 90% 60%;
        }

    .prdt-detail-main {
        padding-left: 576px;
    }

        .prdt-detail-main .main-info .desc {
            margin: 23px 0 47px;
        }

    .full-prdt-cover {
        padding: 6.25% 0 4.32292%;
    }

    .cover-cate {
        padding-top: 30px;
        padding-left: 1%;
    }

        .cover-cate .info {
            padding: 42px 30px 35px;
        }

            .cover-cate .info .cate-en {
                font-size: 26px;
            }

            .cover-cate .info .cate-cn {
                font-weight: bold;
                margin-bottom: 16px;
            }

                .cover-cate .info .cate-cn::after {
                    padding-bottom: 16px;
                }

            .cover-cate .info .detail {
                padding-top: 30px;
            }
}

@media (min-width: 1320px) {
    .hdr-search {
        margin-right: -614px;
    }

    .inside-banner .ban-title {
        margin-left: -600px;
        font-size: 42px;
    }

    .sales-pdf .pdf-prev {
        left: -55px;
    }

    .sales-pdf .pdf-next {
        right: -55px;
    }
}

@media (min-width: 1600px) {

    .cover-cate .info .cate-en {
        font-size: 30px;
    }

    .inside-banner .ban-title {
        font-size: 60px;
    }

    .prdt-list-popup .pop-prev {
        left: -85px;
    }

    .prdt-list-popup .pop-next {
        right: -85px;
    }

    .prdt-cate .cate-prev {
        left: -64px;
    }

    .prdt-cate .cate-next {
        right: -64px;
    }

    .sales-pdf .pdf-prev {
        left: -75px;
    }

    .sales-pdf .pdf-next {
        right: -75px;
    }
}

@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url("/dist/css/Montserrat-Regular_4.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubik';
    src: url("/dist/css/rubik-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.pad30 {
    padding: 30px 0 0;
}

.pad20 {
    padding: 20px 0 0;
}

.padt30 {
    padding: 30px 0;
}

.h10 {
    height: 10px;
}

.h13 {
    height: 13px;
}

.commonh2 {
    font-family: "Montserrat";
    font-size: 20px;
    color: #ff0404;
}

.commonh3 {
    font-size: 18px;
    color: #525252;
}

.comtit18 {
    font-size: 16px;
}

.comnes-search label {
    position: relative;
    display: block;
    background-color: #f8f8f8;
}

    .comnes-search label input {
        display: block;
        height: 50px;
        line-height: 50px;
        background: none;
        border: 0;
        padding: 0;
    }

        .comnes-search label input::-webkit-input-placeholder {
            color: #999;
        }

        .comnes-search label input:-moz-placeholder {
            color: #999;
        }

        .comnes-search label input::-moz-placeholder {
            color: #999;
        }

        .comnes-search label input:-ms-input-placeholder {
            color: #999;
        }

        .comnes-search label input::-webkit-input-placeholder {
            font-size: 12px;
        }

        .comnes-search label input:-moz-placeholder {
            font-size: 12px;
        }

        .comnes-search label input::-moz-placeholder {
            font-size: 12px;
        }

        .comnes-search label input:-ms-input-placeholder {
            font-size: 12px;
        }

    .comnes-search label .submit {
        position: absolute;
        top: 0;
        right: 0;
        background: url(/dist/images/wqicon1.png) no-repeat center center;
        width: 70px;
    }

    .comnes-search label .intext {
        width: 100%;
        padding: 0 80px 0 10px;
    }

.commonwenright {
    padding: 20px 0;
}

.ff0404 {
    color: #ff0404;
}

.c929292 {
    color: #929292;
}

.c118960 {
    color: #118960;
}

.e0aa28 {
    color: #e0aa28;
}

.c582301 {
    color: #582301;
}

.loadingmore a {
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #f5f5f5 url(/dist/images/wq_icon9.png) no-repeat center center;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

    .loadingmore a:hover {
        background-color: #e75639;
        background-image: url(/dist/images/wq_icon9ho.png);
    }

#sharebox {
    background-color: #2f318b;
    text-align: center;
}

    #sharebox a {
        float: none;
        padding: 0;
        margin: 0;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 30px;
        -o-background-size: 30px;
        background-size: 30px;
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
    }

.sm-fixslide .tp-share #sharebox a {
    background-size: 25px;
}

/*#sharebox .tweixin { background-image: url(../images/ftwechat.png); }

#sharebox .tpengyou { background-image: url(/dist/images/wq_icon22.png); }

#sharebox .tqqkongjian { background-image: url(/dist/images/wq_icon23.png); }

#sharebox .txinlang { background-image: url(../images/ftsina.png); }

#sharebox .tqqhaoyou { background-image: url(/dist/images/wq_icon25.png); }*/

#sharebox .tweixin {
    background-image: url(/dist/images/wq_icon21.png);
}

#sharebox .tpengyou {
    background-image: url(/dist/images/wq_icon22.png);
}

#sharebox .tqqkongjian {
    background-image: url(/dist/images/wq_icon23.png);
}

#sharebox .txinlang {
    background-image: url(/dist/images/wq_icon24.png);
}

#sharebox .tqqhaoyou {
    background-image: url(/dist/images/wq_icon25.png);
}

.sm-fixslide .tp-share {
    position: relative;
}

    .sm-fixslide .tp-share .sharebtn {
        display: block;
        background: url("/dist/images/arrowico.png") no-repeat right center;
        width: 80px;
        margin: 0 auto;
    }

    .sm-fixslide .tp-share #sharebox {
        position: absolute;
        z-index: 3;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 162px;
    }

.indsharebox {
    background-color: #2f318b;
}

    .indsharebox #sharebox {
        display: block;
        width: 100%;
    }

        .indsharebox #sharebox span {
            vertical-align: middle;
            color: #9798c5;
            position: relative;
            top: 7px;
        }

.footer {
    background-image: url(/dist/images/footbg.png);
    background-repeat: no-repeat;
    background-position: top left;
}

@media (min-width: 1024px) {
    .sm-fixslide .tp-share .sharebtn {
        width: auto;
    }

    .indsharebox #sharebox {
        padding: 16px 0;
    }

        .indsharebox #sharebox a {
            margin-right: 20px;
        }

        .indsharebox #sharebox span {
            position: relative;
            top: 7px;
        }
}

@media (min-width: 1024px) {
    .commonh2 {
        font-size: 30px;
        line-height: 30px;
    }

    .commonh3 {
        font-size: 20px;
        line-height: 30px;
    }

    .comtit18 {
        font-size: 18px;
    }

    .commoncepwrap {
        background: url(/dist/images/bgie.png);
        background-image: -webkit-linear-gradient(90deg, #f4f4f4, #ffffff);
        position: relative;
    }

        .commoncepwrap:after {
            content: "";
            display: block;
            background: url(/dist/images/bgline.png) repeat-y;
            position: absolute;
            height: 100%;
            width: 6px;
            top: 0;
            right: 32.55%;
        }

    .commonwebleft {
        float: left;
        width: 66.97248%;
        padding: 56px 2.7% 30px 0;
        background-color: #ffffff;
    }

    .commonwenright {
        float: right;
        width: 33.02752%;
        margin: 0;
        padding: 66px 28px 100px 26px;
    }

    .full-inside-subnav .inside-subnav {
        width: 66.05505%;
    }

    .full-inside-subnav .crumb {
        width: 33.02752%;
    }

    .comnes-search label input {
        height: 60px;
        line-height: 60px;
    }

    .loadingmore a {
        height: 60px;
        line-height: 60px;
    }
}

/*index*/
.bannertextcont {
    padding: 20px 15px 40px;
    text-align: left;
    color: #FFFFFF;
    background: #f9f9f9;
    display: none;
}

.bannertitle {
    font-size: 20px;
}

    .bannertitle span {
        display: block;
        font-size: 16px;
    }

.indexbanner .bannertitle img {
    width: 65%;
    display: inline;
}

.bannertext {
    font-size: 16px;
    margin: 15px 0 20px;
}

.indexbanner li:first-child .bannertitle {
    color: #fa431f;
}

@media (min-width: 1024px) {
    .bannertextcont {
        display: block;
        color: #333333;
        background: none;
        padding: 0 40px;
        z-index: 10;
        width: 100%; /*max-width: 1200px;*/
        max-width: 1000px;
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 20%;
    }

    .bannertitle {
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        transition: all 400ms;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -o-transition: all 400ms;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    .banneroyitle {
        font-weight: normal;
        font-size: 30px;
        line-height: 30px;
        transition: all 600ms;
        -webkit-transition: all 600ms;
        -moz-transition: all 600ms;
        -ms-transition: all 600ms;
        -o-transition: all 600ms;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    .bannertext {
        font-size: 18px;
        line-height: 18px;
        margin: 20px 0;
        text-transform: uppercase;
        transition: all 800ms;
        -webkit-transition: all 800ms;
        -moz-transition: all 800ms;
        -ms-transition: all 800ms;
        -o-transition: all 800ms;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    .bannerleft {
        text-align: left;
    }

    .bannercenter {
        text-align: center;
    }

    .bannerright {
        text-align: right;
    }

    .indexbanner li.active .banneroyitle {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .indexbanner li.active .bannertitle {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .indexbanner li.active .bannertext {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media(min-width:1440px) {
    .bannertextcont {
        max-width: 1000px;
    }

    .banneroyitle {
        font-size: 40px;
        line-height: 50px;
    }

    .bannertitle {
        font-size: 40px;
        line-height: 50px;
    }

    .bannertext {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (min-width: 1600px) {
    .bannertextcont {
        padding: 0;
    }

    .banneroyitle {
        font-size: 50px;
        line-height: 50px;
    }

    .bannertitle {
        font-size: 44px;
        line-height: 50px;
    }

    .bannertext {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width:1600px) {
    .bannertextcont {
        max-width: 1200px;
    }
}

.cover-cate li {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
    -webkit-transform: translate3d(0, 200%, 0);
    -moz-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

    .cover-cate li:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .cover-cate li:nth-child(2) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .cover-cate li:nth-child(1) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .cover-cate li.cur {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.m-ichl-title {
    position: relative;
}

.iabout-us .content {
    position: relative;
}

.iabout-us .more {
    position: relative;
}

.iabout-icons li {
    position: relative;
}

.inews-list {
    position: relative;
}

/*新闻中心*/
.news-list .name {
    font-size: 16px;
    color: #595959;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.news-list .date {
    display: block;
    color: #ff2a2a;
    font-size: 18px;
    font-family: "Montserrat";
}

.news-list .text {
    font-size: 12px;
    display: -webkit-box;
    height: 54px;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #737373;
    margin: 5px 0;
}

.news-list .remmo-new {
    background: url(/dist/images/bg2.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .news-list .remmo-new dt img {
        display: block;
        width: 100%;
    }

    .news-list .remmo-new dd {
        padding: 15px;
    }

.news-list .momend-new li {
    border-bottom: 1px dashed #e7e7e7;
    padding: 12px 0;
}

    .news-list .momend-new li:last-child {
        border: 0;
    }

.news-list .momend-new a {
    display: block;
}

.news-list .momend-new .name {
    padding: 0 110px 0 0;
    position: relative;
}

.news-list .momend-new .date {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

@media (min-width: 1024px) {
    .news-list {
        padding: 25px 0 14px;
    }

        .news-list .name {
            font-size: 18px;
        }

        .news-list .date {
            font-size: 20px;
        }

        .news-list .text {
            margin: 12px 0;
        }

        .news-list .remmo-new:hover img {
            -webkit-transform: scale(1.03, 1.03);
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

        .news-list .remmo-new dt {
            overflow: hidden;
            float: left;
            width: 39.8%;
            margin: 0 20px 0 0;
        }

            .news-list .remmo-new dt img {
                -webkit-transition: transform ease 0.7s;
                -moz-transition: transform ease 0.7s;
                -o-transition: transform ease 0.7s;
                -webkit-transition: -webkit-transform ease 0.7s;
                transition: -webkit-transform ease 0.7s;
                -o-transition: -o-transform ease 0.7s;
                -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
                transition: transform ease 0.7s;
                transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
            }

        .news-list .remmo-new dd {
            padding: 17px 0 0 0;
        }

        .news-list .remmo-new:hover .name {
            color: #e75639;
        }

        .news-list .momend-new li {
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            padding: 27px 0;
        }

            .news-list .momend-new li:hover {
                border-bottom-color: #e75639;
            }

                .news-list .momend-new li:hover .name {
                    color: #e75639;
                }

            .news-list .momend-new li .text {
                height: 36px;
                margin: 12px 0 0 0;
            }

            .news-list .momend-new li:last-child {
                padding-bottom: 21px;
            }
}

@media (min-width: 1199px) {
    .news-list .remmo-new .name {
        display: -webkit-box;
        height: 48px;
        line-height: 24px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
}

.Preview-main {
    padding: 20px 0;
}

    .Preview-main .pevname {
        font-size: 16px;
        line-height: 20px;
    }

    .Preview-main .fu-name {
        font-size: 16px;
        text-transform: uppercase;
        color: #737373;
    }

    .Preview-main .prev-list {
        padding: 10px 0 0 0;
    }

        .Preview-main .prev-list li {
            margin: 0 0 15px 0;
        }

        .Preview-main .prev-list img {
            display: block;
            width: 100%;
        }

        .Preview-main .prev-list .pevtxt {
            padding: 10px 0;
        }

            .Preview-main .prev-list .pevtxt h4 {
                color: #444444;
                font-size: 15px;
                height: 24px;
                line-height: 24px;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                margin: 5px 0;
            }

            .Preview-main .prev-list .pevtxt p {
                color: #838288;
                display: -webkit-box;
                height: 72px;
                line-height: 18px;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                opacity: .6;
            }

@media (min-width: 1024px) {
    .Preview-main {
        padding: 38px 0;
    }

        .Preview-main .fu-name {
            font-size: 18px;
        }

        .Preview-main .prev-list {
            padding: 15px 0 0 0;
        }

            .Preview-main .prev-list li {
                margin: 0 0 27px 0;
            }

                .Preview-main .prev-list li:hover img {
                    -webkit-transform: scale(1.03, 1.03);
                    -moz-transform: scale(1.03, 1.03);
                    -ms-transform: scale(1.03, 1.03);
                    -o-transform: scale(1.03, 1.03);
                    transform: scale(1.03, 1.03);
                }

                .Preview-main .prev-list li p.img {
                    overflow: hidden;
                }

                    .Preview-main .prev-list li p.img img {
                        -webkit-transition: transform ease 0.7s;
                        -moz-transition: transform ease 0.7s;
                        -o-transition: transform ease 0.7s;
                        -webkit-transition: -webkit-transform ease 0.7s;
                        transition: -webkit-transform ease 0.7s;
                        -o-transition: -o-transform ease 0.7s;
                        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
                        transition: transform ease 0.7s;
                        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
                    }

                .Preview-main .prev-list li:hover .pevtxt h4 {
                    color: #e75639;
                }

            .Preview-main .prev-list .pevtxt h4 {
                font-size: 17px;
                margin: 5px 0 15px 0;
            }
}

/*新闻详细*/
.newsdetailtitle .comtit18 {
    padding: 0 0 8px 0;
}

.newsdetailcont {
    font-size: 13px;
    line-height: 22px;
    color: #343434;
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    -moz-background-size: 3px auto;
    -o-background-size: 3px auto;
    background-size: 3px auto;
    padding: 32px 0 0;
    margin: 10px 0 0 0;
}

#newsshare {
    background: url(/dist/images/wq_icon5.png) no-repeat left center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 300px;
    color: #666;
    padding: 5px 10px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 15px 0;
}

    #newsshare span {
        vertical-align: middle;
        font-size: 20px;
        margin: 0 20px 0 0;
    }

    #newsshare a {
        float: none;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 32px;
        height: 32px;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    #newsshare .weixin {
        background-image: url(/dist/images/wq_icon1.png) no-repeat center center;
    }

    #newsshare .xinlang {
        background-image: url(/dist/images/wq_icon2.png) no-repeat center center;
    }

    #newsshare .QQ {
        background-image: url(/dist/images/wq_icon3.png) no-repeat center center;
    }

    #newsshare .weixin2 {
        background-image: url(/dist/images/wq_icon4.png) no-repeat center center;
    }

.Related-main {
    padding: 20px 0;
}

    .Related-main .pevname {
        font-size: 16px;
        line-height: 20px;
    }

    .Related-main .fu-name {
        font-size: 16px;
        text-transform: uppercase;
        color: #737373;
    }

    .Related-main .prev-list {
        padding: 10px 0 0 0;
    }

        .Related-main .prev-list li {
            margin: 0 0 15px 0;
        }

        .Related-main .prev-list img {
            display: block;
            width: 100%;
        }

        .Related-main .prev-list .pevtxt {
            padding: 10px 0;
        }

            .Related-main .prev-list .pevtxt .date {
                display: block;
                color: #e71d1d;
                font-size: 20px;
                font-family: "Montserrat";
            }

            .Related-main .prev-list .pevtxt .more {
                display: block;
                color: #797a81;
                margin: 4px 0 0 0;
            }

            .Related-main .prev-list .pevtxt h4 {
                color: #444444;
                font-size: 15px;
                height: 24px;
                line-height: 24px;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                margin: 5px 0;
            }

            .Related-main .prev-list .pevtxt p {
                color: #838288;
                display: -webkit-box;
                height: 54px;
                line-height: 18px;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                opacity: .6;
            }

@media (min-width: 1024px) {
    #newsshare {
        float: right;
        height: 50px;
        padding: 9px 10px;
        margin: 28px 0 74px 0;
    }

    .newsdetailcont {
        margin: 23px 0 0 0;
    }

    .Related-main {
        padding: 38px 0;
    }

        .Related-main .fu-name {
            font-size: 18px;
        }

        .Related-main .prev-list {
            padding: 15px 0 0 0;
        }

            .Related-main .prev-list li {
                margin: 0 0 27px 0;
            }

                .Related-main .prev-list li:hover img {
                    -webkit-transform: scale(1.03, 1.03);
                    -moz-transform: scale(1.03, 1.03);
                    -ms-transform: scale(1.03, 1.03);
                    -o-transform: scale(1.03, 1.03);
                    transform: scale(1.03, 1.03);
                }

                .Related-main .prev-list li p.img {
                    overflow: hidden;
                }

                    .Related-main .prev-list li p.img img {
                        -webkit-transition: transform ease 0.7s;
                        -moz-transition: transform ease 0.7s;
                        -o-transition: transform ease 0.7s;
                        -webkit-transition: -webkit-transform ease 0.7s;
                        transition: -webkit-transform ease 0.7s;
                        -o-transition: -o-transform ease 0.7s;
                        -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
                        transition: transform ease 0.7s;
                        transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
                    }

                .Related-main .prev-list li:hover .pevtxt h4 {
                    color: #e75639;
                }

                .Related-main .prev-list li:hover .pevtxt .more {
                    color: #e75639;
                }

            .Related-main .prev-list .pevtxt {
                padding: 27px 0 0;
            }

                .Related-main .prev-list .pevtxt .date {
                    font-size: 24px;
                }

                .Related-main .prev-list .pevtxt h4 {
                    font-size: 18px;
                    margin: 5px 0 8px 0;
                }

                .Related-main .prev-list .pevtxt .more {
                    margin: 9px 0 0;
                }
}

/*财务报告*/
.Financial-main {
    padding: 20px 0;
}

    .Financial-main .remo-lis {
        border-bottom: 1px dashed #e5e5e5;
        padding: 15px 0;
        position: relative;
    }

        .Financial-main .remo-lis dt {
            float: left;
            width: 40%;
            height: 35px;
            line-height: 35px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #595959;
        }

        .Financial-main .remo-lis dd {
            float: right;
            text-align: right;
            font-size: 0;
            width: 60%;
        }

            .Financial-main .remo-lis dd a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
                border: 1px solid #e5e5e5;
                text-align: center;
                width: 90px;
                height: 35px;
                line-height: 35px;
                color: #191919;
                font-size: 13px;
                margin-left: -1px;
            }

                .Financial-main .remo-lis dd a:hover {
                    background-color: #e75639;
                    color: #ffffff;
                    border-color: #e75639;
                }

        .Financial-main .remo-lis:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

.remo-report {
    background-color: #f8f8f8;
    padding: 10px;
}

    .remo-report dt {
        float: left;
        width: 30.6%;
        max-width: 163px;
        position: relative;
        margin: 0 20px 0 0;
    }

        .remo-report dt img {
            display: block;
            width: 100%;
        }

        .remo-report dt .tit {
            position: absolute;
            z-index: 3;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 26px;
            color: #ffffff;
            font-family: "rubik";
            width: 100%;
            font-size: 30px;
            text-align: center;
        }

        .remo-report dt .bgicon {
            display: block;
            background: url(/dist/images/wq_icon7.png) no-repeat left bottom;
            -moz-background-size: 50px auto;
            -o-background-size: 50px auto;
            background-size: 50px auto;
            width: 76px;
            height: 52px;
            position: absolute;
            right: -76px;
            bottom: 0;
        }

    .remo-report dd {
        padding: 6% 0 0 0;
    }

        .remo-report dd h3.name {
            font-size: 18px;
            color: #595959;
        }

        .remo-report dd .monrymain {
            font-size: 0;
            padding: 20px 0 0 0;
        }

            .remo-report dd .monrymain a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                font-size: 13px;
                color: #ffffff;
                text-align: center;
                width: 90px;
                height: 35px;
                line-height: 35px;
                margin: 0 5px 10px 0;
            }

            .remo-report dd .monrymain .online {
                background-color: #1b0086;
            }

            .remo-report dd .monrymain .dowloa {
                background-color: #ff401a;
            }

.Applicat-main dl {
    position: relative;
    margin: 0 0 15px 0;
}

    .Applicat-main dl dt img {
        display: block;
        width: 100%;
    }

    .Applicat-main dl dd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 5% 10px 0 4%;
        color: #ffffff;
    }

        .Applicat-main dl dd .name {
            font-size: 25px;
        }

        .Applicat-main dl dd .fu-name {
            color: #fffefe;
            font-size: 20px;
            opacity: .5;
            margin: 5px 0;
        }

        .Applicat-main dl dd .pro-list {
            font-size: 0;
        }

            .Applicat-main dl dd .pro-list a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                font-size: 14px;
                color: #ffffff;
                margin: 0 5px 0 0;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .Applicat-main dl dd .pro-list a:hover, .Applicat-main dl dd .pro-list a.cur {
                    color: #e75639;
                }

        .Applicat-main dl dd .ap-more {
            background: url(/dist/images/wq_icon8.png) no-repeat center center;
            width: 42px;
            height: 43px;
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            margin: 12px 0 0 0;
        }

            .Applicat-main dl dd .ap-more:hover {
                background-image: url(/dist/images/wq_icon8ho.png);
            }

@media (max-width: 320px) {
    .remo-report dd {
        padding: 0;
    }

        .remo-report dd .monrymain a {
            width: 74px;
        }
}

@media (min-width: 768px) {
    .Applicat-main dl {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .Financial-main {
        padding: 25px 0 54px 0;
    }

        .Financial-main .remo-lis {
            padding: 20px 0;
        }

            .Financial-main .remo-lis dt {
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                width: 23.8%;
            }

            .Financial-main .remo-lis dd a {
                width: 110px;
                height: 42px;
                line-height: 42px;
            }

    .remo-report {
        padding: 30px 30px 30px 50px;
    }

        .remo-report dt {
            margin: 0 8% 0 0;
        }

            .remo-report dt .tit {
                font-size: 40px;
                line-height: 40px;
            }

        .remo-report dd {
            padding: 7% 0 0 0;
        }

            .remo-report dd h3.name {
                font-size: 20px;
            }

            .remo-report dd .monrymain {
                padding: 28px 0 0 0;
            }

                .remo-report dd .monrymain a {
                    width: 110px;
                    height: 42px;
                    line-height: 42px;
                    margin: 0 10px 0 0;
                }

    .Applicat-main dl {
        margin: 0 0 20px -26px;
        z-index: 9;
        float: none;
        width: auto;
    }

        .Applicat-main dl dd .name {
            font-size: 18px;
        }

        .Applicat-main dl dd .ap-more {
            position: relative;
        }

            .Applicat-main dl dd .ap-more:hover {
                margin-left: 20px;
            }
}

@media (min-width: 1199px) {
    .remo-report dt {
        width: 23.6%;
    }

        .remo-report dt .tit {
            font-size: 55px;
            line-height: 55px;
        }

    .Applicat-main dl dd .fu-name {
        font-size: 23px;
        margin: 2px 0 20px 0;
    }

    .Applicat-main dl dd .pro-list a {
        margin: 0 14px 0 0;
    }
}

/*公告及通函*/
.circul-year {
    font-size: 0;
    border-bottom: 3px solid #eaeaea;
    height: 40px;
    line-height: 40px;
    margin: 6px 0 0 0;
}

    .circul-year a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 20px;
        border-bottom: 3px solid #eaeaea;
        height: 40px;
        line-height: 40px;
        font-family: "rubik";
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        margin: 0 10px 0 0;
    }

        .circul-year a:hover, .circul-year a.cur {
            color: #ff0404;
            border-bottom-color: #ff0404;
        }

.Circulars-main {
    padding: 0 0 20px;
}

    .Circulars-main .cement-list {
        padding: 0 0 20px 0;
    }

    .Circulars-main .remo-lis {
        border-bottom: 1px dashed #e5e5e5;
        padding: 11px 0;
        position: relative;
        color: #626262;
        font-size: 14px;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .Circulars-main .remo-lis:hover {
            border-bottom-color: #e75639;
        }

            .Circulars-main .remo-lis:hover dt a {
                color: #e75639;
            }

        .Circulars-main .remo-lis dt {
            float: left;
            width: 80%;
        }

            .Circulars-main .remo-lis dt a {
                display: block;
                height: 35px;
                line-height: 35px;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                color: #626262;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

        .Circulars-main .remo-lis dd {
            float: right;
            text-align: right;
            width: 20%;
            height: 35px;
            line-height: 35px;
            font-family: "rubik";
        }

        .Circulars-main .remo-lis:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

@media (min-width: 1024px) {
    .circul-year {
        height: 56px;
        line-height: 56px;
    }

        .circul-year a {
            font-size: 24px;
            height: 56px;
            line-height: 56px;
        }

    .Circulars-main {
        padding: 0 0 73px 0;
    }

        .Circulars-main .cement-list {
            padding: 0 0 36px 0;
        }

        .Circulars-main .remo-lis dt, .Circulars-main .remo-lis dd {
            height: 42px;
            line-height: 42px;
        }
}

/*股价信息*/
.Stockprice-top {
    padding: 20px 0 0;
}

    .Stockprice-top dl {
        background-color: #f0f0f0;
    }

        .Stockprice-top dl dt {
            background-color: #ff0404;
            color: #ffffff;
            padding: 10px 20px;
        }

            .Stockprice-top dl dt .code {
                font-size: 13px;
            }

                .Stockprice-top dl dt .code span {
                    font-size: 15px;
                    font-family: "Montserrat";
                }

            .Stockprice-top dl dt .price {
                font-size: 23px;
                margin: 10px 0;
            }

                .Stockprice-top dl dt .price span {
                    font-size: 13px;
                    font-family: "Montserrat";
                    vertical-align: middle;
                    margin: 0 0 0 10px;
                }

            .Stockprice-top dl dt .time {
                font-size: 13px;
            }

                .Stockprice-top dl dt .time span {
                    font-family: "Montserrat";
                    vertical-align: middle;
                }

        .Stockprice-top dl dd {
            padding: 10px 20px;
            overflow: hidden;
        }

            .Stockprice-top dl dd ul {
                margin: 0 -10px;
            }

                .Stockprice-top dl dd ul li {
                    margin-bottom: 5px;
                }

.Stockprice-bot {
    padding: 0 0 20px 0;
}

    .Stockprice-bot .stock-img {
        text-align: center; /*background-color: #abcfdb;*/
    }

@media (min-width: 768px) {
    .Stockprice-top dl dt {
        float: left;
        width: 32%;
    }

    .Stockprice-top dl dd {
        padding: 30px 20px;
    }
}

@media (min-width: 1024px) {
    .Stockprice-top {
        padding: 27px 0 0 0;
    }

        .Stockprice-top dl dt { /*width: 34%;*/ /*width: 36%;*/
            padding: 10px;
            width: 32%;
        }

        .Stockprice-top dl dd {
            padding: 20px 0 0 16px;
        }

            .Stockprice-top dl dd ul {
                margin: 0;
            }

                .Stockprice-top dl dd ul li {
                    padding: 0;
                }

    .Stockprice-bot {
        padding: 0 0 64px 0;
    }
}

@media (min-width: 1260px) {
    .Stockprice-top dl dt .price {
        font-size: 50px;
        line-height: 50px;
        margin: 10px 0 0 0;
    }

    .Stockprice-top dl dd ul li {
        margin-bottom: 14px;
    }
}


@media (min-width: 1600px) {
    .Stockprice-top dl dt {
        padding: 21px 0 38px 25px;
        width: 36.5%;
    }

    .Stockprice-top dl dd {
        padding: 43px 0 0 25px;
    }

        .Stockprice-top dl dd ul {
            margin: 0 -10px;
        }

            .Stockprice-top dl dd ul li {
                padding: 0 10px;
                font-size: 15px;
            }
}

/*企业管治*/
.Corpo-list {
    padding: 20px 0 0;
}

    .Corpo-list .comtit18 {
        background: url("/dist/images/slantline_03.jpg") repeat-x 0 38px;
        height: 45px;
        line-height: 20px;
    }

    .Corpo-list .remo-lis {
        border-bottom: 1px dashed #e5e5e5;
        padding: 10px 0;
        position: relative;
    }

        .Corpo-list .remo-lis dt {
            float: left;
            width: 50%;
            height: 35px;
            line-height: 35px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #595959;
        }

        .Corpo-list .remo-lis dd {
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            text-align: right;
            font-size: 0;
        }

            .Corpo-list .remo-lis dd a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
                border: 1px solid #e5e5e5;
                text-align: center;
                width: 90px;
                height: 35px;
                line-height: 35px;
                color: #191919;
                font-size: 13px;
                margin-left: -1px;
            }

                .Corpo-list .remo-lis dd a:hover {
                    background-color: #e75639;
                    color: #ffffff;
                    border-color: #e75639;
                }

    .Corpo-list .momend-report {
        overflow: hidden;
    }

        .Corpo-list .momend-report ul {
            padding: 20px 0 0 0;
            margin: 0 -6px;
        }

            .Corpo-list .momend-report ul li {
                margin: 0 0 10px 0;
                float: left;
                width: 50%;
                padding: 0 6px;
            }

                .Corpo-list .momend-report ul li .comtit18 {
                    background: none;
                    height: 44px;
                }

                .Corpo-list .momend-report ul li .repocont {
                    background-color: #f4f4f4;
                    padding: 15px;
                }

                    .Corpo-list .momend-report ul li .repocont .person {
                        color: #929292;
                        position: relative;
                        height: 24px;
                        line-height: 24px;
                        white-space: nowrap;
                        -o-text-overflow: ellipsis;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

                        .Corpo-list .momend-report ul li .repocont .person em {
                            position: absolute;
                            right: 0;
                        }

                    .Corpo-list .momend-report ul li .repocont .pdfdown {
                        display: block;
                        color: #ff0404;
                        margin: 10px 0 0 0;
                    }

@media (min-width: 768px) {
    .Corpo-list .momend-report ul li {
        width: 33.33%;
    }
}

@media (min-width: 1024px) {
    .Corporate-main {
        padding: 0 0 70px 0;
    }

    .Corpo-list {
        padding: 23px 0 0 0;
    }

        .Corpo-list .comtit18 {
            background: url("/dist/images/slantline_03.jpg") repeat-x 0 46px;
            height: 54px;
            line-height: 20px;
        }

        .Corpo-list .remo-lis dt {
            height: 42px;
            line-height: 42px;
            font-size: 16px;
        }

        .Corpo-list .remo-lis dd a {
            width: 110px;
            height: 42px;
            line-height: 42px;
        }
}

@media (min-width: 1320px) {
    .Corpo-list .momend-report ul li .repocont {
        padding: 34px 2% 50px 20px;
    }

        .Corpo-list .momend-report ul li .repocont .pdfdown {
            margin: 31px 0 0 0;
        }
}

/*上市文件*/
.Listing-main {
    padding: 20px 0;
}

    .Listing-main .remo-lis {
        border-bottom: 1px dashed #e5e5e5;
        padding: 15px 0;
        position: relative;
    }

        .Listing-main .remo-lis:first-child {
            background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
        }

        .Listing-main .remo-lis dt {
            float: left;
            width: 40%;
            height: 35px;
            line-height: 35px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #595959;
        }

        .Listing-main .remo-lis dd {
            float: right;
            text-align: right;
            font-size: 0;
            width: 60%;
        }

            .Listing-main .remo-lis dd a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
                border: 1px solid #e5e5e5;
                text-align: center;
                width: 90px;
                height: 35px;
                line-height: 35px;
                color: #191919;
                font-size: 13px;
                margin-left: -1px;
            }

                .Listing-main .remo-lis dd a:hover {
                    background-color: #e75639;
                    color: #ffffff;
                    border-color: #e75639;
                }

        .Listing-main .remo-lis:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

@media (min-width: 1024px) {
    .Listing-main {
        padding: 25px 0 54px 0;
    }

        .Listing-main .remo-lis {
            padding: 22px 0;
        }

            .Listing-main .remo-lis dt {
                height: 42px;
                line-height: 42px;
                font-size: 18px; /*width: 20.8%;*/
            }

            .Listing-main .remo-lis dd a {
                width: 110px;
                height: 42px;
                line-height: 42px;
            }
}

/*企业介绍*/
.Aboutus-main dl dt img {
    display: block;
    width: 100%;
}

.Aboutus-main dl dt .abtit {
    padding: 10px;
    background-color: #242329;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
}

    .Aboutus-main dl dt .abtit span {
        font-size: 16px;
        vertical-align: middle;
        text-transform: lowercase;
        margin: 0 0 0 3px;
    }

    .Aboutus-main dl dt .abtit em {
        background: url(/dist/images/wq_icon10.png) no-repeat center center;
        -moz-background-size: 30px;
        -o-background-size: 30px;
        background-size: 30px;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 40px;
        height: 30px;
        vertical-align: middle;
        margin: 0 0 0 6px;
    }

.Aboutus-main dl dd {
    padding: 15px 0;
    font-size: 13px;
    color: #929292;
    line-height: 20px;
}

@media (min-width: 1024px) {
    .Aboutus-main {
        padding: 56px 0 0;
    }

        .Aboutus-main dl {
            position: relative;
        }

            .Aboutus-main dl dt {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 38.6%;
            }

                .Aboutus-main dl dt .abtit {
                    font-size: 30px;
                    padding: 41px 0 41px 38px;
                }

                    .Aboutus-main dl dt .abtit span {
                        font-size: 18px;
                    }

                    .Aboutus-main dl dt .abtit em {
                        width: 41px;
                        height: 14px;
                        -moz-background-size: auto;
                        -o-background-size: auto;
                        background-size: auto;
                        margin: 0 0 0 13px;
                    }
            /*.Aboutus-main dl dd { padding: 0 41% 6% 0; }*/
            .Aboutus-main dl dt {
                position: relative;
                float: right;
            }
}

/*企业基地*/
.Enterprise-main {
    background: url(/dist/images/enterprise.jpg) no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .Enterprise-main .Entbasmain {
        position: relative;
    }

    .Enterprise-main .base-wrapper {
        position: relative;
        overflow: hidden;
    }

        .Enterprise-main .base-wrapper li:hover img {
            -webkit-transform: scale(1.03, 1.03);
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

        .Enterprise-main .base-wrapper li .bas-img {
            overflow: hidden;
            position: relative;
            overflow: hidden;
        }

            .Enterprise-main .base-wrapper li .bas-img img {
                -webkit-transition: transform ease 0.7s;
                -moz-transition: transform ease 0.7s;
                -o-transition: transform ease 0.7s;
                -webkit-transition: -webkit-transform ease 0.7s;
                transition: -webkit-transform ease 0.7s;
                -o-transition: -o-transform ease 0.7s;
                -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
                transition: transform ease 0.7s;
                transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
            }

            .Enterprise-main .base-wrapper li .bas-img img {
                display: block;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .Enterprise-main .base-wrapper li .bas-img .bas-text {
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
                -ms-transform: translateY(110%);
                -webkit-transform: translateY(110%);
                -moz-transform: translateY(110%);
                -o-transform: translateY(110%);
                transform: translateY(110%);
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                width: 100%;
                background: rgba(0, 0, 78, 0.8);
                color: #ffffff;
                overflow: hidden;
                font-size: 12px;
                line-height: 18px;
                padding: 10px;
            }

                .Enterprise-main .base-wrapper li .bas-img .bas-text .tit {
                    font-size: 16px;
                    padding: 0 0 5px 0;
                }

                .Enterprise-main .base-wrapper li .bas-img .bas-text p {
                    display: -webkit-box;
                    height: 90px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 5;
                }

                .Enterprise-main .base-wrapper li .bas-img .bas-text .tit, .Enterprise-main .base-wrapper li .bas-img .bas-text p {
                    -webkit-transition: -webkit-transform 0.35s;
                    transition: -webkit-transform 0.35s;
                    -o-transition: -o-transform 0.35s;
                    -moz-transition: transform 0.35s, -moz-transform 0.35s;
                    transition: transform 0.35s;
                    transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
                    -webkit-transform: translate3d(0, 200%, 0);
                    -moz-transform: translate3d(0, 200%, 0);
                    transform: translate3d(0, 200%, 0);
                }

        .Enterprise-main .base-wrapper li .base-name {
            color: #5a5a5a;
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .Enterprise-main .base-wrapper li:hover .bas-img .bas-text {
            visibility: visible;
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

            .Enterprise-main .base-wrapper li:hover .bas-img .bas-text .tit, .Enterprise-main .base-wrapper li:hover .bas-img .bas-text p {
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .Enterprise-main .base-wrapper li:hover .bas-img .bas-text .tit {
                -webkit-transition-delay: 0.2s;
                -moz-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .Enterprise-main .base-wrapper li:hover .bas-img .bas-text p {
                -webkit-transition-delay: 0.25s;
                -moz-transition-delay: 0.25s;
                -o-transition-delay: 0.25s;
                transition-delay: 0.25s;
            }

    .Enterprise-main .base-btn {
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-position: center center;
        background-repeat: no-repeat;
        -moz-background-size: 30px;
        -o-background-size: 30px;
        background-size: 30px;
        display: block;
        width: 46px;
        height: 47px;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        top: 47%;
    }

    .Enterprise-main .base-prve {
        background-image: url(/dist/images/prve.png);
        left: 0;
    }

        .Enterprise-main .base-prve:hover {
            background-image: url(/dist/images/prveho.png);
        }

    .Enterprise-main .base-next {
        background-image: url(/dist/images/next.png);
        right: 0;
    }

        .Enterprise-main .base-next:hover {
            background-image: url(/dist/images/nextho.png);
        }

@media (min-width: 1024px) {
    .Enterprise-main {
        padding: 57px 0 62px 0;
    }

        .Enterprise-main .Entbasmain {
            padding: 25px 0 0 0;
        }

        .Enterprise-main .base-prve {
            left: -46px;
        }

        .Enterprise-main .base-next {
            right: -46px;
        }
}

@media (min-width: 1199px) {
    .Enterprise-main .base-wrapper li .bas-img .bas-text {
        font-size: 13px;
        padding: 10% 26px 10px;
    }

        .Enterprise-main .base-wrapper li .bas-img .bas-text .tit {
            font-size: 18px;
            padding: 0 0 16px 0;
        }

    .Enterprise-main .base-wrapper li .base-name {
        font-size: 18px;
        height: 56px;
        line-height: 56px;
    }
}

@media (min-width: 1440px) {
    .Enterprise-main .base-btn {
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }

    .Enterprise-main .base-prve {
        left: -88px;
    }

    .Enterprise-main .base-next {
        right: -88px;
    }
}

.list {
    width: 257px;
    height: 223px;
    overflow: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.list_child {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.list_child_child {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background-color: red;
}

/*企业视频*/
.Corporatevidoe-main .Videomain {
    position: relative;
    margin: 20px 0 0;
}

.Corporatevidoe-main .Video-wrapper {
    position: relative;
    overflow: hidden;
}

.Corporatevidoe-main .video-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    display: block;
    width: 46px;
    height: 47px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.Corporatevidoe-main .video-prve {
    background-image: url(/dist/images/prve.png);
    left: 0;
}

    .Corporatevidoe-main .video-prve:hover {
        background-image: url(/dist/images/prveho.png);
    }

.Corporatevidoe-main .video-next {
    background-image: url(/dist/images/next.png);
    right: 0;
}

    .Corporatevidoe-main .video-next:hover {
        background-image: url(/dist/images/nextho.png);
    }

.Corporatevidoe-main .Video-img {
    position: relative;
}

    .Corporatevidoe-main .Video-img:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.3);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        -o-transition: opacity 0.35s, -o-transform 0.35s;
        -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        z-index: 5;
    }

    .Corporatevidoe-main .Video-img img {
        display: block;
    }

    .Corporatevidoe-main .Video-img .video-show {
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #FFFFFF;
        width: 100%;
    }

        .Corporatevidoe-main .Video-img .video-show .videoicon {
            display: block;
            width: 65px;
            height: 65px;
            background: url(/dist/images/wq_icon11.png) no-repeat center center;
            -moz-background-size: 40px;
            -o-background-size: 40px;
            background-size: 40px;
            margin: 0 auto;
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, -webkit-transform 0.35s;
            -o-transition: opacity 0.35s, -o-transform 0.35s;
            -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

        .Corporatevidoe-main .Video-img .video-show .video-txt {
            opacity: 0;
        }

.Corporatevidoe-main li:hover .Video-img:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.Corporatevidoe-main li:hover .Video-img .video-show .video-txt {
    opacity: 1;
}

.Corporatevidoe-main li:hover .Video-img .video-show .videoicon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 1024px) {
    .Corporatevidoe-main {
        padding: 60px 0;
    }

        .Corporatevidoe-main .Videomain {
            margin: 25px 0 0;
        }

        .Corporatevidoe-main .Video-wrapper li:hover img {
            -webkit-transform: scale(1.03, 1.03);
            -moz-transform: scale(1.03, 1.03);
            -ms-transform: scale(1.03, 1.03);
            -o-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
        }

        .Corporatevidoe-main .Video-wrapper li .Video-img {
            overflow: hidden;
        }

            .Corporatevidoe-main .Video-wrapper li .Video-img img {
                -webkit-transition: transform ease 0.7s;
                -moz-transition: transform ease 0.7s;
                -o-transition: transform ease 0.7s;
                -webkit-transition: -webkit-transform ease 0.7s;
                transition: -webkit-transform ease 0.7s;
                -o-transition: -o-transform ease 0.7s;
                -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
                transition: transform ease 0.7s;
                transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
            }

        .Corporatevidoe-main .video-prve {
            left: -46px;
        }

        .Corporatevidoe-main .video-next {
            right: -46px;
        }

        .Corporatevidoe-main .Video-img {
            cursor: pointer;
        }

            .Corporatevidoe-main .Video-img .video-show .videoicon {
                -moz-background-size: auto;
                -o-background-size: auto;
                background-size: auto;
            }

            .Corporatevidoe-main .Video-img .video-show .video-txt {
                padding-bottom: 20px;
            }
}

@media (min-width: 1440px) {
    .Corporatevidoe-main .video-btn {
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }

    .Corporatevidoe-main .video-prve {
        left: -88px;
    }

    .Corporatevidoe-main .video-next {
        right: -88px;
    }
}

/*视频弹窗*/
.recruitmentfloat {
    display: none;
    z-index: 1000;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
}

.tianjiatvwrap {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

    .tianjiatvwrap .videobox {
        height: 250px;
        position: relative;
        z-index: 1;
    }

.recclosebtn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: -5px;
    cursor: pointer;
    z-index: 100;
    margin: -20px -20px 0 0;
    z-index: 9;
}

    .recclosebtn:before {
        content: '';
        position: absolute;
        top: 10px;
        width: 20px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .recclosebtn:after {
        content: '';
        position: absolute;
        top: 10px;
        width: 20px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

@media (min-width: 640px) {
    .tianjiatvwrap .videobox {
        height: 350px;
    }
}

@media (min-width: 1024px) {
    .tianjiatvwrap {
        width: 1000px;
    }

        .tianjiatvwrap .videobox {
            height: 600px;
        }
}

/*发展历程*/
.Development-main {
    background: url(/dist/images/history.png) no-repeat 0 bottom;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.development-box {
    padding: 30px 0;
}

.history-swiper {
    position: relative;
    overflow: hidden;
}

.history-list {
    position: relative;
    padding: 0;
    background-image: url(/dist/images/wicon16.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

    .history-list ul li {
        color: #535353;
        position: relative;
        float: left;
        width: 100%;
    }

        .history-list ul li .line {
            position: absolute;
            height: 100%;
            width: 1px;
            display: block;
            left: 8px;
            top: 0;
        }

            .history-list ul li .line:before {
                content: "";
                display: block;
                position: absolute;
                width: 13px;
                height: 12px;
                background: url(/dist/images/wq_icon14.png);
                top: 14px;
                left: -7px;
            }

            .history-list ul li .line:after {
                content: "";
                display: block;
                position: absolute;
                width: 13px;
                height: 13px;
                background: url(/dist/images/wq_icon12.png);
                top: -6px;
                left: -7px;
            }

        .history-list ul li p.img {
            position: relative;
        }

            .history-list ul li p.img:after {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                border: 4px solid #ef1414;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

        .history-list ul li img {
            display: block;
            width: 100%;
        }

        .history-list ul li:hover p.img:after, .history-list ul li.cur p.img:after {
            opacity: 1;
        }

        .history-list ul li .his-date {
            font-size: 28px;
            color: #5c5c5c;
            display: block;
            padding: 10px 0;
            font-family: "Montserrat";
        }

        .history-list ul li:hover .his-date, .history-list ul li.cur .his-date {
            color: #ff0404;
        }

        .history-list ul li .history-con {
            margin-bottom: 20px;
        }

    .history-list .history-btn {
        position: absolute;
        bottom: -15px;
        z-index: 10;
        background-position: center center;
        background-repeat: no-repeat;
        -moz-background-size: 30px;
        -o-background-size: 30px;
        background-size: 30px;
        display: block;
        width: 30px;
        height: 30px;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .history-list .history-right {
        background-image: url(/dist/images/next.png);
        right: 0;
    }

        .history-list .history-right:hover {
            background-image: url(/dist/images/nextho.png);
        }

    .history-list .history-left {
        background-image: url(/dist/images/prve.png);
        left: 0;
    }

        .history-list .history-left:hover {
            background-image: url(/dist/images/prveho.png);
        }

.zl-scrollBarBox {
    height: 100%;
    position: absolute;
    background: #CCCCCC;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
}

.zl-scrollBar {
    position: absolute;
    left: 0;
    top: 0;
    background: #ef1414;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

    .zl-scrollBar.zl-verticalBar {
        min-height: 10px;
    }

    .zl-scrollBar.zl-horizontalBar {
        min-width: 10px;
    }

    .zl-scrollBar:hover {
        background: #000;
    }

.zl-scrollContentDiv {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
    left: 0;
}

@media (min-width: 1024px) {
    .Development-main {
        padding: 75px 0 41px;
    }

    .development-box {
        padding: 41px 0;
    }

    .history-list {
        margin: 0 40px;
        background-position: 0 center;
    }

        .history-list ul li {
            width: 25%;
            height: 292px;
        }

            .history-list ul li .contentBox1 {
                height: 72px;
            }

            .history-list ul li .his-date {
                font-size: 30px;
                padding: 20px 0 6px;
            }

            .history-list ul li .history-con {
                margin-bottom: 20px;
                max-height: 72px;
                line-height: 24px;
                display: -webkit-box;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                min-height: 72px;
            }

        .history-list .history-btn {
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
        }

        .history-list .history-right {
            right: -46px;
        }

        .history-list .history-left {
            left: -46px;
        }

        .history-list ul li:nth-child(even) {
            margin: 292px 0 0 0;
            padding: 40px 0 0 0;
        }

        .history-list ul li:nth-child(odd) .line:after {
            bottom: -6px;
            top: auto;
        }

        .history-list ul li:nth-child(odd) .line:before {
            bottom: 14px;
            top: auto;
            background: url(/dist/images/wq_icon13.png);
        }
}

@media (min-width: 1440px) {
    .history-list .history-btn {
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        width: 46px;
        height: 47px;
    }

    .history-list .history-right {
        right: -86px;
    }

    .history-list .history-left {
        left: -86px;
    }
}

/*品牌介绍*/
.Brandpro-list dl {
    padding: 10px 0 0 0;
}

    .Brandpro-list dl dt {
        padding: 10px 46px 10px 20px;
        position: relative;
        border: 1px solid #eeeeee;
        font-size: 16px;
        color: #595959;
        cursor: pointer;
    }

        .Brandpro-list dl dt:after {
            content: "";
            display: block;
            position: absolute;
            background: url(/dist/images/wq_icon15.png) no-repeat center;
            width: 46px;
            height: 46px;
            background-color: #281670;
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .Brandpro-list dl dt.cur:after {
            background-color: #ff401a;
            background-image: url(/dist/images/wq_icon15ho.png);
        }

    .Brandpro-list dl dd {
        padding: 10px 0 0;
        display: none;
    }

        .Brandpro-list dl dd .bran-img img {
            display: block;
            max-width: 100%;
            border: 2px solid #dcdcdc;
        }

        .Brandpro-list dl dd .bran-text {
            padding: 10px 0 0 0;
            font-size: 13px;
            color: #929292;
        }

.ducuti-list {
    padding: 14px 0 0;
    background: url(/dist/images/wq_icon17.png) no-repeat bottom center;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

    .ducuti-list .num-text {
        padding: 0 0 7px 0;
    }

    .ducuti-list .Line {
        color: #ff401a;
        font-size: 30px;
        font-family: "Montserrat";
    }

.introduction-main {
    background: url(/dist/images/wqimage34.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0;
}

.Provide-con dt {
    width: 50%;
}

    .Provide-con dt img {
        display: block;
    }

.Provide-con dd {
    padding: 20px 0 0;
}

    .Provide-con dd .protext {
        color: #603ee0;
        font-family: "Montserrat";
        font-size: 16px;
        margin: 4px 0 0 0;
    }

.boran-right .icon img {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .Brandpro-list {
        padding: 20px 0 60px 0;
    }

        .Brandpro-list dl dt {
            font-size: 18px;
            padding: 17px 70px 17px 30px;
        }

            .Brandpro-list dl dt:after {
                width: 60px;
                height: 60px;
            }

        .Brandpro-list dl dd {
            padding: 30px 0;
        }

            .Brandpro-list dl dd .bran-img {
                float: left;
                width: 22.8%;
                max-width: 176px;
                margin: 0 16px 0 0;
            }

            .Brandpro-list dl dd .bran-text {
                float: right;
                width: 74%;
                padding: 0;
            }

                .Brandpro-list dl dd .bran-text .commonh3 {
                    padding: 0 0 10px 0;
                }

                .Brandpro-list dl dd .bran-text p {
                    line-height: 20px;
                }

    .boran-right .icon {
        padding: 0 0 17px 0;
    }

        .boran-right .icon img {
            vertical-align: middle;
        }

    .ducuti-list .Line {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1024px) {
    .introduction-main {
        padding: 6.5% 0 7.3%;
    }

    .Provide-con dt {
        width: 45%;
        float: left;
        margin: 0 18px 0 0;
    }

    .Provide-con dd {
        padding: 0;
    }

        .Provide-con dd .protext {
            font-size: 30px;
            line-height: 36px;
        }
}

/*人力资源*/
.Human-main dt img {
    display: block;
}

.Human-main dd .ctext {
    position: relative;
    color: #595959;
    padding: 0 0 0 80px;
    margin: 5px 0;
}

    .Human-main dd .ctext span {
        position: absolute;
        left: 0;
        top: 0;
    }

.Remuneration {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
}

/*人才招聘*/
.ration-list dl {
    position: relative;
    margin: 0 0 15px 0;
}

    .ration-list dl dt img {
        display: block;
        width: 100%;
    }

    .ration-list dl dd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 13% 10px 0 8%;
        color: #ffffff;
    }

        .ration-list dl dd .name {
            font-size: 16px;
        }

        .ration-list dl dd .fu-name {
            color: #fffefe;
            font-size: 20px;
            margin: 5px 0;
            font-family: "rubik";
        }

        .ration-list dl dd .pro-list {
            font-size: 0;
        }

            .ration-list dl dd .pro-list a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                font-size: 14px;
                color: #ffffff;
                margin: 0 5px 0 0;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .ration-list dl dd .pro-list a:hover, .ration-list dl dd .pro-list a.cur {
                    color: #e75639;
                }

        .ration-list dl dd .ap-more {
            background: url(/dist/images/wq_icon8.png) no-repeat center center;
            width: 42px;
            height: 43px;
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            margin: 12px 0 0 0;
        }

            .ration-list dl dd .ap-more:hover {
                background-image: url(/dist/images/wq_icon8ho.png);
            }

    .ration-list dl:nth-child(1) dd .name {
        color: #8b6600;
    }

    .ration-list dl:nth-child(2) dd .name {
        color: #007165;
    }

/*薪酬福利*/
.welfare-main .welflist0 {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
}

.welfare-main dt img {
    display: block;
}

.welfare-main dd .ctext {
    position: relative;
    color: #595959;
    padding: 0 0 0 42px;
    margin: 0 0 5px 0;
}

    .welfare-main dd .ctext span {
        position: absolute;
        left: 0;
        top: 0;
    }

/*3044am永利大学*/
.university-main {
    background: url(/dist/images/wqimage39.jpg) no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .university-main dt h3 {
        margin-bottom: 10px;
    }

    .university-main dt img {
        display: block;
    }

    .university-main dd {
        color: #7f7f7f;
        font-size: 13px;
        line-height: 20px;
    }

        .university-main dd .ctext {
            position: relative;
            color: #595959;
            padding: 0 0 0 84px;
            margin: 5px 0 0 0;
            font-size: 14px;
        }

            .university-main dd .ctext span {
                position: absolute;
                left: 0;
                top: 0;
                color: #ff0404;
            }

@media (min-width: 768px) {
    .ration-list dl {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .Human-main {
        padding: 54px 0 30px;
    }

        .Human-main dl {
            padding: 0;
        }

        .Human-main dd {
            padding: 20px 0 0 0;
        }

            .Human-main dd .ctext {
                padding: 0 0 0 8%;
            }

        .Human-main dt {
            float: right;
            width: 53.2%;
            margin-top: -16px;
        }
    /*人才招聘*/
    .Remuneration {
        padding: 42px 0 30px;
    }

    .ration-list {
        margin: 0 -9px;
    }

        .ration-list dl {
            z-index: 9;
            padding: 0 9px;
        }

            .ration-list dl dd .name {
                font-size: 20px;
            }

            .ration-list dl dd .fu-name {
                font-size: 30px;
            }

            .ration-list dl dd .ap-more {
                position: relative;
            }

            .ration-list dl dd:hover .ap-more {
                margin-left: 20px;
            }
    /*薪酬福利*/
    .welfare-main {
        padding: 0 0 30px;
    }

        .welfare-main dl {
            padding: 0;
        }

        .welfare-main dd {
            padding: 20px 56% 0 0;
        }

        .welfare-main dt {
            margin-right: 40px;
            float: right;
            width: 40%;
        }
    /*3044am永利大学*/
    .university-main {
        padding: 57px 0 79px;
    }

        .university-main dl {
            padding: 0;
        }

        .university-main dd {
            padding: 20px 50% 0 0;
        }

            .university-main dd .ctext {
                margin: 10px 0 0 0;
            }

        .university-main dt {
            text-align: center;
            margin-right: 12px;
            float: right;
            width: 36.7%;
            margin-top: -38px;
        }

            .university-main dt h3 {
                margin-bottom: 24px;
            }
}

@media (min-width: 1199px) {
    .ration-list dl dd {
        padding-top: 20%;
    }

        .ration-list dl dd .fu-name {
            margin: 10px 0 3px 0;
        }

        .ration-list dl dd .pro-list a {
            margin: 0 14px 0 0;
        }
    /*薪酬福利*/
    .welflist0 {
        padding: 99px 0 40px;
    }

    .welfare-main dl dt {
        margin-top: -10%;
    }
    /*3044am永利大学*/
}

/*学员活动*/
.activity-main .Studentmain {
    position: relative;
}

.activity-main .Stude-wrapper {
    position: relative;
    overflow: hidden;
}

    .activity-main .Stude-wrapper li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    .activity-main .Stude-wrapper li .Stude-img {
        overflow: hidden;
        position: relative;
        overflow: hidden;
    }

        .activity-main .Stude-wrapper li .Stude-img img {
            -webkit-transition: transform ease 0.7s;
            -moz-transition: transform ease 0.7s;
            -o-transition: transform ease 0.7s;
            -webkit-transition: -webkit-transform ease 0.7s;
            transition: -webkit-transform ease 0.7s;
            -o-transition: -o-transform ease 0.7s;
            -moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
            transition: transform ease 0.7s;
            transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
        }

        .activity-main .Stude-wrapper li .Stude-img img {
            display: block;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .activity-main .Stude-wrapper li .Stude-name {
        color: #5a5a5a;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.activity-main .Stude-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    display: block;
    width: 46px;
    height: 47px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 47%;
}

.activity-main .Stude-prve {
    background-image: url(/dist/images/prve.png);
    left: 0;
}

    .activity-main .Stude-prve:hover {
        background-image: url(/dist/images/prveho.png);
    }

.activity-main .Stude-next {
    background-image: url(/dist/images/next.png);
    right: 0;
}

    .activity-main .Stude-next:hover {
        background-image: url(/dist/images/nextho.png);
    }

@media (min-width: 1024px) {
    .activity-main .Stude-prve {
        left: -46px;
    }

    .activity-main .Stude-next {
        right: -46px;
    }
}

@media (min-width: 1199px) {
    .activity-main .Stude-wrapper li .Stude-name {
        font-size: 18px;
        height: 56px;
        line-height: 56px;
    }
}

@media (min-width: 1440px) {
    .activity-main .Stude-btn {
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }

    .activity-main .Stude-prve {
        left: -88px;
    }

    .activity-main .Stude-next {
        right: -88px;
    }
}

.circul-addres {
    font-size: 0;
    border-bottom: 3px solid #eaeaea;
    height: 40px;
    line-height: 40px;
    margin: 6px 0 0 0;
}

    .circul-addres a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        border-bottom: 3px solid #eaeaea;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        font-family: "rubik";
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        margin: 0 10px 0 0;
        color: #525252;
    }

        .circul-addres a:hover, .circul-addres a.cur {
            color: #ff0404;
            border-bottom-color: #ff0404;
        }

@media (min-width: 1024px) {
    .circul-addres {
        height: 56px;
        line-height: 56px;
    }

        .circul-addres a {
            height: 56px;
            line-height: 56px;
            margin: 0 38px 0 0;
        }
}

.Social-maint {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    padding: 20px 0 0 0;
    margin: 15px 0 0 0;
    color: #929292;
    font-size: 13px;
    line-height: 20px;
}

.Welfaremin {
    display: none;
    padding: 20px 0 0;
}

    .Welfaremin img {
        display: block;
    }

    .Welfaremin dd {
        padding: 10px 0 0 0;
    }

    .Welfaremin .year {
        font-size: 20px;
        font-family: "Montserrat";
        color: #ff401a;
        padding: 0 0 5px 0;
    }

    .Welfaremin .ctext {
        position: relative;
        padding: 0 0 0 70px;
        color: #525252;
    }

        .Welfaremin .ctext span {
            position: absolute;
            left: 0;
            top: 0;
            color: #929292;
        }

.report-dl {
    padding: 10px 0 0 0;
}

    .report-dl img {
        display: block;
    }

    .report-dl dd {
        padding: 10px 0;
    }

    .report-dl a {
        color: #878787;
        font-size: 13px;
        line-height: 20px;
    }

        .report-dl a.c118960 {
            color: #118960;
        }

    .report-dl .adowlis {
        padding: 10px 0;
    }

        .report-dl .adowlis a {
            display: block;
        }

            .report-dl .adowlis a:hover {
                color: #118f73;
            }

    .report-dl a.more {
        display: block;
    }

        .report-dl a.more:hover {
            color: #118f73;
        }

.protection-mmin {
    background-color: #cbe2e6;
}

.revcep-Two {
    background-color: #128c6b;
    margin-top: 70px;
}

    .revcep-Two img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

.prote_toggle dl {
    position: relative;
}

.prote_toggle dt {
    text-align: center;
    font-size: 0;
    background-color: #cbe2e6;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -44px;
    width: 100%;
}

    .prote_toggle dt a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        width: 33.33%;
        text-align: center;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #454545;
        position: relative;
    }

        .prote_toggle dt a:after {
            content: "";
            display: block;
            width: 2px;
            height: 18px;
            background-color: #8bb7bd;
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
        }

        .prote_toggle dt a:hover, .prote_toggle dt a.cur {
            background-color: #128c6b;
            color: #ffffff;
        }

            .prote_toggle dt a:hover:after, .prote_toggle dt a.cur:after {
                background-color: #128c6b;
            }

.prote_toggle dd {
    display: none;
    background-color: #128c6b;
    padding: 15px 0 0 0;
}

    .prote_toggle dd .ring_box {
        background-color: #FFFFFF;
    }

    .prote_toggle dd .ghttext {
        padding: 10px;
        color: #b0b0b0;
        font-size: 13px;
        line-height: 18px;
    }

        .prote_toggle dd .ghttext h3 {
            margin-bottom: 10px;
        }

        .prote_toggle dd .ghttext h4 {
            font-size: 14px;
            color: #505050;
            margin-bottom: 10px;
        }

.Watereuse-wrapper {
    position: relative;
    overflow: hidden;
}

    .Watereuse-wrapper img {
        display: block;
    }

.water-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.water-prev {
    background-image: url(/dist/images/prve2.png);
    left: 0;
}

    .water-prev:hover {
        background-image: url(/dist/images/prve2ho.png);
    }

.water-next {
    background-image: url(/dist/images/next2.png);
    right: 0;
}

    .water-next:hover {
        background-image: url(/dist/images/next2ho.png);
    }

@media (min-width: 768px) {
    .Welfaremin {
        padding: 25px 0 0 0;
    }

        .Welfaremin .year {
            font-size: 24px;
        }

        .Welfaremin dt {
            float: right;
            width: 31.2%;
        }

        .Welfaremin dd {
            padding: 0 35% 0 0;
        }

    .Social-maint {
        padding: 30px 0 0 0;
        margin: 26px 0 0 0;
    }

    .water-btn {
        width: 40px;
        height: 40px;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }
}

@media (min-width: 1024px) {
    .protection-mmin {
        padding: 64px 0 0;
    }

    .report-dl {
        margin-top: -10px;
        padding: 0;
    }

        .report-dl dd {
            padding: 14px 0 0 0;
        }

        .report-dl .adowlis {
            padding: 14px 0 20px;
        }

    .revcep-Two {
        margin-top: 86px;
    }

    .prote_toggle dt {
        top: -63px;
    }

        .prote_toggle dt a {
            font-size: 18px;
            height: 63px;
            line-height: 63px;
        }

    .prote_toggle dd {
        position: relative;
        padding: 40px 0 0 0;
    }

        .prote_toggle dd .leftimg {
            float: left;
            width: 50%;
        }

        .prote_toggle dd .ghttext {
            float: left;
            width: 50%;
            padding: 50px 0 0 30px;
        }

    .prote_toggle .ganlpari {
        padding-right: 40px;
    }

    .prote_toggle .contentBox1 {
        height: 343px;
    }

    .prote_toggle .zl-scrollBarBox {
        background: #fff;
    }

    .prote_toggle .zl-scrollBar {
        background-color: #b0b0b0;
    }

    .Watereuse-wrapper {
        margin-bottom: 40px;
    }

    .report-dl a.c118960 {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .prote_toggle .contentBox1 {
        height: 440px;
    }
}

/*文化建设*/
.Cultural-main dl {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    padding: 12px 0 0 0;
    margin: 15px 0 0 0;
}

.Cultural-main dt img {
    display: block;
}

.Cultural-main dd .ctext {
    position: relative;
    padding: 0 0 0 120px;
    margin: 0 0 5px 0;
    color: #929292;
}

    .Cultural-main dd .ctext span {
        position: absolute;
        left: 0;
        top: 0;
        color: #595959;
    }

.uEmployee-main {
    background: url(/dist/images/wqimage50.jpg) no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .uEmployee-main dt h3 {
        margin-bottom: 10px;
    }

    .uEmployee-main dt img {
        display: block;
    }

    .uEmployee-main dd {
        color: #858585;
        font-size: 13px;
        line-height: 20px;
    }

        .uEmployee-main dd .ctext {
            position: relative;
            color: #595959;
            padding: 0 0 0 84px;
            margin: 5px 0 0 0;
            font-size: 14px;
        }

            .uEmployee-main dd .ctext span {
                position: absolute;
                left: 0;
                top: 0;
                color: #ff0404;
            }

.Staff-tit .sralis {
    padding: 4px 5px;
    background-color: #e6e6e6;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

    .Staff-tit .sralis a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        text-align: center;
    }

        .Staff-tit .sralis a:hover, .Staff-tit .sralis a.cur {
            background-color: #FFFFFF;
            color: #ff2323;
        }

.Staff-tit .sta-year {
    background: url(/dist/images/wq_icon27.png) no-repeat left center;
    color: #737373;
    padding: 15px 0 15px 35px;
}

    .Staff-tit .sta-year a {
        font-family: "Montserrat";
    }

        .Staff-tit .sta-year a:hover, .Staff-tit .sta-year a.cur {
            color: #e32d2d;
        }

.Staff-list {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    overflow: hidden;
}

    .Staff-list ul {
        margin: 0 -10px;
    }

    .Staff-list li {
        margin: 0 0 15px 0;
    }

        .Staff-list li h3 {
            color: #191919;
            height: 24px;
            line-height: 24px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            margin: 0 0 5px 0;
        }

        .Staff-list li em {
            font-family: "Montserrat";
            color: #e32d2d;
        }

        .Staff-list li p.img {
            border: 1px solid #e5e5e5;
            padding: 10px;
        }

            .Staff-list li p.img img {
                display: block;
                width: 100%;
            }

        .Staff-list li .cul-dow {
            font-size: 0;
        }

            .Staff-list li .cul-dow a {
                display: inline-block;
                vertical-align: top;
                *display: inline;
                *zoom: 1;
                border: 1px solid #e5e5e5;
                width: 50%;
                margin-top: -1px;
                font-size: 13px;
                color: #191919;
                text-align: center;
                height: 38px;
                line-height: 38px;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .Staff-list li .cul-dow a:last-child {
                    border-left: 0;
                }

                .Staff-list li .cul-dow a:hover, .Staff-list li .cul-dow a.cur {
                    background-color: #e75639;
                    color: #fff;
                    border-color: #e75639;
                }

    .Staff-list .more {
        display: block;
        width: 154px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #ff0404;
        border: 1px solid #dcdcdc;
        margin: 0 auto;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .Staff-list .more:hover {
            background-color: #ff0404;
            border-color: #ff0404;
            color: #FFFFFF;
        }

@media (min-width: 1024px) {
    .Cultural-main {
        padding: 46px 0 24px;
    }

        .Cultural-main dl {
            margin: 27px 0 0 0;
        }

        .Cultural-main dd {
            padding: 20px 45% 0 0;
        }

            .Cultural-main dd .commonh3 {
                margin-bottom: 7px;
            }

            .Cultural-main dd .ctext {
                padding: 0 0 0 158px;
                font-size: 16px;
                line-height: 26px;
            }

        .Cultural-main dt {
            float: right;
            width: 43%;
            padding: 40px 0 0 0;
            margin-right: -30px;
        }

    .uEmployee-main {
        padding: 57px 0 49px;
    }

        .uEmployee-main dl {
            padding: 0;
        }

        .uEmployee-main dd {
            padding: 20px 50% 0 0;
            font-size: 16px;
            line-height: 28px;
        }

        .uEmployee-main dt {
            text-align: center;
            margin-right: 12px;
            float: right;
            width: 40%;
            margin-top: -76px;
        }

            .uEmployee-main dt h3 {
                margin-bottom: 24px;
            }

    .Staff-tit {
        position: relative;
        padding: 25px 0 17px;
    }

        .Staff-tit .sralis a {
            height: 34px;
            line-height: 34px;
        }

        .Staff-tit .sta-year {
            position: absolute;
            right: 0;
            top: 33px;
            padding: 5px 0 5px 35px;
            font-size: 16px;
        }

            .Staff-tit .sta-year a {
                font-size: 18px;
            }

    .Staff-list {
        padding: 32px 0;
    }

        .Staff-list li {
            margin-bottom: 30px;
        }
}

@media (min-width: 1280px) {
    .Staff-list ul {
        margin: 0 -16px;
    }

    .Staff-list li {
        padding: 0 16px;
    }
}

/*社会招聘*/
.adresal-lis {
    position: relative;
    text-align: center;
    font-size: 0;
    padding: 10px 0;
}

    .adresal-lis:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #d3d3d3;
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    .adresal-lis a {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        color: #737373;
        position: relative;
        background-color: #FFFFFF;
        padding: 0 10px;
        z-index: 9;
    }

        .adresal-lis a:after {
            content: "";
            display: block;
            width: 1px;
            height: 8px;
            background-color: #d3d3d3;
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
        }

        .adresal-lis a:last-child:after {
            display: none;
        }

.adre-selet {
    background-color: #eeeeee;
    padding: 20px;
    position: relative;
    z-index: 200;
}

    .adre-selet li {
        position: relative;
        margin: 0 0 10px 0;
    }

    .adre-selet .fixtext {
        display: block;
        background-repeat: no-repeat;
        background-position: 20px center;
        background-color: #FFFFFF;
        position: relative;
        padding: 6px 20px 6px 54px;
        border: 1px solid #e8e8e8;
        text-align: left;
    }

        .adre-selet .fixtext:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 6px solid #acacac;
            border-left: 6px solid transparent;
            border-right: 5px solid transparent;
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 20px;
        }

    .adre-selet .li1 .fixtext {
        background-image: url(/dist/images/wq_icon28.png);
    }

    .adre-selet .li2 .fixtext {
        background-image: url(/dist/images/wq_icon29.png);
    }

    .adre-selet .li3 .fixtext {
        background-image: url(/dist/images/wq_icon30.png);
    }

    .adre-selet label {
        display: block;
        width: 100%;
        height: 36px;
        position: relative;
        background-color: #fff;
        border: 1px solid #e8e8e8;
    }

        .adre-selet label input {
            display: block;
            width: 100%;
        }

        .adre-selet label .inptext {
            padding: 0 50px 0 20px;
            height: 36px;
            line-height: 36px;
        }

        .adre-selet label .submit {
            background: url(/dist/images/wq_icon31.png) no-repeat center center;
            width: 36px;
            height: 36px;
            position: absolute;
            right: 0;
            top: 0;
        }

    .adre-selet .selectbox {
        border: 1px solid #e8e8e8;
        background-color: #fff;
        display: none;
        position: absolute;
        top: 37px;
        left: 0;
        right: 0;
        z-index: 5;
    }

        .adre-selet .selectbox a {
            text-align: center;
            display: block;
            color: #7d7d7d;
            padding: 10px;
        }

            .adre-selet .selectbox a:hover, .adre-selet .selectbox a.cur {
                background-color: #1d2088;
                color: #fff;
            }

.shreial-list {
    padding: 20px 0;
}

    .shreial-list li {
        margin-bottom: 15px;
    }

    .shreial-list .content {
        border: 1px solid #dcdcdc;
        background-color: #FFFFFF;
        padding: 10px;
        color: #636363;
        font-size: 13px;
        height: 240px;
        overflow: hidden;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        line-height: 22px;
    }

    .shreial-list h3 {
        color: #323232;
    }

    .shreial-list .zhaopmin {
        color: #b9b9b9;
    }

    .shreial-list .system-bot {
        font-size: 0;
        text-align: center;
        background-color: #1d2088;
        height: 45px;
        line-height: 45px;
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .shreial-list .system-bot a {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            font-size: 14px;
            color: #FFFFFF;
            position: relative;
            padding: 0 10px;
        }

            .shreial-list .system-bot a:after {
                content: "";
                display: block;
                width: 1px;
                height: 15px;
                background-color: #FFFFFF;
                position: absolute;
                z-index: 3;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
            }

            .shreial-list .system-bot a:last-child:after {
                display: none;
            }

        .shreial-list .system-bot .Clickbtn2 {
            display: none;
        }

    .shreial-list .shreal-box {
        position: relative;
    }

    .shreial-list li:hover .content, .shreial-list li.cur .content {
        border-color: #1d2088;
    }

    .shreial-list li:hover .system-bot, .shreial-list li.cur .system-bot {
        opacity: 1;
    }

@media (min-width: 768px) {
    .adre-selet {
        text-align: center;
        font-size: 0;
    }

        .adre-selet li {
            display: inline-block;
            vertical-align: top;
            *display: inline;
            *zoom: 1;
            width: 25%;
            max-width: 183px;
            font-size: 14px;
            margin: 0;
        }

    .shreial-list {
        padding: 30px 0;
    }

        .shreial-list ul {
            margin: 0 -10px;
        }

        .shreial-list li {
            margin-bottom: 20px;
            height: 240px;
        }

        .shreial-list .posititext {
            position: absolute;
            left: 0;
            right: 0;
            height: 173px;
            overflow: hidden;
            z-index: 10;
            padding: 10px;
            background-color: #FFFFFF;
            border: 1px solid #d8d8d8;
            border-top: 0;
            border-bottom: 0;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .shreial-list li:hover .posititext, .shreial-list li.cur .posititext {
            border-color: #1d2088;
        }

        .shreial-list .zl-scrollBar {
            background-color: #1d2088;
        }
}

@media (min-width: 1024px) {
    .shrecruit-main {
        padding: 56px 0;
    }

    .adre-selet li {
        margin: 0 10px;
    }

    .adresal-lis {
        padding: 26px 0;
        margin: 7px 0 0 0;
    }

        .adresal-lis a {
            font-size: 18px;
            padding: 0 26px;
        }

    .shreial-list {
        padding-bottom: 250px;
    }

        .shreial-list .content {
            padding: 29px 20px 20px;
        }

        .shreial-list .posititext {
            padding: 10px 20px;
        }

        .shreial-list .system-bot {
            height: 54px;
            line-height: 54px;
        }

            .shreial-list .system-bot a {
                padding: 0 23px;
            }
}

/*产品页面*/
.full-prdt-filter {
    background-color: #f4f4f4;
    padding-bottom: 30px;
}

    .full-prdt-filter li {
        margin: 0 0 15px 0;
    }

        .full-prdt-filter li:last-child {
            margin: 0;
        }

        .full-prdt-filter li select {
            display: block;
            border: 1px solid #bfbfbf;
            height: 58px;
            line-height: 58px;
            width: 100%;
            position: relative;
            padding: 0 24px;
            background: #dedede url(/dist/images/wq_icon32.png) no-repeat 94% center;
            color: #4d4d4d;
            font-size: 16px;
            cursor: pointer;
        }

        .full-prdt-filter li label {
            display: block;
            position: relative;
            background-color: #2f318b;
            border: 1px solid #bfbfbf;
        }

            .full-prdt-filter li label input {
                display: block;
                color: #FFFFFF;
                background: none;
                border: 0;
                height: 56px;
                line-height: 56px;
            }

            .full-prdt-filter li label .prdt-input {
                width: 100%;
                padding: 0 60px 0 24px;
            }

                .full-prdt-filter li label .prdt-input::-webkit-input-placeholder {
                    color: #fff;
                }

                .full-prdt-filter li label .prdt-input:-moz-placeholder {
                    color: #fff;
                }

                .full-prdt-filter li label .prdt-input::-moz-placeholder {
                    color: #fff;
                }

                .full-prdt-filter li label .prdt-input:-ms-input-placeholder {
                    color: #fff;
                }

                .full-prdt-filter li label .prdt-input::-webkit-input-placeholder {
                    font-size: 16px;
                }

                .full-prdt-filter li label .prdt-input:-moz-placeholder {
                    font-size: 16px;
                }

                .full-prdt-filter li label .prdt-input::-moz-placeholder {
                    font-size: 16px;
                }

                .full-prdt-filter li label .prdt-input:-ms-input-placeholder {
                    font-size: 16px;
                }

            .full-prdt-filter li label .prdt-button {
                width: 56px;
                background: url(/dist/images/wq_icon33.png) no-repeat center center;
                position: absolute;
                z-index: 3;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
            }

@media (min-width: 1024px) {
    .full-prdt-filter {
        overflow: hidden;
    }

        .full-prdt-filter ul {
            margin: 0 -5px;
        }

        .full-prdt-filter li {
            float: left;
            width: 25%;
            padding: 0 5px;
            margin: 0;
        }
}

/*校园招聘*/
.Recruiting-main .shreial-list {
    padding-bottom: 25px;
}

.process-main {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    padding: 20px 0;
    color: #929292;
}

    .process-main .comtit18 {
        padding-bottom: 10px;
        color: #3a3a3a;
    }

.Campus-text {
    color: #929292;
    position: relative;
    margin: 22px 0 25px;
}

.camp-list {
    padding: 0 0 15px;
}

    .camp-list li {
        padding: 3px 10px;
        background-color: #ff3b2a;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        color: #fff;
        position: relative;
        float: left;
        margin-right: 20px;
        min-width: 92px;
        text-align: center;
        margin-bottom: 10px;
    }

        .camp-list li:after {
            content: "";
            width: 10px;
            height: 10px;
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-left: 0;
            border-bottom: 0;
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: 50%;
            margin-left: 50%;
        }

        .camp-list li:last-child:after {
            display: none;
        }

.Camp-right {
    font-size: 13px;
    line-height: 18px;
    color: #636363;
    padding: 20px 0 0 0;
}

    .Camp-right .ctext {
        position: relative;
        padding: 0 0 0 70px;
        margin: 5px 0;
    }

        .Camp-right .ctext span {
            position: absolute;
            left: 0;
            top: 0;
        }

.Waytounder {
    background: url(/dist/images/wqimage52.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .Waytounder .wayto-text {
        text-align: center;
        color: #69888b;
    }

@media (min-width: 1024px) {
    .process-main {
        padding: 32px 0 26px;
    }

        .process-main .comtit18 {
            padding-bottom: 18px;
        }

    .camp-list {
        padding: 10px 0 31px;
    }

        .camp-list li {
            margin: 0 27px 10px 0;
        }

            .camp-list li:after {
                margin-left: 55%;
            }

    .Camp-left {
        float: left;
        width: 50%;
    }

    .Camp-right {
        float: right;
        width: 50%;
        padding: 0 0 0 35px;
    }

        .Camp-right .ctext {
            margin-bottom: 18px;
        }

    .Waytounder {
        padding: 44px 0 129px;
        margin-bottom: 3px;
    }

    .Campus-text .posabout {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 38%;
    }
}

/*联系我们*/
.adinfor-lis {
    color: #757575;
    line-height: 20px;
}

    .adinfor-lis img {
        display: block;
    }

    .adinfor-lis a {
        color: #757575;
    }

    .adinfor-lis .ctext {
        position: relative;
        padding: 0 0 0 100px;
    }

        .adinfor-lis .ctext span {
            position: absolute;
            left: 0;
            top: 0;
        }

    .adinfor-lis .comtit18 {
        margin-bottom: 14px;
    }

.Contactinfor-main .feedback {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
}

.feedbackcode401 {
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}

    .feedbackcode401 input {
        width: 100%;
        height: 36px;
        padding-left: 12px;
        border: 1px solid #dcdcdc;
    }

        .feedbackcode401 input:focus {
            border-color: #ff0404;
            -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
        }

.feedbackcodeimg401 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

    .feedbackcodeimg401 img {
        display: block;
        width: 83px;
        height: 36px;
    }

@media (min-width: 1024px) {
    .Contactinfor-main {
        padding: 55px 0 0;
    }

        .Contactinfor-main .feedback {
            padding-top: 19px;
            padding-bottom: 60px;
        }

    .adinfor-lis {
        position: relative;
        padding: 25px 0 20px 0;
    }

        .adinfor-lis dt {
            position: absolute;
            right: 0;
            bottom: 20px;
            width: 50%;
        }

        .adinfor-lis dd {
            float: left;
            width: 50%;
            padding-bottom: 20px;
        }

        .adinfor-lis .ctext {
            padding: 0 0 0 110px;
        }

    .feedbackcode401 {
        width: 217px;
        margin-bottom: 20px;
    }
}

/*资质荣誉*/
.honorlist0 {
    padding: 20px 0 0;
}

    .honorlist0 .commonh3 {
        margin-bottom: 15px;
    }

    .honorlist0 dt {
        border: 1px solid #dcdcdc;
    }

        .honorlist0 dt img {
            display: block;
            width: 100%;
        }

    .honorlist0 dd {
        padding: 15px 0 0;
        color: #595959;
    }

    .honorlist0 .hondls {
        background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
        padding: 30px 0 0;
    }

@media (min-width: 768px) {
    .honorlist0 {
        margin-bottom: 14px;
    }

        .honorlist0 dl {
            padding-right: 6%;
        }

        .honorlist0 dt {
            float: left;
            width: 45%;
        }

        .honorlist0 dd {
            float: right;
            line-height: 30px;
            padding: 0;
            width: 47%;
        }

            .honorlist0 dd .zl-scrollBarBox {
                background-color: #f4f4f4;
            }

            .honorlist0 dd .zl-scrollBar {
                background-color: #c6c6c6;
            }

            .honorlist0 dd .contentBox1 {
                height: 276px;
            }

            .honorlist0 dd .hon-text {
                padding-right: 5%;
            }
}

@media (min-width: 1024px) {
    .Qualification-main {
        padding: 57px 0 39px;
    }

    .honorlist0 dd {
        padding: 59px 0 0 0;
    }

        .honorlist0 dd .hon-text {
            padding-right: 126px;
        }

        .honorlist0 dd .commonh3 {
            margin-bottom: 27px;
        }
}

@media (min-width: 1280px) {
    /*.honorlist0 dl { padding-right: 16%; }*/
}

/*技术与服务*/
.comtopbg {
    background: url("/dist/images/slantline_03.jpg") repeat-x 0 0;
    margin: 10px 0 0 0;
}

.nologi-box dl {
    background-color: #f4f4f4;
}

.nologi-box dt {
    background-color: #1d2088;
    color: #ffedff;
    font-family: "Montserrat";
    padding: 20px;
    font-size: 22px;
}

.nologi-box dd {
    padding: 10px;
}

.nologi-box .num-text {
    color: #ff0404;
    font-family: "Montserrat";
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 30%;
    padding: 0 10px 10px;
    text-align: center;
}

    .nologi-box .num-text .Line {
        font-size: 24px;
    }

    .nologi-box .num-text em {
        vertical-align: 3px;
        margin-left: 2px;
    }

    .nologi-box .num-text .dec-text {
        color: #929292;
    }

.techhonorbox {
    overflow: hidden;
    padding: 20px 0 0;
}

    .techhonorbox ul {
        margin: 0 -5px;
    }

    .techhonorbox li {
        float: left;
        width: 50%;
        padding: 0 5px 10px;
    }

        .techhonorbox li img {
            display: block;
            width: 100%;
        }

.rchplatlist0 {
    overflow: hidden;
    color: #525252;
    margin: 0 0 10px 0;
}

    .rchplatlist0 a {
        display: block;
    }

    .rchplatlist0 .topname {
        margin-bottom: 10px;
    }

    .rchplatlist0 ul {
        margin: 0 -5px;
    }

    .rchplatlist0 li {
        padding: 0 5px;
        margin: 0 0 10px 0;
    }

    .rchplatlist0 .platbox .img {
        border: 1px solid #dcdcdc;
    }

    .rchplatlist0 .platbox img {
        display: block;
        margin: 0 auto;
    }

    .rchplatlist0 .platbox .text {
        margin-top: 5px;
        height: 24px;
        line-height: 24px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.mationlist {
    padding: 20px 0;
    overflow: hidden;
}

    .mationlist ul {
        margin: 0 -5px;
    }

    .mationlist li {
        padding: 0 5px;
        margin: 0 0 15px 0;
    }

    .mationlist .img {
        background-color: #f4f4f4;
        padding: 20px;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .mationlist .img img {
            display: block;
            margin: 0 auto;
        }

    .mationlist .mattext {
        padding: 10px 0 0;
    }

.inforato a {
    color: #929292;
    margin: 0 10px 0 0;
}

    .inforato a:hover, .inforato a.cur {
        color: #525252;
    }

@media (min-width: 768px) {
    .Qualification-main .comtopbg {
        margin: 17px 0 0 0;
    }

    .nologi-box dl {
        position: relative;
    }

    .nologi-box .num-text {
        width: 24%;
    }

        .nologi-box .num-text .dec-text {
            margin-left: -5px;
            margin-right: -5px;
        }

    .techhonorbox li {
        width: 25%;
    }

    .resea-box {
        padding: 30px 0 0 0;
    }

    .rchplatlist0 {
        margin: 0 0 22px 0;
    }

        .rchplatlist0 .topname {
            margin-bottom: 18px;
        }

        .rchplatlist0:last-child {
            margin: 0;
        }

    .mationout-box {
        padding: 30px 0 0 0;
    }

    .mationlist {
        padding: 27px 0 22px;
    }
}

@media (min-width: 1024px) {
    .mationlist ul {
        margin: 0 -10px;
        padding: 0 0 11px 0;
    }

    .mationlist li {
        padding: 0 10px;
        margin: 0 0 28px 0;
    }

    .mationlist .img {
        padding: 48px 20px;
    }

    .mationlist li:hover .img {
        background-color: #ff0404;
    }

    .mationlist .mattext {
        padding: 13px 0 0 0;
    }
}

@media (min-width: 1199px) {
    .nologi-box {
        padding: 30px 0 18px 0;
    }

        .nologi-box dt {
        }

        .nologi-box dt {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 22%;
            max-width: 285px;
            text-align: right;
            padding: 55px 30px;
            font-size: 28px;
            line-height: 30px;
        }

        .nologi-box dd {
            padding: 34px 0 15px 266px;
        }

            .nologi-box dd .num-text {
                width: 13.8%;
            }

                .nologi-box dd .num-text .Line {
                    font-size: 36px;
                }

                .nologi-box dd .num-text em {
                    vertical-align: 6px;
                }

                .nologi-box dd .num-text .dec-text {
                    margin-left: -15px;
                    margin-right: -15px;
                }

    .techhonorbox ul {
        margin: 0 -10px;
    }

    .techhonorbox li {
        padding: 0 10px;
    }

    .rchplatlist0 ul {
        margin: 0 -8px;
    }

    .rchplatlist0 li {
        padding: 0 8px;
    }
}

/*全球网络*/
/* 提示自定义 */
.hidden-mobile {
    display: none;
}

.hidden-pc {
    display: block;
}

.full-svgmap .svgmap-inner {
    overflow-x: auto;
    padding: 30px 0;
}

.stateTip, #StateTip {
    display: none;
    position: absolute;
    padding: 8px;
    background: #fff;
    border: 2px solid #2385B1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    font-family: Tahoma;
    color: #333;
}

.mapInfo i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    line-height: 15px;
    font-style: normal;
    background: #aeaeae;
    color: #fff;
    font-size: 11px;
    font-family: Tahoma;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

    .mapInfo i.active {
        background: #E27F21;
    }

.mapInfo span {
    padding: 0 5px 0 3px;
}

.mapInfo b {
    font-weight: normal;
    color: #2770B5;
}

#world-map {
    margin: 0 auto;
    padding: 0;
}

#world-map, .svggroup, svg {
    width: 100% !important;
    max-width: 900px !important; /*height: auto !important;*/
}

/*.innetworkcont { color: #FFFFFF; }*/

.innetworkcont .informia {
    border-bottom: 1px solid #666;
    padding: 10px 0;
}

@media (min-width: 1024px) {
    .hidden-mobile {
        display: block;
    }

    .hidden-pc {
        display: none;
    }

    .full-svgmap {
        padding: 59px 0 0 0;
    }

        .full-svgmap .svgmap-inner {
            padding: 50px 0;
            margin: 7px 0 0 0;
        }
}

/*搜索页面*/
.searchcont401 {
    padding: 36px 0;
    background-color: #ffffff;
}

.searchtitle401 {
    padding: 28px 15px;
    background-color: #0069d7;
}

    .searchtitle401 span {
        color: #f7931c;
    }

.resultlist401 {
    font-size: 13px;
    padding: 3% 0;
}

    .resultlist401 img {
        display: block;
        width: 100%;
        margin-bottom: 2%;
    }

    .resultlist401 li {
        padding: 15px 0;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: -1px;
    }

    .resultlist401 h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 3%;
    }

        .resultlist401 h4 em {
            color: #fa431f;
        }

        .resultlist401 h4 a {
            display: block;
        }

.resulttext401 {
    overflow: hidden;
    height: 72px;
    color: #999;
}

.resultlabel401 {
    color: #999;
    display: inline-block;
    padding-top: 30px;
}

.searchinputcont401 dt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    font-family: "Microsoft YaHei";
}

.searchinputcont401 dd input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #2f318b;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.keywords {
    color: #da251d;
}

@media (min-width: 768px) {
    .searchtitle401 {
        font-size: 24px;
    }

    .resultlist401 h4 {
        font-size: 20px;
        margin-bottom: 2%;
    }

    .searchimg401 {
        float: left;
        margin: 0 3% 0 0;
        display: block;
        width: 200px;
        height: 150px;
        overflow: hidden;
        position: relative;
    }

    .resultlist401 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto;
    }
}

@media (min-width: 992px) {
    .searchinputcont401 {
        width: 45%;
        margin: 0 auto;
    }

        .searchinputcont401 dt {
            float: left;
            width: 78%;
        }

        .searchinputcont401 dd {
            float: left;
            width: 22%;
        }

        .searchinputcont401 dt input {
            font-size: 18px;
        }

        .searchinputcont401 dd input {
            font-size: 18px;
            font-weight: bold;
        }
}

/*----网站地图 start----*/
.sitemapcont2 {
    padding: 6% 30px;
    overflow: hidden;
    background: #fff;
}

    .sitemapcont2 dl {
        position: relative;
        margin-bottom: 36px;
    }

        .sitemapcont2 dl dt {
            font-size: 16px;
            font-weight: bold;
            padding: 0 8px;
            background: #fff;
            position: absolute;
            left: 18px;
            top: -14px;
        }

            .sitemapcont2 dl dt a {
                color: #ff0404;
            }

        .sitemapcont2 dl dd a:hover {
            color: #ff0404;
        }

        .sitemapcont2 dl dd {
            padding: 4% 3% 1% 3%;
            border: 1px solid #e6e6e6;
        }

            .sitemapcont2 dl dd a {
                display: inline-block;
                padding-left: 10px;
                margin: 0 23px 8px 0;
            }

@media (min-width: 767px) {
    .sitemapcont2 {
        padding: 5% 30px;
    }

        .sitemapcont2 dl dt {
            font-size: 20px;
        }

        .sitemapcont2 dl dd {
            padding: 2% 3% 1% 3%;
            border: 1px solid #e6e6e6;
        }

            .sitemapcont2 dl dd a {
                margin: 0 50px 8px 0;
            }
}

/*----网站地图 end----*/


/*20180731*/
.prdt-detail-tab .table-sepc tr.bgdee6ee td {
    background-color: #dee6ee;
}

.prdt-detail-tab .table-sepc tr.c2f318b td {
    color: #2f318b !important;
}

.inside-banner {
    display: none;
}

@media(max-width:320px) {
    .Corpo-list .remo-lis dt {
        width: 39%;
    }
}

@media (min-width: 768px) {
    .inside-banner {
        display: block;
    }
}

@media(min-width:1024px) {
    .mainnav li:last-child .one-title {
        padding-right: 0;
    }
}


/*20180801*/
.laypage_next {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    padding: 0;
    color: #fff;
    background-color: #ff0404;
}

.page_nomore {
    background: none;
}

.prdt-list-popup {
    position: relative;
}

    .prdt-list-popup:after, .prdt-list-popup:before {
        content: "";
        display: block;
        width: 1000%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #4a4a4e;
    }

    .prdt-list-popup:after {
        left: 0;
    }

    .prdt-list-popup:before {
        right: 0;
    }

.circul-addres {
    position: relative;
}

.axis {
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #eaeaea;
}

    .axis p {
        width: 28px;
        height: 100%;
        background-color: #ff0404;
        -webkit-transition: width 0.4s ease-out;
        -moz-transition: width 0.4s ease-out;
        -ms-transition: width 0.4s ease-out;
        -o-transition: width 0.4s ease-out;
        transition: width 0.4s ease-out;
    }


/*20180807*/

#Enterprise-main, #Corporatevidoe-main, #benefits-main, #welfare-main, #university-main, #activity-main, #Cultural-main, #uEmployee-main, #Staffculture, #protection-mmin, #outcomein, #platform, #feedback {
    padding-top: 107px;
    margin-top: -107px;
}
/*#divIndustry { padding-top:200px;margin-top:-200px;}*/
.footer .ft-qrcode .qrcode-popup {
    height: 220px;
}

    .footer .ft-qrcode .qrcode-popup p {
        font-size: 14px;
        text-align: center;
    }

.zdsbacktop {
    z-index: 100;
    position: fixed;
    right: 20px;
    bottom: 10%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: none;
    background: #f2f2f2 url(/dist/images/wicon89.png) no-repeat center center;
}

@media (min-width: 1180px) {
    .zdsbacktop {
        width: 50px;
        height: 50px;
    }
}

.Stockprice-top dl dt .price b {
    font-weight: normal;
}

.Stockprice-top dl dd ul li {
    padding: 0;
}

.prdt-detail-main .main-info .doclink:hover {
    background-color: #ff0404;
}

/*20180810*/
.history-list ul li p.img:after {
    display: none;
}

.history-list ul li:nth-child(odd):hover .line:before {
    background-image: url(/dist/images/wq_icon13ho.png);
}

.history-list ul li:hover .line:after {
    background-image: url(/dist/images/wq_icon12ho.png);
}

.history-list ul li p.img {
    overflow: hidden;
}

.history-list ul li img {
    -webkit-transition: transform ease 0.7s;
    -moz-transition: transform ease 0.7s;
    -ms-transition: transform ease 0.7s;
    -o-transition: transform ease 0.7s;
    transition: transform ease 0.7s;
}

.history-list ul li:hover img {
    -webkit-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}

.history-list ul li:hover .line:before {
    background-image: url(/dist/images/wq_icon14ho.png);
}

.u-sup-title .commonh2 {
    text-transform: capitalize;
}

#allmap {
    height: 200px;
}

.BMap_Marker img {
    width: auto !important;
    max-width: none !important;
}

.BMap_shadow img, .BMap_pop img {
    max-width: none !important;
}

.adinfor-lis dd {
    padding-top: 20px;
}

#newsshare {
    background: none;
}

    #newsshare a {
		width:30px !important;
		height:30px !important;
        background-size: 20px !important;
		background-color: #3f3f3f;
		border-radius: 50%;
		background-repeat:no-repeat;
		background-position:center;
    }

    #newsshare .weixin {
        /*background-image: url(../images/ftwechat.png);*/
		background-image: url(../images/weixin_01.png) !important;
    }
	#newsshare .weixin:hover {
		background-color: #4197e7
	}
    #newsshare .xinlang {
        /*background-image: url(../images/ftsina.png);*/
		background-image: url(../images/weibo_01.png) !important;
    }
	#newsshare .xinlang:hover {
		background-color: #40599a
	}
    #newsshare .QQ {
        /*background-image: url(/dist/images/wq_icon25.png);*/
		background-image: url(/dist/images/qq.png) !important;
    }
	#newsshare .QQ:hover {
		background-color: #287ab5
	}
    #newsshare .weixin2 {
		display:none;
        background-image: url(/dist/images/wq_icon22.png);
    }

.Stockprice-top dl dt {
    background-color: #1d2088;
}

@media(min-width:1024px) {
    .u-sup-title .commonh2 {
        font-size: 22px;
    }

    .u-sup-title .commonh3 {
        font-size: 24px;
    }

    .cover-cate .info .cate-cn {
        font-size: 22px;
    }

    .cover-cate .info .cate-en {
        font-size: 24px;
    }

    .adinfor-lis dd {
        padding-top: 0;
    }

    .Corpo-list .momend-report ul li .comtit18 {
        font-size: 16px;
    }

    #newsshare a {
        margin: 0 5px;
    }
}

@media(min-width:1260px) {
    .Stockprice-top dl dt .price {
        font-size: 30px;
    }
}

@media(min-width:1440px) {
    .Stockprice-top dl dt {
        width: 36%;
    }

        .Stockprice-top dl dt .price {
            font-size: 30px;
        }
}

@media (min-width:1440px) {
    .history-list .history-btn {
        height: 100%;
        width: 100px;
    }

    .history-list .history-left {
        margin-left: -50px;
        opacity: 0;
    }

    .history-list .history-right {
        margin-right: -50px;
        opacity: 0;
    }

    .history-list .history-left:hover {
        margin-left: 0;
        opacity: 1;
    }

    .history-list .history-right:hover {
        margin-right: 0;
        opacity: 1;
    }
}
/*20180809*/
.inside-banner-product {
    position: relative;
    overflow: hidden;
}

    .inside-banner-product img {
        display: block;
        width: 100%;
        transition: transform 12s cubic-bezier(.23,1,.32,1);
        transform: scale(1);
    }

    .inside-banner-product:hover img {
        transform: scale(1.1);
    }

.pro-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}

    .pro-text h3 { /*color: #1f47ca;*/
        font-size: 30px;
        padding: 0 0 6px 0;
        font-weight: bold;
        color: #fff;
    }

    .pro-text h4 {
        color: #fff;
        font-size: 20px; /*text-indent: 6em;*/
        font-weight: lighter;
        line-height: 30px;
    }

.pro-video {
    display: inline-block;
    padding: 0 22px 0 0;
    height: 40px;
    line-height: 40px;
    border: 2px solid #ffffff;
    background: url(/dist/images/provideo.png) no-repeat 10px center;
    color: #ffffff;
    text-indent: 3em;
    margin: 10px 0;
}

@media (min-width: 1024px) {
    .pro-video {
        height: 45px;
        line-height: 38px;
        margin: 20px 0;
        font-size: 16px;
        background: url(/dist/images/provideo.png) no-repeat 23px center;
        text-indent: 3.8em;
    }

    .pro-text {
        padding: 0 40px;
    }

        .pro-text h3 {
            font-size: 40px;
            line-height: 55px;
        }

        .pro-text h4 {
            font-size: 40px;
            line-height: 55px;
            padding: 5px 0;
        }
}

@media (min-width: 1260px) {
    .pro-text {
        padding: 0;
    }
}

@media(min-width:1600px) {
    .pro-text {
        max-width: 1200px;
    }
}

/*@media (min-width: 1440px) {
    .pro-text h3 { font-size: 60px; line-height: 70px; }
    .pro-text h4 { font-size: 36px; }
}*/

/*20180815*/
.Welfaremin .year {
    display: none;
}
/*.Welfaremin .ctext:first-child { display: none; }*/

/*20180816*/
.prdt-new-clumb {
    font-size: 0;
    padding: 30px 0 10px 0;
}

    .prdt-new-clumb a {
        display: inline-block;
        font-size: 14px;
        padding: 5px 10px;
        background-color: #fff;
        border: 1px solid #CCCCCC;
        margin: 0 15px 0 0;
    }

        .prdt-new-clumb a:hover, .prdt-new-clumb a.cur {
            background-color: #2f318b;
            color: #ffffff;
            border-color: #2f318b;
        }


@media (min-width: 1024px) {
    .prdt-new-clumb a {
        padding: 6px 25px;
    }
}

/*20180816*/
.full-prdt-intro .bgcedf1f5 {
    background-color: #edf1f5;
}

/*20180817*/
.prdt-detail-tab .table-sepc td {
    padding: 5px;
    width: auto !important;
}

.applic-image {
    padding: 20px 0 0 0;
}

    .applic-image img {
        display: block;
        width: 100%;
    }

.market-news .mk-news-list li:after {
    display: none;
}

.market-news .mk-news-list li:hover h2 {
    color: #ff0404;
}

@media(min-width:1024px) {
    table {
        width: 100% !important;
    }

    .prdt-detail-tab .table-sepc td {
        padding: 5px;
        /*word-break: break-all;*/
    }

    .Applic-list li {
        float: left;
        width: 50%;
    }

    .applic-image {
        overflow: hidden;
    }

        .applic-image ul {
            margin: 0 -10px;
        }

        .applic-image li {
            float: left;
            width: 50%;
            padding: 0 10px;
        }
}


/*20180820*/
@media(min-width:1199px) {
    .Aboutus-main dl dd {
        font-size: 14px;
        line-height: 24px;
    }
}

/*20180821*/
.Brandpro-list dl dd .bran-img a {
    display: block;
}

.Brandpro-list dl dd .bran-img img {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.Brandpro-list dl dd .bran-img:hover img {
    border-color: #ef1414;
}

#newsshare a {
    width: 25px;
    height: 25px;
    background-size: 100%;
}

#newsshare span {
    font-size: 16px;
}

.rchplatlist0 .topname {
    font-size: 16px;
}

.frindlink {
    border-top: 1px solid #333333;
    margin: 16px 0 0 0;
    padding: 27px 0 0 0;
}

    .frindlink p {
        padding: 0 0 12px 0;
        line-height: 28px;
    }

    .frindlink span {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        background-color: #38577b;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #cfd4d9;
        padding: 0 12px;
    }

.footer .ft-nav .frindlink a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 0 6px;
}

.momend-new {
    padding-bottom: 30px;
}

    .momend-new ul {
        padding-bottom: 20px;
    }

.zdsbacktop {
    background-color: #333;
}

.Applicat-main dl dd a .name {
    color: #fff;
}

.honorlist0 dd p {
    line-height: 30px;
}

    .honorlist0 dd p:hover, .honorlist0 dd p.cur {
        color: #fa431f;
    }

@media(min-width:1024px) {
    .momend-new {
        padding-bottom: 40px;
    }
}

@media(min-width:1199px) {
    .techhonorbox li {
        padding-bottom: 20px;
    }

    .rchplatlist0 .topname {
        font-size: 17px;
    }
}

/*20180821*/
.case-list {
    position: relative;
}

.apply-ctrl {
    display: none;
}

.fucase-weapper {
    position: relative;
    overflow: hidden;
}

.full-cases .case-list ul {
    margin: 0;
}

.full-cases .case-list li {
    padding: 0;
}

.fucse-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    display: block;
    width: 46px;
    height: 47px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 47%;
}

.fucse-prev {
    background-image: url(/dist/images/prve.png);
    left: 0;
}

    .fucse-prev:hover {
        background-image: url(/dist/images/prveho.png);
    }

.fucse-next {
    background-image: url(/dist/images/next.png);
    right: 0;
}

    .fucse-next:hover {
        background-image: url(/dist/images/nextho.png);
    }

@media(min-widht:1024px) {
    .fucse-prev {
        left: -46px;
    }

    .fucse-next {
        right: -46px;
    }
}

@media (min-width: 1440px) {
    .ucse-btn {
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }

    .fucse-prev {
        left: -88px;
    }

    .fucse-next {
        right: -88px;
    }
}

.nologi-box dt {
    background: url(/dist/images/822.jpg) no-repeat center center;
    background-size: cover;
}

.prdt-detail-main .detail-swiper {
    background-color: #dfe6ee;
}

#sharebox .tqqkongjian {
    display: none;
}

.Stockprice-bot .stock-img {
    background-color: #dfe6ee;
    padding: 20px 0;
}


/*2180824*/
@media(min-width:1024px) {
    .mainnav .navban {
        float: left;
        position: relative;
        float: left;
        max-width: 313px;
        min-height: 252px;
        width: 30%;
    }

        .mainnav .navban img {
            position: absolute;
            width: auto;
            max-width: 100%;
            right: 25px;
            z-index: 1;
            top: 50%;
            transform: translate(0,-50%);
        }

    .mainnav .full-subnav .commonweb {
        padding-right: 0;
    }

    .mainnav .sec-nav {
        position: relative;
        width: auto;
        overflow: hidden;
    }

    .mainnav .sec-item {
        padding-right: 28px;
    }

    .full-inews {
        min-height: 778px;
    }
}

@media( min-width:1440px) {
    .mainnav .navban {
        max-width: 513px;
    }
}

/*.full-svgmap { padding-bottom:30px;}*/
@media(min-width:1024px) {
    .full-svgmap .svgmap-inner {
        padding: 30px 0 0 0;
        margin: 0;
    }
}

.full-cases .case-list li .thumb {
    background-color: #dfe6ee;
}

.full-cases .case-list .msg {
    display: -webkit-box;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*2018031*/
.address-box .dot {
    width: 19px;
    height: 30px;
    margin: auto;
    display: block;
    position: absolute;
    z-index: 100;
}

.address-box .dot {
    opacity: 1;
    animation: myfirst .5s infinite ease-in;
    -moz-animation: myfirst .5s infinite ease-in;
    -webkit-animation: myfirst .5s infinite ease-in;
    -o-animation: myfirst .5s infinite ease-in;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    position: absolute;
    bottom: 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.address-box:hover .dot {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}


@keyframes myfirst {
    from {
        transition: All 0.4s linear;
        -webkit-transition: All 0.4s linear;
        -moz-transition: All 0.4s linear;
        -o-transition: All 0.4s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

@-moz-keyframes myfirst {
    from {
        transition: All 0.4s linear;
        -webkit-transition: All 0.4s linear;
        -moz-transition: All 0.4s linear;
        -o-transition: All 0.4s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

@-webkit-keyframes myfirst {
    from {
        transition: All 0.4s linear;
        -webkit-transition: All 0.4s linear;
        -moz-transition: All 0.4s linear;
        -o-transition: All 0.4s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

@-o-keyframes myfirst {
    from; {
        transition: All 0.4s linear;
        -webkit-transition: All 0.4s linear;
        -moz-transition: All 0.4s linear;
        -o-transition: All 0.4s linear;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
    }
}

.world-new-map {
    padding: 30px;
}

.address-name {
    font-size: 0;
    text-align: center;
}

    .address-name a {
        display: inline-block;
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
    }

        .address-name a img {
            display: block;
            height: 30px;
            margin: 10px auto 0;
        }

.recruit-map {
    margin: 18px 0 0;
    display: inline-block;
    position: relative;
}

    .recruit-map img {
        display: block;
        width: 100%;
    }

.region-list {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}


.show-regin {
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    color: #000;
    animation: myfirst .5s infinite ease-in;
    -moz-animation: myfirst .5s infinite ease-in;
    -webkit-animation: myfirst .5s infinite ease-in;
    -o-animation: myfirst .5s infinite ease-in;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
}

    .show-regin span {
        display: block;
        width: 100px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }

.china-new-map {
    padding-top: 30px;
    padding-bottom: 30px;
}

.region-list:hover .show-regin span {
    color: #ff0404;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@media(min-width:1024px) {
    .address-name a {
        font-size: 18px;
    }
}


/*2180906*/
.cover-cate .info .cate-en, .full-prdt-cover .cover-title .cn {
    display: none;
}

.cover-cate li:hover .info .cate-cn {
    color: #2f318b;
}

.cover-cate .info .detail {
    color: #2f318b;
}

.cover-cate li:hover .info .cate-cn::after {
    border-bottom-color: #2f318b;
}

.full-cases .case-list li img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    -moz-transition: transform ease .7s, -moz-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
}

.full-cases .case-list li:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.full-cases .case-list li:hover .name {
    color: #ff0404;
}

.u-sup-title .commonh2 {
    display: none;
}

@media (min-width:1024px) {
    .full-inside-subnav .subnav.padding {
        padding: 0 50px;
    }

    .full-inside-subnav .subnav {
        display: block;
        position: static;
        overflow: hidden;
        background-color: transparent;
        padding-bottom: 0;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .full-inside-subnav .subnav ul {
            height: 80px;
        }

        .full-inside-subnav .subnav li {
            width: auto;
            display: inline-block;
            -webkit-flex-shrink: 0;
            -ms-flex: 0 0 auto;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 100%;
            -ms-flex-pack: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
        }

        .full-inside-subnav .subnav .sub-btn {
            margin: 0;
            width: 44px;
            height: 100%;
            cursor: pointer;
            z-index: 10;
            background-color: #1d2088;
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0;
        }

            .full-inside-subnav .subnav .sub-btn:before {
                display: block;
                content: "";
                width: 16px;
                height: 16px;
                border-left: 2px solid #fff;
                border-bottom: 2px solid #fff;
                transform: rotate(40deg);
                -webkit-transform: rotate(40deg);
                -moz-transform: rotate(40deg);
                -ms-transform: rotate(40deg);
                -o-transform: rotate(40deg);
                margin: 32px 0 0 17px;
            }

            .full-inside-subnav .subnav .sub-btn.sub-prev {
                left: 0;
            }

                .full-inside-subnav .subnav .sub-btn.sub-prev:before {
                    transform: rotate(40deg);
                    -webkit-transform: rotate(40deg);
                    -moz-transform: rotate(40deg);
                    -ms-transform: rotate(40deg);
                    -o-transform: rotate(40deg);
                    margin: 32px 0 0 17px;
                }

            .full-inside-subnav .subnav .sub-btn.sub-next {
                right: 0;
            }

                .full-inside-subnav .subnav .sub-btn.sub-next:before {
                    transform: rotate(225deg);
                    -webkit-transform: rotate(225deg);
                    -moz-transform: rotate(225deg);
                    -ms-transform: rotate(225deg);
                    -o-transform: rotate(225deg);
                    margin: 32px 0 0 8px;
                }
}

/*20180912*/
#allmap #map {
    border: none !important;
    width: 100%;
    height: 200px;
}

.Cultural-main dd .ctext span, .university-main dd .ctext span {
    position: static;
    display: block;
}

.Cultural-main dd .ctext, .university-main dd .ctext {
    padding-left: 0;
}

.Preview-main .pevname {
    display: none;
}

.certificate .title {
    display: none;
}

.mainnav li:nth-child(2) .navban {
    display: none;
}

@media(min-width:1024px) {
    .footer .ft-nav li {
        padding-right: 15px;
    }

        .footer .ft-nav li:last-child {
            padding-right: 0;
        }
}

@media(min-width:1199px) {
    .footer .ft-bot .tel {
        float: left;
        max-width: 222px;
    }

    .footer .ft-bot .bot-info {
        float: right;
        overflow: hidden;
    }
}

@media(min-width:1280px) {
    .footer .ft-nav li {
        padding-right: 25px;
    }
}

@media(min-width:1400px) {
    .footer .ft-nav li {
        padding-right: 20px;
    }
}


/*20180914*/
.adinfor-lis .ctext {
    padding-left: 60px;
}

.adinfor-lis dd {
    padding-top: 0;
}

.adinfor-lis dt {
    padding-top: 20px;
}

.Applicat-main dl dd .fu-name {
    display: none;
}

@media(min-width:768px) {
    .Aboutus-main dl dd {
        text-align: justify;
    }
}

@media(min-width:1024px) {
    .indsharebox #sharebox a {
        margin-right: 5px;
    }

    .adinfor-lis dt {
        position: static;
        width: 100%;
    }

    #allmap, #allmap #map {
        height: 450px;
    }

    .adinfor-lis dd {
        float: none;
        width: 100%;
    }

    .Aboutus-main dl dt {
        margin-left: 26px;
    }

    .mainnav .sec-nav {
        padding-left: 0;
    }

    .bannertitle {
        font-weight: bold;
    }

    .footer .ft-info {
        font-size: 12px;
width:19%;
    }
}

@media(min-width:1280px) {
    .header .hd-logo {
        padding-top: 12px;
    }

        .header .hd-logo img {
            height: 70px;
        }

    .bannertitle {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .banneroyitle {
        font-size: 30px;
    }
}

@media(min-width:1280px) {
  .lang-m{display:none;}
}
@media(min-width:1440px) {
  .lang-m{display:none;}
}
@media(min-width:768px) {
 .lang-m{display:none;}
}

.lang-m{position:fixed; top:15px;left:inherit;z-index:0; width:100%; text-align:center;}

@media(min-width:1440px) {

    .footer .ft-info {
        font-size: 14px;
    }
}
/*20180918*/
@media(min-width:768px) {
    .prdt-cate .cate-swiper a {
        padding: 0 20px;
    }

    .prdt-cate li {
        width: auto;
        display: inline-block;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
}


/*20180921*/
@media(min-width:1024px) {
    .full-prdt-intro .desc {
        float: none;
        width: 100%;
    }

    .bannertitle {
        padding-bottom: 0;
    }

    .bannertitle, .banneroyitle {
        font-size: 40px;
        line-height: 55px;
    }
}

@media(min-width:1199px) {
    .bannertextcont {
        padding: 0;
    }
}


/*20180928*/
.full-prdt-list .commonweb {
    position: relative;
}

@media(max-width:768px) {
    .pro-text {
        top: 32%;
    }
}

.prdt-new-link {
    font-size: 0;
}

    .prdt-new-link a {
        display: inline-block;
        font-size: 14px;
        padding: 5px 10px;
        background-color: #fff;
        border: 1px solid #CCCCCC;
        margin: 0 15px 0 0;
    }

        .prdt-new-link a:hover, .prdt-new-link a.cur {
            background-color: #2f318b;
            color: #ffffff;
            border-color: #2f318b;
        }

#newsshare {
    text-align: left;
}

@media (min-width: 375px) {

    .prdt-new-link {
        position: absolute;
        right: 0;
        top: 30px;
    }
}

@media (min-width: 1024px) {
    .prdt-new-link a {
        padding: 6px 25px;
    }
}


/*20181022*/

.office div h3 {
    font-weight: bold;
}

.office div {
    width: 300px;
    height: 200px;
    margin-right: 20px;
    display: block;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

@media(min-width:1024px){
	.feedback-content .must:before{
		left: 16px;
    	top: 15px;
	}
	.feedback-content .must.full:before{
		left: 11px;
	}
}
