@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

a:active,
a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; }
    .navbar {
        display: none; }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important; }
    .label {
        border: 1px solid #000; }
    .table {
        border-collapse: collapse !important; }
    .table td,
    .table th {
        background-color: #fff !important; }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important; } }






* {
    box-sizing: border-box; }

*:before,
*:after {
    box-sizing: border-box; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff; }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #337ab7;
    text-decoration: none; }
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

.img-responsive {
    display: block;
    width: 100%;
    height: auto; }

.wal .bread{ width:350px; height:30px; line-height:30px; font-size:12px; color:#6c6c6c; text-align:right; position:absolute; margin-top:77px; right:0; z-index:99999;}
.wal .bread a{ color:#6c6c6c;}

.img-rounded {
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    border-radius: 50%; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }


.blockquote-reverse,

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429; }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container:before, .container:after {
    content: " ";
    display: table; }
.container:after {
    clear: both; }
@media (min-width: 768px) {
    .container {
        width: 750px; } }
@media (min-width: 992px) {
    .container {
        width: 970px; } }
@media (min-width: 1200px) {
    .container {
        width: 1170px; } }


.row {
    margin-left: -15px;
    margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-1 {
    width: 8.3333333333%; }

.col-xs-2 {
    width: 16.6666666667%; }

.col-xs-3 {
    width: 25%; }

.col-xs-4 {
    width: 33.3333333333%; }

.col-xs-5 {
    width: 41.6666666667%; }

.col-xs-6 {
    width: 50%; }

.col-xs-7 {
    width: 58.3333333333%; }

.col-xs-8 {
    width: 66.6666666667%; }

.col-xs-9 {
    width: 75%; }

.col-xs-10 {
    width: 83.3333333333%; }

.col-xs-11 {
    width: 91.6666666667%; }

.col-xs-12 {
    width: 100%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-pull-1 {
    right: 8.3333333333%; }

.col-xs-pull-2 {
    right: 16.6666666667%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-4 {
    right: 33.3333333333%; }

.col-xs-pull-5 {
    right: 41.6666666667%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-7 {
    right: 58.3333333333%; }

.col-xs-pull-8 {
    right: 66.6666666667%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-10 {
    right: 83.3333333333%; }

.col-xs-pull-11 {
    right: 91.6666666667%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-push-1 {
    left: 8.3333333333%; }

.col-xs-push-2 {
    left: 16.6666666667%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-4 {
    left: 33.3333333333%; }

.col-xs-push-5 {
    left: 41.6666666667%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-7 {
    left: 58.3333333333%; }

.col-xs-push-8 {
    left: 66.6666666667%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-10 {
    left: 83.3333333333%; }

.col-xs-push-11 {
    left: 91.6666666667%; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-offset-0 {
    margin-left: 0%; }

.col-xs-offset-1 {
    margin-left: 8.3333333333%; }

.col-xs-offset-2 {
    margin-left: 16.6666666667%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-4 {
    margin-left: 33.3333333333%; }

.col-xs-offset-5 {
    margin-left: 41.6666666667%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-7 {
    margin-left: 58.3333333333%; }

.col-xs-offset-8 {
    margin-left: 66.6666666667%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-10 {
    margin-left: 83.3333333333%; }

.col-xs-offset-11 {
    margin-left: 91.6666666667%; }

.col-xs-offset-12 {
    margin-left: 100%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-1 {
        width: 8.3333333333%; }
    .col-sm-2 {
        width: 16.6666666667%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-4 {
        width: 33.3333333333%; }
    .col-sm-5 {
        width: 41.6666666667%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-7 {
        width: 58.3333333333%; }
    .col-sm-8 {
        width: 66.6666666667%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-10 {
        width: 83.3333333333%; }
    .col-sm-11 {
        width: 91.6666666667%; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-pull-1 {
        right: 8.3333333333%; }
    .col-sm-pull-2 {
        right: 16.6666666667%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-4 {
        right: 33.3333333333%; }
    .col-sm-pull-5 {
        right: 41.6666666667%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-7 {
        right: 58.3333333333%; }
    .col-sm-pull-8 {
        right: 66.6666666667%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-10 {
        right: 83.3333333333%; }
    .col-sm-pull-11 {
        right: 91.6666666667%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-push-1 {
        left: 8.3333333333%; }
    .col-sm-push-2 {
        left: 16.6666666667%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-4 {
        left: 33.3333333333%; }
    .col-sm-push-5 {
        left: 41.6666666667%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-7 {
        left: 58.3333333333%; }
    .col-sm-push-8 {
        left: 66.6666666667%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-10 {
        left: 83.3333333333%; }
    .col-sm-push-11 {
        left: 91.6666666667%; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-offset-0 {
        margin-left: 0%; }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%; }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%; }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%; }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%; }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%; }
    .col-sm-offset-12 {
        margin-left: 100%; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-1 {
        width: 8.3333333333%; }
    .col-md-2 {
        width: 16.6666666667%; }
    .col-md-3 {
        width: 25%; }
    .col-md-4 {
        width: 33.3333333333%; }
    .col-md-5 {
        width: 41.6666666667%; }
    .col-md-6 {
        width: 50%; }
    .col-md-7 {
        width: 58.3333333333%; }
    .col-md-8 {
        width: 66.6666666667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10 {
        width: 83.3333333333%; }
    .col-md-11 {
        width: 91.6666666667%; }
    .col-md-12 {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.3333333333%; }
    .col-md-pull-2 {
        right: 16.6666666667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.3333333333%; }
    .col-md-pull-5 {
        right: 41.6666666667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.3333333333%; }
    .col-md-pull-8 {
        right: 66.6666666667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.3333333333%; }
    .col-md-pull-11 {
        right: 91.6666666667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.3333333333%; }
    .col-md-push-2 {
        left: 16.6666666667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.3333333333%; }
    .col-md-push-5 {
        left: 41.6666666667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.3333333333%; }
    .col-md-push-8 {
        left: 66.6666666667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.3333333333%; }
    .col-md-push-11 {
        left: 91.6666666667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1 {
        margin-left: 8.3333333333%; }
    .col-md-offset-2 {
        margin-left: 16.6666666667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.3333333333%; }
    .col-md-offset-5 {
        margin-left: 41.6666666667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.3333333333%; }
    .col-md-offset-8 {
        margin-left: 66.6666666667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.3333333333%; }
    .col-md-offset-11 {
        margin-left: 91.6666666667%; }
    .col-md-offset-12 {
        margin-left: 100%; } }

@media (min-width: 996px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    /*@font-face {*/
    /*font-family: 'iconfont';*/
    /*src: url("fonts/iconfont.eot");*/
    /*!* IE9*!*/
    /*src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg");*/
    /*!* iOS 4.1- *! }*/
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }

    .page-jingrong {
        padding-top: 50px;
        background-color: #f0f0f0;
    }

    .page-jingrong .banner .banner-slick {
        margin-bottom: 0;
        margin-top: 27px;
    }

    .page-jingrong .banner .banner-slick .slick-slide {
        outline: none;
    }

    .page-jingrong .banner .banner-slick .slick-slide a,
    .page-jingrong .banner .banner-slick .slick-slide img {
        outline: none;
        width: 100%;
    }

    .page-jingrong .banner .banner-slick .slick-arrow {
        width: 42px;
        height: 82px;
        margin-top: -41px;
        z-index: 1000;
        opacity: 0.38;
        filter: alpha(opacity=38);
    }

    .page-jingrong .banner .banner-slick .slick-arrow:hover {
        opacity: 0.75;
        filter: alpha(opacity=75);
    }

    .page-jingrong .banner .banner-slick .slick-arrow.slick-next {
        right: 50px;
        background: url(../image/p01.png) no-repeat center center;
    }

    .page-jingrong .banner .banner-slick .slick-arrow.slick-next:before {
        content: '';
    }

    .page-jingrong .banner .banner-slick .slick-arrow.slick-prev {
        left: 50px;
        background: url(../image/p02.png) no-repeat center center;
    }

    .page-jingrong .banner .banner-slick .slick-arrow.slick-prev:before {
        content: '';
    }

    .page-jingrong .fetures {
        background-color: #FFF;
        padding: 30px;
    }

    .page-jingrong .fetures h2 {
        text-align: center;
        font-size: 30px;
        color: #2c2c2c;
    }

    .page-jingrong .fetures h2 small {
        display: block;
        font-size: 15px;
        margin-top: 15px;
        line-height: 1.8;
    }

    .page-jingrong .fetures .feture-item {
        text-align: center;
        margin-top: 50px;
    }

    .page-jingrong .fetures .feture-item .icon-wrap {
        position: relative;
        width: 174px;
        height: 174px;
        margin: 0 auto;
        cursor: pointer;
    }

    .page-jingrong .fetures .feture-item .icon-wrap .circle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../image/p03.png) no-repeat center center;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 10;
    }

    .page-jingrong .fetures .feture-item .icon-wrap .icon {
        width: 146px;
        height: 146px;
        line-height: 126px;
        border: 1px solid #e8e8e8;
        margin: 0 auto;
        border-radius: 73px;
        position: relative;
        top: 15px;
        background-color: #fff;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: normal;
    }

    .page-jingrong .fetures .feture-item .icon-wrap .icon .iconfont {
        font-size: 96px;
        color: #898989;
        margin-top: -10px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .page-jingrong .fetures .feture-item .icon-wrap:hover .icon {
        background-color: #a47c61;
    }

    .page-jingrong .fetures .feture-item .icon-wrap:hover .icon .iconfont {
        color: #fff;
        opacity: 0.75;
        filter: alpha(opacity=75);
    }

    .page-jingrong .fetures .feture-item .icon-wrap:hover .circle {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    .page-jingrong .fetures .feture-item h3 {
        text-align: center;
        font-size: 24px;
        color: #6c6c6c;
        font-weight: normal;
        margin-top: 40px;
    }

    .page-jingrong .fetures .feture-item p {
        margin-top: 20px;
        font-size: 14px;
        color: #2c2c2c;
        text-align: center;
    }

    .page-jingrong .advantage {
        background-color: #f0f0f0;
    }

    .page-jingrong .advantage h2 {
        text-align: center;
        color: #474747;
        font-size: 30px;
        font-weight: normal;
        margin-top: 30px;
    }

    .page-jingrong .advantage h2 small {
        font-size: 15px;
        display: block;
        margin: 20px 0;
    }

    .page-jingrong .advantage img {
        display: block;
        margin: 30px auto;
    }

    .page-jingrong .advantage2 {
        background-color: #fff;
        padding: 30px 0;
    }

    .page-jingrong .advantage2 h2 {
        text-align: center;
        color: #474747;
        font-size: 30px;
        font-weight: normal;
        margin-top: 30px;
    }

    .page-jingrong .advantage2 h2 small {
        font-size: 15px;
        display: block;
        margin: 20px 0;
    }

    .page-jingrong .advantage2 dl {
        float: left;
        width: 268px;
        height: 225px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .page-jingrong .advantage2 dl.zhong {
        width: 540px;
    }

    .page-jingrong .advantage2 dt {
        width: 268px;
        height: 95px;
        text-align: center;
        margin: 0 auto;
    }

    .page-jingrong .advantage2 dl dd.dda {
        width: 268px;
        font-size: 20px;
        text-align: center;

        margin: 42px auto 0;
    }

    .page-jingrong .advantage2 dl dd.ddb {
        width: 268px;
        font-size: 14px;
        line-height: 22px;

        text-align: center;
        margin: 20px auto 0;
    }

    .page-jingrong .cases {
        margin-bottom: 50px;
        overflow-x: hidden;
    }

    .page-jingrong .cases .row {
        margin: 0 -10px;
    }

    .page-jingrong .cases .case {
        padding: 0px;
    }

    .page-jingrong .cases .case .padding-patch {
        padding: 10px;
    }

    .page-jingrong .cases .case .padding-patch .wrap {
        position: relative;
        width: 360px;
        height: 271px;
        overflow: hidden;
    }

    .page-jingrong .cases .case .padding-patch .wrap .size {
        /* 广阔的海�?*/
        width: 1000px;
        height: 1000px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -500px 0 0 -500px;
        /* 水平居中 */
        text-align: center;
    }

    .page-jingrong .cases .case .padding-patch .wrap .size img {
        margin: 0 auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        vertical-align: middle;
        width: 360px;
        height: 271px;
    }

    .page-jingrong .cases .case .padding-patch .wrap .size .middle {
        /* 垂直居中 */
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .page-jingrong .cases .case .padding-patch .wrap p {
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        margin: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .page-jingrong .cases .case:hover .padding-patch .wrap p {
        opacity: 1;
        filter: alpha(opacity=100);
        line-height: 271px;
        font-size: 18px;
    }

    .page-jingrong .cases .case:hover .padding-patch .wrap .size img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        zoom: 1.2;
    }
}




