.wrap-layer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 0;
}

.header-wrap {
    height: 85px;
}

.mod-headers {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 888;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    height: 85px;
    background: #fff;
    box-shadow: -5px 0 rgba(0,0,0,0.02), 5px 0 5px rgba(0,0,0,0.02), 0 -5px 5px rgba(255,255,255,0.02), 0 5px 5px rgba(0,0,0,0.02);
}

.header-top {
    height: 38px;
    background: #0070c0;
    line-height: 38px;
}

.toplinks {
    text-align: right;
    line-height: 38px;
    color: #fff;
    position: relative;
}

    .toplinks * {
        color: #fff;
    }

    .toplinks a {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        background: rgba(255,255,255,.2);
        color: #fff;
        height: 25px;
        line-height: 25px;
        display: inline-block;
        position: relative;
    }

.toplinks {
}

    .toplinks a:nth-child(1):after {
        content: "";
        position: absolute;
        height: 11px;
        width: 1px;
        background: #fff;
        right: 0;
        top: 8px;
    }

    .toplinks a:hover {
        background: rgba(255,255,255,.4);
    }

.logo-css {
    float: left;
    width: 208px;
    padding-top: 25px;
}

    .logo-css img {
        max-width: 100%;
        height: auto !important
    }

.wrap-nav {
    width: 810px;
    height: 85px;
    padding-right: 145px;
    text-align: right;
    float: right;
}

.navMenu {
    position: relative;
    left: 16px;
}

    .navMenu > li {
        display: inline-block;
        position: relative;
        line-height: 85px;
    }

        .navMenu > li > a {
            cursor: pointer;
            white-space: nowrap;
            display: block;
            margin: 0 28px 0 28px;
            box-sizing: border-box;
            text-align: center;
            color: #666;
        }

            .navMenu > li > a > span {
                color: #4d4d4d;
                line-height: 100%;
                font-size: 18px;
            }

            .navMenu > li.active > a,
            .navMenu > li > a:hover {
                border-top: 2px solid #e50012;
            }

    .navMenu .sub-menus:after {
        content: "";
        position: absolute;
        top: -6px;
        width: 0px;
        height: 0px;
        left: 50%;
        margin-left: -6px;
        display: block;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #f4f4f4;
    }

    .navMenu .sub-menus {
        border: 1px solid #f9f9f9;
        position: absolute;
        top: 55px;
        left: 50%;
        margin-left: -78px;
        width: 156px;
        height: auto;
        overflow: hidden;
        background: rgba(255,255,255,.95);
        transition-duration: .3s;
        -ms-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        opacity: 0;
        text-align: center;
        box-shadow: -5px 0 5px rgba(0,0,0,0), 5px 0 5px rgba(0,0,0,0), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06);
    }

.mod-cr .navMenu .sub-menus {
    top: 65px;
}

.navMenu .sub-menus li {
    line-height: 120%;
}

.navMenu > li > a > span, .navMenu > li > a > span {
    padding-bottom: 4px;
}


.navMenu > li:hover > a > span, .navMenu > li.active > a > span, .navMenu > li:hover > a > span em, .navMenu > li.active > a > span em {
    color: #e50012;
}

.navMenu > li:hover .sub-menus {
    opacity: 1;
    z-index: 10000;
}

.navMenu .sub-menus li span {
    color: #000;
    font-size: 16px;
}

.navMenu .sub-menus li {
    line-height: 25px;
    padding: 8px 8px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid #f6f6f6;
}

    .navMenu .sub-menus li:hover {
        background: #e50012;
    }

        .navMenu .sub-menus li:hover a span {
            color: #fff;
        }


.swiper-roll-1 img {
    max-width: 1920px;
    height: auto;
}

.md-stock {
    float: left;
    width: 140px;
    font-size: 14px;
    line-height: 140%;
    margin-top: 24px;
    position: relative;
    display: none;
}

    .md-stock h3 {
        color: #222325;
        font-size: 14px;
        font-weight: normal;
    }

    .md-stock span {
        color: #d20000
    }

    .md-stock cite {
        font-weight: bold;
        color: #d20000
    }

    .md-stock:after {
        content: "";
        display: block;
        height: 32px;
        width: 1px;
        background: #ededed;
        position: absolute;
        left: -15px;
        top: 5px;
    }

    .md-stock .price-up {
        padding-right: 18px;
        background: url("../images/zico1.png") right center no-repeat;
    }

    .md-stock .price-down {
        background: url("../images/zico2.png") right center no-repeat;
        color: #090;
    }

        .md-stock .price-down * {
            color: #090;
        }

.top-right {
    position: absolute;
    right: 0;
    top: 28px;
    vertical-align: top;
}

    .top-right > * {
        display: inline-block;
        vertical-align: middle;
    }

.lang-cn {
    vertical-align: middle;
}

    .lang-cn a {
        vertical-align: middle;
    }

    .lang-cn i {
        font-style: normal;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        line-height: 110%;
        color: #b0800d;
        text-align: center;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
    }

.top-right .mems {
    margin-right: 15px;
    height: 20px;
}

.md-bt {
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.btn-l, .btn-r {
    opacity: .8;
    float: left;
    width: 30px;
    height: 41px;
    background: url("../images/arrow-l.png") center 0 no-repeat;
    cursor: pointer;
}

.btn-r {
    float: right;
    background: url("../images/arrow-r.png") center 0 no-repeat;
}

.com-tit {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

    .com-tit span, .com-tit-us span {
        font-size: 24px;
        color: #bababb;
        margin-right: 35px;
        cursor: pointer;
    }

        .com-tit span.active, .com-tit-us span.active {
            color: #1a1b1e;
            position: relative;
        }

    .com-tit a {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 50px;
        background: url("../images/more1.jpg") right center no-repeat;
        font-size: 16px;
        color: #2a2b2d;
    }

        .com-tit a:hover {
            color: #b0800d;
        }

    .com-tit span.active:after {
        content: "";
        position: absolute;
        border-bottom: 2px solid #d8af91;
        width: 60px;
        left: 50%;
        bottom: -8px;
        margin-left: -30px;
    }

.mod-news-1 {
    overflow: hidden;
    margin-right: -35px;
}

    .mod-news-1 .item-cell {
        width: 375px;
        float: left;
        margin-right: 35px;
    }

    .mod-news-1 .item-cnt {
    }

    .mod-news-1 .item-pic {
        height: 220px;
        width: 375px;
    }

        .mod-news-1 .item-pic img {
            max-height: 220px;
            max-width: 375px;
            transition: all 0.3s;
        }

    .mod-news-1 .item-tit * {
        font-size: 16px;
        color: #4d4d4d;
    }

    .mod-news-1 .item-tit {
    }

    .mod-news-1 .item-date {
        margin-top: 10px;
        margin-bottom: 2px;
        color: #808182;
        font-size: 14px;
    }

    .mod-news-1 .item-pic:hover img {
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
    }


.footers {
    background: #fafafa url("../images/1617854560.jpg" ) repeat center;
    background-size: 100%;
    padding: 40px 0 30px 0;
}

.m-footer {
    background: #fafafa url("../images/1617854560.jpg" ) repeat center;
    background-size: 100%;
}

.solo-text {
    text-align: center;
    font-size: 40px;
    padding-top: 25px;
}

.bom-tel {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 45px;
}

    .bom-tel h3 {
        color: #d9b765;
        font-family: "Impact" !important;
        font-size: 34px;
        margin-top: 8px;
    }

.fot-2, .fot-1, .fot-3 {
    font-size: 14px;
    float: left;
    color: #999999;
}

.fot-1 {
    margin-right: 70px;
}

.fot-3 {
    float: right;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 8;
    text-align: center;
}

.swiper-pagination-switch {
    vertical-align: middle;
    margin: 0 5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ffffff;
}

.swiper-active-switch {
    background: none;
    border: 1px solid #9d9693;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}


.r-links {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 8;
}


.footer {
    background: #0070c0;
    padding-top: 40px;
    padding-bottom: 35px;
    box-sizing: border-box;
    overflow: hidden;
}

.mode-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-cnt {
    float: left;
    position: relative;
    right: 50%;
}

.mode-inner {
    float: left;
    position: relative;
    left: 50%;
}

.mode-banner img {
    display: block;
}

.wxcode {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 100px;
    top: 60px;
    display: none;
}

    .wxcode img {
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    } 

.mod-newslists2 .item-cell {
    position: relative;
    background: #fafafa;
    margin-bottom: 30px;
    overflow: hidden;
}

.mod-newslists2 .item-pic {
    width: 380px;
    height: 225px;
    float: left;
}

    .mod-newslists2 .item-pic img {
        max-width: 380px;
        max-height: 225px;
    }

.mod-newslists2 .item-cnt {
    margin-left: 415px;
    padding: 35px 150px 25px 0;
}

.mod-newslists2 .item-tit a {
    font-size: 20px;
    color: #333;
}

.mod-newslists2 .item-tit {
    margin-bottom: 15px;
    max-height: 56px;
    overflow: hidden;
}

.mod-newslists2 .item-desc {
    max-height: 75px;
    overflow: hidden;
}

    .mod-newslists2 .item-desc * {
        font-size: 14px;
        color: #999;
    }

.mod-newslists2 .item-date {
    width: 85px;
    height: 85px;
    background: #cca45c;
    position: absolute;
    right: 25px;
    top: 35px;
    text-align: center;
    z-index: 3;
}

    .mod-newslists2 .item-date h3 {
        padding-top: 16px;
        padding-bottom: 8px;
        font-weight: normal;
        font-size: 36px;
        text-align: center;
        color: #fff;
    }

    .mod-newslists2 .item-date span {
        color: #fff;
        font-size: 14px;
    }

.mod-newslists2 .item-nopic {
    padding: 25px;
}

    .mod-newslists2 .item-nopic .item-cnt {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.mod-newslists2 .item-tit a:hover {
    color: #cca45c;
}

.mod-newslists2 .item-details {
    margin-top: 20px;
}

    .mod-newslists2 .item-details a {
        color: #b9a78f;
    }

        .mod-newslists2 .item-details a:after {
            color: #b9a78f;
            line-height: 16px;
            font-family: "iconfont" !important;
            font-size: 14px;
            top: 8px;
            left: 8px;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e67a";
        }


.long-selects select {
    z-index: 9;
    width: 100%;
}

div.select-main {
    width: 100%;
    z-index: 8;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 16px;
    outline: none;
}

div.select-set {
    width: 100%;
    height: 55px;
    text-align: left;
    line-height: 55px;
    padding-left: 0;
    box-sizing: border-box;
    background: none;
    font-size: 14px;
    color: #333;
    color: #999;
}

.long-selects div.select-arrow {
    border: none;
    width: 30px;
    height: 55px;
    top: 0;
    right: 0;
    background: url("../images/down_icon1.png") right 12px center no-repeat;
    position: absolute;
}

    .long-selects div.select-arrow.reverse {
        border: none;
    }

.long-selects div.select-set {
    border-radius: 0;
}

#search-sel div.select-arrow {
    right: 5px;
}

.long-selects div.select-block {
    background: #f8f8f8;
    border: 1px solid #eee;
    color: #a9b5c5;
    border-radius: 0;
    width: 196px;
    margin-top: 0;
    max-height: 350px;
    overflow-y: auto;
    position: absolute;
    left: 18px;
    top: 55px;
    left: 0;
    width: 100%;
    border-radius: 0;
}

.long-selects li.select-items {
    font-size: 14px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #fefefe;
    padding: 2px 7px 2px 12px;
    margin-bottom: 0px;
}

    .long-selects li.select-items:hover, .sel-room li.select-items.active {
        background: #c89a5e;
        color: #fff;
    }

.long-selects ul.select-list {
    padding-bottom: 0;
    margin-bottom: 0;
}


.responsive-tables table {
    width: 100%;
}

.responsive-tables th {
    text-align: center;
    background: #c89a5e;
    padding: 16px 5px;
    font-size: 16px;
    color: #fff;
}

.responsive-tables td {
    color: #666;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #f9f9f9;
    padding: 16px 5px;
    text-align: center;
}

.responsive-tables tbody tr:nth-child(2n) td {
    background: #f9f9f9;
}

.opts a {
    color: #f00;
    padding: 0 5px;
    text-decoration: none;
}

.text-L {
}

.text-R {
    text-align: right !important;
}

.text-C {
    text-align: center !important;
}

.a-link {
    color: #f00;
}

.nsta-1 {
    color: #e40000;
}

.nsta-2 {
    color: #009f29;
}

.responsive-tables th.head-tit3 {
    width: 14%;
}

.responsive-tables th.head-tit2 {
    width: 18%;
}

.responsive-tables th.head-tit1 {
    width: 15%;
}

.responsive-tables th.h-tit {
    width: 13%;
}

a.opts-bt, a.opt-del {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e36417;
    color: #ee4408 !important;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 10px;
    margin: 0 5px;
}

a.opt-del {
    border: 1px solid #000006;
    color: #000006 !important;
}

.serach-tops .search-item {
    width: 265px;
    float: left;
    margin-right: 12px;
}

.map-imgs {
    margin-bottom: 40px;
}

.contact-l {
    float: left;
}

.contact-r {
    float: right;
    text-align: right;
}

.contact-l h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-l span {
    color: #666;
    font-size: 16px;
}

.contact-r > * {
    display: inline-block;
}

.contact-r a {
    position: relative;
    cursor: pointer;
}

.contact-r cite {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 40px;
    left: -40px;
}

.contact-r a:hover cite {
    display: block;
}

.contact-r cite img {
    max-width: none;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 100px;
    border: 1px solid #f9f9f9;
}

.ms-code img {
    width: 65px;
    height: 65px;
    display: block;
}

.ms-code {
    margin-left: 30px;
    text-align: center;
}

.ms-shares img {
    width: 28px;
    height: auto;
}

.ms-shares a {
    margin-left: 15px;
}

.ms-shares h3 {
    font-size: 36px;
    color: #c89a5e;
    margin-top: 10px;
}

.ms-code h3 {
    color: #666;
    font-weight: normal;
}

@media screen and (max-width: 640px) {

    .responsive-tables table {
        border: none;
    }

        .responsive-tables table thead {
            display: none;
        }

        .responsive-tables table tr {
            display: block;
            background: #fdfdfd;
            border-radius: 5px;
            padding: 0 15px;
            border: 1px solid #eee;
            margin: 0 0 15px 0;
        }

        .responsive-tables table td {
            background: #fdfdfd;
            display: block;
            min-height: 46px;
            position: relative;
            text-align: right;
            height: 100%;
            overflow: hidden;
            border: none;
            border-bottom: 1px solid #eee;
            padding-left: 100px;
            box-sizing: border-box;
        }

        .responsive-tables table tr td:nth-last-child(1) {
            border-bottom: none;
        }

        .responsive-tables table td:before {
            content: attr(data-label);
            text-align: left;
            padding-right: 20px;
            width: 90px;
            text-transform: uppercase;
            font-weight: bold;
            position: absolute;
            left: 0px;
            top: 12px;
            color: #000;
        }

    .responsive-tables td.opts {
        text-align: center;
    }

        .responsive-tables td.opts a {
            display: inline-block;
            font-size: 12px;
            border: 1px solid #c00;
            background: #fff;
            color: #f00;
            padding: 5px 5px;
            min-width: 60px;
            margin: 0 2px;
            border-radius: 30px;
            margin-bottom: 5px;
        }

        .responsive-tables td.opts:before {
            display: none;
        }

    .responsive-tables td.opts {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-bottom: 8px;
    }

    .text-L {
        text-align: right !important;
    }

    .text-C {
        text-align: right !important;
    }

    .opts.text-C {
        text-align: center !important;
    }
}

.res-wrap {
}

    .res-wrap .item-cell {
        overflow: hidden;
        margin-bottom: 50px;
    }

    .res-wrap .item-cnt {
        margin-left: 500px;
    }

    .res-wrap .item-nopic .item-cnt {
        margin-left: 0;
    }

    .res-wrap .item-pic {
        width: 470px;
        height: 270px;
        float: left;
    }

        .res-wrap .item-pic img {
            height: auto;
            width: auto;
        }

    .res-wrap .item-tit * {
        font-size: 24px;
        font-weight: bold;
        color: #141414;
    }

    .res-wrap .item-tit {
        margin-bottom: 10px;
    }

    .res-wrap .ntits {
        min-height: 95px;
        border-bottom: 1px solid #ededed;
        margin-bottom: 25px;
    }

    .res-wrap .item-desc a {
        color: #666;
        font-size: 14px;
    }

    .res-wrap .item-desc {
        line-height: 25px;
    }

    .res-wrap .item-dates {
        font-size: 14px;
        color: #666666;
    }

    .res-wrap .imores {
        margin-top: 20px;
    }

        .res-wrap .imores a {
            color: #c89a5e;
            font-size: 14px;
        }

    .res-wrap .item-tit a:hover {
        color: #c89a5e;
    }


.mdpros-bg {
    background: url("../images/bgpros.png") right 0 no-repeat;
}

.com-tit2 {
    padding-top: 55px;
    text-align: center;
}

    .com-tit2 h3 {
        color: #333;
        font-size: 32px;
        margin-bottom: 25px;
    }

.com-desc2 {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 35px;
}

    .com-desc2 span {
        max-width: 655px;
        color: #666;
        font-size: 16px;
        display: inline-block;
    }

img {
    max-width: 100%;
    height: auto;
}

.mod-pros-intrs {
    overflow: hidden;
    margin-bottom: 35px;
}

    .mod-pros-intrs .item-cell {
    }

    .mod-pros-intrs .item-cnt {
        margin-left: 630px;
    }

    .mod-pros-intrs .item-pic {
        float: left;
        width: 585px;
        height: 315px;
        overflow: hidden;
    }

        .mod-pros-intrs .item-pic img {
        }

    .mod-pros-intrs .item-tit * {
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }

    .mod-pros-intrs .item-tit {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .mod-pros-intrs .item-desc * {
        font-size: 16px;
        color: #666;
    }

    .mod-pros-intrs .item-desc {
        margin-bottom: 30px;
    }

    .mod-pros-intrs .item-mores a {
        color: #a98d6c;
    }


.mod-myprolists {
    margin-right: -15px;
}

    .mod-myprolists .item-cell {
        background: #f4f4f4;
        text-align: center;
        float: left;
        width: 285px;
        margin-bottom: 15px;
        margin-right: 15px;
        border: 1px solid #f4f4f4;
        box-sizing: border-box;
    }

    .mod-myprolists .item-cnt {
        background: #fff;
    }

    .mod-myprolists .item-pic {
        height: 180px;
        padding-top: 25px;
        padding-bottom: 25px;
        max-width: 180px;
        margin: 0 auto;
    }

        .mod-myprolists .item-pic img {
        }

    .mod-myprolists .item-tit * {
        font-size: 20px;
        color: #333;
    }

    .mod-myprolists .item-tit {
        padding: 18px 10px;
    }

.pro-mores a {
    display: block;
    width: 190px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin: 0 auto;
}

.pro-mores {
    margin-bottom: 45px;
    margin-top: 20px;
}

.mdads {
    position: relative;
}

    .mdads img {
        display: block;
    }

    .mdads span {
        background: url("../images/videoicon1.png") no-repeat;
        position: absolute;
        width: 56px;
        height: 56px;
        left: 50%;
        top: 50%;
        margin-left: -28px;
        margin-top: -28px;
    }

.sd-tits5 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}


.mod-features {
}

    .mod-features .item-cell {
        overflow: hidden;
    }

    .mod-features .item-cnt {
        padding: 35px 50px 50px 50px;
        margin-left: 600px;
        box-sizing: border-box;
    }

    .mod-features .item-pic {
        width: 600px;
        height: 270px;
        float: left;
    }

        .mod-features .item-pic img {
        }

    .mod-features .item-tit * {
    }

    .mod-features .item-tit {
        font-size: 22px;
        color: #333;
        margin-bottom: 10px;
    }

    .mod-features .item-2 .item-cnt {
        margin-right: 600px;
        margin-left: 0;
    }

    .mod-features .item-2 .item-pic {
        float: right;
    }

    .mod-features .item-desc {
        font-size: 16px;
        color: #666666;
    }

.pro-navs {
    background: #f9f9f9;
    height: 64px;
    line-height: 64px;
}

.mds-navs li {
    display: block;
    position: relative;
    line-height: 64px;
    box-sizing: border-box;
    float: left;
}

    .mds-navs li:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        content: "";
        display: block;
        height: 20px;
        background: #dbdbdb;
        width: 1px;
    }

    .mds-navs li a {
        font-size: 20px;
        color: #666;
        margin: 0 35px;
    }

    .mds-navs li.active {
        color: #cd9b52;
    }

        .mds-navs li.active a {
            color: #cd9b52;
            font-weight: bold;
            border-bottom: 3px solid #cd9b52;
            padding-bottom: 16px;
        }

    .mds-navs li a:hover {
        color: #cd9b52;
    }

.mds-navs {
    padding: 0 40px;
    position: relative;
}

    .mds-navs .pro-bt-l, .mds-navs .pro-bt-r {
        position: absolute;
        text-align: center;
        width: 40px;
        height: 40px;
        left: 0;
        top: 50%;
        margin-top: -20px;
        cursor: pointer;
    }

    .mds-navs .pro-bt-r {
        left: auto;
        right: 0;
    }

        .mds-navs .pro-bt-l span, .mds-navs .pro-bt-r span {
            margin-top: 12px;
            display: inline-block;
            border: 8px solid transparent;
            border-right: 8px solid #d4d4d4;
        }

        .mds-navs .pro-bt-r span {
            border: 8px solid transparent;
            border-left: 8px solid #d4d4d4;
        }

    .mds-navs .pro-bt-l:hover span {
        border-right: 8px solid #d09b57;
    }

    .mds-navs .pro-bt-r:hover span {
        border-left: 8px solid #d09b57;
    }

.swiper-roll-navs ul {
    display: block;
}

.swiper-roll-navs {
    height: 64px;
}

.d-proinfo-wrap {
    width: 950px;
    margin: 50px auto 0 auto;
}

.proinfo-intrs {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

    .proinfo-intrs .item-cell {
    }

    .proinfo-intrs .item-cnt {
        margin-left: 480px;
    }

    .proinfo-intrs .item-pic {
        width: 430px;
        float: left;
    }

        .proinfo-intrs .item-pic img {
            width: 430px;
            height: auto;
        }


    .proinfo-intrs .item-tit {
        font-size: 32px;
        color: #333333;
    }

.d-proinfo-wrap .item-desc0 {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

.d-proinfo-wrap .item-desc {
    font-size: 18px;
    color: #666666;
    margin-top: 25px;
}

.d-proinfo-wrap .item-bts {
    margin-top: 30px;
}

    .d-proinfo-wrap .item-bts a {
        background: #d09b57;
        display: block;
        font-size: 15px;
        width: 150px;
        line-height: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
    }

.com-tit8 {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
}

.txt1-l {
    color: #666;
    float: left;
    width: 670px;
    display: block;
}

.txt1-r {
    float: right;
}

.pcnts-contents {
    font-size: 18px;
    color: #666;
}

    .pcnts-contents * {
        line-height: 160%;
    }

.pro-rolls {
    position: relative;
}

    .pro-rolls .item-txt {
        font-size: 16px;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 35px 20px 35px;
        background: #000;
        background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    }

.produ-tab ul li {
    display: table-cell;
    font-size: 20px;
    color: #333333;
    height: 60px;
    line-height: 60px;
}

.produ-tab ul {
    display: table;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    table-layout: fixed
}

.pro-rolls img {
    display: block;
}

.produ-tab ul li.active {
    background: #d09b57;
    color: #fff;
}

.pbtn-l, .pbtn-r {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url("../images/bt_l.png") no-repeat;
    z-index: 8;
    cursor: pointer;
}

.pbtn-r {
    background: url("../images/bt_r.png") no-repeat;
    left: auto;
    right: 15px;
}

.swiper-container .swiper-wrapper, .swiper-container .swiper-wrapper .swiper-slide {
    height: auto !important;
}

.pro-rolls .swiper-slide {
    position: relative;
}

.newsInfo {
    padding: 0 0 0 0;
    font-size: 16px;
}

    .newsInfo h3 {
        font-size: 26px;
        font-weight: normal;
        text-align: center;
        color: #111;
        font-weight: bold;
        position: relative;
        line-height: 160%;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

        .newsInfo h3:after {
            content: "";
            background: #b0800d;
            height: 3px;
            width: 60px;
            margin-left: -30px;
            left: 50%;
            position: absolute;
            bottom: 0;
        }




    .newsInfo .source ul {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .newsInfo .source li.ic-1 {
        color: #ed2326;
        border-right: 1px solid #999;
    }

    .newsInfo .source li {
        display: inline-block;
        padding: 0 10px;
        line-height: 14px;
        min-height: 14px;
        color: #999999;
        font-size: 14px;
    }

        .newsInfo .source li span {
            color: #666;
        }

    .newsInfo .content {
        margin: 10px 0 0 0;
        min-height: 100px;
        _height: 100px;
    }

        .newsInfo .content p, .newsInfo .content *, .newsInfo .content {
            line-height: 200%;
            color: #666;
        }

            .newsInfo .content p {
                padding: 0 0 1em 0;
                text-indent: 2em;
            }

            .newsInfo .content img, .article .content img {
                display: inline-block;
                margin: 0 auto;
                max-width: 100%;
                height: auto;
            }

.news-prev-next {
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 0 10px 0;
    border-top: 1px solid #dbdbdb;
    position: relative;
}

    .news-prev-next ul {
        font-size: 16px;
        line-height: 36px;
    }

    .news-prev-next .go-back {
        position: absolute;
        top: 32px;
        right: 0;
        width: 170px;
        text-align: center;
        line-height: 48px;
        border-radius: 48px;
        background-color: #b0800d;
        color: #fff !important;
        font-size: 18px;
    }

        .news-prev-next .go-back a {
            display: block;
            height: 48px;
            cursor: pointer;
        }

            .news-prev-next .go-back a:before {
                background: url("../images/msicon.png") no-repeat;
                content: "";
                width: 22px;
                height: 19px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 12px;
                position: relative;
                top: -2px;
            }

    .news-prev-next a:hover {
        color: #b0800d;
    }

    .news-prev-next .go-back a {
        color: #fff
    }

.md-artbg {
    background: url("../images/art_bg.png") center 0 no-repeat;
}

.slogo {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 20px;
}

.my-bt {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.btn-l0, .btn-r0 {
    width: 28px;
    height: 28px;
    z-index: 10;
    background: url("../images/bt80.png") 0 0 no-repeat;
    display: inline-block;
}

.btn-r0 {
    background: url("../images/bt70.png") 0 0 no-repeat;
    margin-left: 10px;
}

.nums {
    margin-top: 5px;
    margin-left: 0;
    clear: both;
    font-size: 16px;
    color: #999;
    position: relative;
}

    .nums * {
        font-size: 20px;
        color: #c89a5e;
    }

    .nums:after {
        content: "";
        display: block;
        height: 1px;
        top: 50%;
        border-bottom: 1px solid #e5e5e5;
        left: 100px;
        position: absolute;
        right: 85px;
    }

.my-bt {
    z-index: 8;
}

.btn-l0:hover {
    background: url("../images/bt8.png") 0 0 no-repeat;
}

.btn-r0:hover {
    background: url("../images/bt7.png") 0 0 no-repeat;
}


.com-tit9 {
    font-size: 30px;
    color: #222;
    line-height: 100%;
}

    .com-tit9 a {
        padding-right: 35px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
    }

.eco-desc {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.eco-vr {
    margin-top: 40px;
    position: relative;
}

    .eco-vr span {
        position: absolute;
        left: 50px;
        top: 50%;
        margin-top: -28px;
        color: #fff;
    }

        .eco-vr span cite {
            display: block;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }

.eco-desc2 {
    max-width: 938px;
}

.quality-wrap {
    margin-right: -37px;
    margin-top: 40px;
}

    .quality-wrap .item-cell {
        width: 270px;
        float: left;
        margin-right: 37px;
        margin-bottom: 20px;
    }

    .quality-wrap .item-cnt {
        height: 170px;
    }

    .quality-wrap .item-pic {
    }

        .quality-wrap .item-pic img {
            height: auto;
            width: auto;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
        }

    .quality-wrap .item-cell:hover img {
        transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2)
    }

    .quality-wrap .item-tit * {
        color: #222;
        font-size: 24px;
        font-style: normal;
    }

    .quality-wrap .item-tit {
        margin-top: 35px;
        margin-bottom: 15px;
    }

        .quality-wrap .item-tit i {
            padding-right: 15px;
        }

    .quality-wrap .item-more {
        margin-top: 5px;
        color: #c89a5e;
    }

    .quality-wrap .item-desc {
        height: 75px;
        font-size: 14px;
        color: #999;
    }

.mod-guide {
    clear: both;
    background: #f9f9f9;
}

.guide-left {
    width: 200px;
    float: left;
}

.guide-right {
    margin-left: 240px;
}

.rem-tits {
    padding-top: 25px;
    color: #666;
    padding-bottom: 10px;
}

.guide-left ul li {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .guide-left ul li span {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 16px;
        border-radius: 20px;
        background: #ef5050;
        display: inline-block;
        margin-right: 15px;
    }

.guide-left ul {
    background: url("../images/line5.png") 6px bottom no-repeat;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .guide-left ul li.gu-ico1 a {
        color: #ef5050;
        padding-right: 25px;
        background: url("../images/hot_ic.png") right center no-repeat;
        font-weight: bold;
    }

.eco-desc3 {
    font-size: 14px;
    max-width: 980px;
}

.mod-travels-wrap {
    margin-top: 35px;
    margin-right: -3.33%;
}

    .mod-travels-wrap .item-cell {
        width: 30%;
        margin-right: 3.33%;
        margin-bottom: 3.33%;
        float: left;
    }

    .mod-travels-wrap .item-cnt {
        height: 134px;
    }

    .mod-travels-wrap .item-pic {
        height: 220px;
        overflow: hidden;
    }

        .mod-travels-wrap .item-pic img {
        }

    .mod-travels-wrap .item-tit * {
        font-weight: bold;
        font-size: 24px;
        color: #222;
    }

    .mod-travels-wrap .item-tit {
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .mod-travels-wrap .item-desc * {
        font-size: 14px;
        color: #666;
    }

    .mod-travels-wrap .item-desc {
        margin-bottom: 20px;
    }

.article {
    font-size: 16px;
}

.mod-travels-wrap .item-more a {
    color: #c89a5e;
}

.d-contact {
    position: relative;
}

    .d-contact span {
        position: absolute;
        top: 60px;
        left: 70px;
        right: 70px;
        z-index: 9;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        background: url("../images/more9.png") right center no-repeat;
    }

    .d-contact i {
        font-size: 14px;
        color: #fff;
        display: block;
        font-style: normal;
        font-weight: normal;
        padding-top: 15px;
    }

    .d-contact cite {
        color: #ffde00;
        font-size: 24px;
        font-weight: bold;
        padding-left: 15px;
    }

.mod-jobinfos h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 150%;
}

.job-in {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fafafa;
}

    .job-in ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding-left: 10px;
    }

        .job-in ul li {
            width: 33%;
            margin: 5px 0 5px;
            font-size: 16px;
            line-height: 2;
        }

            .job-in ul li span {
                padding-right: 8px;
                color: #666;
            }

            .job-in ul li cite {
                color: #000;
            }

.job-infos {
    font-size: 16px;
    padding-top: 20px;
}


.news-rolls {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.single {
    width: 100%;
    height: 340px;
    position: relative;
    z-index: 0;
}

    .single ul {
        list-style: none;
        white-space: nowrap;
        display: inline-block;
        height: 340px;
    }

        .single ul li {
            display: inline-block;
            padding-top: 20px;
            width: 295px;
            vertical-align: middle;
        }

    .single li.active {
        width: 610px;
        padding-top: 0;
    }

    .single .item-cell {
        position: relative;
    }

    .single .active .item-cell {
        width: 580px;
        margin: 0 auto;
    }

    .single .active .item-pic {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 59%;
    }

        .single .active .item-pic img {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0;
            top: 0;
        }

    .single .active .item-cnt {
        position: absolute;
        bottom: 0;
    }

    .single ul li * {
        text-align: center;
    }

.pre20 {
    position: absolute;
    width: 55px;
    height: 55px;
    background: url("../images/bt11.png") center center no-repeat;
    left: 260px;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    z-index: 8;
}


.next20 {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 260px;
    top: 50%;
    margin-top: -28px;
    background: url("../images/bt10.png") center center no-repeat;
    cursor: pointer;
    z-index: 8;
}

.single li .item-tit {
    color: #666;
}

.single .active .item-tit {
    color: #fff;
    overflow: hidden;
}

.single .active .item-cnt {
    padding: 8px 20px;
    left: 0;
    right: 0;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    background: #000;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}

.proindex-tit {
    padding-top: 40px;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    color: #333;
}

    .proindex-tit h3 {
        line-height: 145%;
        font-weight: normal;
    }

.pro-wraps {
}

    .pro-wraps .item-cell {
        background: #f9f9f9;
        box-sizing: border-box;
        height: 274px;
        margin-bottom: 18px;
        overflow: hidden;
        position: relative;
        padding-bottom: 30px;
    }

    .pro-wraps .item-cnt {
        margin-left: 430px;
        margin-right: 220px;
    }

    .pro-wraps .item-pic {
        float: left;
        width: 275px;
    }

        .pro-wraps .item-pic img {
            height: auto;
            width: auto;
        }

    .pro-wraps .item-tit * {
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }

        .pro-wraps .item-tit *:hover {
            color: #b9a388;
        }

    .pro-wraps .item-tit {
        margin-top: 55px;
    }

    .pro-wraps .item-desc {
        margin-top: 16px;
    }

        .pro-wraps .item-desc a h3 {
            font-size: 20px;
            color: #666;
            font-weight: normal;
            margin-bottom: 25px;
        }

        .pro-wraps .item-desc a span {
            color: #999;
            font-size: 14px;
        }

    .pro-wraps .item-detail {
        position: absolute;
        right: 85px;
        top: 110px;
    }

        .pro-wraps .item-detail a {
            width: 42px;
            height: 42px;
            display: block;
            background: url("../images/more6.png") 0 0 no-repeat;
        }

    .pro-wraps .item-2 {
        background: url("../images/prbg3.jpg") 0 0 no-repeat;
    }

    .pro-wraps .item-3 {
        background: url("../images/prbg4.jpg") 0 0 no-repeat;
    }

    .pro-wraps .item-4 {
        background: url("../images/prbg5.jpg") 0 0 no-repeat;
    }

    .pro-wraps .item-5 {
        background: url("../images/prbg6.jpg") 0 0 no-repeat;
    }

.pro-bomlinks {
    background: url("../images/lkbg7.jpg") 0 0 no-repeat;
    height: 205px;
    margin-top: 40px;
}

    .pro-bomlinks ul {
        padding-top: 48px;
        margin-left: 47px;
        width: 400px;
        display: block;
    }

        .pro-bomlinks ul li {
            font-size: 20px;
            color: #303030;
            float: left;
            width: 200px;
            margin-bottom: 30px;
        }

            .pro-bomlinks ul li a {
                position: relative;
                padding-left: 48px;
                height: 40px;
                line-height: 40px;
                display: inline-block;
            }

            .pro-bomlinks ul li.pr-icon1 a {
                background: url("../images/myic6.png") 0 center no-repeat;
            }

            .pro-bomlinks ul li.pr-icon2 a {
                background: url("../images/myic7.png") 0 center no-repeat;
            }

            .pro-bomlinks ul li.pr-icon3 a {
                background: url("../images/myic8.png") 0 center no-repeat;
            }

            .pro-bomlinks ul li.pr-icon4 a {
                background: url("../images/myic9.png") 0 center no-repeat;
            }

            .pro-bomlinks ul li a:after {
                position: absolute;
                content: "";
                display: block;
                left: 48px;
                bottom: 3px;
                right: 0;
                border-bottom: 1px solid #333;
            }

.md-news-3 {
    margin-right: -4%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

    .md-news-3 .item-cell {
        border-top: 1px solid #eeeeee;
        width: 45%;
        margin-right: 5%;
        float: left;
        margin-top: 30px;
        padding-top: 30px;
        position: relative;
        top: -32px;
    }

    .md-news-3 .item-cnt {
    }

    .md-news-3 .item-pic {
    }

        .md-news-3 .item-pic img {
            height: auto;
            width: auto;
        }

    .md-news-3 .item-tit * {
        font-size: 20px;
        color: #333;
    }

    .md-news-3 .item-tit {
        position: relative;
        height: 27px;
        padding-right: 110px;
        overflow: hidden;
    }

        .md-news-3 .item-tit span {
            font-size: 14px;
            color: #666;
            position: absolute;
            right: 0;
            top: 0;
        }

    .md-news-3 .item-desc {
        color: #999;
        margin-top: 15px;
        min-height: 50px;
    }

.bgreys {
    background: #fafafa;
}

.more-5 {
    text-align: center;
    padding-top: 15px;
}

    .more-5 a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #333;
    }

.md-news-3 .item-tit a:hover {
    color: #cc9d65;
}

.mod-newsvideos {
    background: #f9f9f9;
    padding: 40px 0;
    overflow: hidden;
    margin-right: -10px;
}

.nvideos-wrap .item-cell {
    width: 290px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

.nvideos-wrap .item-cnt {
}

.nvideos-wrap .item-pic {
    position: relative;
    overflow: hidden;
    height: 160px;
}

    .nvideos-wrap .item-pic img {
        height: auto;
        width: auto;
    }

.nvideos-wrap .item-tit * {
    font-size: 16px;
}

.nvideos-wrap .item-tit {
    height: 50px;
    background: #fff;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
}

.nvideos-wrap {
    margin-top: 25px;
}

    .nvideos-wrap .item-1 {
        width: 590px;
    }

        .nvideos-wrap .item-1 * {
            font-size: 20px;
        }

    .nvideos-wrap .item-cell a {
        display: block;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        background: url("../images/vico.png") right center no-repeat;
        padding-right: 40px;
    }

        .nvideos-wrap .item-cell a:hover {
            color: #d09b4f;
        }

    .nvideos-wrap .item-1 .item-pic {
        height: 381px;
    }

    .nvideos-wrap .item-pic span {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 15px;
        z-index: 3;
    }

    .nvideos-wrap .item-1 .item-pic span {
        font-size: 18px;
    }

    .nvideos-wrap .item-cell .item-tit a:hover {
        color: #d09b4f;
    }

.nvideos2 {
    margin-right: -2.33%
}

    .nvideos2 .item-cell {
        width: 31%;
        margin-right: 2.33%
    }

.md-videotit {
    position: relative;
}

    .md-videotit span {
        font-size: 30px;
        color: #333333;
        background: url("../images/videosicon6.png") right center no-repeat;
        padding-right: 42px;
    }

    .md-videotit a {
        position: absolute;
        padding-right: 28px;
        right: 0;
        top: 4px;
        background: url("../images/more2.png") right center no-repeat;
        font-size: 16px;
        color: #666;
    }

.nvideos2 .item-tit {
    background: #f9f9f9;
}

.nvideos2 .item-cell .item-tit {
    line-height: 60px;
    height: 60px;
}

    .nvideos2 .item-cell .item-tit a {
        line-height: 60px;
        height: 60px;
        font-size: 18px;
        color: #333;
    }


.mod-media-wrap {
    margin-top: 25px;
    margin-right: -2.33%
}

    .mod-media-wrap .item-cell {
        width: 31%;
        margin-right: 2.33%;
        float: left;
    }

    .mod-media-wrap .item-cnt {
        background: #fafafa;
        padding: 18px;
    }

    .mod-media-wrap .item-pic {
        height: 227px;
        overflow: hidden;
    }

        .mod-media-wrap .item-pic img {
            height: auto;
            width: auto;
        }

    .mod-media-wrap .item-tit * {
        font-size: 18px;
        color: #333;
    }

    .mod-media-wrap .item-tit {
        height: 50px;
        margin-bottom: 20px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .mod-media-wrap .item-desc a {
        color: #999;
    }

        .mod-media-wrap .item-desc a cite {
            float: right;
        }

    .mod-media-wrap .item-desc {
        overflow: hidden;
    }

    .mod-media-wrap .item-tit a:hover {
        color: #d09b4f;
    }

.mod-news-list8 {
    margin-top: 15px;
    margin-right: -25px;
}

    .mod-news-list8 li {
        margin-top: 15px;
        height: 60px;
        line-height: 60px;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 0 20px;
        width: 575px;
        box-sizing: border-box;
        margin-right: 25px;
        float: left;
    }

        .mod-news-list8 li a {
            position: relative;
            font-size: 18px;
            color: #666666;
            height: 60px;
            line-height: 60px;
            display: block;
            padding-right: 130px;
            overflow: hidden;
        }

        .mod-news-list8 li span {
            position: absolute;
            right: 0;
            top: 0;
            color: #999;
        }

        .mod-news-list8 li a:hover {
            color: #d09b4f;
        }



.news-rolls2 li .item-cnt {
    display: none;
}

.H30 {
    height: 25px;
}

.mod-personwraps {
    overflow: hidden;
    padding-top: 50px;
    background: url("../images/bgtits2.png") 0 0 no-repeat;
    padding-bottom: 20px;
}

    .mod-personwraps .item-cell {
    }

    .mod-personwraps .item-cnt {
        margin-left: 350px;
    }

    .mod-personwraps .item-pic {
        width: 270px;
        float: left;
        margin-left: 40px;
    }

        .mod-personwraps .item-pic img {
        }

    .mod-personwraps .item-tit * {
    }

    .mod-personwraps .item-tit {
        line-height: 100%;
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }

    .mod-personwraps .item-desc {
        font-size: 18px;
        color: #666666;
        margin-top: 30px;
    }


.news-rolls2 li.active a:after {
    background: rgba(0,0,0,.35);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.news-rolls2 li a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    width: 24px;
    height: 19px;
    left: 20px;
    bottom: 20px;
    background: url("../images/vico.png") center center no-repeat;
}

.news-rolls2 li.active a:before {
    bottom: auto;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-top: -28px;
    margin-left: -28px;
    content: "";
    background: url("../images/video8.png") center center no-repeat;
    width: 56px;
    height: 56px;
}

.news-rolls2 .active .item-pic {
    padding-top: 59%;
}

.news-rolls2 .next20, .news-rolls2 .pre20 {
    margin-top: -18px;
}

.history-backwrap {
    margin-right: -1.5%;
}

    .history-backwrap .item-cell {
        width: 31.83%;
        margin-right: 1.5%;
        float: left;
    }

    .history-backwrap .item-cnt {
    }

    .history-backwrap .item-pic {
        height: 415px;
        overflow: hidden;
    }

        .history-backwrap .item-pic img {
            height: auto;
            width: auto;
        }

    .history-backwrap .item-tit * {
    }

    .history-backwrap .item-tit {
    }


.about-intrs {
    max-width: 1080px;
    margin: 66px auto 0 auto;
}

    .about-intrs h3 {
        font-size: 30px;
        color: #141414;
        font-weight: normal;
        margin-bottom: 24px;
    }

.about-desc {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.about-intrs .desc-2 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 25px;
}

.market-txt {
    background: url("../images/horbg6.png") center 0 no-repeat;
    height: 209px;
    margin-top: -40px;
}

    .market-txt span {
        font-size: 30px;
        color: #222;
        padding-top: 138px;
        display: inline-block;
        margin-left: 60px;
        margin-right: 16px;
    }

    .market-txt cite {
        font-size: 22px;
        color: #333;
        font-family: "Impact" !important;
    }

.solo-title, .logo-ntits {
    max-width: 1080px;
    margin: 36px auto 0 auto;
}

    .solo-title ul li {
        padding-left: 25px;
        font-size: 18px;
        color: #333;
        width: 48%;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        margin-bottom: 10px;
    }

        .solo-title ul li:after {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 6px;
            display: block;
            background: #cd9b54;
            position: absolute;
            left: 0;
            top: 13px;
        }

    .logo-ntits span {
        margin-right: 15px;
    }

.logo-ntits {
    margin-bottom: 60px;
}

.hor-roll {
    width: 1080px;
    margin: 0 auto 0 auto;
    position: relative;
}

    .hor-roll .com-tit9 {
        margin-bottom: 35px;
    }

    .hor-roll .item-cell {
        width: 360px;
        position: relative;
        background: #f9f9f9;
        height: 480px;
        float: left;
    }

        .hor-roll .item-cell .item-pic {
            height: 240px;
            overflow: hidden;
        }

.hor-wrap {
    overflow: hidden;
}

.hor-roll .item-cnt {
    position: relative;
    z-index: 2;
    height: 240px;
    color: #333;
    box-sizing: border-box;
    padding: 0 40px;
}

.hor-roll .item-2 .item-pic {
    position: absolute !important;
    width: 360px;
    height: 240px !important;
    bottom: 0;
    left: 0;
}

.hor-roll .item-cnt .item-desc {
    display: table;
    height: 100%;
    width: 100%;
}

.hor-roll .item-cnt .item-in {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.hor-roll .vbt-r {
    right: -90px;
}

.hor-roll .item-cell .item-pic:after {
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #f9f9f9;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    z-index: 6;
}

.hor-roll .item-2 .item-pic:after {
    bottom: 0;
    top: -30px;
    display: none;
}

.hor-roll .item-2 .item-cnt:after {
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #f9f9f9;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -15px;
    bottom: -30px;
    z-index: 6;
}

.hor-roll .item-cell {
}

.hor-roll .swiper-wrapper .swiper-slide {
    height: 480px !important;
}

.brand-value {
    background: #f9f9f9;
    margin-bottom: 190px;
    padding-top: 40px;
}

.value-img {
    height: 123px;
    margin-right: -1%;
}

    .value-img .item-cell {
        width: 32.33%;
        margin-right: 1%;
        float: left;
    }

.brand-value .wrap-layer {
    max-width: 1080px;
}

.value-intr {
    position: relative;
    width: 100%;
    background: url("../images/brand_10.png") right 0 no-repeat;
    display: table;
    margin: 0 0 20px 0;
    overflow: hidden;
    min-height: 125px;
}

    .value-intr .brand-tit {
        font-size: 30px;
        width: 160px;
        line-height: 130%;
        color: #333;
        display: table-cell;
        vertical-align: top;
    }

    .value-intr .brand-value-cnts {
        display: table-cell;
        vertical-align: top;
        color: #333;
        font-size: 18px;
    }

        .value-intr .brand-value-cnts strong {
            padding: 0 2px;
        }

.mems {
    width: 20px;
    height: 20px;
}

    .mems a {
        height: 120px;
        display: inline-block;
    }

.mem-codes-img {
    position: absolute;
    display: none;
    top: 56px;
    right: 0;
    width: 120px;
    height: auto;
    padding: 10px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

    .mem-codes-img img {
        display: block;
    }

.mems:hover .mem-codes-img {
    display: block;
}

.mem-codes-img * {
    background: #fff;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 0;
    text-align: center;
}

video {
    max-width: 800px !important;
    margin: 0 auto;
}

.md-service-center {
    background: url("../images/djwq_tu.jpg") center 0 no-repeat;
    height: 267px;
    padding-top: 150px;
    box-sizing: border-box;
    margin-bottom: 200px;
}

.service-inners {
    height: 300px;
    margin: 0 50px 50px 50px;
}

    .service-inners .item-cell {
        width: 31.33%;
        min-height: 250px;
        margin: 1%;
        text-align: center;
        box-sizing: border-box;
        padding: 20px;
        float: left;
        background: rgba(255,255,255,.8);
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #f8f8f8;
    }

    .service-inners .item-tit {
        background: url("../images/tel_icon1.png") center 0 no-repeat;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 150%;
        height: 72px;
        font-weight: bold;
        padding-top: 40px;
    }

.copys {
    color: #999999;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

.bomlinks {
    text-align: center;
    padding-top: 10px;
}

    .bomlinks a {
        margin: 0 10px;
        color: #999;
    }

        .bomlinks a:hover {
            color: #b0800d;
        }


.siteMap {
    margin-top: 30px;
}

    .siteMap ul li {
        border-top: 1px dashed #e7e7e7;
        padding: 30px 0;
        zoom: 1;
        overflow: hidden;
    }

        .siteMap ul li:after {
            display: table;
            clear: both;
            content: "";
            font-size: 0;
            line-height: 0;
        }

        .siteMap ul li h2 {
            float: left;
            overflow: hidden;
            min-width: 130px;
        }

            .siteMap ul li h2 .cn {
                font-weight: bold;
                display: block;
                font-size: 20px;
                color: #c89a5e;
            }

            .siteMap ul li h2 .en {
                font-size: 14px;
                display: block;
                color: #ab0000;
                display: none;
            }

        .siteMap ul li ul {
            float: none;
            overflow: hidden;
        }

            .siteMap ul li ul li {
                border: none;
                padding: 0;
                float: left;
                margin-bottom: 5px;
            }

                .siteMap ul li ul li a {
                    font-size: 16px;
                    color: #555;
                    min-width: 100px;
                    padding-left: 20px;
                    display: block;
                }

                    .siteMap ul li ul li a:hover {
                        color: #c89a5e;
                    }



.com-tit19 a {
    background: url("../images/i_mores.jpg") right center no-repeat;
    padding-right: 43px;
}

.pub-info {
    margin-top: 25px;
}

    .pub-info ul li {
        margin-bottom: 15px;
    }

        .pub-info ul li a {
            border: 1px solid #f9f9f9;
            display: block;
            padding: 15px 135px 15px 25px;
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
            color: #333;
            font-size: 18px;
            position: relative;
        }

            .pub-info ul li a span {
                font-size: 16px;
                position: absolute;
                top: 15px;
                right: 35px;
            }

                .pub-info ul li a span img {
                    vertical-align: middle;
                    margin-right: 8px;
                }

            .pub-info ul li a:hover {
                color: #c89a5e;
            }
