﻿@charset "UTF-8";



* {
    font-family: Arial, Helvetica, sans-serif;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    color: #666;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

body {
    /*font-size: 14px;*/
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    overflow-x: hidden;
    background: #fff;
}

.h1, .h2, .h3, .h4, .h5 {
    padding: 0;
    margin: 0;
    font-weight: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    padding: 0;
    margin: 0;
}

input, textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.gif) no-repeat scroll 98% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    select::-ms-expand {
        display: none;
    }

a, a:active {
    color: #333;
}

    a:hover {
        color:  #C53034;
    }

    a, a:link, a:visited, a:hover, a:active {
        text-decoration: none;
        noline: -webkit-tap-highlight-color:rgba(0,0,0,0); /* 去掉链接触摸高亮 */
        -webkit-tap-highlight-color: transparent;
    }

        :focus, a:focus {
            outline: none;
            -moz-outline: none;
        }

table, td, th {
    border-collapse: collapse;
    border-spacing: 0;
}

.ul, .ul li {
    list-style: none;
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2, .dot3, .dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.dot2 {
    -webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

.ytable {
    display: table;
    width: 100%;
    height: 100%;
}

.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}
/*设置隐藏*/
.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto-inner {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

.pr {
    position: relative;
}

.nm {
    margin: 0;
}

.nfw {
    font-weight: normal;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz21 {
    font-size: 21px;
}

.fz25 {
    font-size: 25px;
}
/*baidu edit css*/
.view.editor p {
    margin: 16px 0;
}

.view.editor .list-paddingleft-2 {
    padding-left: 0;
}

.view.editor ol, .view.editor ul {
    width: auto;
}

.view.editor li {
    clear: inherit;
}

.number {
    font-family: "Oswald-Medium";
}

.img-block {
    display: block;
    width: 100%;
}
/*STAR*/


.top-main {
    position: relative;
    z-index: 101;
}

    .top-main .top {
        background:  #C53034;
        height: 44px;
        position: relative;
        z-index: 100;
    }

        .top-main .top .logo {
            position: absolute;
            left: 3.646%;
            top: 100%;
            width: 40%;
            max-width: 248px;
            background:  #C53034;
        }

@media(min-width:1025px) {
    .top-main .top .logo {
        width: 20%;
        left: 5.678%;
    }
}

.top-main .bottom {
    background: #ececec;
    padding-right: 3.646%;
}

    .top-main .bottom dl.dl,
    .top-menu {
        float: right;
    }

        .top-menu li {
            padding: 18px 20px;
            position: relative;
        }

            .top-menu li a {
                display: block;
                line-height: 30px;
            }

            .top-menu li.aon a {
                color:  #C53034;
            }

            .top-menu li .sub {
                position: absolute;
                left: 0;
                top: 100%;
                display: none;
                width: 100%;
                text-align: center;
            }

            .top-menu li#m37 .sub,
            .top-menu li#m68 .sub {
                left: -50%;
                width: 200%;
            }

            .top-menu li em {
                font-style: normal;
            }

            .top-menu li a {
                display: block;
            }

            .top-menu li .sub dt {
                display: block;
                background: rgba(0,0,0,0.6);
            }

                .top-menu li .sub dt a {
                    display: block;
                    white-space: nowrap;
                    line-height: 40px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    color: #FFFFFF;
                }

                    .top-menu li .sub dt a:hover {
                        background:  #C53034;
                        color: #fff;
                    }

@media(min-width:1025px) {
    .top-menu li {
        float: left;
    }

        .top-menu li:not(:last-child):after {
            position: absolute;
            content: '';
            width: 1px;
            height: 12px;
            background: #333;
            right: 0;
            top: 50%;
            margin-top: -6px;
        }
}

@media(min-width:1025px) and (max-width:1100px) {
    .top-menu li {
        padding: 0 15px;
    }
}

@media(max-width:1024px) {
    .top-menu {
        z-index: 200;
        position: absolute;
        right: 3.646%;
        top: 100%;
        background: #fff;
        box-shadow: 0 3px 5px rgba(0,0,0,0.5);
        width: 58%;
        max-width: 240px;
        border-radius: 0 0 5px 5px;
        display: none;
    }

        .top-menu li {
            padding: 10px 20px;
        }

            .top-menu li:nth-child(2n) {
                background: #f5f5f5;
            }

    .open-menu {
        margin-left: 20px;
        width: 40px;
        height: 30px;
        position: relative;
    }

        .open-menu span,
        .open-menu:before,
        .open-menu:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 3px;
            background:  #C53034;
        }

        .open-menu.on:before,
        .open-menu.on:after,
        .open-menu span {
            top: 50%;
            margin-top: -1.5px;
        }

        .open-menu:before {
            top: 5px;
        }

        .open-menu:after {
            bottom: 5px;
        }

        .open-menu.on span {
            display: none;
        }

        .open-menu.on:before,
        .open-menu.on:after {
            left: 15%;
            width: 70%;
        }

        .open-menu.on:before {
            transform: rotate(45deg);
        }

        .open-menu.on:after {
            bottom: auto;
            transform: rotate(-45deg);
        }

    .top-main .bottom dl.dl {
        padding: 2% 0;
    }
}

@media(max-width:640px) {
    .top-menu li .sub {
        position: relative;
        top: auto;
        font-size: 14px;
    }

    .top-menu li#m37 .sub,
    .top-menu li#m68 .sub {
        left: 0;
        width: 100%;
    }

    .top-main .top {
        height: 2px;
    }

        .top-main .top .logo {
            padding: 15px 0
        }
}
/*导航公共样式 end*/

.top-main .bottom dl.dl > * {
    float: left;
}

.open-search {
    width: 20px;
    background: url(../images/btn-search.png?1) no-repeat center center;
    cursor: pointer;
    height: 30px;
}

    .open-search.on {
        background: none;
        position: relative;
    }

        .open-search.on:before,
        .open-search.on:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            background:  #C53034;
            left: 0;
            top: 50%;
            margin-top: -1px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        }

        .open-search.on:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        }

.top-search {
    display: none;
    border-radius: 4px;
    width: 50%;
    max-width: 300px;
    position: absolute;
    top: 100%;
    right: 3.646%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

    .top-search .text {
        color: #999;
        width: 100%;
        line-height: 36px;
        height: 36px;
        padding: 0 40px 0 10px;
        border: none;
        background: none;
    }

        .top-search .text.focus {
            color: #333;
        }

    .top-search a {
        width: 36px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/btn-search.png?1) no-repeat center center;
    }

@media(min-width:1025px) {
    .top-main .bottom dl.dl {
        margin-left: 30px;
        margin-top: 18px;
    }
}



/*banner*/
.page-ban {
    position: relative;
    z-index: 1;
}

    .page-ban a {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 20;
        opacity: 0;
        -webkit-opacity: 0;
    }

    .page-ban img {
        display: block;
        width: 100%;
        max-height: 590px;
    }

@media(min-width:1025px) {
    .page-ban .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .page-ban .pc {
        display: none;
    }
}

/*bottom*/
.bottom-main {
    background: #1b1b1b;
    color: #fff;
    padding-top: 55px;
    position: relative;
    z-index: 100;
}

    .bottom-main a {
        color: #fff;
    }

    .bottom-main .auto-inner {
        max-width: 1482px;
    }

    .bottom-main > .auto-inner {
        position: relative;
        padding-bottom: 4%;
    }

    .bottom-main .foot-links {
        padding-left: 80px;
        padding-bottom: 20px;
        position: relative;
    }

        .bottom-main .foot-links b {
            left: 0;
            position: absolute;
            font-weight: normal;
            font-size: 14px;
        }

        .bottom-main .foot-links .item {
            float: left;
            padding-right: 20px;
        }

        .bottom-main .foot-links a {
            opacity: 0.6;
            -webkit-opacity: 0.6;
            font-size: 14px;
        }

            .bottom-main .foot-links a:hover {
                opacity: 1;
                -webkit-opacity: 1;
            }

        .bottom-main .foot-links .slick-arrow {
            cursor: pointer;
            overflow: hidden;
            width: 24px;
            height: 24px;
            display: block;
            position: absolute;
            top: 0;
            border: none;
            padding: 0;
            margin: 0;
            text-indent: -99px;
            background: no-repeat center center;
            background-size: contain
        }

        .bottom-main .foot-links .slick-prev {
            left: 0;
            background-image: url(../images/page/a_prev.gif);
        }

        .bottom-main .foot-links .slick-next {
            right: 0;
            background-image: url(../images/page/a_next.gif);
        }



.contact .number {
    margin-bottom: 27px;
    font-size: 36px;
    line-height: 38px;
}

    .contact .number:before {
        display: inline-block;
        content: '';
        background: url(../images/call.png) no-repeat center center;
        width: 39px;
        height: 38px;
        margin-right: 10px;
        vertical-align: middle;
        margin-top: -12px;
    }

.contact ul {
    padding: 0 13%;
}

.contact li {
    float: left;
    width: 45.614%;
    text-align: center;
}

    .contact li:not(:last-child) {
        margin-right: 8.772%;
    }

    .contact li figure {
        padding-top: 10px;
    }

.bottom-main nav dl {
    float: left;
    margin-right: 60px;
}

.bottom-main nav dt {
    font-size: 18px;
    padding-bottom: 30px;
}

.bottom-main nav dd {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

    .bottom-main nav dd a {
        transition: 0.3s;
        opacity: 0.6;
        -webkit-opacity: 0.6;
    }

        .bottom-main nav dd a:hover {
            opacity: 1;
            -webkit-opacity: 1;
        }

.share-copyright {
    border-top: 1px solid #323232;
    padding: 34px 0;
}

    .share-copyright dt p a {
        margin-left: 26px;
    }

    .share-copyright dt aside {
        opacity: 0.6;
        -webkit-opacity: 0.6;
    }

    .share-copyright dd em {
        font-style: normal;
        line-height: 28px;
        margin-right: 15px;
    }

    .share-copyright dd .bshare-custom a {
        float: left;
        width: 28px;
        height: 28px;
        margin-right: 9px;
        padding: 0;
        line-height: 28px;
        background: url(../images/share.png) no-repeat 0 0;
    }

        .share-copyright dd .bshare-custom a.bshare-sinaminiblog {
            background-position: -37px 0;
        }

        .share-copyright dd .bshare-custom a.bshare-qqim {
            background-position: -75px 0;
        }

@media(min-width:1025px) {
    .bottom-main > .auto-inner {
        padding-right: 285px;
    }

    .contact {
        position: absolute;
        right: 0;
        top: 0;
        width: 285px;
    }

    .bottom-main nav {
        min-height: 232px;
    }

    .contact .number {
        text-align: right;
    }
}

@media(max-width:1024px) {
    .bottom-main nav {
        display: none;
    }

    .contact {
        width: 90%;
        max-width: 285px;
        margin: 0 auto;
    }

        .contact .number {
            text-align: center;
        }
}

@media(min-width:641px) {
    .share-copyright dl > * {
        max-width: 48%;
    }

    .share-copyright dd {
        float: left;
        padding-top: 10px;
    }

    .share-copyright dt {
        float: right;
        text-align: right;
    }

    .share-copyright dd > * {
        float: left;
    }

    .share-copyright dt p {
        margin: 0 0 10px 0;
    }
}

@media(max-width:640px) {
    .share-copyright {
        text-align: center;
    }

        .share-copyright dd {
            overflow: hidden;
        }

        .share-copyright dt p a {
            margin: 0 10px;
        }

        .share-copyright dd > * {
            display: inline-block;
            vertical-align: middle;
        }

    .bottom-main .foot-links {
        padding-top: 20px;
    }

        .bottom-main .foot-links .slider {
            padding: 0 30px;
        }
}

@media(max-width:640px) {
    .contact .number {
        font-size: 30px;
    }

    .contact li figure {
        font-size: 12px;
    }
}

.gettop {
    z-index: 100;
    border-bottom: solid 17px #006372;
    cursor: pointer;
    position: absolute;
    right: 3.646%;
    top: -53px;
    width: 70px;
    height: 70px;
    background:  #C53034 url(../images/gettop.png) no-repeat center center;
}

@media(max-width:768px) {
    .gettop {
        top: -40px;
        width: 40px;
        height: 40px;
    }
}

.bsBox,
.bsBox * {
    box-sizing: content-box;
}

/*nav-menu*/
.nav-menu {
    position: relative;
    z-index: 1;
    border-top: 1px solid #e2e3e7;
    overflow: hidden;
}

    .nav-menu:after {
        position: absolute;
        content: '';
        z-index: 1;
        left: 0;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #e2e3e7;
        bottom: 10px;
        background: #f9f9f9;
    }

    .nav-menu .auto-inner {
        position: relative;
        z-index: 10;
    }

    .nav-menu li {
        position: relative;
    }

        .nav-menu li a {
            display: inline-block;
            border-bottom: 2px solid transparent;
            padding: 29px 0;
        }

        .nav-menu li.aon a {
            border-bottom-color:  #C53034;
        }

        .nav-menu li:after {
            display: block;
            margin: 0 auto;
            content: '';
            border: 5px solid transparent;
            width: 0;
            height: 0;
        }

        .nav-menu li.aon:after {
            border-top-color:  #C53034;
        }

    .nav-menu .owl-nav {
        display: none;
    }

@media(max-width:640px) {
    .nav-menu li a {
        padding: 15px 0;
    }
}

.th-nav {
    padding-bottom: 50px;
}

    .th-nav ul {
        display: table;
        margin: 0 auto;
    }

    .th-nav li {
        transition: 0.3s;
        float: left;
        margin: 2px 18px;
        padding: 3px;
        border-radius: 42px;
        background: rgb(198,228,172);
        background: -moz-linear-gradient(left, rgba(198,228,172,1) 0%, rgba(153,193,199,1) 100%);
        background: -webkit-linear-gradient(left, rgba(198,228,172,1) 0%,rgba(153,193,199,1) 100%);
        background: linear-gradient(to right, rgba(198,228,172,1) 0%,rgba(153,193,199,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e4ac', endColorstr='#99c1c7',GradientType=1 );
    }

        .th-nav li a {
            transition: 0.3s;
            color: #666;
            display: block;
            padding: 0 30px;
            background: #fff;
            text-align: center;
            min-width: 173px;
            line-height: 36px;
            border-radius: 36px;
        }

        .th-nav li:hover,
        .th-nav li:hover a,
        .th-nav li.aon a,
        .th-nav li.aon {
            background:  #C53034;
        }

            .th-nav li:hover a,
            .th-nav li.aon a {
                color: #fff;
            }

@media(max-width:640px) {
    .th-nav {
        padding-bottom: 20px;
    }

        .th-nav ul {
            display: block;
            overflow: hidden;
            text-align: center;
        }

        .th-nav li {
            margin: 2px 0.5%; /*max-width:31% ;*/
            float: none;
            display: inline-block;
        }

            .th-nav li a {
                min-width: inherit;
                padding: 0 10px;
                line-height: 30px;
            }
}

.Content {
    padding: 40px 0;
}

.has-contentbg {
    background: url(../images/has-contentbg.jpg) repeat left top;
    margin-top: -10px;
}

.SinglePage {
    padding-bottom: 55px;
    line-height: 30px;
    color: #888;
    text-align: justify;
}

    .SinglePage .center {
        text-align: center
    }

.column-name {
    text-align: center;
    color:  #C53034;
    font-size: 40px;
    padding-bottom: 20px;
}

    .column-name b {
        display: block;
        font-size: 44px;
        font-family: Arial Black, Helvetica, sans-serif;
        text-transform: uppercase;
        padding: 9px 0 0 0;
    }

    .column-name:after {
        display: block;
        content: '';
        width: 67px;
        margin: 20px auto 0;
        height: 2px;
        background: #d1d1d1;
    }

@media(max-width:1024px) {
    .column-name,
    .column-name b {
        font-size: 32px;
    }
}

@media(max-width:960px) {
    .column-name,
    .column-name b {
        font-size: 26px;
    }
}

@media(max-width:640px) {
    .Content {
        padding: 20px 0;
    }
}

@media(max-width:480px) {
    .column-name,
    .column-name b {
        font-size: 20px;
    }
}

.SinglePage .column-name {
    line-height: normal;
}

.list-About {
    background: #fbfbfb;
    padding: 4% 0;
}

    .list-About .main {
        background: url(../images/histroybg.png) no-repeat center top;
        position: relative;
        z-index: 1;
    }

        .list-About .main:after {
            position: absolute;
            content: '';
            top: 48px;
            bottom: 0;
            width: 1px;
            background: #d0d0d0;
        }

    .list-About .column-name {
        padding-bottom: 5%;
    }

    .list-About .main li {
        z-index: 4;
        position: relative;
        padding-bottom: 7%;
    }

        .list-About .main li * {
            transition: 0.3s;
        }

        .list-About .main li:first-child {
            margin-top: 0 !important;
        }

        .list-About .main li time {
            font-size: 36px;
            color: #ccc;
            font-weight: bold;
        }

        .list-About .main li pre {
            padding-top: 28px;
            line-height: 24px;
        }

        .list-About .main li time i {
            position: absolute;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: #d0d0d0;
            top: 50%;
            margin-top: -4.5px;
        }

        .list-About .main li time:after {
            width: 30px;
            height: 1px;
            position: absolute;
            content: '';
            top: 50%;
            margin-top: -0.5px;
            background: #bebebe;
        }

        .list-About .main li:hover time {
            color:  #C53034;
        }

            .list-About .main li:hover time i:before,
            .list-About .main li:hover time:after,
            .list-About .main li:hover time i {
                background:  #C53034;
            }

                .list-About .main li:hover time i:before {
                    position: absolute;
                    content: '';
                    left: -9px;
                    top: -9px;
                    bottom: -9px;
                    right: -9px;
                    border-radius: 50%;
                    opacity: 0.3;
                    -webkit-opacity: 0.3;
                    -ms-opacity: 0.3;
                }

    .list-About .more {
        display: none;
        margin-top: 15px;
        margin-top: -7%;
        padding-top: 64px;
        text-align: center;
        position: relative;
        z-index: 10;
    }

        .list-About .more:before {
            position: absolute;
            left: 50%;
            margin-left: -2px;
            content: '';
            width: 4px;
            height: 64px;
            top: 0;
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(253,253,253,0.8) 57%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(253,253,253,0.8) 57%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(253,253,253,0.8) 57%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
        }

        .list-About .more a {
            display: inline-block;
            color:  #C53034;
            background: url(../images/more.png) no-repeat center top #fbfbfb;
            padding: 50px 10px 0;
        }

@media(min-width:769px) {
    .list-About .main li {
        width: 50%;
    }

        .list-About .main li:nth-child(2n-1) {
            padding-right: 240px;
        }

        .list-About .main li:nth-child(2n) {
            margin-left: 50%;
            padding-left: 240px;
        }

        .list-About .main li .pic {
            position: relative;
        }

        .list-About .main li time {
            position: absolute;
            width: 200px;
            top: 50%;
            margin-top: -23.5px
        }

    .list-About .main:after {
        left: 50%;
        margin-left: -0.5px;
    }

    .list-About .main li:nth-child(2n-1) time {
        right: -240px;
    }

    .list-About .main li:nth-child(2n) time {
        left: -240px;
        text-align: right;
    }

    .list-About .main li:nth-child(2n-1) time i {
        right: -4px;
    }

    .list-About .main li:nth-child(2n-1) time:after {
        right: 44px;
    }

    .list-About .main li:nth-child(2n) time i {
        left: -5px;
    }

    .list-About .main li:nth-child(2n) time:after {
        left: 44px;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .list-About .main li:nth-child(2n-1) {
        padding-right: 170px;
    }

    .list-About .main li:nth-child(2n) {
        padding-left: 170px;
    }

    .list-About .main li time {
        width: 150px;
        font-size: 30px;
    }

    .list-About .main li:nth-child(2n-1) time {
        right: -170px;
    }

    .list-About .main li:nth-child(2n) time {
        left: -170px;
    }

    .list-About .main li:nth-child(2n-1) time:after {
        right: 20px;
    }

    .list-About .main li:nth-child(2n) time:after {
        left: 20px;
    }
}

@media(max-width:768px) {
    .list-About .main {
        background-position: 0 0;
        padding-top: 48px;
    }

        .list-About .main li {
            padding-left: 50px;
            padding-right: 25px;
            margin-top: 0 !important;
        }

            .list-About .main li time {
                position: relative;
                top: auto !important;
                display: block;
                margin-bottom: 20px;
                font-size: 30px;
            }

        .list-About .main:after {
            left: 20px;
        }

        .list-About .main li time i {
            left: -34px;
        }

        .list-About .main li time:after {
            left: -30px;
        }

        .list-About .main li pre {
            font-size: 14px;
            padding-top: 20px;
        }
}

.cultrue-Plate {
    padding: 5% 0 8% 0;
}

    .cultrue-Plate ul {
        margin-left: -1px;
        margin-right: -1px;
    }

    .cultrue-Plate li.active * {
        transition: 0.3s ease-in-out;
    }

    .cultrue-Plate li {
        position: relative;
        margin-bottom: 2px;
    }

        .cultrue-Plate li .txt {
            position: absolute;
            z-index: 10;
            color: #fff;
            text-align: center;
        }

        .cultrue-Plate li.off .txt {
            left: 0;
            right: 0;
            height: 100%;
            font-size: 19px;
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(115,115,115,0) 55%, rgba(0,0,0,0.5) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(115,115,115,0) 55%,rgba(0,0,0,0.5) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(115,115,115,0) 55%,rgba(0,0,0,0.5) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
        }

        .cultrue-Plate li.off dl {
            position: absolute;
            left: 5%;
            right: 5%;
            bottom: 5%;
        }

        .cultrue-Plate li.off b i {
            font-style: normal;
            margin: 0 5px;
        }

        .cultrue-Plate li.active .txt {
            left: 20px;
            top: 20px;
            bottom: 20px;
            right: 20px;
            padding: 2%;
            background: rgba(0,0,0,0.5);
        }

        .cultrue-Plate li.active dl {
            display: table;
            width: 100%;
            height: 100%;
        }

        .cultrue-Plate li.active dt {
            display: table-cell;
            vertical-align: middle;
        }

        .cultrue-Plate li.active b i {
            display: none;
        }

        .cultrue-Plate li.active b {
            display: block;
            font-size: 30px;
            padding-bottom: 3%;
        }

        .cultrue-Plate li.active span {
            font-size: 22px;
            display: block;
        }

@media(min-width:769px) {
    .cultrue-Plate li {
        width: 49.923%;
        float: left;
    }

        .cultrue-Plate li:nth-child(2n) {
            float: right;
        }

        .cultrue-Plate li .Ispic {
        }
}

@media(min-width:769px) and (max-width:1024px) {
    .cultrue-Plate li.off .txt {
        font-size: 16px;
    }

    .cultrue-Plate li.active b {
        font-size: 24px;
    }

    .cultrue-Plate li.active span {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .cultrue-Plate li .Ispic {
    }
}

@media(max-width:480px) {
    .cultrue-Plate li.off .txt {
        font-size: 14px;
    }

    .cultrue-Plate li.active b {
        font-size: 16px;
    }

    .cultrue-Plate li.active span {
        font-size: 14px;
    }
}

.cultrue-Team {
    padding-bottom: 5%;
}

    .cultrue-Team .top .slider li .Ispic {
    }

    .cultrue-Team .top .slick-arrow {
        padding: 0;
        background: none;
        cursor: pointer;
        font-size: 0;
        z-index: 10;
        position: absolute;
        width: 40px;
        height: 40px;
        border: 0;
        top: 50%;
        margin-top: -20px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        border-radius: 0 3px 0 0;
        opacity: 0.5;
        -webkit-opacity: 0.5;
    }

    .cultrue-Team .top .slick-prev {
        left: 20px;
        transform: rotate(-135deg);
    }

    .cultrue-Team .top .slick-next {
        right: 20px;
        transform: rotate(45deg);
    }

    .cultrue-Team .top {
        position: relative;
    }

    .cultrue-Team .other li {
        float: left;
    }

        .cultrue-Team .other li .Ispic {
        }

@media(min-width:641px) {
    .cultrue-Team .top .slider {
        width: 64.0625%;
    }

    .cultrue-Team .top.no-top {
        padding-bottom: 39.0625%;
    }

        .cultrue-Team .top.no-top .slider {
            position: absolute;
        }

    .cultrue-Team .top ol {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 35.15625%;
    }

    .cultrue-Team .other {
        margin-top: 0.78125%;
    }

        .cultrue-Team .other li {
            width: 24.296875%;
        }

            .cultrue-Team .other li:not(:nth-child(4n)) {
                margin-right: 0.9375%;
            }

    .cultrue-Team .top ol li {
        position: absolute;
        left: 0;
        width: 100%;
        height: 49%;
    }

        .cultrue-Team .top ol li:nth-child(1) {
            top: 0;
        }

        .cultrue-Team .top ol li:nth-child(2) {
            bottom: 0;
        }

        .cultrue-Team .top ol li .Ispic {
            height: 100%;
        }
}

@media(max-width:640px) {
    .cultrue-Team .top ol {
        overflow: hidden;
        margin-top: 2%;
    }

        .cultrue-Team .other li,
        .cultrue-Team .top ol li {
            float: left;
            width: 49%;
        }

            .cultrue-Team .other li:nth-child(2n),
            .cultrue-Team .top ol li:nth-child(2n) {
                float: right;
            }

            .cultrue-Team .top ol li .Ispic {
            }

    .cultrue-Team .other li {
        margin-top: 2%;
    }
}

@media(max-width:480px) {
    .cultrue-Team .top .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

.list-advantage {
    background: #444;
    padding: 4% 0;
    color: #ccc;
}

    .list-advantage .column-name {
        padding-bottom: 58px;
    }

    .list-advantage li {
        overflow: hidden;
        padding-bottom: 6.5%;
    }

        .list-advantage li .txt pre {
            line-height: 30px;
            font-size: 14px;
        }

        .list-advantage li .icon {
            width: 82px;
        }

            .list-advantage li .icon img {
                border: 2px solid  #C53034;
                border-radius: 50%;
            }

        .list-advantage li aside {
            padding-left: 22px;
            color:  #C53034;
            font-size: 20px;
        }

            .list-advantage li aside span {
                display: block;
                font-size: 32px;
                padding-bottom: 10px;
            }

        .list-advantage li dl {
            margin-bottom: 20px;
        }

@media(min-width:769px) {
    .list-advantage li > * {
        width: 45.390625%;
    }

    .list-advantage li:nth-child(2n-1) .pic {
        float: right;
    }

        .list-advantage li:nth-child(2n-1) .pic img {
            border-radius: 0 0 0 60px;
        }

    .list-advantage li:nth-child(2n-1) .txt {
        float: left;
    }

    .list-advantage li:nth-child(2n) .txt {
        float: right;
    }

    .list-advantage li:nth-child(2n) .pic {
        float: left;
    }

        .list-advantage li:nth-child(2n) .pic img {
            border-radius: 0 0 60px 0;
        }
}

@media(max-width:768px) {
    .list-advantage li .txt {
        padding: 0 0 30px 0 !important;
    }
}

@media(max-width:640px) {
    .list-advantage li .icon {
        width: 60px;
    }

    .list-advantage li aside {
        font-size: 14px;
    }

        .list-advantage li aside span {
            font-size: 22px;
        }

    .list-advantage li .txt pre {
        font-size: 13px;
    }
}

.list-court {
    padding: 4% 0 7% 0;
}

    .list-court li {
        overflow: hidden;
        position: relative;
        float: left;
        width: 49.765625%;
        margin-bottom: 0.46875%;
    }

        .list-court li:nth-child(2n) {
            float: right;
        }

        .list-court li .Ispic { /* padding-bottom:75.04%;*/
            transition: 0.5s ease-in-out;
        }

        .list-court li a,
        .list-court li .txt {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .list-court li a {
            z-index: 3;
        }

        .list-court li .txt {
            z-index: 2;
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(207,207,207,0) 19%, rgba(0,0,0,0.7) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(207,207,207,0) 19%,rgba(0,0,0,0.7) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(207,207,207,0) 19%,rgba(0,0,0,0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
        }

        .list-court li aside {
            position: absolute;
            left: 5%;
            right: 5%;
            bottom: 7%;
            color: #fff;
            font-size: 24px;
            text-align: center;
        }

        .list-court li .icon {
            z-index: 1;
            transition: 0.3s;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -6%;
            height: 30%; /*background-size:contain; background-position:center center; background-repeat:no-repeat;*/
            opacity: 0.2;
            -webkit-opacity: 0.2;
            text-align: center
        }

            .list-court li .icon img {
                transition: 0.5s;
            }

        .list-court li:hover .Ispic {
            transform: scale(1.12);
            -webkit-transform: scale(1.12);
            -ms-transform: scale(1.12);
        }

        .list-court li:hover .icon {
            bottom: auto;
            top: 30%;
            height: 20%;
            opacity: 1;
            -webkit-opacity: 1;
            z-index: 2;
        }

            .list-court li:hover .icon img {
                width: 16%
            }

        .list-court li:hover aside {
            bottom: auto;
            top: 60%;
        }

@media(min-width:1421px) {
    .payoffs .list {
        margin-left: -70px;
        margin-right: -70px;
    }
}

@media(max-width:1024px) {
    .list-court li aside {
        font-size: 18px;
    }
}

.payoffs .list ul {
    padding: 0 50px;
}

.payoffs .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

    .payoffs .list li:first-child:before,
    .payoffs .list li:last-child:after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
    }

    .payoffs .list li:first-child:before {
        left: -50px;
        background: url(../images/honor/ul_l.png) no-repeat 0 0;
    }

    .payoffs .list li:last-child:after {
        right: -50px;
        background: url(../images/honor/ul_r.png) no-repeat 0 0;
    }

    .payoffs .list li aside {
        padding-top: 35px;
        height: 90px;
        background: url(../images/honor/libg.png) repeat-x left top;
    }

    .payoffs .list li .ytable {
        height: 245px;
    }

    .payoffs .list li .ytable-cell {
        vertical-align: bottom;
    }

    .payoffs .list li figure {
        position: relative;
        display: inline-block;
        max-width: 80%;
        /* padding: 11px 8px; */
        /* background: url(../images/kuang.png) no-repeat ; */
        /* background-size:100% ; */
    }

        .payoffs .list li figure:after {
            position: absolute;
            right: -24px;
            background: url(../images/honor/ying.png) no-repeat left bottom;
            width: 24px;
            height: 100%;
            background-size: contain;
            content: '';
        }

        .payoffs .list li figure img {
            max-height: 245px;
            padding: 8px;
            padding-top: 12px;
            background: url(../images/kuang.png) no-repeat;
            background-size: 100% 100%;
        }

    .payoffs .list li p {
        margin: 0 auto;
        max-width: 210px;
        width: 90%;
        line-height: 20px;
        max-height: 40px;
        color: #333;
    }
/*@media(min-width:1025px){*/
.payoffs .list .ul-3 li {
    width: 33.33333333%;
}

    .payoffs .list .ul-3 li:nth-child(3):after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
        right: -50px;
        background: url(../images/honor/ul_r.png) no-repeat 0 0;
    }

.payoffs .list .ul-2 li {
    width: 50%;
}

    .payoffs .list .ul-2 li:nth-child(2):after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
        right: -50px;
        background: url(../images/honor/ul_r.png) no-repeat 0 0;
    }

    .payoffs .list .ul-2 li:nth-child(1) > * {
        padding-left: 30%;
    }

    .payoffs .list .ul-2 li:nth-child(2) > * {
        padding-right: 30%;
    }

.payoffs .list .ul-1 li {
    width: 100%;
}

@media(max-width:640px) {
    .payoffs .list ul {
        padding: 0;
    }

    .payoffs .list li p {
        font-size: 12px;
    }

    .payoffs .list li .ytable {
        height: 150px;
    }

    .payoffs .list li figure img {
        max-height: 150px;
        padding: 3px
    }

    .payoffs .list .ul-2 li:nth-child(1) > * {
        padding-left: 30%;
    }

    .payoffs .list .ul-2 li:nth-child(2) > * {
        padding-right: 30%;
    }

    .payoffs .list .ul-3 li:nth-child(3):after,
    .payoffs .list li:first-child:before {
        display: none;
    }
}

@media(max-width:480px) {
    .payoffs .list li .ytable {
        height: 100px;
    }

    .payoffs .list li figure img {
        max-height: 100px;
    }
}

.payoffs {
    margin-top: -40px;
}

    .payoffs .img {
        overflow: hidden;
        background:  #C53034;
    }

        .payoffs .img img {
            opacity: 0.15;
            -webkit-opacity: 0.15;
        }

    .payoffs .auto-inner {
        position: relative;
        z-index: 10;
        background: #fff;
        border-radius: 50px 50px 0 0;
        padding: 4% 0;
        margin-top: -95px !important;
    }

@media(max-width:768px) {
    .payoffs {
        overflow: hidden;
    }

        .payoffs .auto-inner {
            border-radius: 30px 30px 0 0;
        }

        .payoffs .img img {
            width: 180%;
            max-width: none;
            margin-left: -40%;
        }
}

.meeting .column-name {
    padding: 3.5% 0;
}

.meeting .list ul li {
    float: left;
    margin-bottom: 1.796875%;
    position: relative;
}

    .meeting .list ul li a {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 10;
        opacity: 0;
        -webkit-opacity: 0
    }

    .meeting .list ul li:nth-child(1),
    .meeting .list ul li:nth-child(3) {
        width: 31.71875%;
    }
    /*.meeting .list ul li:nth-child(1) .Ispic{ padding-bottom:65.764%;}*/
    .meeting .list ul li:nth-child(2) {
        float: right;
        width: 66.484375%;
    }
    /*.meeting .list ul li:nth-child(2) .Ispic{ padding-bottom:43.361%;}
.meeting .list ul li:nth-child(3) .Ispic{ padding-bottom:86.454%;}*/
    .meeting .list ul li:nth-child(4) {
        margin-left: 1.796875%;
        width: 26.796875%;
    }
    /*.meeting .list ul li:nth-child(4) .Ispic{ padding-bottom:72.887%;}*/
    .meeting .list ul li:nth-child(5) {
        float: right;
        width: 38.4375%;
    }
/*.meeting .list ul li:nth-child(5) .Ispic{ padding-bottom:50.814%;}*/

.load-click {
    padding: 2% 0 3% 0;
    text-align: center;
}

    .load-click .item {
        padding: 0 9px;
    }

    .load-click .owl-carousel .owl-stage {
        margin: 0 auto;
    }

    .load-click a {
        display: inline-block;
        line-height: 36px;
        border: 1px solid #dad7d7;
        cursor: pointer;
        min-width: 128px;
        padding: 0 20px;
        color: #666666;
    }

        .load-click a:hover,
        .load-click a.on {
            color: #fff;
            border-color:  #C53034;
            background:  #C53034;
        }

@media(max-width:1024px) {
    .load-click a {
        min-width: inherit; /*padding:0 10px;*/
    }
}

.load-main {
    max-width: 1330px;
}

@media(max-width:1024px) {
    .load-main {
        overflow: hidden;
    }
}

.load-main .slider li .Ispic {
    position: relative;
}

    .load-main .slider li .Ispic img {
        display: block;
        width: 100%;
    }

    .load-main .slider li .Ispic a {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 20;
        opacity: 0;
        -webkit-opacity: 0;
    }

    .load-main .slider li .Ispic:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(255,255,255,0.8);
        z-index: 10;
        transition: 0.3s;
    }

.load-main .slider li.slick-current .Ispic:after,
.load-main .slider li.slick-center .Ispic:after {
    opacity: 0;
    -webkit-opacity: 0;
}

.load-main .slick-list {
    overflow: inherit;
}

.load-main .slick-arrow {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 134px;
    margin-top: -67px;
    border: none;
    padding: 0;
    background: rgba(110,185,43,0.5);
    font-size: 0;
    z-index: 10;
    cursor: pointer;
}

    .load-main .slick-arrow:hover {
        background: rgb(110,185,43);
    }

    .load-main .slick-arrow:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -22px;
    }

.load-main .slick-prev {
    left: 25px;
}

    .load-main .slick-prev:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        margin-left: -10px;
    }

.load-main .slick-next {
    right: 25px;
}

@media(min-width:641px) {
    .load-main .slider li .Ispic {
        margin: 0 25px;
    }
}

@media(max-width:640px) {
    .load-main .slick-arrow {
        height: 50%;
        top: 25%;
        width: 30px;
        margin: 0;
    }

        .load-main .slick-arrow:before {
            width: 12px;
            height: 12px;
            margin: -6px 0 0 -6px;
        }

    .load-main .slick-prev {
        left: 0;
    }

    .load-main .slick-next {
        right: 0;
    }
}

.RZ .column-name {
    padding: 5% 0;
}

.all-more {
    text-align: center;
    padding-right: 45px;
    position: relative;
    max-width: 269px;
    width: 70%;
    margin: 0 auto;
    display: block;
    line-height: 43px;
}

    .all-more span {
        transition: 0.3s;
        display: block;
        padding-left: 24px;
        background-color:  #C53034;
        border-radius: 0 0 0 15px;
        color: #fff;
    }

    .all-more:after {
        transition: 0.3s;
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 43px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/more-2-white.png);
        background-color:  #C53034;
        border-radius: 0 15px 0 0;
    }

.company-rz {
    position: relative;
}

@media(min-width:641px) {
    .company-rz .all-more {
        z-index: 10;
        position: absolute;
        right: 9.5%;
        bottom: 10%;
    }

        .company-rz .all-more span {
            background: #fff;
            color: #235b8f;
        }

        .company-rz .all-more:after {
            background-image: url(../images/more-2-blue.png);
            background-color: #fff;
        }

        .company-rz .all-more:hover span {
            background-color:  #C53034;
            color: #fff;
        }

        .company-rz .all-more:hover:after {
            background-image: url(../images/more-2-white.png);
            background-color:  #C53034;
        }
}

@media(max-width:640px) {
    .company-rz .all-more {
        margin: 20px auto;
    }
}

.logo-group li .inner {
    background: rgba(219,219,219,0.2);
    width: 90%;
    max-width: 157px;
    margin: 0 auto;
    border-radius: 0 50px 0 50px;
    padding: 7% 5%;
}

.logo-group li .Ispic {
    text-align: center;
}

.logo-group li aside {
    padding-top: 16px;
    text-align: center;
}

.logo-group .slick-dots {
    text-align: center;
    padding: 5% 0 2% 0;
}

    .logo-group .slick-dots li {
        cursor: pointer;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ddd;
        margin: 0 5px;
    }

        .logo-group .slick-dots li button {
            display: none;
        }

        .logo-group .slick-dots li.slick-active {
            background:  #C53034;
        }

.logo-group .slick-arrow {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 44px;
    margin-top: -84px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background: none;
    text-indent: -999px;
    border: none;
    padding: 0;
    overflow: hidden
}


.logo-group .slick-prev {
    left: 0;
    background-image: url(../images/page/a_prev.gif);
    background-size: 100% 100%;
}

.logo-group .slick-next {
    right: 0;
    background-image: url(../images/page/a_next.gif);
    background-size: 100% 100%;
}

@media(max-width:640px) {
    .logo-group li .Ispic img {
        height: 60px;
    }

    .logo-group .slick-arrow {
        width: 13px;
        height: 33px;
        margin-top: -57px;
    }
}




.product-rz {
    padding-bottom: 4%;
}

    .product-rz li {
        position: relative;
        overflow: hidden;
        border-radius: 0 60px;
        margin-bottom: 3.90625%;
    }

        .product-rz li .pic {
            transition: 0.4s ease-in-out; /*padding-bottom:79.675%;*/
        }

        .product-rz li .txt,
        .product-rz li a {
            z-index: 10;
            position: absolute;
            left: 0;
            width: 100%;
        }

        .product-rz li a {
            z-index: 20;
            top: 0;
            height: 100%;
        }

        .product-rz li .txt {
            background-color: rgba(110,185,43,0.7);
            color: #fff;
            bottom: 0;
            padding: 28px 0 28px 45px;
        }

            .product-rz li .txt strong {
                font-size: 28px;
                padding-bottom: 8px;
                padding-right: 38%;
                display: block;
            }

            .product-rz li .txt p {
                font-size: 18px;
            }

        .product-rz li .icon {
            z-index: 15;
            position: absolute;
            right: 5%;
            width: 30%;
            height: 28%;
            bottom: 65px;
            background-size: contain;
        }

        .product-rz li:hover .pic {
            transform: scale(1.12);
            -webkit-transform: scale(1.12);
            -ms-transform: scale(1.12);
        }

    .product-rz .all-more {
        margin-top: 20px;
    }

        .product-rz .all-more:after,
        .product-rz .all-more span {
            border: 1px solid  #C53034;
        }

        .product-rz .all-more:hover span {
            background: #FFFFFF;
            border: 1px solid  #C53034;
            color:  #C53034;
        }

        .product-rz .all-more:hover:after {
            background-image: url(../images/more-2-blue.png);
            background-color: #fff;
            border: 1px solid  #C53034;
        }

@media(min-width:769px) {
    .product-rz li {
        float: left;
        width: 48.046875%;
    }

        .product-rz li:nth-child(2n) {
            float: right;
        }
}

@media(max-width:1024px) {
    .product-rz li {
        border-radius: 0 20px;
    }

        .product-rz li .txt {
            padding: 3%
        }

            .product-rz li .txt strong {
                font-size: 20px;
            }

            .product-rz li .txt p {
                font-size: 16px;
            }
}

@media(max-width:480px) {
    .product-rz li .txt strong {
        font-size: 20px;
    }

    .product-rz li .txt p {
        font-size: 14px;
    }
}

#honor {
    padding: 6% 0 4% 0;
}

    #honor .list {
        margin: 0;
    }

    #honor .slick-arrow {
        position: absolute;
        top: 50%;
        width: 57px;
        height: 57px;
        margin-top: -30px;
        border: 1px solid #74bc34;
        padding: 0;
        background: none;
        font-size: 0;
        z-index: 10;
        cursor: pointer;
        border-radius: 50%;
    }

        #honor .slick-arrow:hover {
            background: rgb(110,185,43);
        }

        #honor .slick-arrow:before {
            position: absolute;
            content: '';
            width: 18px;
            height: 18px;
            border-top: 2px solid #74bc34;
            border-right: 2px solid #74bc34;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            left: 50%;
            top: 50%;
            margin: -9px 0 0 -11px;
        }

        #honor .slick-arrow:hover:before {
            border-color: #fff;
        }

    #honor .slick-prev {
        left: -59px;
    }

        #honor .slick-prev:before {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            margin-left: -5px;
        }

    #honor .slick-next {
        right: -59px;
    }


/*edit css*/
@media(min-width:769px) {
    .css-4 .column-name {
        text-align: left;
        padding-bottom: 25px;
    }

        .css-4 .column-name:after {
            margin: 0;
        }
}

.css-4 .pic img {
    display: block;
    width: 100%;
}

@media(min-width:769px) {
    .css-4 .txt {
        float: left;
        width: 54.6875%;
    }

    .css-4 .pic {
        float: right;
        width: 36.172%;
        padding-top: 5%;
    }
}

@media(max-width:768px) {
    .css-4 .txt {
        padding: 0 0 20px 0 !important;
    }
}

@media(max-width:768px) {
    #honor .slick-next {
        right: 0;
    }

    #honor .slick-prev {
        left: 0;
    }

    #honor .slick-arrow {
        width: 40px;
        height: 40px;
    }

        #honor .slick-arrow:before {
            width: 12px;
            height: 12px;
            margin-top: -6px
        }

    #honor .slick-prev:before {
    }
}

.css-13 {
    padding-top: 3%;
}

    .css-13 .pic {
        position: relative;
    }

        .css-13 .pic img {
            display: block;
            margin: 0 auto;
        }

        .css-13 .pic li {
            text-align: center;
        }

            .css-13 .pic li b {
                font-size: 32px;
                color:  #C53034;
            }

            .css-13 .pic li p {
                margin: 0;
            }

    .css-13 .txt p {
        text-align: center;
        margin: 3% auto 4%;
        max-width: 1135px;
    }

@media(min-width:769px) {
    .css-13 .pic img {
        width: 41.25%;
    }

    .css-13 .pic li {
        width: 28%;
        position: absolute;
    }

        .css-13 .pic li:nth-child(2n-1) {
            left: 0;
        }

        .css-13 .pic li:nth-child(2n) {
            right: 0;
        }

        .css-13 .pic li:nth-child(1),
        .css-13 .pic li:nth-child(2) {
            top: 20%;
        }

        .css-13 .pic li:nth-child(3),
        .css-13 .pic li:nth-child(4) {
            bottom: 20%;
        }
}

@media(max-width:768px) {
    .css-13 .pic ul {
        padding-top: 4%;
    }

    .css-13 .pic li {
        padding-top: 20px;
        text-align: left
    }

    .css-13 .pic-wap img {
        max-width: 80%
    }
}

@media(max-width:640px) {
    .css-13 .pic li b {
        font-size: 22px;
    }
}


.css-19 .txt li {
    position: relative;
    padding-left: 42px;
    margin-top: 2%;
    padding-bottom: 4%;
}

    .css-19 .txt li h2 {
        font-weight: normal;
        margin: 0 0 10px 0;
        color: #C53034;
        font-size: 24px;
    }

    .css-19 .txt li p {
        margin: 0;
        line-height: 30px;
    }

    .css-19 .txt li:before {
        position: absolute;
        content: '';
        width: 22px;
        height: 22px;
        border-radius: 0 8px 0 8px;
        background: #C53034;
        left: 0;
        top: 4px;
    }

@media(min-width:641px) {
    .css-19 .pic {
        float: right;
        width: 36.171875%;
    }

    .css-19 .txt {
        float: left;
        width: 60.15625%;
    }
}

@media(max-width:640px) {
    .css-19 .pic {
        text-align: center;
        margin: 0 auto;
        width: 80%;
    }

    .css-19 .txt li {
        padding-left: 28px;
    }

        .css-19 .txt li h2 {
            font-size: 18px;
        }

        .css-19 .txt li p {
            font-size: 13px;
            line-height: 24px;
        }

        .css-19 .txt li:before {
            width: 18px;
            height: 18px;
            border-radius: 0 6px 0 6px;
        }
}

.css-21 {
    padding: 4% 0 0 0;
    font-size: 15px;
}

    .css-21 .column-name {
        text-align: left;
        padding-bottom: 25px;
    }

        .css-21 .column-name:after {
            margin-left: 0;
            margin-right: 0;
        }

    .css-21 .pic {
        margin-top: 4%;
        position: relative;
        margin-bottom: 7%;
    }

        .css-21 .pic > img.pc {
            display: block;
            margin: 0 auto;
            width: 80%;
            max-width: 631px;
        }

        .css-21 .pic > img.wap {
            display: none;
        }

    .css-21 dl dd {
        margin-bottom: 2%;
    }

        .css-21 dl dd:before {
            content: '';
            width: 22px;
            height: 22px;
            border-radius: 0 8px 0 8px;
            background: #C53034;
            display: inline-block;
            vertical-align: middle;
        }

    .css-21 .pic ul li aside {
        text-align: center;
    }

        .css-21 .pic ul li aside b {
            font-size: 48px;
            color:  #C53034;
            display: block;
            padding: 5px 0;
            word-break: break-all;
        }

        .css-21 .pic ul li aside i {
            font-style: normal;
            font-size: 17px;
        }

        .css-21 .pic ul li aside span {
            color: #888888;
            font-size: 15px;
            font-weight: normal;
        }

@media(min-width:769px) {
    .css-21 .pic ul {
        height: 33.333%;
        position: absolute;
        z-index: 2;
        width: 100%;
    }

        .css-21 .pic ul:nth-of-type(1) {
            top: 0;
        }

        .css-21 .pic ul:nth-of-type(2) {
            top: 33.333%;
        }

        .css-21 .pic ul:nth-of-type(3) {
            bottom: 0;
        }

        .css-21 .pic ul li {
            float: left;
            width: 40%;
        }

            .css-21 .pic ul li:nth-child(2n) {
                float: right;
            }

        .css-21 .pic ul:nth-of-type(1) li {
            max-width: 481px;
        }

        .css-21 .pic ul:nth-of-type(2) li {
            max-width: 391px;
            margin-top: 40px;
        }

        .css-21 .pic ul:nth-of-type(3) li {
            max-width: 502px;
            margin-top: 80px;
        }

        .css-21 .pic ul li .img {
            width: 31.7%;
        }

        .css-21 .pic ul:nth-of-type(2) li .img {
            width: 38.875%;
        }

        .css-21 .pic ul:nth-of-type(3) li .img {
            width: 30.28%;
        }


        .css-21 .pic ul:nth-of-type(1) li:nth-of-type(1) aside {
            padding-left: 140px;
        }

        .css-21 .pic ul:nth-of-type(1) li:nth-of-type(2) aside {
            padding-right: 120px;
        }

        .css-21 .pic ul:nth-of-type(2) li:nth-of-type(1) aside {
            padding-left: 60px;
        }

        .css-21 .pic ul:nth-of-type(2) li:nth-of-type(2) aside {
            padding-right: 30px;
        }

        .css-21 .pic ul:nth-of-type(3) li:nth-of-type(1) aside {
            padding-left: 170px;
        }

        .css-21 .pic ul:nth-of-type(3) li:nth-of-type(2) aside {
            padding-right: 40px;
        }
}

@media(min-width:769px) and (max-width:1024px) {
    .css-21 .pic ul li .img {
        width: 102px !important;
    }

    .css-21 .pic ul li aside b {
        font-size: 40px;
    }

    .css-21 .pic ul li {
        width: 35%;
    }
}

@media(max-width:768px) {
    .css-21 .pic ul li {
        border-bottom: 1px solid #f8f8f8;
        padding: 20px 0;
    }

        .css-21 .pic ul li .img {
            width: 152px;
        }

        .css-21 .pic ul li:nth-child(2n-1) {
            padding-right: 5%;
        }

        .css-21 .pic ul li:nth-child(2n) {
            padding-left: 5%;
        }

    .css-21 .pic ul:nth-of-type(2) {
        background: #f8f8f8;
    }

        .css-21 .pic ul:nth-of-type(2) li {
            border-bottom-color: #fff;
        }

    .css-21 dl dd:before {
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 0 6px 0 6px;
    }

    .css-21 .pic > img.wap {
        display: block;
        margin: 0 auto;
        width: 80%;
        max-width: 631px;
    }

    .css-21 .pic > img.pc {
        display: none;
    }
}

@media(max-width:480px) {
    .css-21 .pic ul li {
        margin-bottom: 3%;
    }

        .css-21 .pic ul li .img {
            width: 122px;
        }

        .css-21 .pic ul li aside b {
            font-size: 32px;
        }
}

.css-30 {
    padding: 6% 0 0 0;
    max-width: 1116px;
    margin: 0 auto;
}

    .css-30 dd {
        float: left;
        width: 33.333333%;
        text-align: center;
    }

        .css-30 dd aside {
            font-weight: bold;
            font-size: 24px;
            color:  #C53034;
            padding-bottom: 5px;
        }

            .css-30 dd aside span {
                line-height: normal;
                position: relative;
                font-size: 77px;
                display: inline-block;
            }

            .css-30 dd aside i {
                font-size: 50px;
                position: absolute;
                left: 100%;
                top: -15%;
                font-style: normal;
            }

@media(max-width:1200px) {
    .css-30 dd aside span {
        font-size: 50px;
    }
}

@media(max-width:640px) {
    .css-30 dd p {
        font-size: 12px;
    }

    .css-30 dd aside {
        font-size: 20px;
    }

        .css-30 dd aside i,
        .css-30 dd aside span {
            font-size: 40px;
        }
}

.quanqiuyeji {
    transition: background-position .5s;
    position: relative;
}

    .quanqiuyeji .photo {
        transition: background-position .5s;
        z-index: 98;
    }

    .quanqiuyeji .inner ul li {
        float: left;
        text-align: center;
        padding: 0.5%
    }

        .quanqiuyeji .inner ul li a {
            color: #fff;
            display: block;
            border: solid 2px #fff;
            background: no-repeat center center;
            background-size: cover;
            position: relative;
        }

            .quanqiuyeji .inner ul li a .icon {
                display: block;
                margin: auto;
                width: 75px;
                height: 75px;
                background: no-repeat center center;
                background-size: contain;
            }

            .quanqiuyeji .inner ul li a h1,
            .quanqiuyeji .inner ul li a h2 {
                font-size: 28px;
                padding: 0;
                margin: 0;
                font-weight: normal;
            }

            .quanqiuyeji .inner ul li a h1 {
                padding-top: 5%;
            }

            .quanqiuyeji .inner ul li a h2 {
                text-transform: uppercase;
                font-size: 22px;
            }

            .quanqiuyeji .inner ul li a .box {
                z-index: 3;
                position: absolute;
                left: 0;
                bottom: 10%;
                width: 100%
            }

            .quanqiuyeji .inner ul li a .box-bg {
                z-index: 1;
            }

                .quanqiuyeji .inner ul li a .box-bg img {
                    width: 100%;
                }

            .quanqiuyeji .inner ul li.on a .box-bg,
            .quanqiuyeji .inner ul li a:hover .box-bg {
                -webkit-filter: blur(5px);
                -moz-filter: blur(5px);
                -o-filter: blur(5px);
                -ms-filter: blur(5px);
                filter: blur(5px);
            }

            .quanqiuyeji .inner ul li.on a:before,
            .quanqiuyeji .inner ul li a:hover:before {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 0;
                background: rgba(0,0,0,0.5);
                z-index: 2;
            }

@media(min-width:769px) {
    .quanqiuyeji .inner {
        position: absolute;
        left: 5%;
        top: 50%;
        width: 90%;
        z-index: 99;
    }

        .quanqiuyeji .inner ul li {
            width: 25%;
        }
}

@media(max-width:1400px) {
    .quanqiuyeji .inner ul li a h1,
    .quanqiuyeji .inner ul li a h2 {
        font-size: 20px;
    }
}

@media(max-width:1400px) {
    .quanqiuyeji .inner ul li a .icon {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:768px) {
    .quanqiuyeji .inner {
        margin: 0 !important;
    }

        .quanqiuyeji .inner ul li {
            width: 50%;
        }
            /*.quanqiuyeji .inner{ left:2%; width:96%}*/
            .quanqiuyeji .inner ul li a .icon {
                width: 30px;
                height: auto
            }

            .quanqiuyeji .inner ul li a h1 {
                font-size: 14px;
            }

            .quanqiuyeji .inner ul li a h2 {
                font-size: 12px;
            }
}

.intro-quanqiuyeji .intro {
    text-align: center;
    padding: 3% 0;
    max-width: 920px;
    margin: auto;
    line-height: 30px;
}

.list-quanqiuyeji ul li {
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    position: relative;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

    .list-quanqiuyeji ul li .pic { /* padding-bottom:75%; background:no-repeat center center;*/
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    .list-quanqiuyeji ul li a {
        z-index: 2;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%
    }

    .list-quanqiuyeji ul li .txt {
        font-weight: normal;
        z-index: 1;
        line-height: 40px;
        padding: 0;
        margin: 0;
        text-align: center;
        position: absolute;
        bottom: 5%;
        left: 5%;
        width: 90%;
        color: #fff;
        background-color: rgba(0,0,0,0.5);
        border-radius: 0 6px 0px 6px
    }

    .list-quanqiuyeji ul li:hover .pic {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }

@media(min-width:768px) {
    .list-quanqiuyeji ul li {
        margin-bottom: 3.125%
    }

        .list-quanqiuyeji ul li:nth-child(3n) {
            margin-right: 0
        }
}

@media(max-width:768px) {
    .list-quanqiuyeji ul li {
        width: 48.5%;
        margin-right: 3%;
    }

        .list-quanqiuyeji ul li:nth-child(2n) {
            margin-right: 0
        }

        .list-quanqiuyeji ul li .txt {
            font-size: 14px;
            line-height: 36px
        }
}

.list-news ul li {
    padding: 1.3% 0;
    transition: all .8s;
}

    .list-news ul li .box {
        overflow: hidden;
    }

    .list-news ul li a {
        position: relative;
        display: block;
    }

    .list-news ul li .pic {
        position: absolute;
        width: 25.782%;
        height: 100%;
        overflow: hidden; /* background:no-repeat center center; background-size:100%;*/
    }

    .list-news ul li .txt {
        padding: 1.2% 3% 2% 29%;
        border: solid 1px #e5e5e5;
    }

        .list-news ul li .txt strong {
            padding: 0;
            margin: 0;
            font-weight: normal;
            border-bottom: solid 1px #efefef;
            line-height: 48px;
        }

        .list-news ul li .txt .info {
            margin: 17px 0;
            color: #888888;
            line-height: 24px;
            height: 48px;
            overflow: hidden
        }

        .list-news ul li .txt .time {
            color: #fff;
            padding-left: 33px;
            padding-right: 15px;
            display: inline-block;
            line-height: 30px;
            background: #c2c2c2 url(../images/time.png) no-repeat 15px
        }

    .list-news ul li:hover .box {
        background-color: #f9f9f9;
    }

    .list-news ul li:hover .txt {
        border-color: #f9f9f9;
    }

        .list-news ul li:hover .txt strong {
            color: #333333
        }

.list-news .no {
    display: block;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

.list-news ul li:hover {
    margin-top: -10px;
}


@media(max-width:640px) {
    .list-news ul li .txt .info {
        display: none;
    }

    .list-news ul li .txt strong {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        white-space: normal;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        display: box;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
    }

    .list-news ul li .txt .time {
        font-size: 12px;
        margin-top: 3%;
    }
}

.Map002681 .inner {
    position: relative
}

.Map002681 .map {
    overflow: hidden;
    position: relative;
    padding-bottom: 70%
}

.Map002681 #echartsMap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/chinamap.jpg) no-repeat center center;
}

.Map002681 .map-list {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 292px;
}

.Map002681 .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/chinamap_close.png) no-repeat;
}

.Map002681 .area_box {
    position: relative;
    border-radius: 10px;
    display: none;
    color: #333;
    background: url(../images/chinamap_txt_bg.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 10px #eaeaea
}

    .Map002681 .area_box.on {
        display: block;
    }

    .Map002681 .area_box .pic {
        text-align: center;
        padding: 4% 0
    }

        .Map002681 .area_box .pic img {
            width: 136px;
            height: 136px;
            border-radius: 100px;
            border: solid 3px #7ac735
        }

    .Map002681 .area_box .ewm {
        text-align: center;
        padding: 4% 0
    }

        .Map002681 .area_box .ewm img {
            max-width: 120px;
        }

    .Map002681 .area_box .area {
        font-size: 20px;
        background-color: #79c733;
        color: #fff;
        padding: 3% 8%;
        border-radius: 10px 10px 0 0;
        display: none
    }

    .Map002681 .area_box .info {
        text-align: center;
        line-height: 30px;
        padding: 0;
        margin: 0
    }

        .Map002681 .area_box .info b {
            display: block;
            font-size: 20px;
            color: #79c733;
        }

        .Map002681 .area_box .info span {
            display: block;
            font-size: 16px;
            font-weight: normal;
            color: #666666
        }

    .Map002681 .area_box .txt {
        background-color: #79c733;
        color: #fff;
        padding: 8%;
        border-radius: 0 0 10px 10px;
    }

        .Map002681 .area_box .txt p {
            padding: 5px 0;
            margin: 0;
            font-size: 14px;
        }

    .Map002681 .area_box .no {
        display: block;
        text-align: center;
        padding: 5% 0
    }

@media(max-width:640px) {
    .Map002681 .map {
        margin: 0 -50px;
        padding-bottom: 120%;
    }

    .Map002681 .map-list {
        max-width: 230px;
    }

    .Map002681 .area_box .pic img {
        width: 80px;
        height: 80px;
    }

    .Map002681 .area_box .info b {
        font-size: 18px;
    }

    .Map002681 .area_box .info span {
        font-size: 14px;
    }

    .Map002681 .area_box .txt p {
        padding: 0;
        font-size: 12px;
    }
    /*.Map002681 .map-list{ position:relative; max-width:100%;}
.Map002681 .close{ display:none;}
.Map002681 .area_box{ margin-bottom:3%}
.Map002681 .area_box .area{ display:block; padding:2%; font-size:16px;}
.Map002681 .area_box{ display:block}
.Map002681 .area_box .txt{ padding:2%}*/
}

.product_category ul {
    overflow: hidden;
}

    .product_category ul li .pic,
    .product_category ul li .txt {
        /* -moz-transition:all 0.75s ease; -ms-transition:all 0.75s ease; -webkit-transition:all 0.75s ease;
	transition:all 0.75s ease; */
    }

        .product_category ul li .pic img {
            max-width: none;
        }

@media(max-width:640px) {
    .product_category ul {
        height: auto !important;
    }

        .product_category ul li {
            width: 100% !important;
            margin-bottom: 2%;
        }

            .product_category ul li:before {
                display: none !important;
            }

            .product_category ul li .pic {
                height: auto !important
            }

                .product_category ul li .pic img {
                    max-width: 100%;
                }
}


.product_category ul li {
    float: left;
    position: relative;
}

    .product_category ul li:before {
        content: '';
        display: block;
        position: absolute;
        right: 0px;
        width: 4px;
        height: 100%;
        background-color: #fff;
        z-index: 5
    }

    .product_category ul li:last-child:before {
        display: none
    }

    .product_category ul li .pic {
        background: no-repeat left center;
    }

    .product_category ul li .pic {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }

    .product_category ul li .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        padding: 3% 0;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.7);
    }

        .product_category ul li .txt h1 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 3%
        }

        .product_category ul li .txt h2 {
            font-size: 15px;
            text-transform: uppercase;
            opacity: 0.7
        }

    .product_category ul li:hover .txt {
        height: auto;
    }

    .product_category ul li:hover .pic {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }

    .product_category ul li:hover .txt h1 {
        font-size: 42px;
    }

    .product_category ul li:hover .txt h2 {
        font-size: 28px;
        font-weight: bold;
    }

@media(max-width:1400px) {
    .product_category ul li:hover .txt h1 {
        font-size: 32px;
    }

    .product_category ul li:hover .txt h2 {
        font-size: 22px;
    }
}

@media(max-width:1024px) {
    .product_category ul li:hover .txt h1 {
        font-size: 26px;
    }

    .product_category ul li:hover .txt h2 {
        font-size: 18px;
    }
}

.list-product ul li {
    float: left;
    width: 30.469%;
    margin-right: 4.2965%;
    margin-bottom: 3.125%;
    position: relative
}

    .list-product ul li a {
        display: block;
    }

    .list-product ul li .pic {
        overflow: hidden;
        position: relative;
    }

        .list-product ul li .pic span {
            display: block
        }

        .list-product ul li .pic img {
            transition: all 0.6s;
        }

        .list-product ul li .pic strong {
            position: absolute;
            bottom: 3%;
            left: 6.5%;
            width: 87%;
            color: #fff;
            text-transform: uppercase;
            font-family: Arial;
            display: block;
            word-break: break-word;
        }

    .list-product ul li .txt {
        line-height: 30px;
        padding: 5% 3%;
        box-shadow: 0 0 40px 10px rgba(0,0,0,0.05);
        text-align: center;
        border-radius: 0 0 10px 10px
    }

        .list-product ul li .txt h1 {
            font-weight: bold;
        }

        .list-product ul li .txt h2 {
            color: #999999;
            font-weight: bold;
        }

        .list-product ul li .txt .iconimg {
        }


    .list-product ul li:hover .pic img {
        transform: scale(1.1);
    }



@media(min-width:768px) {
    .list-product ul li {
        margin-bottom: 3.125%
    }

        .list-product ul li:nth-child(3n) {
            margin-right: 0
        }
}

@media(max-width:768px) {
    .list-product ul li {
        width: 48.5%;
        margin-right: 3%;
    }

        .list-product ul li:nth-child(2n) {
            margin-right: 0
        }

        .list-product ul li .pic strong {
            font-size: 14px;
        }

        .list-product ul li .txt .iconimg {
            max-width: 66%;
            margin: auto
        }

        .list-product ul li .txt h1 {
            font-size: 16px;
        }

        .list-product ul li .txt h2 {
            line-height: 20px;
            height: 40px;
            font-size: 13px;
            font-weight: normal;
            white-space: normal
        }
}

.info-pro-tuijian {
    background-color: #fbfbfb;
    padding: 2% 0;
    margin-top: 3%;
}

    .info-pro-tuijian .list-product {
        padding: 3% 0
    }

.learn-more {
    text-align: center;
}

    .learn-more a {
        padding-right: 45px;
        position: relative;
        display: inline-block;
        line-height: 43px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

        .learn-more a span {
            transition: 0.3s;
            display: inline-block;
            padding-left: 24px;
            padding-right: 24px;
            border: solid 1px  #C53034;
            background-color:  #C53034;
            border-radius: 0 0 0 15px;
            color: #fff;
        }

        .learn-more a:after {
            transition: 0.3s;
            position: absolute;
            content: '';
            right: 0;
            top: 0;
            width: 43px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../images/more-2-white.png);
            background-color:  #C53034;
            border-radius: 0 15px 0 0;
        }

        .learn-more a:hover span {
            background-color: #fff;
            color:  #C53034;
        }

@media(max-width:768px) {
    .learn-more a {
        line-height: 36px;
    }

        .learn-more a span {
            padding-left: 18px;
            padding-right: 18px;
        }
}

.info-pro {
    padding-top: 3%;
}

    .info-pro .fz21 {
        line-height: 35px;
    }

.info-pro-project {
    padding: 3% 0
}

    .info-pro-project ul li {
        float: left;
        width: 30.469%;
        margin-right: 4.2965%;
        margin-bottom: 3.125%;
        position: relative
    }

        .info-pro-project ul li .pic { /*padding-bottom:94.874%; background:no-repeat center center; background-size:cover;*/
            overflow: hidden;
            position: relative;
            border-radius: 0 50px 0px 50px
        }

            .info-pro-project ul li .pic img {
                transition: all 0.6s;
            }

        .info-pro-project ul li .txt {
            line-height: 30px;
            padding: 2% 0;
            text-align: center;
        }

            .info-pro-project ul li .txt h1 {
            }

        .info-pro-project ul li:hover .pic img {
            transform: scale(1.1);
        }

@media(min-width:768px) {
    .info-pro-project ul li {
        margin-bottom: 3.125%
    }

        .info-pro-project ul li:nth-child(3n) {
            margin-right: 0
        }
}

@media(max-width:768px) {
    .info-pro-project ul li {
        width: 48.5%;
        margin-right: 3%;
    }

        .info-pro-project ul li:nth-child(2n) {
            margin-right: 0
        }

        .info-pro-project ul li .pic {
            border-radius: 0 12px 0px 12px
        }

        .info-pro-project ul li .txt h1 {
            font-size: 14px;
        }
}

.list-search ul li {
    padding: 1% 0
}

    .list-search ul li a {
        display: block;
        padding: 1%;
        border: solid 1px #e5e5e5;
    }

    .list-search ul li .txt {
        padding: 0;
        margin: 0;
        font-weight: normal;
        border-bottom: solid 1px #efefef;
        line-height: 48px;
    }

    .list-search ul li .time {
        color: #fff;
        padding-left: 33px;
        padding-right: 15px;
        display: inline-block;
        line-height: 30px;
        background: #c2c2c2 url(../images/time.png) no-repeat 15px
    }

    .list-search ul li:hover a {
        background-color: #f9f9f9;
    }

    .list-search ul li:hover .txt {
        color: #333333
    }

@media(max-width:640px) {
    .list-search ul li .txt {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        white-space: normal;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        display: box;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
    }

    .list-search ul li .time {
        font-size: 12px;
        margin-top: 3%;
    }
}

.list-jobs .title {
    line-height: 47px;
    padding: 0 3%;
    position: relative
}

    .list-jobs .title span {
        display: block;
        float: left;
        width: 20%;
        padding: 0px;
        text-align: center
    }

        .list-jobs .title span.s1 {
            text-align: left
        }

    .list-jobs .title.list span.s1:hover {
        color: #C53034;
    }

.list-jobs .first {
    color: #fff;
    background-color: #C53034
}

.list-jobs .list {
    border-bottom: solid 1px #dcdcdc;
    cursor: pointer;
}

    .list-jobs .list.on {
        background: #f8f8f8
    }

    .list-jobs .list i {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 2%;
        top: 50%;
        margin-top: -5px;
    }

        .list-jobs .list i:before,
        .list-jobs .list i:after {
            content: '';
            background: #C53034;
            position: absolute;
            display: block;
        }

        .list-jobs .list i:before {
            width: 2px;
            height: 100%;
            left: 50%;
            margin-left: -1px;
        }

        .list-jobs .list i:after {
            width: 100%;
            height: 2px;
            top: 50%;
            margin-top: -1px;
        }

    .list-jobs .list.on i:before {
        display: none;
    }

.list-jobs .txt-page {
    border-bottom: solid 1px #dcdcdc;
    background: #f8f8f8;
    font-size: 14px;
    padding: 1% 3%;
    line-height: 36px;
    display: none;
    margin-top: -1px;
}

    .list-jobs .txt-page .name {
        color: #C53034;
        font-size: 14px;
    }

    .list-jobs .txt-page .txt {
        padding-bottom: 2%;
    }

    .list-jobs .txt-page .wap {
        display: none
    }

        .list-jobs .txt-page .wap span {
            display: block
        }

.list-jobs .apply {
    padding: 3% 0
}

    .list-jobs .apply a {
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        display: block;
        width: 122px;
        line-height: 38px;
        color: #fff;
        background: #C53034;
        border-radius: 4px;
    }

@media(max-width:768px) {
    .list-jobs .txt-page .wap {
        display: block
    }

    .list-jobs .title span.s1 {
        width: 95%;
    }

    .list-jobs .title span.s2,
    .list-jobs .title span.s3,
    .list-jobs .title span.s4,
    .list-jobs .title span.s5 {
        display: none
    }
}

.job-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.3);
    display: none
}

    .job-form .form {
        max-width: 500px;
        margin: auto;
        background-color: #fff;
        border-radius: 6px;
        padding: 2% 30px;
        position: relative;
    }

    .job-form dl {
        padding: 6px 0;
    }

    .job-form #jobname {
        display: block;
        text-align: center;
        color: #C53034
    }

    .job-form .form_err {
        color: #F00
    }

    .job-form .text {
        width: 100%;
        border: solid 1px #e5e5e5;
        padding: 0 3px;
        line-height: 36px;
        height: 36px;
    }

    .job-form .btn {
        margin: auto;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        display: block;
        width: 122px;
        line-height: 38px;
        color: #fff;
        background: #C53034;
        border-radius: 4px;
        border: none;
    }

    .job-form .close {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        cursor: pointer;
        width: 16px;
        height: 16px;
        background: url(../images/chinamap_close.png) no-repeat;
    }

    .job-form .queueList {
        margin: 0 !important
    }

    .job-form .webuploader-container {
        max-width: 168px;
        margin: auto;
    }

    .job-form .placeholder {
        font-size: 14px;
    }

        .job-form .placeholder input {
            display: block;
            width: 100%;
            height: 44px;
        }

        .job-form .placeholder .rt_input {
            width: 100% !important;
            height: 100% !important;
            left: 0 !important
        }

.list-link li {
    float: left;
    width: 25%;
    padding: 1%;
    text-align: center;
}

    .list-link li a {
        display: block;
        border: solid 1px #cdcdcd;
        padding: 2%;
    }

    .list-link li .pic { /* background:no-repeat center center; background-size:80%; padding-bottom:40%;*/
    }

    .list-link li .txt {
        padding: 2% 0
    }

@media(max-width:640px) {
    .list-link li {
        width: 50%
    }
}

.Pages {
    text-align: center;
    padding: 5% 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}

    .Pages .p_cur,
    .Pages .p_count,
    .Pages .p_total,
    .Pages .p_jump,
    .Pages .a_first,
    .Pages .a_end {
        display: none
    }

    .Pages .a_prev,
    .Pages .a_next {
        font-family: serif;
        font-size: 18px;
        font-weight: bold;
    }

    .Pages em {
        font-style: normal;
    }

    .Pages a {
        border: solid 1px #d9d9d9;
        padding: 10px 16px;
        margin: 0 2px;
    }

        .Pages a.a_cur {
            color: #fff;
            background-color:  #C53034;
            border-color:  #C53034
        }

.info_prev_next .back {
    padding: 2% 0
}

    .info_prev_next .back a {
        line-height: 30px;
        padding: 0px 30px;
        display: inline-block;
        border: solid 1px  #C53034;
        background-color:  #C53034;
        border-radius: 0 15px 0 15px;
        color: #fff;
    }

.info_prev_next a {
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.info_prev_next em {
    font-style: normal;
    color:  #C53034;
    padding-right: 5px;
}

.details .time {
    text-align: center;
    color: #999;
    padding-bottom: 2%
}

@media(min-width:641px) {
    .info_prev_next ul li {
        float: left;
        width: 50%;
    }

    .info_prev_next .prepage.dot,
    .info_prev_next .nextpage.dot {
        width: 50%;
        float: left;
        margin-bottom: 4%;
    }
}

.info_prev_next .XG {
    padding: 2%;
    /* border: 1px solid #888888; */
    padding-right: 10%;
}

    .info_prev_next .XG p span {
        float: right;
        margin-left: 20px;
    }

        .info_prev_next .XG p span:hover {
            color:  #C53034;
        }

    .info_prev_next .XG p a:hover {
        color:  #C53034;
    }



@media(max-width:1024px) {
    .info_prev_next .XG {
        width: 100%;
    }
}










.Quality-certification {
}

    .Quality-certification .auto-inner {
    }

        .Quality-certification .auto-inner h1 {
            font-size: 30px;
            line-height: 80px;
            color:  #C53034;
            text-align: center;
            font-weight: 100;
        }

        .Quality-certification .auto-inner .Quality-left {
            float: left;
            width: 71%;
            padding-right: 6%;
        }

            .Quality-certification .auto-inner .Quality-left h2 {
                font-size: 26px;
                line-height: 40px;
                color:  #C53034;
                font-weight: 100;
                margin: 0;
                position: relative;
                padding-left: 31px;
                margin-top: 30px;
            }

                .Quality-certification .auto-inner .Quality-left h2::after {
                    content: '';
                    position: absolute;
                    top: 9px;
                    left: 0;
                    width: 22px;
                    height: 22px;
                    background: url(../images/ion-1.png) no-repeat;
                }

            .Quality-certification .auto-inner .Quality-left h3 {
                font-size: 18px;
                line-height: 24px;
                color:  #C53034;
                font-weight: 100;
                margin: 0;
                padding-left: 31px;
            }

            .Quality-certification .auto-inner .Quality-left p {
                font-size: 14px;
                color: #888888;
                line-height: 30px;
                margin: 0;
                margin-top: 24px;
            }

        .Quality-certification .auto-inner .Quality-right {
            float: right;
            width: 29%;
            text-align: center;
            display: inline-block;
            margin: 0 auto;
            margin-top: 30px;
        }

            .Quality-certification .auto-inner .Quality-right a {
                margin-top: 30px;
                display: inline-block;
            }

    .Quality-certification .Quality-form {
        padding-top: 40px;
        padding-bottom: 80px;
    }

        .Quality-certification .Quality-form dl dt {
            line-height: 72px;
            height: 74px;
            background:  #C53034;
            color: #fff;
            padding-left: 54px;
            border-top-right-radius: 20px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

        .Quality-certification .Quality-form dl dd span {
            display: block;
            float: left;
            width: 33.333333333%;
            line-height: 60px;
            height: 62px;
            color: #888888;
            font-size: 14px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            padding-left: 66px;
            position: relative;
        }

            .Quality-certification .Quality-form dl dd span::after {
                content: '';
                position: absolute;
                top: 30px;
                left: 55px;
                width: 4px;
                height: 4px;
                background: #888888;
            }

        .Quality-certification .Quality-form dl dd:nth-child(2n) {
            background: #ededed;
            overflow: hidden;
        }

        .Quality-certification .Quality-form dl dd:nth-child(2n+1) {
            background: #f9f9f9;
            overflow: hidden;
        }

@media(max-width:1024px) {
    .Quality-certification .auto-inner h1 {
        line-height: 40px;
        font-size: 24px;
        margin: 0;
    }

    .Quality-certification .auto-inner .Quality-left h2 {
        font-size: 20px;
    }

    .Quality-certification .auto-inner .Quality-left h3 {
        font-size: 16px;
    }

    .Quality-certification .auto-inner .Quality-right,
    .Quality-certification .auto-inner .Quality-left {
        width: 100%;
    }

    .Quality-certification .Quality-form dl dd span {
        padding-left: 2%;
        height: 42px;
        line-height: 40px;
    }

        .Quality-certification .Quality-form dl dd span::after {
            display: none;
        }

    .Quality-certification .Quality-form dl dt {
        height: 42px;
        line-height: 40px;
        padding-left: 0;
        text-align: center;
    }
}

@media(max-width:640px) {
    .Quality-certification .auto-inner .Quality-left h2 {
        font-size: 18px;
        line-height: 34px;
    }

        .Quality-certification .auto-inner .Quality-left h2::after {
            width: 18px;
            height: 18px;
            background-size: contain
        }

    .Quality-certification .auto-inner .Quality-right {
        padding: 0 15%
    }

    .Quality-certification .Quality-form dl dd span {
        float: none;
        width: 100%
    }

    .Quality-certification .Quality-form dl dd:nth-child(2n) span:nth-child(2n) {
        background: #f9f9f9;
    }

    .Quality-certification .Quality-form dl dd:nth-child(2n+1) span:nth-child(2n) {
        background: #ededed;
    }
}

.css-4 .dd:before, .list-advantages pre:before, .lists .title:before, .lists1 .title:before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 0 8px 0 8px;
    background: #C53034;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.column-names {
    padding-bottom: 10%;
}

.list-advantages {
    background: none;
    padding: 0;
    margin-top: -40px;
}

    .list-advantages .pic {
        float: left !important;
    }

        .list-advantages .pic img {
            border-radius: 0 0 60px 0 !important;
        }

    .list-advantages .txt {
        float: right !important;
    }

.lists {
    padding-bottom: 12%;
}

    .lists .title {
        font-size: 26px;
        color:  #C53034;
    }

    .lists .ul li {
        position: relative;
        width: 100%;
        margin: 5% 0;
    }

    .lists .pic {
        padding-bottom: 75%;
    }

    .lists .txt {
        position: absolute;
        bottom: 22px;
        left: 10%;
        width: 80%;
        padding: 14px 0;
        background: rgba(0,0,0,0.5);
        color: #fff;
        text-align: center;
        border-radius: 0 15px 0 15px;
    }

@media (min-width: 769px) {
    .lists .ul li {
        position: relative;
        float: left;
        width: 31.333%;
        margin: 2% 3% 2% 0;
    }

        .lists .ul li:nth-child(3n) {
            margin-right: 0;
        }
}


.payoffs1 {
    position: relative;
    z-index: 1;
}

    .payoffs1 .list ul {
        padding: 0 50px;
    }

    .payoffs1 .list li {
        float: left;
        position: relative;
        text-align: center;
        margin-bottom: 4%;
    }

        .payoffs1 .list li:first-child:before,
        .payoffs1 .list li:last-child:after {
            position: absolute;
            content: '';
            bottom: 0px;
            height: 90px;
            width: 50px;
        }

        .payoffs1 .list li:first-child:before {
            left: -50px;
            background: url(../images/honor/ul_l.png) no-repeat 0 0;
        }

        .payoffs1 .list li:last-child:after {
            right: -50px;
            background: url(../images/honor/ul_r.png) no-repeat 0 0;
        }

        .payoffs1 .list li aside {
            padding-top: 35px;
            height: 90px;
            background: url(../images/honor/libg.png) repeat-x left top;
            width: 100.4%;
        }

        .payoffs1 .list li .ytable {
            height: 245px;
        }

        .payoffs1 .list li .ytable-cell {
            vertical-align: bottom;
        }

        .payoffs1 .list li figure {
            position: relative;
            display: inline-block;
            max-width: 80%;
        }

            .payoffs1 .list li figure img {
                max-height: 245px;
            }

        .payoffs1 .list li p {
            margin: 0 auto;
            max-width: 210px;
            width: 90%;
            line-height: 20px;
            max-height: 40px;
            color: #333;
        }
    /*@media(min-width:1025px){*/
    .payoffs1 .list .ul-3 li {
        width: 16.667%;
    }

        .payoffs1 .list .ul-3 li:nth-child(6):after {
            position: absolute;
            content: '';
            bottom: 0px;
            height: 90px;
            width: 50px;
            right: -50px;
            background: url(../images/honor/ul_r.png) no-repeat 0 0;
        }

@media(max-width:640px) {
    .payoffs1 .list ul {
        padding: 0;
    }

    .payoffs1 .list li p {
        font-size: 12px;
    }

    .payoffs1 .list li .ytable {
        height: 150px;
    }

    .payoffs1 .list li figure img {
        max-height: 150px;
    }
}

@media(max-width:480px) {
    .payoffs1 .list li .ytable {
        height: 100px;
    }

    .payoffs1 .list li figure img {
        max-height: 100px;
    }
}

.payoffs1 {
    margin-top: -40px;
}

    .payoffs1 .img {
        overflow: hidden;
        background:  #C53034;
    }

        .payoffs1 .img img {
            opacity: 0.15;
            -webkit-opacity: 0.15;
        }

    .payoffs1 .auto-inner {
        position: relative;
        z-index: 10;
        background: #fff;
        border-radius: 50px 50px 0 0;
        padding: 4% 0;
    }

@media(max-width:768px) {
    .payoffs1 .auto-inner {
        border-radius: 30px 30px 0 0;
    }

    .payoffs1 .img img {
        width: 180%;
        max-width: none;
        margin-left: -40%;
    }
}

.list-advantage1 {
    margin-top: -4%;
    position: relative;
    z-index: 2;
}

    .list-advantage1 .pic img {
        border-radius: 0 0 0 0 !important;
    }

    .list-advantage1 li .txt pre:nth-child(1) {
        margin-bottom: 25px;
    }

    .list-advantage1 li {
        padding-bottom: 3%;
    }

.lists1 {
    padding-bottom: 12%;
}

    .lists1 .pic {
        margin: 4% 0;
    }









/*opacity*/



/* 详情页面 */


.Content .auto-inner .title-info {
    text-align: center;
    margin-bottom: 90px;
}

    .Content .auto-inner .title-info h1 {
        line-height: 70px;
        font-size: 40px;
        color:  #C53034;
        font-weight: 100;
        margin: 0;
    }

    .Content .auto-inner .title-info h2 {
        position: relative;
        line-height: 60px;
        font-size: 44px;
        color:  #C53034;
        margin: 0;
        text-transform: Uppercase;
    }

        .Content .auto-inner .title-info h2::after {
            content: "";
            background: #d1d1d1;
            width: 70px;
            height: 2px;
            display: block;
            margin: auto;
            margin-top: 20px;
        }

.Content .auto-inner .pic-txt {
    margin-top: 40px;
}

    .Content .auto-inner .pic-txt .pic-right {
        width: 33%;
    }

        .Content .auto-inner .pic-txt .pic-right img {
            transition: all 0.6s;
        }

            .Content .auto-inner .pic-txt .pic-right img:hover {
                transform: scale(1.06);
            }

    .Content .auto-inner .pic-txt .txt-left {
        width: 67%;
        text-align: justify;
        /* padding-top: 10%; */
    }

    .Content .auto-inner .pic-txt.pic-txt02 .txt-left {
        padding-top: 5%;
    }

    .Content .auto-inner .pic-txt .txt-left p {
        color: #888888;
        font-size: 14px;
        line-height: 30px;
        max-width: 84%;
        margin-bottom: 40px;
    }

        .Content .auto-inner .pic-txt .txt-left p span {
            font-weight: bold;
            color: #888888;
            display: block;
        }

        .Content .auto-inner .pic-txt .txt-left p i {
            /* 	display: block;
	width: 22px;
	height: 22px;
	border-bottom-left-radius:8px ;
	border-top-right-radius:8px ;
	background:  #C53034;
	float: left;
	margin-top: 4px;
	margin-right: 14px; */
        }




.Content .auto-inner .info-list001 {
    padding-top: 0px;
    padding-bottom: 120px;
}

    .Content .auto-inner .pic-txt .txt-left h1,
    .Content .auto-inner .info-list001 h1 {
        color:  #C53034;
        font-weight: 100;
        font-size: 26px;
        line-height: 30px;
    }

        .Content .auto-inner .pic-txt .txt-left h1 i,
        .Content .auto-inner .info-list001 h1 i {
            display: block;
            width: 22px;
            height: 22px;
            border-bottom-left-radius: 8px;
            border-top-right-radius: 8px;
            background:  #C53034;
            float: left;
            margin-top: 4px;
            margin-right: 14px;
        }

    .Content .auto-inner .info-list001 ul li {
        width: 30.666666%;
        margin-right: 4%;
        margin-bottom: 4%;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .Content .auto-inner .info-list001 ul li img {
            transition: all 0.6s;
        }

        .Content .auto-inner .info-list001 ul li:nth-child(3n) {
            margin-right: 0;
        }

        .Content .auto-inner .info-list001 ul li h2 {
            position: absolute;
            bottom: 0px;
            width: 90%;
            left: 5%;
            line-height: 44px;
            height: 44px;
            color: #FFFFFF;
            font-size: 16px;
            text-align: center;
            background: rgba(0,0,0,0.5);
            border-bottom-left-radius: 18px;
            border-top-right-radius: 18px;
            font-weight: 100;
        }

        .Content .auto-inner .info-list001 ul li:hover h2 {
            background:  #C53034;
        }

        .Content .auto-inner .info-list001 ul li:hover img {
            transform: scale(1.2);
        }

@media(max-width:768px) {
    .Content .auto-inner .title-info {
        margin-bottom: 5%
    }

        .Content .auto-inner .title-info h1 {
            font-size: 22px;
            line-height: 40px;
        }

        .Content .auto-inner .title-info h2 {
            font-size: 24px;
            line-height: 40px;
        }

    .Content .auto-inner .pic-txt .pic-right,
    .Content .auto-inner .pic-txt .txt-left {
        float: none;
        width: 100%
    }

        .Content .auto-inner .pic-txt .txt-left p {
            max-width: none
        }

        .Content .auto-inner .pic-txt .txt-left h1, .Content .auto-inner .info-list001 h1 {
            font-size: 20px;
        }

            .Content .auto-inner .pic-txt .txt-left h1 i,
            .Content .auto-inner .info-list001 h1 i {
                width: 18px;
                height: 18px;
                border-bottom-left-radius: 6px;
                border-top-right-radius: 6px;
            }

    .Content .auto-inner .info-list001 ul li {
        width: 48.5%;
        margin: 0 0 3% 0;
    }

        .Content .auto-inner .info-list001 ul li:nth-child(odd) {
            clear: both
        }

        .Content .auto-inner .info-list001 ul li:nth-child(even) {
            margin-left: 3%;
        }

        .Content .auto-inner .info-list001 ul li h2 {
            font-size: 14px;
            line-height: 22px;
        }

    .Content .auto-inner .info-list001 {
        padding-bottom: 5%
    }
}

.payoffs2 .list ul {
    padding: 0 50px;
}

.payoffs2 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
    width: 33%;
}

    .payoffs2 .list li:first-child:before,
    .payoffs2 .list li:last-child:after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
    }

    .payoffs2 .list li:first-child:before {
        left: -50px;
        background: url(../images/honor/ul_l.png) no-repeat 0 0;
    }

    .payoffs2 .list li:last-child:after {
        right: -50px;
        background: url(../images/honor/ul_r.png) no-repeat 0 0;
    }

    .payoffs2 .list li aside {
        padding-top: 35px;
        height: 90px;
        background: url(../images/honor/libg.png) repeat-x left top;
    }
/* .payoffs2 .list li .ytable{ height:245px;} */
.payoffs2payoffs2 .list li .ytable-cell {
    vertical-align: bottom;
}

.payoffs2 .list li figure {
    position: relative;
    display: inline-block;
    max-width: 80%;
    /* padding: 11px 8px; */
    /* background: url(../images/kuang.png) no-repeat ; */
    /* background-size:100% ; */
}

    .payoffs2 .list li figure:after {
        position: absolute;
        right: -24px;
        background: url(../images/honor/ying.png) no-repeat left bottom;
        width: 24px;
        height: 100%;
        background-size: contain;
        content: '';
    }

    .payoffs2 .list li figure img {
        max-height: 245px;
        padding: 8px;
        padding-top: 12px;
        background: url(../images/kuang.png) no-repeat;
        background-size: 100% 100%;
    }

.payoffs2 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 20px;
    max-height: 40px;
    color: #333;
}
/*@media(min-width:1025px){*/
.payoffs2 .list .ul-3 li {
    width: 33.33333333%;
}

    .payoffs2 .list .ul-3 li:nth-child(3):after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
        right: -50px;
        background: url(../images/honor/ul_r.png) no-repeat 0 0;
    }

.payoffs2 .list .ul-2 li {
    width: 50%;
}

    .payoffs2 .list .ul-2 li:nth-child(2):after {
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
        right: -50px;
        background: url(../images/honor/ul_r.png) no-repeat 0 0;
    }

    .payoffs2 .list .ul-2 li:nth-child(1) > * {
        padding-left: 30%;
    }

    .payoffs2 .list .ul-2 li:nth-child(2) > * {
        padding-right: 30%;
    }

.payoffs2 .list .ul-1 li {
    width: 100%;
}

@media(max-width:640px) {
    .payoffs2 .list ul {
        padding: 0;
    }

    .payoffs2 .list li {
        margin-bottom: 0
    }

        .payoffs2 .list li p {
            font-size: 12px;
        }

    .payoffs2 .list .ul-2 li:nth-child(1) > * {
        padding-left: 30%;
    }

    .payoffs2 .list .ul-2 li:nth-child(2) > * {
        padding-right: 30%;
    }

    .payoffs2 .list li .ytable {
    }

    .payoffs2 .list li figure img {
        max-height: 150px;
        padding: 0
    }
}


/* .payoffs2{ margin-top:-40px;} */
.payoffs2 .img {
    overflow: hidden;
    background:  #C53034;
}

    .payoffs2 .img img {
        opacity: 0.15;
        -webkit-opacity: 0.15;
    }

.payoffs2 .auto-inner {
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 50px 50px 0 0;
    padding: 4% 0;
}

@media(max-width:768px) {
    .payoffs2 .auto-inner {
        border-radius: 30px 30px 0 0;
    }

    .payoffs2 .img img {
        width: 180%;
        max-width: none;
        margin-left: -40%;
    }
}


.Content .info-logo {
}

    .Content .info-logo .info-logo01 {
        width: 39%;
    }

    .Content .info-logo .info-text001 {
        width: 61%;
        padding-top: 4%;
    }

        .Content .info-logo .info-text001 p {
            margin-bottom: 30px;
        }

        .Content .info-logo .info-pic001 p,
        .Content .info-logo .info-text001 p {
            color: #888888;
            font-weight: 100;
            font-size: 14px;
            line-height: 30px;
        }

            .Content .info-logo .info-pic001 p i,
            .Content .info-logo .info-text001 p i {
                display: block;
                width: 22px;
                height: 22px;
                border-bottom-left-radius: 8px;
                border-top-right-radius: 8px;
                background:  #C53034;
                float: left;
                margin-top: 4px;
                margin-right: 14px;
            }

    .Content .info-logo .info-pic001 {
        padding-top: 60px;
        padding-bottom: 100px;
    }

        .Content .info-logo .info-pic001 img {
            margin-top: 20px;
        }


@media(max-width:768px) {
    .Content .info-logo .info-logo01,
    .Content .info-logo .info-text001 {
        width: 100%;
    }

        .Content .info-logo .info-logo01 img {
            display: block;
            margin: 0 auto;
            max-width: 80%
        }
}

@media(max-width:640px) {
    .Content .info-logo .info-pic001 {
        padding: 0 0 8% 0
    }

        .Content .info-logo .info-pic001 p i,
        .Content .info-logo .info-text001 p i {
            width: 18px;
            height: 18px;
            border-bottom-left-radius: 6px;
            border-top-right-radius: 6px;
        }
}

.prod-details-icon {
    text-align: center;
}

    .prod-details-icon li {
        display: inline-block;
        width: 32%;
    }

        .prod-details-icon li img {
            border-radius: 5px;
            border: 1px solid #bbde9c;
            display: block;
            margin: 0 auto;
            width: 60%;
            max-width: 132px;
        }

        .prod-details-icon li aside {
            font-weight: bold;
            color:  #C53034;
            font-size: 24px;
            padding: 34px 0;
        }

@media(max-width:768px) {
    .prod-details-icon li aside {
        font-size: 18px;
    }
}

@media(max-width:641px) {
    .prod-details-icon li aside {
        font-size: 12px;
        padding: 10px 0 10px 0;
    }
}

.pro-info-center {
    text-align: center;
    color: #666
}

    .pro-info-center * {
        font-size: 21px !important;
    }

.prod-details-intro {
    position: relative;
    margin-bottom: 8%;
}

    .prod-details-intro .bg {
        display: block;
        width: 100%;
    }

    .prod-details-intro .txt {
    }

    .prod-details-intro .SinglePage {
        padding: 45px 0 0 0;
        font-size: 20px;
        line-height: 42px;
    }

        .prod-details-intro .SinglePage p {
            margin: 0;
        }

    .prod-details-intro .txt aside.cn span {
        display: inline-block;
        padding: 0 36px;
        line-height: 58px;
        color: #fff;
        background:  #C53034;
        font-size: 24px;
        border-radius: 0 15px;
    }

    .prod-details-intro .txt aside.en {
        font-family: Arial," sans-serif";
        font-weight: bold;
        font-size: 28px;
        line-height: 30px;
        margin-top: 20px;
        text-transform: uppercase;
        max-width: 620px;
    }

@media(min-width:769px) {
    .prod-details-intro:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        opacity: 0.6;
        -webkit-opacity: 0.6;
        background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.99) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.99) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.99) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    }

    .prod-details-intro .txt {
        color: #fff;
        position: absolute;
        z-index: 10;
        left: 8.5%;
        width: 83%;
        bottom: 15%;
    }

    .prod-details-intro .SinglePage {
        color: #fff;
    }
}

@media(max-width:768px) {
    .info-pro {
        padding-top: 1%
    }

    .SinglePage {
        padding-bottom: 4%
    }

    .prod-details-intro .SinglePage {
        padding: 10px 0;
        font-size: 14px;
        line-height: 28px;
    }

    .prod-details-intro .txt aside.cn span {
        font-size: 20px;
        line-height: 42px;
        padding: 0 20px
    }

    .prod-details-intro .txt aside.en {
        font-size: 20px;
    }

    .pro-info-center * {
        font-size: 14px !important;
    }
}

body {
}
