﻿/****************************** components ******************************/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix, .container:after,
.row:after, ul {
    *zoom: 1;
}

.clearfix:after, .container:after,
.row:after, ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.content img {
    max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
    box-sizing: content-box;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mg5 {
    margin: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pd5 {
    padding: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mg10 {
    margin: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pd10 {
    padding: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mg15 {
    margin: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pd15 {
    padding: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mg20 {
    margin: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pd20 {
    padding: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mg25 {
    margin: 25px;
}

.pl25 {
    padding-left: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pr25 {
    padding-right: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.pd25 {
    padding: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mg30 {
    margin: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pd30 {
    padding: 30px;
}

.ml35 {
    margin-left: 35px;
}

.mt35 {
    margin-top: 35px;
}

.mr35 {
    margin-right: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.mg35 {
    margin: 35px;
}

.pl35 {
    padding-left: 35px;
}

.pt35 {
    padding-top: 35px;
}

.pr35 {
    padding-right: 35px;
}

.pb35 {
    padding-bottom: 35px;
}

.pd35 {
    padding: 35px;
}

.ml40 {
    margin-left: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mg40 {
    margin: 40px;
}

.pl40 {
    padding-left: 40px;
}

.pt40 {
    padding-top: 40px;
}

.pr40 {
    padding-right: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pd40 {
    padding: 40px;
}

.ml45 {
    margin-left: 45px;
}

.mt45 {
    margin-top: 45px;
}

.mr45 {
    margin-right: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.mg45 {
    margin: 45px;
}

.pl45 {
    padding-left: 45px;
}

.pt45 {
    padding-top: 45px;
}

.pr45 {
    padding-right: 45px;
}

.pb45 {
    padding-bottom: 45px;
}

.pd45 {
    padding: 45px;
}

.ml50 {
    margin-left: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mg50 {
    margin: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pd50 {
    padding: 50px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
    max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
    color: #333;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
    cursor: pointer;
}

a {
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 12px;
}

.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-right: 15px;
    padding-left: 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-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media screen and (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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media screen and (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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
    font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
    color: #5a5a5a;
    font-size: 12px;
}

.center {
    width: 1004px;
    margin: 0 auto;
}

.header {
    width: 100%;
}

.head_top_content {
    width: 100%;
    height: 97px;
    padding-top: 30px;
    overflow: hidden;
}

.head_top_content .head_logo a{
    float: left;
}
.head_top_content .head_logo img {
    height: 45px;
    float: left;
}
.head_logo h3{
    float: left;
    margin-left: 8px;
}

.head_top_content .fr p {
    float: right;
    font-size: 15px;
    width: 278px;
    color: #3a3f47;
    margin-top: -4px;
    padding-left: 37px;
    background: url(../images/4.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/4.png*/ no-repeat left center;
}

.head_top_content .fr p i {
    font-family: "Georgia";
    font-size: 30px;
    float: left;
    margin-top: -7px;
}

.head_nav {
    width: 100%;
    background: url(../images/menu.jpg)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/menu.jpg*/ no-repeat center;
    height: 60px;
}

.head_nav .uu {
    width: 100%;
    position: relative;
}

.head_nav .uu li {
    float: left;
    text-align: center;
    position: relative;
}

.head_nav .uu li:first-child a {
    width: 51px;
}

.head_nav .uu li:hover a,.head_nav .uu li.active a {
    color: #ff9000;
}

.head_nav .uu li a {
    width: 119px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    display: block;
}

.head_nav .uu li a img {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    height: 45px;
}

.head_nav .uu li .uuu {
    display: none;
    width: 119px;
    position: absolute;
    top: 60px;
    left: 0;
    background: #000;
    z-index: 99;
}

.head_nav .uu li .uuu li {
    width: 100%;
}

.head_nav .uu li .uuu li:first-child a {
    width: 119px;
}

.head_nav .uu li .uuu li a {
    display: block;
    color: #fff;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.head_nav .uu li .uuu li a:hover {
    color: #ff9000;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.banner .banner_img ul li {
    position: relative;
}

.banner .banner_img ul li img {
    position: relative;
    left: 50%;
    margin-left: -50%;
}

.banner .banner_img .prev {
    background: url(../images/ble.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/ble.png*/ no-repeat;
    position: absolute;
    left: 100px;
    top: 46%;
    width: 30px;
    height: 40px;
}

.banner .banner_img .next {
    background: url(../images/bri.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/bri.png*/ no-repeat;
    position: absolute;
    right: 100px;
    top: 46%;
    width: 30px;
    height: 40px;
}

.main {
    width: 100%;
    background: #F6F6F6;
}

.search_bg {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    height: 70px;
    background: #fff;
    margin-bottom: 3px;
    box-shadow: 0 3px 3px #e4e4e4;
}

.search {
    width: 100%;
    height: 70px;
}

.search .fl {
    width: 628px;
}

.search .fl p {
    height: 70px;
    line-height: 70px;
    background: url(../images/no.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/no.gif*/ no-repeat left center;
}

.search .fl p span {
    width: 116px;
    padding-left: 38px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.search .fl p i {
    width: 450px;
    float: left;
    font-style: normal;
    font-size: 14px;
}

.search p {
    float: left;
    line-height: 56px;
}

.search p b {
    font-weight: bold;
    font-size: 14px;
}

.search p a {
    font-size: 14px;
    margin-left: 4px;
}

.search p a:hover {
    color: #47cdff;
}

.search .fr {
    float: right;
    width: 354px;
    height: 70px;
}

.search .fr .texta {
    width: 200px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    color: #666666;
    font-weight: normal;
    line-height: 69px;
    height: 69px;
    vertical-align: middle;
    border: none;
    border-left: #ebebeb 1px solid;
    border-right: #ebebeb 1px solid;
    padding-left: 20px;
    -webkit-appearance: none;
    outline: none;
    -webkit-border-radius: 0;
    display: block;
    float: left;
}

.search .fr .pro_menu {
    float: left;
    width: 88px;
    padding-left: 5px;
    margin-right: 15px;
    height: 70px;
    position: relative;
}

.search .fr .pro_menu span {
    border: none;
    line-height: 70px;
    text-align: center;
    display: block;
    height: 70px;
    width: 73px;
    padding-right: 13px;
    font-size: 13px;
    background: url(../images/bot.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/bot.gif*/ no-repeat right center;
}

.search .fr .pro_menu ul {
    display: none;
    position: absolute;
    width: 88px;
    background: #795a43;
    z-index: 9;
    left: 0;
    top: 70px;
}

.search .fr .pro_menu ul li {
    height: 25px;
    border: none;
    line-height: 25px;
    background: #795a43;
    color: #fff;
    display: block;
}

.search .fr .pro_menu ul li a {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.search .fr .btna {
    width: 50px;
    background: url(../images/sea.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/sea.gif*/ no-repeat center;
    font-family: SimSun;
    font-weight: normal;
    border: none;
    border-left: #ebebeb 1px solid;
    border-right: #ebebeb 1px solid;
    -webkit-appearance: none;
    outline: none;
    -webkit-border-radius: 0;
    float: left;
    height: 69px;
    line-height: 69px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    float: left;
}

.i_box1 {
    width: 100%;
    background: #F6F6F6;
    padding: 30px 0;
}

.i_box1 .i_box1_content {
    width: 100%;
    height: 431px;
    border: 1px solid #ebebeb;
    background: #fff;
}

.i_box1 .i_box1_content .fl img {
    width: 397px;
}

.i_box1 .i_box1_content .fr {
    float: left;
    width: 536px;
    margin-left: 36px;
    position: relative;
}

.i_box1 .i_box1_content .fr .fr_tit {
    padding-top: 40px;
    height: 100px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/new.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/new.gif*/ no-repeat top right;
}

.i_box1 .i_box1_content .fr .fr_tit a {
    color: #262626;
    font-size: 30px;
    display: block;
    line-height: 40px;
}

.i_box1 .i_box1_content .fr .fr_tit span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-top: -4px;
}

.i_box1 .i_box1_content .fr .fr_text p {
    line-height: 28px;
    font-size: 14px;
    text-indent: 2em;
}
.index_about{
    height: 252px;
    overflow: hidden;
}

.i_box1 .i_box1_content .fr .fr_text a {
    float: left;
    border: 1px solid #dfdfdf;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
}

.main_l {
    width: 202px;
    position: relative;
    background: #fff;
    z-index: 999;
    margin-bottom: 40px;
}

.main_l p {
    padding-top: 30px;
    height: 85px;
    text-align: center;
    width: 152px;
    margin: 0 25px;
    border-bottom: 1px solid #dbdbdb;
}

.main_l p strong {
    font-size: 30px;
    line-height: 1;
    color: #262626;
    text-align: center;
    display: block;
    font-weight: normal;
}

.main_l .main_l_menu {
    width: 100%;
    padding: 0 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.main_l .main_l_menu h3 {
    height: 48px;
    display: block;
    line-height: 43px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #d5d5d5;
    width: 100%;
}

.main_l .main_l_menu h3.on em {
    background: url(../images/bot.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/bot.gif*/ no-repeat right center;
}

.main_l .main_l_menu h3 em {
    float: right;
    background: url(../images/rr.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/rr.gif*/ no-repeat right center;
    height: 100%;
    width: 13%;
}

.main_l .main_l_menu h3 a {
    background: url(../images/dian.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/dian.gif*/ 5px center no-repeat;
    padding-left: 17px;
    float: left;
    width: 85%;
}

.main_l .main_l_menu h3 a:hover {
    color: #795a43;
}

.main_l .main_l_menu ul {
    display: none;
}

.main_l .main_l_menu ul li {
    padding-left: 50px;
    width: 100%;
    margin-top: 10px;
}

.main_l .main_l_menu ul li a {
    color: #575757;
}

.main_l .main_l_menu ul li a:hover {
    color: #795a43;
}

.main_l .contact {
    width: 100%;
    background: #fff;
    margin-top: 25px;
}

.main_l .contact p {
    background: url(../images/cc.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/cc.gif*/ 8px 16px no-repeat #f7f7f7;
    margin: 0 8px;
    width: 186px;
    float: left;
    padding-top: 38px;
    height: 73px;
    font-size: 22px;
    font-family: "impact";
    color: #795a43;
    text-align: center;
    border: none;
}

.main_l .contact span {
    margin-left: 16px;
    padding-left: 27px;
    width: 180px;
    float: left;
    line-height: 25px;
    margin-top: 10px;
}

.main_l .contact span.smap {
    background: url(../images/cc.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/cc.gif*/ left -72px no-repeat;
}

.main_l .contact span.stel {
    background: url(../images/cc.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/cc.gif*/ left -135px no-repeat;
}

.main_l .contact span.spho {
    background: url(../images/cc.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/cc.gif*/ left -168px no-repeat;
}

.main_l .contact span.sema {
    background: url(../images/cc.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/cc.gif*/ left -204px no-repeat;
}

.main_r {
    background: #fff;
    width: 790px;
    float: right;
    min-height: 633px;
    color: #c2a684;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 0 38px 0 32px;
}

.main_tit {
    padding-top: 30px;
    height: 85px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

.main_tit h3 {
    float: left;
    font-size: 26px;
    line-height: 1;
    color: #262626;
    font-weight: normal;
}

.main_tit p {
    float: right;
    line-height: 12px;
    font-size: 12px;
    color: #575757;
    padding-top: 15px;
}

.main_tit p span {
    font-size: 12px;
    color: #575757;
}

.main_tit p a {
    font-size: 12px;
    color: #575757;
}

.pro_list {
}

.pro_list ul {
    width: 100%;
}

.pro_list ul li {
    width:25%;
    padding: 1% 1.5% 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 202px;
}

.pro_list ul li:hover span {
    color: #795a43;
}

.pro_list ul li a {
    display: block;
}

.pro_list ul li a .imgauto {
    width: 215px;
    height: 156px;
    overflow: hidden;
}

.pro_list ul li a span {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font: 16px/40px "microsoft yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.i_box_tit {
    text-align: center;
    width: 100%;
}

.i_box_tit .box_tit {
    text-align: center;
    width: 100%;
    background: url(../images/tit.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/tit.png*/ no-repeat bottom center;
    height: 90px;
}

.i_box_tit .box_tit h3 {
    font-size: 28px;
    color: #fff;
    line-height: 1.1;
    font-weight: normal;
    margin-bottom: 10px;
}
.i_box_tit .box_tit h3.c_0{
    color: #333;
}
.i_box_tit .box_tit span {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 33px;
}

.i_box_tit .i_box_titmenu {
    width: 100%;
    margin: 20px 0;
    margin-bottom: 40px;
}

.i_box_tit .i_box_titmenu ul {
    width: 100%;
}

.i_box_tit .i_box_titmenu ul li {
    border: 1px solid #382e25;
    width: 80px;
    height: 28px;
    line-height: 28px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 23px;
    overflow: hidden;
}

.i_box_tit .i_box_titmenu ul li a {
    color: #fff;
    display: block;
}

.i_box2 {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background: url(../images/newbg.jpg)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/newbg.jpg*/ no-repeat center top;
}

.i_box2 .i_box2_f1 {
    width: 100%;
}

.i_box2 .i_box2_f1 .box2_f1_list ul {
    width: 105%;
}

.i_box2 .i_box2_f1 .box2_f1_list ul li {
    float: left;
    background: #fff;
    padding: 10px 10px 15px;
    border: 1px solid #dfd2cf;
    width: 483px;
    margin: 30px 30px 0 0;
}

.i_box2 .i_box2_f1 .box2_f1_list ul li .fl {
    height: 127px;
    width: 169px;
    float: left;
    margin-right: 15px;
}

.i_box2 .i_box2_f1 .box2_f1_list ul li .fl a {
    display: block;
}

.i_box2 .i_box2_f1 .box2_f1_list ul li .fl a img {
    width: 100%;
    margin-top: 15px;
}

.i_box2 .i_box2_f1 .box2_f1_list ul li .fr {
    float: left;
    width: 265px;
}

.i_box2 .i_box2_f1 .box2_f1_list ul li .fr a {
    display: block;
}

.i_box2 .i_box2_f1 .box2_f1_list ul li .fr a h4 {
    color: #383737;
    font-size: 16px;
    overflow: hidden;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.i_box2 div.summary{
    line-height: 24px;
    margin-bottom: 8px;
    text-indent: 2em;
}
.i_box2 .i_box2_f1 .box2_f1_list ul li .fr p {
    float: left;
    width: 133px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    background: #795a43;
    color: #fff;
    font-size: 12px;
}

.i_box2 .i_box2_f2 {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}

.i_box2 .i_box2_f2 .box2_f2_list {
    width: 103%;
    margin-left: -1%;
    overflow: hidden;
}

.i_box2 .i_box2_f2 .box2_f2_list .fl .pro_slide {
    width: 455px;
    height: 450px;
    position: relative;
    padding-left: 23px;
    padding-top: 22px;
    background: url(../images/sd.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/sd.gif*/ no-repeat top left;
}

.i_box2 .i_box2_f2 .box2_f2_list .fl .pro_slide ul li a img {
    width: 432px;
    height: 428px;
    overflow: hidden;
}

.i_box2 .i_box2_f2 .box2_f2_list .fl .pro_slide .prev {
    position: absolute;
    bottom: 10px;
    right: 60px;
    width: 30px;
    height: 50px;
    z-index: 9;
    opacity: .4;
    background: url(../images/left.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/left.png*/ no-repeat left center;
}

.i_box2 .i_box2_f2 .box2_f2_list .fl .pro_slide .prev:hover {
    opacity: 1;
}

.i_box2 .i_box2_f2 .box2_f2_list .fl .pro_slide .next {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 30px;
    height: 50px;
    z-index: 9;
    opacity: .4;
    background: url(../images/r.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/r.png*/ no-repeat left center;
}

.i_box2 .i_box2_f2 .box2_f2_list .fl .pro_slide .next:hover {
    opacity: 1;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr {
    float: left;
    width: 572px;
    padding-top: 24px;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul {
    width: 104%;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul li {
    float: left;
    width: 278px;
    height: 209px;
    margin-left: 8px;
    margin-bottom: 9px;
    position: relative;
    overflow: hidden;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul li:hover .li_text {
    display: block;
    top: 0;
    transition: .5s;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul li .imgauto {
    width: 278px;
    height: 209px;
    overflow: hidden;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul li .li_text {
    position: absolute;
    transition: .5s;
    left: 0;
    top: 209px;
    width: 278px;
    height: 209px;
    padding-left: 30px;
    padding-right: 25px;
    background: url(../images/lih.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/lih.png*/ no-repeat center top;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul li .li_text span {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    display: block;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul li .li_text p {
    display: block;
    width: 223px;
    color: #fff;
    font-size: 14px;
    margin: 16px auto;
}

.i_box2 .i_box2_f2 .box2_f2_list .fr .fr_list ul li .li_text a {
    color: #eb4035;
}

.i_box3 {
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
}

.i_box3 .i_box3_content {
    width: 100%;
    height: 433px;
    border: 1px solid #ebebeb;
    background: #fff;
}

.i_box3 .i_box3_content .fl {
    padding-left: 30px;
    width: 580px;
    float: left;
}

.i_box3 .i_box3_content .fl .i_box3_tit {
    padding-top: 40px;
    height: 100px;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/new.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/new.gif*/ no-repeat top left;
}

.i_box3 .i_box3_content .fl .i_box3_tit h3 {
    font-size: 20px;
    color: #262626;
    line-height: 1.3;
    display: block;
    text-align: right;
    font-weight: normal;
}

.i_box3 .i_box3_content .fl .i_box3_tit span {
    font-size: 16px;
    color: #262626;
    line-height: 1.3;
    display: block;
    text-align: right;
}

.i_box3 .i_box3_content .fl .i_box3_list h3 {
    width: 550px;
    float: left;
    font-weight: normal;
    background: url(../images/rr.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/rr.gif*/ no-repeat right center;
}

.i_box3 .i_box3_content .fl .i_box3_list h3.on {
    background: url(../images/bot.gif)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/bot.gif*/ no-repeat right center;
}

.i_box3 .i_box3_content .fl .i_box3_list h3 a {
    line-height: 38px;
    font-size: 20px;
    color: #262626;
}

.i_box3 .i_box3_content .fl .i_box3_list p {
    display: none;
    float: left;
    width: 550px;
    background: #f3f3f3;
    line-height: 23px;
    padding: 10px 20px;
    height: 90px;
    font-size: 14px;
    color: #4a4b4b;
    margin: 16px auto;
}

.i_box3 .i_box3_content .fr img {
    height: 431px;
    width: 399px;
}

.i_box4 {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 30px;
    background: url(../images/probg.jpg)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/probg.jpg*/ no-repeat bottom center;
}

.i_box4 .i_box4_content .i_box_tit .box_tit {
    background: url(../images/caset.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/caset.png*/ no-repeat bottom center;
}

.i_box4 .i_box4_content .i_box_tit .box_tit h3 {
    color: #383737;
}

.i_box4 .i_box4_content .i_box_tit .box_tit span {
    color: #383737;
}

.i_box4 .i_box4_content .i_box_tit .i_box_titmenu li {
    border: 1px solid #c8aea7;
}

.i_box4 .i_box4_content .i_box_tit .i_box_titmenu li a {
    color: #383737;
}

.i_box4 .i_box4_content .i_box4_list {
    width: 100%;
    position: relative;
}

.i_box4 .i_box4_content .i_box4_list .sPrev {
    background: url(../images/le.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/le.png*/ no-repeat center;
    position: absolute;
    left: -75px;
    top: 160px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.i_box4 .i_box4_content .i_box4_list .sNext {
    background: url(../images/ri.png)/*tpa=http://170008.websitetemplate.cn/template/default/index/img/ri.png*/ no-repeat center;
    position: absolute;
    right: -75px;
    top: 160px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.i_box4 .i_box4_content .i_box4_list ul li {
    width: 242px;
    float: left;
    background: #fff;
    height: 350px;
    margin-right: 10px;
}

.i_box4 .i_box4_content .i_box4_list ul li .i_box4_img a {
    display: block;
}

.i_box4 .i_box4_content .i_box4_list ul li .i_box4_img a .imgauto {
    width: 242px;
    height: 182px;
    overflow: hidden;
}

.i_box4 .i_box4_content .i_box4_list ul li .i_box4_text {
    width: 242px;
    padding: 20px 10px;
}

.i_box4 .i_box4_content .i_box4_list ul li .i_box4_text h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1;
    display: block;
    text-align: center;
}

.i_box4 .i_box4_content .i_box4_list ul li .i_box4_text p {
    color: #666;
    line-height: 25px;
    font-size: 14px;
    text-indent: 2em;
}

.link {
    width: 100%;
    height: 81px;
    background: #fff;
}

.link .link_tit {
    float: left;
}

.link .link_tit p {
    font-size: 18px;
    line-height: 81px;
    color: #333;
}

.link .i_link ul li {
    float: left;
    height: 81px;
    line-height: 81px;
}

.link .i_link ul li a {
    color: #7d7d7d;
    padding: 0 20px;
    font-size: 14px;
}

.link .i_link ul li a:hover {
    color: #eb4035;
}

.footer {
    width: 100%;
    background: #2d2f32;
    padding: 20px 0;
    overflow: hidden;
}

.footer .fl .fl_f1 h3 {
    font-size: 34px;
    display: block;
    line-height: 75px;
    font-weight: normal;
    color: #c2c2c2;
    margin-bottom: 10px;
}
.footer .fl .fl_f1 h3 span{
}
.footer .fl .fl_f1 h3 img{
    margin-right: 5px;
}
.footer .fl .fl_f1 p {
    color: #ccc;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    margin-bottom: 25px;
}

.footer .fl .fl_f2 p {
    color: #ccc;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer .fl .fl_f3 p {
    font-size: 14px;
    line-height: 28px;
    color: #c2c2c2;
}

.footer .fr {
    margin-left: 20px;
}

.footer .fr .fl {
    width: 225px;
}

.footer .fr .fl p {
    font-size: 25px;
    display: block;
    color: #c2c2c2;
    padding-left: 5px;
}

.footer .fr .fl span {
    display: block;
    color: #c2c2c2;
    font-size: 16px;
    padding-left: 15px;
}

.footer .fr .fl img {
    width: 138px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer .fr .fr {
    width: 138px;
    float: left;
}

.footer .fr .fr p {
    font-size: 25px;
    display: block;
    color: #c2c2c2;
}

.footer .fr .fr p span {
    display: block;
    color: #c2c2c2;
    font-size: 16px;
}

.page_banner {
    width: 100%;
    overflow: hidden;
    height: 360px;
}

.page_banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container .search_bg {
    margin-bottom: 40px;
}

.container .news_list_cont {
    width: 100%;
}

.news_list {
    width: 100%;
    margin-top: 20px;
}

.news_list ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #EBEBEB;
    padding: 15px 0;
}

.news_list ul li:first-child {
    padding-top: 0;
}

.news_list ul li div a {
    display: inline-block;
}

.news_list ul li a .imgauto {
    float: left;
    width: 170px;
    margin-right: 15px;
    height: 114px;
    overflow: hidden;
}

.news_list ul li a span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.news_list ul li a span:hover {
    color: #ff9000;
}

.news_list ul li b {
    display: block;
    -webkit-columns: #929292;
    columns: #929292;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 140%;
    color: #666;
}

.news_list ul li p {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 180%;
    color: #666;
    text-indent: 2em;
}

.pages {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.pages a {
    padding: 2px 5px;
    border: 1px solid #795a43;
    color: #795a43;
    font-size: 12px;
    margin: 0 2px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.pages a:hover {
    background: #795a43;
    color: #fff;
}

.pages a.active {
    background: #795a43;
    color: #fff;
}

.content_tit {
    width: 100%;
}

.content_tit h3 {
    font-size: 16px;
    color: #666;
    padding: 3px 0;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.content_tit p {
    width: 100%;
    text-align: center;
    padding: 10px 0 15px;
}

.content_tit p span {
    line-height: 21px;
    font-size: 12px;
    color: #666;
    margin: 0 5px;
}

.content_des {
    width: 100%;
    border: 1px dotted #E5E5E5;
    padding: 5px 0;
    margin-bottom: 10px;
    text-indent: 24px;
    background: #F5F5F5;
}

.content_des p {
    font-size: 13px;
    color: #868686;
    line-height: 24px;
    padding: 0 5px;
}
.detail_pic{
    text-align: center;
}
.content {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    color: #666;
}

.i_box2_tit {
    margin-top: 50px;
    margin-bottom: 20px;
}

.i_box2_tit strong {
    font-size: 18px;
    color: #c2a684;
}

.prve {
    width: 100%;
    margin-top: 20px;
}

.prve p {
    height: 25px;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.prve p a {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.prve p a:hover {
    color: #ff9000;
}
.prve p a.b{
    font-weight: bold;
}
.content_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 25px 0;
}

.content_img img {
    height: 220px;
}

.show_img img {
    width: 50%;
}

.tag {
    line-height: 40px;
    width: 100%;
}

.show_guest {
    margin-top: 30px;
    width: 100%;
}

.show_guest p {
    width: 100%;
    display: block;
    text-align: center;
    margin: 7px 0;
    margin-top: 10px;
}

.show_guest p span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 100px;
    text-align: right;
    height: 36px;
    line-height: 36px;
    color: #666;
    margin-right: 10px;
}

.show_guest p span i {
    color: red;
    font-size: 20px;
    line-height: 36px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.show_guest p input {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 284px;
    padding: 0 10px;
    height: 36px;
    border: none;
    border: 1px solid #ddd;
    font-size: 12px;
    text-indent: 5px;
}

.show_guest p textarea {
    width: 284px;
    padding: 10px;
    height: 80px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.show_guest p .stop {
    position: relative;
    top: -68px;
}

.show_guest .btn {
    height: 36px;
    margin-left: 114px;
    border: none;
    width: 286px;
    border-radius: 4px;
    background: #c2a684;
    color: #fff;
}

.float_img {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 60px;
    z-index: 99;
}

.float_img img {
    width: 60px;
    height: 60px;
}

.float_img .scrolltop {
    cursor: pointer;
}

.float_img p {
    position: absolute;
    left: -138px;
    top: -78px;
    display: none;
}

.float_img p img {
    width: 138px;
    height: 138px;
}

.footer .fr .fr .bdsharebuttonbox {
    width: 115%;
    margin-top: 20px;
}

.footer .fr .fr .bdsharebuttonbox a {
    margin-right: 20px;
    margin-bottom: 20px;
}

.list_desc {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.list_desc p {
    font-size: 13px;
    color: #868686;
    line-height: 24px;
    padding: 5px 15px;
    border: 1px dotted #e5e5e5;
}

.flink {
    padding-bottom: 20px;
}

.flink .i_box2_tit {
    margin-bottom: 12px;
}

.iink li {
    float: left;
}

.iink li a {
    line-height: 24px;
    color: #7d7d7d;
    padding-right: 15px;
    font-size: 14px;
}

.iink li a:hover {
    color: #c2a684;
}

#newlist li{
    padding-bottom: 5px;
}
#newlist li a{
    width: 80%;
    float: left;
}
#newlist li p{
    float: right;
}
.pages .pagination a:hover {
    color: #795a43;
    background: white;
    border: 1px #795a43 solid;
}
.pages .pagination a.cur {
    background: #795a43;
}
.f14 a{
    color: #666;
}

#prolist ul {
    width: 106%;
}
#prolist ul li{
    width: 220px;
    margin-right: 33px;
    padding: 0;
}


.pagination-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}


.pagination-inner li.active {
    background: #d92323 none repeat scroll 0 0;
    border-color: #d92323;
    color: #fff;
}

.pagination-inner li:hover {
    background: #d92323 none repeat scroll 0 0;
    border-color: #d92323;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.pagination-inner {
    text-align: center;
}
/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */

.lam_box .box{
    max-width:1004px;
}
.lam_box .ow_links span{
    background: #795a43;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#795a43;
}
.lam_box .ow_links h2 i{
    color: #000;
}