﻿body {
    color: #686868;
    font-size: 16px;
    font-family: "微软雅黑","Arial","宋体";
    background: #fff;
    border-bottom: 1px solid #dbd8d8;
}

html {
    overflow-y: scroll;
}

form, div, body, img, p, img, dl, dt, dd, h2, h1, h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
}

    input:focus, textarea:focus {
        outline: none;
    }

    input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

.clearboth:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.clearboth {
    *zoom: 1;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.Arial {
    font-family: Arial;
}

.YaHei {
    font-family: "microsoft yahei","宋体";
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.div100 {
    width: 100%;
}

.B {
    font-weight: bold;
}

.Text_l {
    text-align: left;
}

.Text_r {
    text-align: right;
}

.Text_c {
    text-align: center;
}

.animate {
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.all {
    width: 1433px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.w910 {
    width: 910px;
    margin: 0 auto;
}

.w1200 {
    width: 1083px;
    margin: 0 auto;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Page {
    padding: 20px 0;
    text-align: center;
}

    .Page a {
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #ccc;
        font-size: 12px;
        margin: 0 1px;
    }

        .Page a.cur, .Page a:hover {
            background: #57bde9;
            color: #fff;
            border: 1px solid #57bde9;
        }

.w100 {
    width: 100% !important;
}

.header {
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    z-index: 999;
    background: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

    .header.cur {
        -webkit-box-shadow: 0 5px 30px 0 #ccc;
        -moz-box-shadow: 0 5px 30px 0 #ccc;
        box-shadow: 0 5px 30px 0 #ccc;
    }

    .header .header-logo {
        position: absolute;
        left: 10%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.header-select {
    position: absolute;
    right: 5%;
    top: 32px;
}

    .header-select select {
        font-size: 16px;
        background: none;
        border-radius: 20px;
        padding: 0 5px;
        line-height: 40px;
    }

.header .header-logo img {
    height: auto;
    position: absolute;
    left: -74px;
}

.header .header-link {
    display: block;
    position: absolute;
    right: 240px;
    top: 50%;
    width: 44px;
    height: 44px;
    background: url(../images/header_weixin.png) no-repeat center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

    .header .header-link .code-box {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        width: 180px;
        padding: 13px;
        background: #fff;
        border: 1px solid #f0f5f9;
        margin-top: 12px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        .header .header-link .code-box:before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border: 1px solid #f0f5f9;
            border-right: 0;
            border-bottom: 0;
            background: #fff;
            position: absolute;
            top: -5px;
            right: 15px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .header .header-link .code-box img {
            width: 100%;
        }

    .header .header-link:hover {
        background-image: url(../images/header_weixin_hover.png);
    }

        .header .header-link:hover .code-box {
            display: block;
        }

.header .header-nav {
    width: 660px;
    margin: 0 auto;
}

.header .header-nav-item {
    display: inline-block;
    position: relative;
}

    .header .header-nav-item:last-child {
        margin: 0;
    }

    .header .header-nav-item > a {
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #4b4b4b;
        padding: 26px 0;
        margin: 10px 20px;
        text-transform: uppercase;
        border-bottom: 4px solid transparent;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        .header .header-nav-item > a i {
            display: inline-block;
            width: 13px;
            height: 8px;
            background: url(../images/icon_arrow.png) no-repeat;
            vertical-align: middle;
            margin-left: 12px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

    .header .header-nav-item.active > a, .header .header-nav-item:hover > a {
        border-color: #946325;
    }

        .header .header-nav-item.active > a i, .header .header-nav-item:hover > a i {
            background-image: url(../images/icon_arrow_active.png);
        }

.header .header-sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-box-shadow: 0 5px 30px 0 #ccc;
    -moz-box-shadow: 0 5px 30px 0 #ccc;
    box-shadow: 0 5px 30px 0 #ccc;
}

.header .header-nav-item:hover .header-service {
    height: auto;
}

.header .header-nav-item:hover .header-about {
    height: 108px;
}

.header .header-sub-nav li a {
    display: block;
    color: #656565;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

    .header .header-sub-nav li a:hover {
        color: #363636;
        background: #fff7f1;
    }

.header .header-tel {
    position: absolute;
    top: 25px;
    right: 60px;
}

    .header .header-tel span {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 42px;
        background: url(../images/header_tel.png) no-repeat;
    }

    .header .header-tel a {
        font-size: 20px;
        color: #fff;
        font-family: DINCond-Bold;
        vertical-align: middle;
        padding-left: 15px;
    }

.head-height {
    width: 100%;
    height: 92px;
}

.head-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    z-index: 999999;
}

.mb-code-box {
    display: none;
}

.info-tips {
    display: none;
    font-size: 14px;
    line-height: 30px;
    color: #ebebeb;
    font-family: "Microsoft YaHei";
    padding: 0 23px 6px;
    position: absolute;
    left: 22px;
    top: -36px;
    background: url(../images/tips_bg.png) no-repeat;
    background-size: 100% 100%;
}

    .info-tips:before {
        content: '';
        display: none;
        width: 32px;
        height: 12px;
        background: url(../images/icon_tri2.png) no-repeat;
        position: absolute;
        bottom: -6px;
        left: 4px;
    }

.select-box {
    height: 100%;
    position: relative;
}

    .select-box .select-value {
        background: url(../images/select_arrow.png) no-repeat;
        background-position: 95% center;
        height: 100%;
        font-size: 12px;
        line-height: 36px;
        color: #fff;
        background-color: rgba(140,140,140,.8);
        padding-right: 30px;
        padding-left: 10px;
        user-select: none;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .select-box .select-list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 20;
        display: none;
        max-height: 144px;
        overflow-y: scroll;
    }

        .select-box .select-list .select-item {
            padding-left: 10px;
            font-size: 12px;
            color: #666;
            line-height: 36px;
            background: #fff;
            cursor: pointer;
        }

            .select-box .select-list .select-item.cur, .select-box .select-list .select-item:hover {
                background: #d2e9ff;
            }

.side-wrap {
    position: fixed;
    right: 20px;
    top: 67%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}

    .side-wrap a {
        display: block;
        width: 48px;
        height: 48px;
        border: 1px solid #ebebeb;
        background-image: url(../images/icon_side.png);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 1px;
        position: relative;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        .side-wrap a .phone-box {
            position: absolute;
            top: -1px;
            right: 49px;
            width: 130px;
            height: 50px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #ebebeb;
            border-right: 0;
            background: #fff;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
            display: none;
        }

            .side-wrap a .phone-box p {
                width: 100%;
                font-size: 20px;
                line-height: 20px;
                color: #333;
                font-family: DINCond-Bold;
                margin-top: 14px;
                text-align: center;
            }

        .side-wrap a.message {
            background-position: 50% -14%;
        }

        .side-wrap a.search {
            background-position: 50% 30%;
        }

        .side-wrap a.phone {
            background-position: 50% 73%;
        }

        .side-wrap a.back-top {
            margin-bottom: 0;
            background-position: 50% 116%;
        }

        .side-wrap a:hover {
            border-color: #186bbe;
            background-color: #186bbe;
            background-image: url(../images/icon_side_active.png);
        }

        .side-wrap a.phone:hover .phone-box {
            display: block;
        }

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        left: -5px;
        background: #fff;
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    .bx-wrapper .bx-prev {
        left: 10px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80,80,80,.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-pagination {
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    margin-top: 20px;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 110px;
    height: 8px;
    display: inline-block;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #946325;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.index-banner img {
    display: block;
    width: 100%;
}

.index-banner .bx-wrapper {
    margin: 0;
}

    .index-banner .bx-wrapper .bx-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        left: 0;
    }

    .index-banner .bx-wrapper .bx-pager {
        bottom: 30px;
        font-size: 0;
        padding: 0;
    }

        .index-banner .bx-wrapper .bx-pager a {
            width: 50px;
            height: 2px;
            margin: 0 10px;
            -webkit-border-radius: inherit;
            -moz-border-radius: inherit;
            border-radius: inherit;
            background: rgba(159,174,183,.23);
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
        }

            .index-banner .bx-wrapper .bx-pager a.active, .index-banner .bx-wrapper .bx-pager a:hover {
                background: #fff;
            }

    .index-banner .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 56px;
    }

        .index-banner .bx-wrapper .bx-controls-direction a.bx-prev {
            left: 60px;
            background: url(../images/ctrl_l.png) no-repeat;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
        }

            .index-banner .bx-wrapper .bx-controls-direction a.bx-prev:hover {
                background-image: url(../images/ctrl_l_active.png);
            }

        .index-banner .bx-wrapper .bx-controls-direction a.bx-next {
            right: 60px;
            background: url(../images/ctrl_r.png) no-repeat;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            transition: all .3s linear;
        }

            .index-banner .bx-wrapper .bx-controls-direction a.bx-next:hover {
                background-image: url(../images/ctrl_r_active.png);
                background-position: 0 0;
            }

.index-banner .bxslider li {
    overflow: hidden;
}

    .index-banner .bxslider li .bg {
        max-width: inherit;
        height: 100%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .index-banner .bxslider li .img-list1 {
        width: 887px;
        height: 164px;
        position: absolute;
        bottom: 98px;
        left: 50%;
        margin-left: -463px;
        opacity: 0;
    }

        .index-banner .bxslider li .img-list1 img {
            position: absolute;
        }

        .index-banner .bxslider li .img-list1 .line {
            position: absolute;
            left: 57px;
            top: 71px;
            z-index: 10;
            overflow: hidden;
            width: 803px;
            height: 72px;
            opacity: .65;
        }

            .index-banner .bxslider li .img-list1 .line img {
                width: 796px;
                position: relative;
                max-width: initial;
            }

        .index-banner .bxslider li .img-list1 .img-wrap1 {
            position: absolute;
            bottom: 0;
            z-index: 25;
        }

            .index-banner .bxslider li .img-list1 .img-wrap1 .icon {
                position: absolute;
                opacity: 0;
                -webkit-transform: translateY(-20px);
                -moz-transform: translateY(-20px);
                -ms-transform: translateY(-20px);
                transform: translateY(-20px);
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -ms-transition: all .3s linear;
                transition: all .3s linear;
            }

                .index-banner .bxslider li .img-list1 .img-wrap1 .icon .icon-bg {
                    display: block;
                    width: 100%;
                    position: relative;
                }

                .index-banner .bxslider li .img-list1 .img-wrap1 .icon .icon-img {
                    position: absolute;
                    top: 15px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

                .index-banner .bxslider li .img-list1 .img-wrap1 .icon p {
                    width: 100%;
                    position: absolute;
                    text-align: center;
                    display: none;
                }

                .index-banner .bxslider li .img-list1 .img-wrap1 .icon.cur, .index-banner .bxslider li .img-list1 .img-wrap1 .icon:hover {
                    width: 100px;
                    margin-left: -20px;
                }

                    .index-banner .bxslider li .img-list1 .img-wrap1 .icon.cur .icon-img, .index-banner .bxslider li .img-list1 .img-wrap1 .icon:hover .icon-img {
                        height: 30px;
                        top: 15px !important;
                    }

                    .index-banner .bxslider li .img-list1 .img-wrap1 .icon.cur p, .index-banner .bxslider li .img-list1 .img-wrap1 .icon:hover p {
                        display: block;
                        font-size: 14px;
                        line-height: 16px;
                        font-weight: bold;
                        color: #2c70b4;
                        top: 55px;
                    }

                    .index-banner .bxslider li .img-list1 .img-wrap1 .icon.cur.img3, .index-banner .bxslider li .img-list1 .img-wrap1 .icon:hover.img3 {
                        margin-left: -16px;
                    }

                    .index-banner .bxslider li .img-list1 .img-wrap1 .icon.cur.img4, .index-banner .bxslider li .img-list1 .img-wrap1 .icon:hover.img4 {
                        margin-left: -22px;
                    }

                    .index-banner .bxslider li .img-list1 .img-wrap1 .icon.cur.img5, .index-banner .bxslider li .img-list1 .img-wrap1 .icon:hover.img5 {
                        margin-left: -24px;
                    }

            .index-banner .bxslider li .img-list1 .img-wrap1 .img2 {
                width: 60px;
                left: 148px;
                bottom: 42px;
            }

            .index-banner .bxslider li .img-list1 .img-wrap1 .img3 {
                width: 68px;
                left: 327px;
                bottom: 18px;
            }

            .index-banner .bxslider li .img-list1 .img-wrap1 .img4 {
                width: 56px;
                left: 526px;
                bottom: 31px;
            }

                .index-banner .bxslider li .img-list1 .img-wrap1 .img4 .icon-img {
                    top: 8px;
                }

            .index-banner .bxslider li .img-list1 .img-wrap1 .img5 {
                width: 52px;
                left: 638px;
                bottom: 69px;
            }

                .index-banner .bxslider li .img-list1 .img-wrap1 .img5 .icon-img {
                    top: 10px;
                }

            .index-banner .bxslider li .img-list1 .img-wrap1 .img6 {
                width: 60px;
                left: 760px;
                bottom: 17px;
            }

                .index-banner .bxslider li .img-list1 .img-wrap1 .img6 .icon-img {
                    top: 12px;
                }

        .index-banner .bxslider li .img-list1 .img-wrap2 {
            position: relative;
            z-index: 20;
        }

            .index-banner .bxslider li .img-list1 .img-wrap2 .img1 {
                left: 0;
                top: 32px;
            }

            .index-banner .bxslider li .img-list1 .img-wrap2 .img7 {
                left: 842px;
                top: 10px;
            }

            .index-banner .bxslider li .img-list1 .img-wrap2 .img8 {
                left: 238px;
                top: 18px;
            }

            .index-banner .bxslider li .img-list1 .img-wrap2 .img9 {
                left: 364px;
                top: 0;
            }

            .index-banner .bxslider li .img-list1 .img-wrap2 .img10 {
                left: 467px;
                top: 16px;
            }

            .index-banner .bxslider li .img-list1 .img-wrap2 .img11 {
                left: 571px;
                top: 1px;
            }

            .index-banner .bxslider li .img-list1 .img-wrap2 .img12 {
                left: 677px;
                top: 14px;
            }

    .index-banner .bxslider li .img-list2 {
        width: 925px;
        height: 211px;
        position: absolute;
        bottom: 6px;
        left: 50%;
        margin-left: -474px;
        opacity: 0;
    }

        .index-banner .bxslider li .img-list2 img {
            position: absolute;
        }

        .index-banner .bxslider li .img-list2 .magnifier {
            top: 4px;
            left: 500px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img1 {
            left: 0;
            top: 28px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img2 {
            left: 116px;
            top: 30px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img3 {
            left: 264px;
            top: 22px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img4 {
            left: 268px;
            top: 72px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img5 {
            left: 372px;
            top: 24px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img6 {
            left: 387px;
            top: 86px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img7 {
            left: 710px;
            top: 30px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img8 {
            left: 786px;
            top: 62px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img9 {
            left: 850px;
            top: 105px;
        }

        .index-banner .bxslider li .img-list2 .img-wrap1 .img10 {
            left: 886px;
            top: 40px;
        }

    .index-banner .bxslider li .img-list3 {
        width: 1116px;
        height: 210px;
        position: absolute;
        bottom: 54px;
        left: 50%;
        margin-left: -444px;
        opacity: 0;
    }

        .index-banner .bxslider li .img-list3 img {
            position: absolute;
        }

        .index-banner .bxslider li .img-list3 .img2 {
            left: 369px;
            top: -46px;
        }

        .index-banner .bxslider li .img-list3 .img3 {
            left: 326px;
            top: 90px;
            opacity: .4;
        }

        .index-banner .bxslider li .img-list3 .img-wrap1 {
            overflow: hidden;
            width: 1116px;
        }

            .index-banner .bxslider li .img-list3 .img-wrap1 .img1 {
                position: relative;
                max-width: none;
            }

.index-title {
    text-align: center;
    font-family: "Arial","Microsoft YaHei";
    color: #333;
}

    .index-title.bg {
        background: url(../images/title.png) center center no-repeat;
    }

    .index-title.bg2 {
        background: url(../images/title2.png) center center no-repeat;
    }

    .index-title h3 {
        color: #946325;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .index-title p {
        font-family: Arial;
        font-size: 16px;
        line-height: 18px;
        color: #6d6d6d;
        text-transform: uppercase;
    }

.footer {
    width: 100%;
    background: #f1f1f1;
}

    .footer .footer-service {
        width: 1300px;
        margin: 0 auto;
    }

        .footer .footer-service .item {
            float: left;
            width: 210px;
            margin-top: 77px;
            margin-bottom: 43px;
        }

            .footer .footer-service .item:nth-child(1) {
                width: 210px;
            }

            .footer .footer-service .item:nth-child(2) {
                width: 180px;
            }

            .footer .footer-service .item:nth-child(3) {
                width: 180px;
            }

            .footer .footer-service .item:nth-child(4) {
                width: 185px;
            }

            .footer .footer-service .item:last-child {
                margin-right: 0;
            }

            .footer .footer-service .item li {
                padding: 5px 0;
            }

                .footer .footer-service .item li:hover a {
                    color: #946325;
                    cursor: pointer;
                }

            .footer .footer-service .item span {
                display: inline-block;
                font-size: 16px;
                color: #333;
                font-weight: bolder;
                padding-bottom: 11px;
                margin-bottom: 10px;
            }

            .footer .footer-service .item .item-a1 span {
                position: relative;
                text-transform: uppercase;
            }

                .footer .footer-service .item .item-a1 span:after {
                    left: 0;
                    top: 100%;
                    position: absolute;
                    height: 2px;
                    width: 40px;
                    background: #a3a3a3;
                    display: block;
                    text-transform: uppercase;
                    content: '';
                }

            .footer .footer-service .item .item-a2 {
                display: none;
                text-transform: uppercase;
            }

            .footer .footer-service .item li a {
                color: #a3a3a3;
                font-size: 14px;
            }

.footer-service .attention {
    width: 536px !important;
}

    .footer-service .attention .p {
        padding: 5px 5% 0 0;
        color: #a3a3a3;
        float: left;
        width: 45%;
    }

    .footer-service .attention .erwei-icon {
        display: none !important;
        width: 25px;
        height: 25px;
        background: url(../img/share-1.jpg) no-repeat;
    }

        .footer-service .attention .erwei-icon > img {
            display: none;
        }

.footer .footer-page {
    width: 100%;
    padding: 20px 0;
    background: #f2f2f2;
    display: inline-block;
    border-top: 1px #e2dede solid;
}

    .footer .footer-page .page {
        text-align: center;
    }

.index-about {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 2;
}

    .index-about ul li {
        width: 50%;
        float: left;
        overflow: hidden;
    }

        .index-about ul li img {
            height: 100%;
            display: block;
            float: left;
        }

    .index-about .about, .index-about .news {
        width: 570px;
        padding-left: 90px;
        padding-top: 40px;
        position: relative;
    }

    .index-about .about {
        float: right;
    }

    .index-about .news {
        float: left;
        margin-left: 70px;
    }

    .index-about .q {
        border-radius: 50%;
        background: #946325;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        left: 0;
        top: 80px;
        position: absolute;
    }

    .index-about .title {
        font-size: 28px;
        text-transform: uppercase;
    }

    .index-about .more {
        line-height: 3;
        border-top: 1px solid #000;
        text-transform: uppercase;
        width: 50px;
        position: relative;
    }

        .index-about .more:after {
            display: block;
            content: '';
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent transparent #946325;
            position: absolute;
            left: 90%;
            top: 33%;
        }

    .index-about .p {
        padding: 30px 70px 0 0;
    }
    .index-product .swiper-wrapper2 .swiper-slide a{
        position:relative;
        display:block;
    }
.index-product .swiper-wrapper2 .swiper-slide img:nth-child(4) {
    opacity: 0;
}

.index-product .swiper-wrapper2 .swiper-slide  img:nth-child(1) {
    display: block;
}

.index-product .swiper-wrapper2 .swiper-slide  img:nth-child(2) {
    display: none;
}

.index-product .swiper-wrapper2 .swiper-slide:hover img:nth-child(1) {
    display: none;
}

.index-product .swiper-wrapper2 .swiper-slide:hover img:nth-child(2) {
    display: block;
}

.index-product .swiper-wrapper2 .swiper-slide:nth-child(2n)  img:nth-child(1),.index-product .swiper-wrapper2 .swiper-slide:nth-child(2n)  img:nth-child(2) {
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.index-product .swiper-wrapper2 .swiper-slide:nth-child(2n)  img:nth-child(3) {
   position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.index-product .swiper-wrapper2 .swiper-slide:nth-child(2n+1) img:nth-child(1),.index-product .swiper-wrapper2 .swiper-slide:nth-child(2n+1) img:nth-child(2) {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.index-product .swiper-wrapper2 .swiper-slide:nth-child(2n+1) img:nth-child(3) {
     position:absolute;
    top:0;
    left:0;
    right:0;
}



.home .w1300 {
    position: relative;
}

.home .nav {
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid #946325;
    margin-bottom: 60px;
}

    .home .nav .w1300 {
        text-align: right;
        font-size: 16px;
        line-height: 3;
    }

        .home .nav .w1300 a {
            font-size: 16px;
            color: #000;
            padding: 0 10px;
            position: relative;
        }

            .home .nav .w1300 a:hover:after, .home .nav .w1300 a.cur:after {
                display: block;
                content: '';
                border-bottom: 3px solid #946325;
                position: absolute;
                top: 155%;
                left: 0;
                right: 0;
            }

.home-title {
    height: 132px;
    line-height: 132px;
    padding: 0 20px;
    background: #946325;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    z-index: 100;
}

.product {
    padding: 55px 0;
}

    .product .w1300 {
        margin: 60px auto;
    }

    .product ul.view {
        margin: 60px 0;
    }

        .product ul.view li {
            border: none;
        }

            .product ul.view li .img {
              padding: 1%;
                    width: 98%;
                text-align: center;
            }

                .product ul.view li .img img {
                    border: 1px solid #e1e1e1;
                    padding: 1%;
                    width: 98%;
                }

            .product ul.view li:nth-child(3n) .img {
                padding-left: 0;
            }

            .product ul.view li:nth-child(3n+1) .img {
                padding-right: 0;
            }

    .product li {
        background: #fff;
        width: 30%;
        float: left;
        border: 1px solid #e1e1e1;
        margin: 1.5%;
    }

        .product li .img {
            width: 100%;
            text-align: center;
        }

            .product li .img img {
                max-width: 100%;
            }

        .product li h3 {
            font-size: 22px;
            padding: 30px;
            color: #585858;
        }

        .product li p {
            padding: 0 30px;
            font-size: 16px;
            color: #565656;
        }

        .product li .more {
            line-height: 3;
            color: #d4d4d4;
            text-transform: uppercase;
            width: 50px;
            position: relative;
            font-size: 12px;
            float: right;
            margin-right: 30px;
        }

            .product li .more:after {
                display: block;
                content: '';
                border-width: 6px;
                border-style: solid;
                border-color: transparent transparent transparent #946325;
                position: absolute;
                left: 90%;
                top: 33%;
            }

    .product .list-title {
        font-size: 24px;
        line-height: 40px;
        margin: 80px 0 30px;
    }

    .product .pimg {
        width: 430px;
        height: 430px;
        position: relative;
        text-align: center;
        border: 1px solid #e1e1e1;
    }

        .product .pimg .img2 {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            text-align: center;
        }

            .product .pimg .img2 img {
                max-width: 410px;
                max-height: 410px;
            }

    .product .qua li {
        border: none;
        background: #fff;
        width: 24%;
        float: left;
        padding: .5%;
        margin: 0 0 30px;
    }

        .product .qua li .img img {
            border: 1px solid #e1e1e1;
        }

        .product .qua li h3 {
            text-align: center;
            font-size: 16px;
            color: #565656;
            padding: 10px 0;
        }

.news {
    padding: 55px 0;
}

    .news .news-list {
        padding: 80px 0;
    }

        .news .news-list li {
            overflow: hidden;
            padding-bottom: 35px;
            margin-bottom: 35px;
        }

            .news .news-list li:nth-child(2n+1) .img-box {
                float: left;
            }

            .news .news-list li:nth-child(2n+1) .info {
                float: right;
            }

            .news .news-list li .img-box {
                float: right;
                width: 496px;
                height: 336px;
                overflow: hidden;
            }

                .news .news-list li .img-box img {
                    width: 100%;
                    height: 336px;
                    -webkit-transition: all .3s linear;
                    -moz-transition: all .3s linear;
                    -ms-transition: all .3s linear;
                    transition: all .3s linear;
                }

                .news .news-list li .img-box:hover img {
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }

            .news .news-list li .info {
                float: left;
                width: 764px;
                height: 336px;
                border-bottom: 1px solid #ddd;
                font-size: 18px;
                line-height: 2;
            }

                .news .news-list li .info .title {
                    display: block;
                    font-weight: bold;
                    color: #282828;
                    white-space: nowrap;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    margin-top: 10px;
                    -webkit-transition: all .3s linear;
                    -moz-transition: all .3s linear;
                    -ms-transition: all .3s linear;
                    transition: all .3s linear;
                }

                    .news .news-list li .info .title span {
                        display: none;
                    }

                    .news .news-list li .info .title:hover {
                        color: #946325;
                    }

                .news .news-list li .info .text {
                    display: block;
                    color: #666;
                    margin-top: 52px;
                    -webkit-transition: all .3s linear;
                    -moz-transition: all .3s linear;
                    -ms-transition: all .3s linear;
                    transition: all .3s linear;
                }

                    .news .news-list li .info .text:hover {
                        color: #946325;
                    }

                .news .news-list li .info .label {
                    margin-top: 24px;
                }

    .news .img {
        text-align: center;
    }

        .news .img img {
            max-width: 100%;
        }

    .news .w1300 {
        position: relative;
    }

        .news .w1300 h3 {
            font-weight: 600;
            font-size: 30px;
            padding: 50px 0 20px;
            color: #636363;
        }

        .news .w1300 .contactus {
            background: #946325;
            padding: 10px 20px;
            color: #fff;
            position: absolute;
            top: 45%;
            left: 80%;
        }

        .news .w1300 strong {
            color: #946325;
        }

        .news .w1300 .time {
            font-size: 26px;
            color: #a3a3a3;
        }

        .news .w1300 .news-text {
            font-size: 16px;
            color: #636363;
            line-height: 2;
            padding: 50px 0;
        }
		 .news .w1300 .news-text img{ max-width:100%;}

            .news .w1300 .news-text a {
                color: #636363;
            }

.organic .ent1 {
    padding: 50px 0 30px;
}

    .organic .ent1 .float_r {
        width: 506px;
    }

        .organic .ent1 .float_r h3 {
            font-size: 20px;
            font-weight: 600;
            line-height: 1;
            color: #946325;
        }

        .organic .ent1 .float_r h2 {
            font-family: Arial;
            font-size: 24px;
            color: #313131;
        }

        .organic .ent1 .float_r .title {
            font-size: 18px;
            margin-top: 20px;
            padding-bottom: 8px;
            border-bottom: 1px solid #946325;
        }

        .organic .ent1 .float_r p {
            font-size: 14px;
            line-height: 2;
            color: #616161;
        }

        .organic .ent1 .float_r img {
            margin-top: 30px;
        }

.organic .ent2 {
    background: url(../images/org2.jpg) center center no-repeat;
    margin: 20px 0 50px;
}

    .organic .ent2 .w1200 {
        margin: 0 auto;
        background: rgba(255,255,255,.5);
        width: 780px;
        padding: 100px 150px;
    }

    .organic .ent2 h3 {
        font-size: 24px;
        color: #946325;
        text-align: center;
        line-height: 50px;
    }

    .organic .ent2 .p1 {
        color: #313131;
        font-size: 14px;
        padding: 20px 0;
        line-height: 2;
    }

    .organic .ent2 em {
        color: #946325;
        margin-right: 100px;
    }

.organic .ent3 {
    padding: 0 0 50px;
}

    .organic .ent3 .index-title {
        margin-bottom: 50px;
    }

    .organic .ent3 .float_r {
        width: 506px;
        padding: 30px 0;
    }

        .organic .ent3 .float_r h1 {
            font-size: 18px;
            line-height: 3;
            color: #946325;
            font-family: Arial;
        }

        .organic .ent3 .float_r h3 {
            font-size: 20px;
            font-weight: 600;
            line-height: 2;
            color: #946325;
        }

        .organic .ent3 .float_r h2 {
            font-family: Arial;
            font-size: 24px;
            color: #313131;
        }

        .organic .ent3 .float_r p {
            font-size: 14px;
            line-height: 2;
            color: #616161;
        }

.organic .ent4 {
    background: url(../images/org5.jpg) center center no-repeat;
    margin: 20px 0 50px;
}

    .organic .ent4 .w1200 {
        margin: 0 auto;
        padding: 0 0 50px;
        width: 1100px;
    }

    .organic .ent4 h3 {
        font-size: 24px;
        padding: 50px 0;
        color: #946325;
        text-align: center;
        line-height: 50px;
    }

    .organic .ent4 li {
        background: #ffd7bc;
        width: 346px;
        height: 122px;
        float: left;
        margin: 0 10px 20px 10px;
        border-radius: 5px;
    }

        .organic .ent4 li .id {
            width: 56px;
            text-align: center;
            line-height: 122px;
            color: #fff;
            font-size: 30px;
            background: #f39d65;
            border-radius: 5px 0 0 5px;
        }

        .organic .ent4 li .text {
            width: 270px;
            padding: 15px 5px 0 15px;
        }

            .organic .ent4 li .text h1 {
                font-size: 18px;
                line-height: 32px;
                color: #313131;
            }

            .organic .ent4 li .text p {
                color: #484848;
                font-size: 14px;
            }

    .organic .ent4 .p1 {
        color: #313131;
        font-size: 14px;
        padding: 20px 0;
        line-height: 2;
    }

    .organic .ent4 em {
        color: #946325;
        margin-right: 100px;
    }

.organic .ent5 {
    background: #f7f6f4;
    padding: 50px 0;
}

    .organic .ent5 .index-title {
        margin-bottom: 50px;
    }

    .organic .ent5 h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 2;
        color: #946325;
    }

    .organic .ent5 img {
        margin-right: 10px;
    }

    .organic .ent5 p {
        padding: 20px 0;
        font-size: 14px;
        line-height: 2;
        color: #616161;
    }

.contact {
    padding: 55px 0 0;
}

    .contact .form {
        border: 1px solid #cfcfcf;
        margin-top: 50px;
    }

        .contact .form .float_l {
            width: 50%;
            border-right: 1px solid #cfcfcf;
            font-size: 14px;
            line-height: 2;
        }

            .contact .form .float_l ul {
                padding: 50px 70px 30px;
            }

                .contact .form .float_l ul li {
                    margin-bottom: 20px;
                }

            .contact .form .float_l img {
                float: left;
                margin-top: 5px;
                margin-right: 20px;
            }

        .contact .form .float_r {
            width: 47%;
            margin-top: 50px;
        }

            .contact .form .float_r input[type=text], .contact .form .float_r textarea {
                border: 1px solid #cfcfcf;
                font-size: 14px;
                line-height: 3;
                padding-left: 10px;
                margin-right: 15px;
                width: 220px;
            }

            .contact .form .float_r textarea {
                margin-top: 20px;
                width: 471px;
                height: 150px;
            }

            .contact .form .float_r input[type=submit] {
                margin-top: 20px;
                background: #946325;
                color: #fff;
                font-size: 18px;
                padding: 10px 50px;
                border: none;
            }

    .contact .map {
        margin: 30px auto;
        border: 1px solid #cfcfcf;
    }

        .contact .map img {
            margin: 1%;
            max-width: 100%;
            width: 98%;
            display: block;
        }

.page-list {
    text-align: center;
    font-size: 0;
}

    .page-list a {
        display: inline-block;
        font-size: 18px;
        height: 3px;
        width: 100px;
        color: #946325;
        background: #d0d0d0;
        margin: 0 7px;
        font-family: "Microsoft YaHei";
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
    }

        .page-list a.cur, .page-list a:hover {
            background: #946325;
            color: #fff;
        }

.line {
    width: 1250px;
    height: 100px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.mobile {
    display: none !important;
}

@media screen and (max-width:1300px) {
    .w1300 {
        width: 95%;
        padding: 0 2.5%;
    }
 .header-nav {
        right: 150px;
        position: absolute;
    }

.news .news-list{
padding:30px 0;
}

   .news .news-list li .img-box {

    width: 40%;
    height: 286px;
     overflow: hidden;
}
.news .news-list li .info {
   
    width: 55%;
    height: 286px;    overflow: hidden;

}
    .footer-service .attention {
        width: 436px !important;
    }

    .footer .footer-service {
        width: 1100px;
    }

        .footer .footer-service .item:nth-child(1) {
            width: 210px;
        }

        .footer .footer-service .item:nth-child(2) {
            width: 130px;
        }

        .footer .footer-service .item:nth-child(3) {
            width: 130px;
        }

        .footer .footer-service .item:nth-child(4) {
            width: 130px;
        }
}

@media screen and (max-width:990px) {
    .header-select {
        right: 20%;
        top: 30%;
    }

        .header-select select {
            font-size: .45rem;
            line-height:2;
        }
    .header {
        height: 1.88rem;
        -webkit-transition: initial;
        -moz-transition: initial;
        -ms-transition: initial;
        transition: initial;
    }

    .head-height {
        height: 1.88rem;
    }

    .header .header-logo {
        left: 0;
    }

        .header .header-logo img {
            height: 1.88rem;
            left: 0;
        }

    .header .header-nav {
        display: none;
    }

    .header .header-link {
        display: none;
    }

    .header .nav-btn {
        display: block;
        width: 1.88rem;
        height: 1.88rem;
        border-left: 1px solid #e7e7e7;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
    }

        .header .nav-btn img {
            height: .44rem;
            margin-top: .72rem;
        }

    .header .header-tel {
        top: .54rem;
        right: 2.5rem;
    }

        .header .header-tel span {
            width: .5rem;
            height: 1rem;
            background-size: 100% 100%;
        }

        .header .header-tel a {
            font-size: .48rem;
        }

    .w1200 {
        width: 100%;
    }

    body {
        min-width: initial;
    }

    .mobile {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .header-mb {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 8rem;
        height: 100%;
        background: #fff;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
        z-index: 9999999;
    }

        .header-mb .nav-close {
            display: block;
            width: .5rem;
            height: .5rem;
            background: url(../images/icon_close.png) no-repeat;
            background-size: cover;
            position: absolute;
            top: .5rem;
            left: .5rem;
        }

        .header-mb .mb-nav {
            padding-top: 2.6rem;
        }

            .header-mb .mb-nav .mb-nav-item {
                border-bottom: 1px solid #e4e4e4;
            }

                .header-mb .mb-nav .mb-nav-item > a {
                    display: block;
                    font-size: .6rem;
                    line-height: 1.9rem;
                    color: #333;
                    font-family: "Microsoft YaHei";
                    font-weight: bold;
                    padding: 0 .5rem;
                    position: relative;
                    text-transform: uppercase;
                }

                    .header-mb .mb-nav .mb-nav-item > a i {
                        display: block;
                        width: .54rem;
                        height: .54rem;
                        background: url(../images/icon_m_1.png) no-repeat center;
                        background-size: 100% auto;
                        position: absolute;
                        top: 50%;
                        right: .5rem;
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

                .header-mb .mb-nav .mb-nav-item .mb-sub-nav {
                    display: none;
                    border-top: 1px solid #e4e4e4;
                }

                    .header-mb .mb-nav .mb-nav-item .mb-sub-nav li a {
                        display: block;
                        font-size: .52rem;
                        line-height: 1.4rem;
                        color: #333;
                        font-family: "Microsoft YaHei";
                        padding: 0 .5rem;
                    }

                .header-mb .mb-nav .mb-nav-item.cur > a {
                    background: #ffefe2;
                }

                    .header-mb .mb-nav .mb-nav-item.cur > a i {
                        background-image: url(../images/icon_m_2.png);
                    }

        .header-mb .mb-tel {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 .5rem;
        }

            .header-mb .mb-tel p i {
                display: inline-block;
                vertical-align: middle;
                width: .44rem;
                height: .44rem;
                background: url(../images/icon_m_phone.png) no-repeat;
                background-size: cover;
            }

            .header-mb .mb-tel p span {
                display: inline-block;
                vertical-align: middle;
                font-size: .44rem;
                line-height: .48rem;
                color: #666;
                font-family: "Microsoft YaHei";
                margin-left: .24rem;
            }

            .header-mb .mb-tel a {
                display: block;
                font-size: .68rem;
                line-height: .68rem;
                font-family: DINCond-Bold;
                color: #0959a8;
                padding: .4rem 0 1rem;
                border-bottom: 1px dashed #e5e5e5;
            }

        .header-mb .mb-share {
            position: absolute;
            bottom: 1rem;
            right: .5rem;
        }

            .header-mb .mb-share span {
                display: inline-block;
                vertical-align: middle;
                font-size: .44rem;
                line-height: .48rem;
                color: #666;
                font-family: "Microsoft YaHei";
            }

            .header-mb .mb-share a {
                float: none;
                display: inline-block;
                vertical-align: middle;
                width: 1.2rem;
                height: 1.2rem;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                overflow: hidden;
                padding: 0;
                margin: 0;
                background-position: 0 0;
                background-size: cover;
            }

                .header-mb .mb-share a span {
                    display: none !important;
                }

                .header-mb .mb-share a.mb-weinxin {
                    background-image: url(../images/icon_m_weixin.png);
                }

                .header-mb .mb-share a.mb-weibo {
                    background-image: url(../images/icon_m_weibo.png);
                    margin-left: .44rem;
                }

        .header-mb.cur {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .mb-code-box {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 9999999;
        padding: 35px 10px 10px;
        background: #eee;
    }

        .mb-code-box .mb-code-close {
            display: block;
            position: absolute;
            top: 10px;
            right: 10px;
            width: 15px;
            height: 15px;
            background: url(../images/evaluate_close.png) no-repeat;
        }

    .index-banner {
        height: auto;
    }

        .index-banner .bxslider {
            display: none;
        }

        .index-banner .home-swiper {
            display: block;
        }

            .index-banner .home-swiper .swiper-slide img {
                display: block;
                width: 100%;
            }

            .index-banner .home-swiper .swiper-pagination {
                bottom: .6rem;
                font-size: 0;
            }

            .index-banner .home-swiper .swiper-pagination-bullet, .index-banner .swiper-wrapper2 .swiper-pagination-bullet {
                width: 1.04rem;
                height: .06rem;
                background: #2f2d2d;
                margin: 0 .3rem;
            }

                .index-banner .home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background: #946325;
                }

    .index-title h3 {
        font-size: .68rem;
        line-height: .68rem;
    }

    .index-title p {
        font-size: .44rem;
        line-height: .44rem;
        margin-top: .4rem;
    }

    .index-service {
        padding: 1rem 0 2rem;
    }

    .trans {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .footer .footer-service {
        width: 100%;
        margin: 0 auto;
    }

    .footer-service .item ul {
        width: 100%;
        display: block;
    }

    .footer .footer-page .page {
        width: 98%;
    }

        .footer .footer-page .page .page-left.page-right {
            float: none;
            line-height: 30px;
            text-align: center;
        }

    .footer-service {
        width: 100% !important;
        padding-top: 10px;
    }

        .footer-service .line {
            display: none !important;
        }

        .footer-service .item {
            padding: 0 3% !important;
            width: 94% !important;
            margin: 0 auto !important;
            height: auto !important;
            border-bottom: 1px #ddd solid;
            position: relative;
        }

            .footer-service .item:hover {
                cursor: pointer;
            }

        .footer-service .attention:hover {
            cursor: inherit;
        }

        .footer-service .attention {
            border: none;
        }

        .footer-service .item span {
            display: inline-block;
            margin: 10px 0;
        }

    .footer .footer-service .item .item-a1 {
        display: none;
    }

    .footer .footer-service .item .item-a2 {
        display: block;
    }

        .footer .footer-service .item .item-a2 span {
            padding: 0;
        }

    .footer-service .item .fot-icon {
        width: 30px;
        height: 30px;
        -webkit-transition: .5s;
        transition: .5s;
        background: url(../images/fot-icon.png) no-repeat;
        background-size: cover;
        margin: 0;
        display: block;
        position: absolute;
        top: -4px;
        right: 0;
    }

    .footer .footer-service .item span {
        font-size: .52rem;
        margin: 10px 0;
        padding: 0;
    }

    .footer .footer-service .item li a {
        font-size: .5rem;
    }

    .footer-service .item ul {
        width: 95%;
        margin: 0 auto;
        margin-top: 5px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s linear;
        transition: max-height .3s linear;
    }

        .footer-service .item ul.itemSlide {
            max-height: 200px;
        }

        .footer-service .item ul li {
            padding: 0 !important;
            padding-bottom: 10px !important;
        }

    .footer-service .item .p {
        width: 95%;
        margin: 0 auto;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .3s linear;
        transition: max-height .3s linear;
    }

        .footer-service .item .p.itemSlide {
            min-height: 100px;
            max-height: 210px;
        }

    .sub-nav {
        height: 1.86rem;
    }

        .sub-nav a {
            padding: 0 .2rem;
            margin: 0 .3rem;
        }

            .sub-nav a img {
                height: .64rem;
            }

            .sub-nav a span {
                font-size: .52rem;
                line-height: 1.86rem;
                margin: 0;
                margin-left: .2rem;
            }

    .index-Brand {
        width: 100%;
        padding: 1rem 0;
    }

        .index-Brand .w1200 {
            padding: .58rem;
            width: 90%;
        }

    .index-product ul li {
        width: 100%;
        padding: 0;
    }

.home .mb{
overflow: hidden;
}
.home  .mb img{
width:auto !important;
height:10rem;
    margin-left: -50%;
}
    .index-about ul li {
        width: 100%;
        padding: 0;
    }

        .index-about ul li img {
            width: 100%;
            height: auto;
        }

        .index-about ul li .about, .index-about ul li .news {
            width: 80%;
            float: none;
            padding-left: 20%;
            padding-top: .5rem;
            margin: 0;
        }

        .index-about ul li .q {
            width: 1.5rem;
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: .52rem;
            top: .8rem;
            left: .5rem;
        }

        .index-about ul li .title {
            font-size: .52rem;
        }

        .index-about ul li .more {
            font-size: .3rem;
            width: 2rem;
        }

            .index-about ul li .more:after {
                top: 33%;
                border-width: .15rem;
                left:80%
            }

        .index-about ul li .p {
            font-size: .3rem;
            padding: .5rem .5rem .5rem 0;
        }

    .news {
        padding: 0 0 1rem;
    }

        .news .news-list {
            padding: 5%;
            width: 90%;
        }

            .news .news-list li {
                margin-bottom: .4rem;
                padding-bottom: .4rem;
            }

                .news .news-list li .img-box {
                    width: 100%;
                    height: auto;
                }

                    .news .news-list li .img-box img {
                        width: 100%;
                        height: auto;
                    }

                .news .news-list li .info {
                    width: 100%;
                    height: auto;
                    padding-bottom: 1rem;
                }

                    .news .news-list li .info .title {
                        font-size: .52rem;
                    }

                    .news .news-list li .info .text {
                        font-size: .52rem;
                        height: auto;
                        margin-top: .52rem;
                    }

        .news img {
            margin: 1rem 0;
        }

        .news .w1300 h3 {
            font-size: .58rem;
            padding: 0 5%;
        }

        .news .w1300 .time {
            padding: 0 5%;
            font-size: .48rem;
            margin-top: .3rem;
        }

        .news .w1300 .contactus {
            position: relative;
            font-size: .52rem;
            width: 3rem;
            margin: 1rem .5rem;
            left: 0;
        }

        .news .w1300 .news-text {
            padding: 0 5%;
            font-size: .52rem;
        }

            .news .w1300 .news-text img {
                max-width: 100%;
            }

        .news .w1300 .back {
            margin-right: 5%;
        }

    .home-title {
        display: none;
    }

    .home .nav {
        padding: 0;
    }
.home .nav .w1300{
text-align:left;
}
        .home .nav .w1300 a {
            font-size: .52rem;
            display: inline-block;
        }
 .home .nav .w1300 a:hover:after, .home .nav .w1300 a.cur:after{
        top:100%;
    }
    .product {
        padding: 0 0 1rem;
    }

        .product ul {
            width: 90%;
            margin: 1rem auto;
        }

            .product ul li {
                width: 100% !important;
                margin:0;
            }

                .product ul li .img {
                    width: 100%;
                    height: 90%;
                    padding: 0;
                }

                    .product ul li .img img {
                        padding: 0;
                    }

                .product ul li p {
                    font-size: .5rem;
                }

        .product .w1300 {
            margin: 1rem auto;
            width: 90%;
        }

            .product .w1300 p {
                font-size: .52rem;
            }

        .product .list-title {
            font-size: .6rem;
            line-height: 2;
            margin: 1rem 0 .5rem;
        }

        .product .view {
            width: 100%;
        }

            .product .view li {
                width: 100%;
                padding: 0;
            }

    .page-list {
        padding: 0 .6rem;
    }

        .page-list a {
            font-size: .56rem;
            line-height: 1rem;
            padding: 0 .4rem;
            margin: 0 .1rem;
        }
}

.section2 {
    width: 100%;
    background: #fff;
}

    .section2 ul {
        width: 1280px;
        margin: 0 auto;
        background: url(../images/sb.jpg) right no-repeat;
    }

        .section2 ul li {
            float: left;
            padding: 33px;
            background: url(../images/sb.jpg) left no-repeat;
        }

            .section2 ul li:last-child {
                margin-right: 0;
            }

            .section2 ul li a {
                display: block;
                width: 251px;
                text-align: center;
                padding-top: 40px;
            }

                .section2 ul li a img {
                    border-radius: 50%;
                    transition: all .5s;
                    width: 70%;
                    margin: 0 auto;
                }

                    .section2 ul li a img:nth-child(1) {
                        display: block;
                    }

                    .section2 ul li a img:nth-child(2) {
                        display: none;
                    }

                .section2 ul li a p {
                    font-size: 14px;
                    line-height: 1.5;
                    color: #404040;
                    margin-top: 15px;
                }

            .section2 ul li:hover a p {
                color: #946325;
            }

            .section2 ul li a h3 {
                font-size: 28px;
                color: #404040;
                margin-top: 15px;
            }

            .section2 ul li:hover a h3 {
                color: #946325;
            }

            .section2 ul li a .more {
                text-align: right;
                line-height: 3;
                color: #404040;
                text-transform: uppercase;
                position: relative;
                font-size: 12px;
            }

                .section2 ul li a .more:after {
                    display: block;
                    content: '';
                    border-width: 6px;
                    border-style: solid;
                    border-color: transparent transparent transparent #946325;
                    position: absolute;
                    left: 102%;
                    top: 40%;
                }

            .section2 ul li:hover a img:nth-child(1) {
                display: none;
            }

            .section2 ul li:hover a img:nth-child(2) {
                display: block;
            }

.section3 {
    width: 100%;
    text-align: center;
    background: #eee;
    padding: 55px 0;
}

    .section3 .section3-title {
        text-align: center;
    }

        .section3 .section3-title h4 {
            font-size: 34px;
            color: #333;
            font-weight: 300;
            margin-top: 70px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .section3 .section3-title span {
            width: 45px;
            height: 5px;
            display: inline-block;
            background: #946325;
            margin-bottom: 39px;
        }

    .section3 .section3-ul {
        width: 1280px;
        margin: 0 auto;
        padding-bottom: 84px;
    }

        .section3 .section3-ul li {
            float: left;
            margin-right: 20px;
        }

            .section3 .section3-ul li:nth-child(4n) {
                margin-right: 0;
            }

            .section3 .section3-ul li a {
                width: 305px;
                display: block;
                position: relative;
                overflow: hidden;
            }

                .section3 .section3-ul li a img {
                    display: block;
                }

                .section3 .section3-ul li a .description {
                    width: 100%;
                    height: 45px;
                    text-align: center;
                    background: rgba(0,0,0,.3);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    color: #fff;
                }

                .section3 .section3-ul li a .description {
                    transition: all .5s;
                }

            .section3 .section3-ul li .description span {
                font-size: 16px;
                display: block;
                margin-top: 12px;
                transition: all .5s;
            }

            .section3 .section3-ul li .description p {
                font-size: 14px;
                width: 90%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                opacity: 0;
                position: relative;
                top: 46px;
                left: 5%;
                transition: all .8s;
            }

            .section3 .section3-ul li .description b {
                width: 20px;
                height: 20px;
                margin-top: 5px;
                background: url(../img/industry-icon.png) no-repeat;
                background-size: 100%;
                position: relative;
                top: 46px;
                left: 50%;
                margin-left: -10px;
                display: block;
                opacity: 0;
                transition: all .8s;
            }

            .section3 .section3-ul li a:hover .description {
                height: 100%;
            }

                .section3 .section3-ul li a:hover .description span {
                    margin-top: 25%;
                }

                .section3 .section3-ul li a:hover .description p {
                    opacity: 1;
                    top: 1%;
                    margin-top: 5px;
                    margin-bottom: 8px;
                }

                .section3 .section3-ul li a:hover .description b {
                    opacity: 1;
                    top: 1%;
                }

.section4 {
    width: 100%;
    background: #fff;
    text-align: center;
}

    .section4 .section4-title h4 {
        font-size: 34px;
        color: #333;
        font-weight: 300;
        padding-top: 82px;
        text-transform: uppercase;
    }

    .section4 .section4-title span {
        width: 45px;
        height: 5px;
        display: inline-block;
        background: #946325;
        margin-bottom: 39px;
    }

    .section4 ul {
        width: 1300px;
        margin: 0 auto;
        padding-bottom: 90px;
    }

        .section4 ul li {
            width: 225px;
            float: left;
            margin-right: 33px;
            border: 1px solid #d2d1d0;
            margin-bottom: 25px;
        }

            .section4 ul li img {
                display: block;
            }

                .section4 ul li img:hover {
                    box-shadow: 0 0 6px #d2d1d0;
                }

            .section4 ul li:last-child {
                margin-right: 0;
            }

@media only screen and (max-width:1300px) {
    .section2 ul li a {
        width: 204px;
    }

    .section1 .bred-nav {
        width: 1100px;
    }

    .section2 ul {
        width: 1100px;
    }

    .section3 .section3-ul {
        width: 1100px;
    }

        .section3 .section3-ul li a {
            width: 260px;
        }

    .section4 ul {
        width: 1100px;
    }

        .section4 ul li {
            width: 202px;
            margin-right: 16px;
        }
}

@media only screen and (max-width:1199px) {
    .section1 .bred-nav {
        width: 940px;
    }

    .section2 ul {
        width: 940px;
    }

        .section2 ul li a {
            width: 167px;
        }

    .section3 .section3-ul {
        width: 940px;
    }

        .section3 .section3-ul li {
            margin-right: 10px;
        }

            .section3 .section3-ul li a {
                width: 227px;
            }

    .section4 ul {
        width: 940px;
    }

        .section4 ul li {
            width: 173px;
            margin-right: 16px;
        }
}

@media only screen and (max-width:991px) {
    .swiper-wrapper2{
        margin:0 auto;
        width:95%;
    }

    .section1 .bred-nav {
        width: 100%;
        padding: 0 15px;
    }

    .section2 ul {
        width: 100%;
        padding: 0 15px;
    }

        .section2 ul li {
            width: 17%;
        }

            .section2 ul li a {
                width: 100%;
            }

    .section3 .section3-ul {
        width: 100%;
        padding: 0 15px;
    }

        .section3 .section3-ul li {
            width: 24%;
            margin-right: 1%;
        }

            .section3 .section3-ul li a {
                width: 100%;
            }

    .section4 ul {
        width: 100%;
    }

        .section4 ul li {
            width: 24%;
            margin-right: 1%;
        }
}

@media only screen and (max-width:767px) {
    .section2 ul {
        background: none;
        padding: 0;
    }

        .section2 ul li {
            margin-bottom: 0;
            width: 80%;
            padding: 10%;
            background: none;
        }

            .section2 ul li a {
                padding-top: 10px;
            }

                .section2 ul li a h4 {
                    font-size: .58rem;
                }

                .section2 ul li a p {
                    font-size: .52rem;
                }

    .section3 .section3-title h4 {
        font-size: .58rem;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .section3 .section3-ul {
        padding: 0;
    }

        .section3 .section3-ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }

    .section4 .section4-title h4 {
        font-size: .58rem;
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .section4 ul li {
        width: 48%;
        margin-bottom:1%;
        margin-right: 1%;
        margin-left: 1%;
    }

        .section4 ul li:nth-child(2n) {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
}

.top_page {
    text-align: center;
    margin-top: -30px;
	
}

    .top_page font {
		line-height:50px;
        text-align: center;
        color: #686868;
        font-size: 16px;
        border: 1px solid #CCCCCC;
        padding: 10px;
        background: #CCCCCC;
		
    }

    .top_page b {
		line-height:50px;
        text-align: center;
        color: #ffffff;
        background: #946325;
        font-size: 16px;
        border: 1px solid #CCCCCC;
        padding: 10px;
    }

    .top_page a {
	line-height:50px;
        text-align: center;
        color: #686868;
        font-size: 16px;
        border: 1px solid #CCCCCC;
        padding: 10px;		
    }

        .top_page a:hover {
            text-align: center;
            color: #ffffff;
            background: #946325;
				line-height:50px;
            font-size: 16px;
            padding: 10px;
        }
