﻿.fl,
.left {
    float: left
}

* {
    box-sizing: border-box;
}

.fr,
.right {
    float: right
}

.clear {
    clear: both
}

.text-center {
    text-align: center;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.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
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.container {
    margin-right: auto;
    margin-left: auto
}

img {
    display: block;
    max-width: 100%
}

.content_box,
.content_box *,
.content_box :after,
.content_box :before {
    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 */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    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
}

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

ol,
ul {
    list-style: none
}

a,
button,
input[type=button],
input[type=file],
input[type=reset],
input[type=submit] {
    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-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,
.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,
.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,
.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 {
    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
    }
}

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft YaHei' !important;
    font: 12px/1.4 \\5FAE\8F6F\96C5\9ED1, arial;
    color: #5a5a5a;
    font-size: 12px
}

html {
    min-width: 1200px
}

.header .header-hd {
    height: 30px;
    line-height: 30px;
    background-color: #dcdcdc;
    font-size: 12px;
    color: #666;
}

.header .header-hd a {
    color: #666;
    display: inline-block;
    padding: 0 5px;
}

.header .header-hd a:last-child {
    padding-right: 0;
}

.header .header-bd {
    height: 97px;
}

.header .header-bd .logo {
    height: 97px;
    width: 574px;
}

.header .header-bd .logo a,
.header .header-bd .logo a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.header .header-bd .tel {
    padding-left: 68px;
    background: url('../image/tel.png') no-repeat left center;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.header .header-bd .tel p {
    font-size: 25px;
    color: #fe8a00;
}

.header .header-bd .code {
    margin-top: 13px;
}

.header .header-bd .code .img {
    height: 74px;
    width: 83px;
    padding: 4px 8px;
    display: inline-block;
    background: url('../image/code_bg.png') no-repeat center;
}

.header .header-bd .code .img img {
    width: 67px;
}

.header .header-bd .code p {
    writing-mode: tb-rl;
    font-size: 12px;
    color: #666;
    display: inline-block;
    writing-mode: vertical-rl;
    vertical-align: 20px;
    margin-left: 10px;
}

.navbar {
    height: 60px;
    line-height: 60px;
    background-color: #008b33;
}

.navbar .nav ul {
    display: flex;
}

.navbar .nav ul li {
    flex: 1 1 auto;
    position: relative;
    background: url('../image/navli_bg.png') no-repeat right center;
}

.navbar .nav ul li a {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.navbar .nav ul li a span {
    display: block;
    float: none;
}

.navbar .nav ul li a:hover {
    background-color: #fe8a00;
}

.navbar .nav ul li ul {
    position: absolute;
    width: 100%;
    background-color: #008b33;
    display: none;
    z-index: 9999;
}

.navbar .nav ul li ul li {
    background: none;
}

.navbar .nav ul li ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.navbar .nav ul li ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.navbar .nav ul li.on&gt;
a {
    background-color: #fe8a00;
}

.navbar .nav ul li:last-child {
    background: none;
}

.navbar .nav ul li:hover ul {
    display: block;
}

.i-search {
    height: 55px;
    line-height: 53px;
    border-bottom: 2px solid #e5e5e5;
}

.i-search .i-search-hd {
    padding-left: 36px;
    background: url('../image/hot.png') no-repeat 7px center;
    font-size: 14px;
    color: #666;
}

.i-search .i-search-hd a {
    color: #666;
    display: inline-block;
    padding: 0 5px;
}

.i-search .i-search-hd a:hover {
    color: #008b33;
}

.i-search .i-search-bd .search-key {
    width: 209px;
    height: 37px;
    line-height: 35px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    color: #666;
    padding-left: 17px;
}

.i-search .i-search-bd .search-btn {
    width: 48px;
    height: 37px;
    border: none;
    vertical-align: -14px;
    margin-left: -48px;
    background: #fe8a00 url('../image/btn.png') no-repeat center;
}

.i-search .i-search-bd .search-btn:hover {
    background-color: #008b33;
}

.box-tit .item-hd h2 {
    font-size: 80px;
    line-height: 1;
    color: #666;
    font-weight: normal;
    margin-top: -12px;
    text-transform: uppercase;
}

.box-tit .item-hd h3 {
    color: #008b33;
    font-size: 28px;
    padding-left: 55px;
    font-weight: normal;
}

.box-tit .item-hd p {
    font-size: 18px;
    color: #ccc8c8;
    padding-left: 55px;
}

.box-tit .item-bd {
    width: 853px;
    text-align: right;
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 4px solid #e9e9e9;
}

.box-tit .item-bd a {
    color: #333;
}

.box-tit .item-bd a:hover {
    color: #008b33;
}

.i-product {
    padding-top: 70px;
    margin-top: 3px;
    border-top: 2px solid #e5e5e5;
}

.i-product .i-product-con {
    margin-top: 30px;
}

.i-product .i-product-con .i-product-hd {
    width: 200px;
}

.i-product .i-product-con .i-product-hd .tit {
    background-color: #008b33;
    color: #fff;
    text-align: center;
    height: 66px;
}

.i-product .i-product-con .i-product-hd .tit h2 {
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
}

.i-product .i-product-con .i-product-hd .tit p {
    font-size: 15px;
}

.i-product .i-product-con .i-product-hd .i-pro-list {
    border: 1px solid #008b33;
    height: 485px;
}

.i-product .i-product-con .i-product-hd .i-pro-list li {
    border-bottom: 1px dashed #9c9c9c;
}

.i-product .i-product-con .i-product-hd .i-pro-list li a {
    height: 46px;
    line-height: 46px;
    display: block;
    padding-left: 48px;
    background: url('../image/pro_ico.png') no-repeat 16px center;
    font-size: 16px;
    color: #666;
}

.i-product .i-product-con .i-product-hd .i-pro-list li a:hover {
    color: #fff;
    background: #fe8a00 url('../image/pro_ico2.png') no-repeat 16px center;
}

.i-product .i-product-con .i-product-hd .i-pro-list li dl {
    display: none;
}

.i-product .i-product-con .i-product-hd .i-pro-list li dl dd a {
    display: block;
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    background: none;
}

.i-product .i-product-con .i-product-bd {
    width: 960px;
}

.i-product .i-product-con .i-product-bd .tit {
    height: 58px;
    line-height: 58px;
    background: #f6f6f6 url('../image/pro_titbg.png') no-repeat left center;
    padding-left: 18px;
    font-size: 22px;
    color: #fff;
}

.i-product .i-product-con .i-product-bd .tit a {
    font-size: 18px;
    color: #333;
    margin-right: 65px;
}

.i-product .i-product-con .i-product-bd .tit a:hover {
    color: #008b33;
}

.i-product .i-product-con .i-product-bd .con {
    margin-top: 38px;
}

.i-product .i-product-con .i-product-bd .con ul li {
    width: 222px;
    margin-right: 24px;
    padding-bottom: 20px;
    background: url('../image/pro_libg.png') no-repeat center bottom;
}

.i-product .i-product-con .i-product-bd .con ul li .img {
    border: 3px solid #e8e8e8;
    border-bottom: none;
}

.i-product .i-product-con .i-product-bd .con ul li p {
    height: 35px;
    line-height: 35px;
    background-color: #959595;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.i-product .i-product-con .i-product-bd .con ul li:hover p {
    background-color: #fe8a00;
}

.i-product .i-product-con .i-product-bd .con ul li:nth-of-type(4n) {
    margin-right: 0;
}

.i-product .i-product-con .i-product-bd .con ul li:nth-of-type(n+5) {
    margin-top: 12px;
}

.i-honor {
    margin: 45px 0 65px;
    height: 315px;
    background-color: #008b33;
}

.i-honor .i-honor-hd {
    width: 358px;
}

.i-honor .i-honor-hd .tit {
    background: url('../image/honor_titbg.png') no-repeat center -3px;
    height: 112px;
    color: #666;
    text-align: center;
}

.i-honor .i-honor-hd .tit p {
    font-size: 18px;
    text-transform: uppercase;
}

.i-honor .i-honor-hd .tit h3 {
    font-size: 34px;
    font-weight: normal;
}

.i-honor .i-honor-hd .text h5 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    margin: 20px 0 15px;
}

.i-honor .i-honor-hd .text p {
    font-size: 26px;
    color: #fff;
}

.i-honor .i-honor-hd .text a {
    width: 202px;
    height: 35px;
    margin-top: 10px;
    text-align: center;
    line-height: 35px;
    background-color: #fe8a00;
    color: #fff;
    display: block;
    font-size: 16px;
}

.i-honor .i-honor-hd .text a:hover {
    background-color: #fff;
    color: #fe8a00;
}

.i-honor .i-honor-bd {
    width: 682px;
    margin-right: 60px;
    padding-top: 25px;
    position: relative;
}

.i-honor .i-honor-bd .hd span {
    display: block;
    cursor: pointer;
    position: absolute;
    color: #fff;
    font-size: 78px;
    font-weight: bold;
    top: 88px;
    left: -65px;
}

.i-honor .i-honor-bd .hd span.next {
    left: auto;
    right: -65px;
}

.i-honor .i-honor-bd .hd span:hover {
    color: #fe8a00;
}

.i-honor .i-honor-bd .bd {
    overflow: hidden;
}

.i-honor .i-honor-bd .bd ul li {
    width: 184px;
    margin-right: 65px;
}

.i-honor .i-honor-bd .bd ul li p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    height: 40px;
}

.i-honor .i-honor-bd .bd ul li:hover p {
    color: #fe8a00;
}

.i-about .i-about-hd .item-hd {
    width: 520px;
    padding-top: 10px;
}

.i-about .i-about-hd .item-hd h2 {
    font-size: 30px;
    color: #008b33;
    font-weight: normal;
}

.i-about .i-about-hd .item-hd h3 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    width: 120px;
    border-top: 2px solid #008b33;
    border-bottom: 2px solid #008b33;
    padding: 5px 0;
    margin-top: 25px;
}

.i-about .i-about-hd .item-hd .i-about-desc {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    height: 150px;
    overflow: hidden;
    margin-top: 20px;
}

.i-about .i-about-hd .item-hd .i-about-more {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 35px;
}

.i-about .i-about-hd .item-hd .i-about-more:hover {
    color: #fe8a00;
}

.i-about .i-about-hd .item-hd .i-about-more:before {
    content: "";
    width: 42px;
    height: 1px;
    background-color: #008b33;
    display: inline-block;
    vertical-align: 7px;
    margin-right: 12px;
}

.i-about .i-about-hd .item-hd .i-about-more:after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #707070;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 6px;
}

.i-about .i-about-hd .item-bd {
    padding: 0 22px 20px 0;
    background: url('../image/about_bg.jpg') no-repeat right bottom;
}

.i-about .i-about-hd .item-bd img {
    width: 619px;
    height: 351px;
}

.i-about .i-about-bd {
    margin-top: 60px;
    padding: 16px 0 20px;
    border-top: 1px solid #008b33;
    border-bottom: 1px solid #008b33;
}

.i-about .i-about-bd ul {
    display: flex;
}

.i-about .i-about-bd ul li {
    flex: 1;
    text-align: center;
    color: #333;
    border-right: 1px solid #d2d2d2;
}

.i-about .i-about-bd ul li h4 {
    font-size: 50px;
    font-weight: normal;
}

.i-about .i-about-bd ul li h4 span {
    vertical-align: 30px;
    font-size: 24px;
}

.i-about .i-about-bd ul li p {
    font-size: 18px;
}

.i-about .i-about-bd ul li:last-child {
    border: none;
}

.i-superiority {
    margin-top: 90px;
    background: url('../image/sup_bg.png') no-repeat left 372px;
}

.i-superiority .i-sup-tit {
    font-size: 36px;
    text-align: center;
    color: #008b33;
}

.i-superiority .i-sup-tit p {
    background-color: #008b33;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 26px;
    display: inline-block;
    padding-right: 30px;
}

.i-superiority .i-sup-tit p span {
    font-size: 61px;
    display: inline-block;
    vertical-align: -12px;
    text-transform: uppercase;
    margin-right: 20px;
}

.i-superiority .i-sup-con {
    margin-top: 80px;
}

.i-superiority .i-sup-con ul li .item-hd {
    width: 615px;
}

.i-superiority .i-sup-con ul li .item-hd .tit {
    height: 137px;
    background: url('../image/sup_titbg.png') no-repeat left;
}

.i-superiority .i-sup-con ul li .item-hd .tit .xh {
    text-align: center;
    color: #fff;
    width: 124px;
    font-size: 50px;
    line-height: 1.2;
    padding-top: 10px;
}

.i-superiority .i-sup-con ul li .item-hd .tit .xh p {
    font-size: 18px;
}

.i-superiority .i-sup-con ul li .item-hd .tit h3 {
    padding: 15px 0 0 155px;
    font-size: 31px;
    color: #008b33;
    font-weight: normal;
    height: 155px;
}

.i-superiority .i-sup-con ul li .item-hd .con {
    padding-left: 128px;
    background: url('../image/sup_conbg.png') no-repeat 87px top;
}

.i-superiority .i-sup-con ul li .item-hd .con p {
    color: #666666;
    font-size: 20px;
    height: 62px;
}

.i-superiority .i-sup-con ul li .item-hd .con p span {
    color: #fe8a00;
}

.i-superiority .i-sup-con ul li:nth-of-type(2) {
    margin: 115px 0 40px;
}

.i-superiority .i-sup-con ul li:nth-of-type(3) .item-hd .con p span {
    color: #008b33;
}

.i-mid {
    height: 210px;
    margin-top: 85px;
    background: #008b33;
}

.i-mid .w {
    background: url('../image/mid_bg.png') no-repeat left top;
}

.i-mid .w .i-mid-hd {
    width: 478px;
    text-align: center;
    height: 183px;
    font-size: 30px;
    color: #333;
}

.i-mid .w .i-mid-hd p {
    font-size: 48px;
}

.i-mid .w .i-mid-bd {
    padding-left: 94px;
    background: url('../image/mid_tel.png') no-repeat left center;
    font-size: 18px;
    color: #fff;
    position: relative;
    left: -38px;
    top: 83px;
}

.i-mid .w .i-mid-bd p {
    font-size: 30px;
}

.i-mid .w .i-mid-bd:before {
    content: "";
    width: 1px;
    height: 83px;
    background-color: #959595;
    position: absolute;
    top: -83px;
    left: 38px;
}

.i-mid .w .i-mid-ft {
    width: 428px;
}

.i-mid .w .i-mid-ft h5 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-align: right;
    line-height: 42px;
    margin-top: -55px;
}

.i-mid .w .i-mid-ft h5 span {
    color: #fe8a00;
}

.i-mid .w .i-mid-ft a {
    display: block;
    width: 166px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #008b33;
    font-size: 20px;
    margin: 15px auto 0;
}

.i-mid .w .i-mid-ft a:hover {
    background-color: #fe8a00;
    color: #fff;
}

.i-case {
    margin-top: 65px;
}

.i-case .i-case-con {
    margin-top: 35px;
}

.i-case .i-case-con .i-case-hd .item-hd {
    width: 781px;
}

.i-case .i-case-con .i-case-hd .item-bd {
    width: 419px;
    margin-left: -60px;
}

.i-case .i-case-con .i-case-hd .item-bd .tit {
    font-size: 24px;
    color: #757d80;
    padding: 20px 0 40px;
}

.i-case .i-case-con .i-case-hd .item-bd .tit:before {
    content: "";
    display: inline-block;
    background-color: #626262;
    width: 82px;
    height: 1px;
    vertical-align: middle;
    margin: 0 15px 0 5px;
}

.i-case .i-case-con .i-case-hd .item-bd .con {
    background-color: #008b33;
    padding: 50px 18px 0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    height: 211px;
}

.i-case .i-case-con .i-case-hd .item-bd .con a {
    float: right;
    display: block;
    width: 54px;
    margin-top: 50px;
    height: 51px;
    background: url('../image/case_more.png') no-repeat center;
}

.i-case .i-case-con .i-case-bd {
    margin-top: 32px;
}

.i-case .i-case-con .i-case-bd ul li {
    width: 282px;
    margin-right: 24px;
}

.i-case .i-case-con .i-case-bd ul li h5 {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    font-weight: normal;
    text-align: center;
}

.i-case .i-case-con .i-case-bd ul li:hover h5 {
    color: #008b33;
}

.i-news {
    margin-top: 75px;
}

.i-news .i-news-tit p {
    padding-left: 66px;
}

.i-news .i-news-con {
    margin-top: 40px;
}

.i-news .i-news-con .i-news-hd {
    width: 530px;
}

.i-news .i-news-con .i-news-hd ul li.li1 {
    margin-bottom: 7px;
}

.i-news .i-news-con .i-news-hd ul li.li2 {
    height: 45px;
    line-height: 43px;
    border-bottom: 2px dashed #cdcdcd;
    color: #666;
}

.i-news .i-news-con .i-news-hd ul li.li2 p {
    font-size: 18px;
    max-width: 370px;
}

.i-news .i-news-con .i-news-hd ul li.li2 span {
    font-size: 16px;
}

.i-news .i-news-con .i-news-hd ul li.li2:last-child {
    border: none;
}

.i-news .i-news-con .i-news-hd ul li.li2:hover {
    color: #008b33;
}

.i-news .i-news-con .i-news-bd {
    width: 600px;
}

.i-news .i-news-con .i-news-bd .hd {
    border-bottom: 1px solid #008b33;
}

.i-news .i-news-con .i-news-bd .hd ul {
    font-size: 0;
}

.i-news .i-news-con .i-news-bd .hd ul li {
    display: inline-block;
}

.i-news .i-news-con .i-news-bd .hd ul li a {
    display: block;
    width: 114px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #666;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
}

.i-news .i-news-con .i-news-bd .hd ul li.on a {
    background-color: #008b33;
    color: #fff;
}

.i-news .i-news-con .i-news-bd .bd {
    margin-top: 20px;
}

.i-news .i-news-con .i-news-bd .bd ul li {
    margin-bottom: 26px;
}

.i-news .i-news-con .i-news-bd .bd ul li .date {
    width: 105px;
    height: 84px;
    padding-top: 5px;
    border-radius: 10px;
    background-color: #ddd;
    text-align: center;
    font-size: 30px;
    color: #000;
}

.i-news .i-news-con .i-news-bd .bd ul li .date p {
    font-size: 16px;
}

.i-news .i-news-con .i-news-bd .bd ul li .text {
    width: 420px;
}

.i-news .i-news-con .i-news-bd .bd ul li .text h5 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    padding: 5px 0 15px;
}

.i-news .i-news-con .i-news-bd .bd ul li .text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.i-news .i-news-con .i-news-bd .bd ul li:hover .date {
    color: #fff;
    background-color: #fe8a00;
}

.i-customer {
    margin: 80px 0 75px;
}

.i-customer .i-customer-con {
    margin-top: 40px;
    padding: 0 90px;
    position: relative;
}

.i-customer .i-customer-con span.prev,
.i-customer .i-customer-con span.next {
    position: absolute;
    display: block;
    top: 24px;
    left: 0;
    font-size: 75px;
    font-family: '宋体';
    color: #202122;
    font-weight: bold;
    cursor: pointer;
    z-index: 99999;
}

.i-customer .i-customer-con span:hover {
    color: #fe8a00;
}

.i-customer .i-customer-con span.next {
    left: auto;
    right: 0;
}

.i-customer .i-customer-con ul li {
    width: 240px;
    margin-right: 20px;
}

.i-customer .i-customer-con ul li .img {
    border: 2px solid #d2d2d2;
}

.i-customer .i-customer-con ul li h5 {
    font-size: 19px;
    color: #666;
    margin-top: 15px;
    text-align: center;
    font-weight: normal;
}

.i-customer .i-customer-con ul li:hover h5 {
    color: #fe8a00;
}

.i-link {
    height: 49px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
}

.i-link .w {
    border-top: 1px solid #bfbfbf;
}

.i-link .w .top {
    font-size: 24px;
    width: 83px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background-color: #fe8a00;
}

.i-link .w .top:hover {
    background-color: #008b33;
}

.i-link .w a {
    color: #666;
    display: inline-block;
    padding: 0 5px;
}

.i-link .w a:hover {
    color: #008b33;
}

.footer {
    background-color: #01973e;
    line-height: 1;
    padding: 50px 0 15px;
}

.footer a {
    color: #fff;
}

.footer .w .footer-hd ul li {
    float: left;
    width: 200px;
}

.footer .w .footer-hd ul li h3 {
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 18px;
    background: url('../image/footer_h3bg.png') no-repeat left bottom;
}

.footer .w .footer-hd ul li h3 a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 1;
}

.footer .w .footer-hd ul li a {
    display: block;
    font-size: 14px;
    line-height: 32px;
}

.footer .w .footer-hd ul li a:nth-of-type(n+3) {
    display: none;
}

.footer .w .footer-hd ul li a:hover {
    color: #fe8a00;
}

.footer .w .footer-hd ul li .code img {
    width: 112px;
    height: 112px;
    display: block;
}

.footer .w .footer-bd {
    width: 315px;
    color: #fff;
}

.footer .w .footer-bd p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.footer .w .footer-bd span {
    font-size: 30px;
    color: #fe8a00;
    line-height: 42px;
    font-style: italic;
}

.footer .copyright .w {
    line-height: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
}

.footer .copyright .w p {
    display: inline-block;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.footer__sitemap {
    padding-top: 15px;
}

.post_box {
    width: 900px;
    float: right;
}


/**/

.about {
    margin-top: 30px
}

.about_left {
    width: 670px
}

.about_left h4,
.about_left h5 {
    font-weight: 400;
    color: #2795e0
}

.about_left h5 {
    font-size: 18px
}

.about_left .con {
    font-size: 14px;
    line-height: 25px;
    margin: 35px 0;
    max-height: 150px;
    overflow: hidden;
}

.about_left li {
    margin-left: 30px;
    float: left
}

.about_left li a {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #008b33;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ebeef4;
    border-radius: 3px;
    transition: background-color .4s ease 0s
}

.about_left li a:hover {
    color: #fff;
    background-color: #f60
}

.about_left li:first-child {
    margin-left: 0;
    color: #434343;
    background-color: #ffe599
}

.about_right {
    width: 520px;
    height: 328px
}

.s1 {
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -250px;
    width: 500px;
    height: 300px;
    background: hsla(0, 0%, 100%, .7);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.s1 p {
    margin: 0;
    padding: 50px 0 20px;
    font-family: Arial;
    font-size: 60px;
    font-weight: 700;
    text-align: center
}

.s1 span {
    color: #666
}

.s1 a,
.s1 span {
    display: block;
    font-family: Arial;
    font-size: 25px;
    text-align: center
}

.s1 a {
    margin: 20px auto 0;
    width: 220px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    background: #f88371
}

.s1 a:hover {
    background: #ed6f5c
}

.slides-box {
    overflow: hidden
}

.slides1,
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative
}

.slides1 {
    float: left
}

.slides1 li {
    position: absolute;
    width: 100%;
    height: 100%
}

.slides1 li img {
    display: block;
    width: 100%;
    margin: auto
}


/* .next,
.prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -40px;
    left: 0;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5
}

.next:hover,
.prev:hover {
    opacity: .7
}

.prev {
    background-image: url("../image/f2832f0eaaed48af8ae90287b4e6a0bd.gif")
}

.next {
    left: auto;
    right: 0;
    background-image: url("../image/9c8ee354e30f47d7bf7906a3465c8455.gif")
} */

.product {
    width: 100%;
    height: 715px;
    margin: 50px auto 0;
    background: url(../image/probg.jpg) no-repeat top;
    text-align: center;
    color: #fff
}

.product .w1200 {
    padding-top: 1px
}

.product h4 {
    margin-top: 55px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400
}

.product h5 {
    font-size: 20px;
    font-weight: 400
}

.product .fa-caret-down {
    font-size: 30px;
    line-height: 30px
}

.product ul {
    display: inline-block;
    margin: 30px auto 0
}

.product ul li {
    display: inline-block;
    margin: 0 8px 8px;
}

.product ul li a {
    display: block;
    width: 110px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    overflow: hidden;
    transition: border-color .4s ease 0s, background-color .4s ease 0s
}

.product ul li a:hover {
    background-color: #4aa2ec;
    border-color: #4aa2ec
}

.wrap {
    padding: 10px
}

.dowebok {
    width: 1200px;
    margin: 50px auto 70px;
    font-size: 0;
    overflow: hidden;
}

.dowebok img {
    vertical-align: top
}

.str_wrap {
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    white-space: nowrap
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
    white-space: normal;
    width: 100%
}

.no_drag .str_move,
.noStop .str_move,
.str_static .str_move {
    cursor: inherit
}

.str_wrap img {
    max-width: none
}

.product .dowebok ul {
    height: 224px
}

.product .dowebok ul li {
    float: left;
    width: 220px;
    height: 224px
}

.product .dowebok ul li a {
    width: 220px;
    height: 200px;
    border: none
}

.product .dowebok ul li img {
    width: 220px;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, .7);
}

.product .pro_title {
    font-size: 16px;
    width: 220px;
    line-height: 24px;
    height: 24px
}

.product .more,
.product .pro_title {
    display: block;
    color: #fff;
    text-align: center
}

.product .more {
    width: 150px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 700;
    background-color: #4a86e8;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .6);
    transition: background-color .4s ease 0s
}

.product .more:hover {
    background-color: #f90
}

.case {
    width: 100%;
    margin: 0 auto
}

.case_title {
    width: 750px;
    height: 252px;
    margin-top: 50px;
    background: url(../image/casebg.jpg) no-repeat top;
    background-position: 50% 50%
}

.case_title .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 25px;
    text-align: center;
    color: #008b33
}

.circle .p1 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 60px
}

.circle .p2 {
    font-size: 20px;
    line-height: 30px
}

.circle .p3 {
    line-height: 26px
}

.case_title ul li {
    float: left;
    margin-left: 24.6px;
    margin-top: 70px;
    width: 169px;
}

.case_title ul li p {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
}

.case_title ul li:first-child {
    margin-left: 0
}

.case_title ul li a {
    display: block;
    width: 169px;
    height: 140px;
    border: 1px solid #fff
}

.case_title ul li a:hover {
    border: 1px solid #f60
}

.case_right {
    width: 410px;
    margin-top: 50px
}

.case_right h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: #4aa2ec
}

.case_right h3 a {
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #008b33;
    margin-top: 5px;
    border: 1px solid #4aa2ec
}

.rec_news {
    margin-top: 30px
}

.rec_news ul li div img {
    float: left;
    width: 130px;
    height: 90px;
    margin-right: 10px
}

.rec_news .p1 {
    font-size: 14px;
    color: #4aa2ec;
    line-height: 30px
}

.rec_news .p2 {
    font-size: 12px;
    color: #666
}

.case_right .newslist li {
    height: 36px;
    background: url(../image/libg.png) no-repeat 0;
    border-bottom: 1px dotted #e2e2e2
}

.case_right .newslist li:first-child {
    margin-top: 10px
}

.case_right .newslist li a {
    font-size: 14px;
    line-height: 36px;
    color: #5a5a5a;
    margin-left: 25px;
    height: 36px;
    overflow: hidden;
    display: block;
}

.case_right .newslist li a:hover {
    color: #4a91e0
}

.case_right .newslist li span {
    font-size: 12px;
    line-height: 36px;
    color: #ccc
}

.flink {
    width: 100%
}

.flink .news_list ul {
    float: none;
    top: 0px;
}

.flink .pros_list ul li {
    float: left;
    top: 0px;
    margin-right: 25px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.flink .pros_list ul li .img {
    display: block;
    width: 200px;
    height: 200px;
}

.flink .pros_list ul li .t {
    display: block;
    width: 200px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.flink .news_list ul li {
    float: none;
    margin-left: 0px;
}

.flink .w1200 {
    padding-top: 50px
}

.flink h3 {
    font-size: 26px;
    color: #008b33;
}

.flink h3 span {
    display: inline-block;
    width: 86px;
    height: 20px;
    line-height: 20px;
    background: #008b33;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    position: relative;
    bottom: 4px
}

.flink ul {
    float: left;
    position: relative;
    top: 8px;
}

.flink ul li {
    float: left;
    margin-left: 15px
}

.flink ul li a {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
}

.flink a:hover {
    color: #47cdff
}

.page_banner {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    background: url(../image/pagemainbg.jpg) no-repeat center center;
}

.main {
    width: 100%;
    height: auto;
    margin: 35px auto 0
}

.i_main {
    margin-top: 0
}

.main_l {
    width: 250px;
    height: auto
}

.main_l_title {
    width: 250px;
    height: 77px;
    background: url(../image/pagebg.png) no-repeat 0 0;
    text-align: center
}

.main_l_title .p1 {
    color: #008b33;
    font-size: 27px;
    padding-top: 13px
}

.main_l_title .p2 {
    color: #008b33;
    font-size: 12px;
    text-transform: uppercase;
}

.main_l ul li {
    width: 245px;
    height: 44px;
    margin-left: 5px;
    margin-top: 5px
}

.main_l ul li a {
    display: block;
    width: 245px;
    height: 44px;
    line-height: 44px;
    background-color: #008b33;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.main_l .subnav p {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.main_l .subnav p a {
    background: url("../image/libg.png") no-repeat left;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.main_l ul li a:hover {
    background-color: #f90
}

.main_l ul li.active a {
    background-color: #f90
}

.main_l .main_left_message {
    width: 246px;
    height: 100px;
    margin-left: 5px;
    margin-top: 10px;
    background: url(../image/message.jpg)
}

.main_left_message .p1 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 25px
}

.main_left_message .p2 {
    font-size: 17px;
    color: #fff;
    margin-left: 20px
}

.contact {
    margin-left: 10px
}

.contact p {
    font-size: 14px;
    line-height: 28px
}

.contact p:first-child {
    padding-top: 5px
}

.main_right {
    width: 910px;
    height: auto
}

.crumbs {
    width: 910px;
    height: 50px;
    background: url(../image/positionbg.jpg) no-repeat 0 0;
    margin-top: 8px;
    border-bottom: 1px solid #ccc;
    padding-top: 6px;
}

.crumbs a {
    display: inline;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-left: 60px;
    line-height: 44px;
    position: relative;
}

.crumbs a:nth-child(2),
.crumbs a:nth-child(3),
.crumbs a:nth-child(4),
.crumbs a:nth-child(5) {
    margin-left: 0
}

.crumbs span {
    position: relative;
    top: 6px
}

.page_content {
    width: 910px;
    height: auto;
    margin-top: 50px
}

.page_content p {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
    padding: 0 10px
}

.page_content p a {
    font-weight: bold;
    color: #000;
    border-bottom: 1px dashed #333;
}

.page_content img {
    max-width: 900px;
    display: block;
    margin: 50px auto
}

.page_prolist {
    width: 910px;
    height: auto;
    margin-top: 10px
}

.page_prolist ul li {
    float: left;
    border: 1px solid #eee;
    width: 212px;
    height: 250px;
    margin-left: 17px;
    margin-top: 17px
}

.page_prolist ul li:hover {
    border-color: #008b33
}

.page_prolist ul li:nth-child(4n-3) {
    margin-left: 0
}

.page_prolist ul li .img {
    margin: 15px auto 0
}

.page_prolist ul li .img {
    display: block;
    width: 180px;
    height: 170px
}

.page_prolist ul li .pro_title {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 20px;
}

.page,
.page_prolist ul li .pro_title {
    font-size: 14px;
    color: #5a5a5a;
    text-align: center
}

.page {
    clear: both;
    margin: 20px auto;
    padding: 30px 0
}

.main_new_list {
    width: 910px;
    height: auto;
    margin-top: 50px
}

.main_new_list ul li {
    border-bottom: 1px dotted #dbd4cd;
    min-height: 95px;
}

.main_new_list ul li div {
    width: 60px;
    height: 60px;
    background-color: #008b33;
    text-align: center;
    color: #fff;
    margin-left: 30px;
    margin-top: 20px
}

.main_new_list ul li div span {
    font-size: 12px;
    position: relative;
    top: 7px
}

.main_new_list ul li div span:first-child {
    font-size: 24px
}

.main_new_list ul li a {
    display: inline-block;
    font-size: 18px;
    color: #5a5a5a;
    margin-left: 40px;
    padding-top: 20px;
    float: right;
    width: 780px;
}

.main_new_list ul li a:hover {
    color: #008b33
}

.main_new_list ul li p {
    font-size: 12px;
    color: #949494;
    padding-top: 10px;
    padding-bottom: 26px;
    margin-left: 130px
}

.lxwm_content {
    width: 910px;
    height: auto;
    margin-top: 50px
}

.lxwm_content_left {
    width: 373px;
    height: 438px
}

.lxwm_content_right {
    width: 480px;
    height: auto
}

.lxwm_content_right h3 {
    font-size: 20px;
    color: #666;
    text-align: center;
    font-weight: 400;
    width: 477px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #008b33;
    border-radius: 3px
}

.lxwm_content_right p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 24px;
    margin-top: 45px;
    margin-bottom: 45px
}

.lxwm_content_right span img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 15px
}

.lxwm_content_right span {
    font-size: 16px;
    color: #008b33;
    line-height: 28px
}

.zxly_content {
    width: 910px;
    height: 442px;
    margin-top: 50px;
    background: url(../image/zxlybg.jpg)
}

.zxly_content_left {
    width: 500px;
    height: auto;
    margin-left: 20px;
    margin-top: 45px
}

.zxly_content_left p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0
}

.zxly_content_left input {
    height: 37px
}

.zxly_content_left input,
.zxly_content_left textarea {
    width: 500px;
    line-height: 37px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    text-indent: 10px
}

.zxly_content_left textarea {
    height: 162px
}

.zxly_content_left .send {
    display: block;
    width: 500px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #008b33;
    margin-top: 12px;
    border-radius: 5px
}

.zxly_content_left .send:hover {
    background-color: #1bc1ff
}

.zxly_content_right {
    margin-right: 90px
}

.zxly_content_right .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    position: relative;
    top: 115px;
    text-align: center;
    color: #008b33
}

.show_content h3 {
    font-size: 21px;
    color: #426100;
    text-align: center;
    font-weight: 400;
    margin-top: 25px
}

.show_content .tips {
    text-align: center;
    margin-top: 20px
}

.show_content .des {
    font-size: 14px;
    color: #868686;
    line-height: 27px;
    padding: 5px;
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
    margin-top: 20px
}

.show_content div.show_c_content {
    font-size: 14px;
    line-height: 26px;
    color: #5a5a5a;
    margin: 20px 0;
}

.show_content .show_c_content {
    font-size: 14px;
    line-height: 26px;
    color: #5a5a5a;
}

.show_content .show_c_content p {
    font-size: 14px;
    line-height: 26px;
    color: #5a5a5a;
    margin-top: 20px
}

.show_product {
    width: 865px;
    margin: 0 auto
}

.show_product h1 {
    font-size: 21px;
    color: #426100;
    text-align: center;
    font-weight: 400;
    margin-top: 25px
}

.show_product .tips {
    text-align: center;
    margin-top: 10px;
    color: #ccc
}

.show_product .des {
    font-size: 14px;
    color: #868686;
    line-height: 27px;
    padding: 5px;
    border: 1px dotted #e5e5e5;
    margin-top: 10px
}

.show_product .pro_img {
    display: block;
    margin: 40px auto
}

.show_product .pro_img img {
    max-width: 860px;
    display: block;
    margin: 0 auto;
}

.show_product div.show_c_content {
    font-size: 14px;
    line-height: 26px;
    color: #5a5a5a;
    line-height: 28px;
    margin: 20px 0;
}

.show_product .show_c_content p {
    font-size: 14px;
    line-height: 26px;
    color: #5a5a5a;
    line-height: 28px
}

.show_product .show_c_content {
    font-size: 14px;
    line-height: 26px;
    color: #5a5a5a;
    line-height: 28px
}

.show_c_content a {
    color: #008b33
}

.show_c_content a:hover {
    color: #5a5a5a
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1
}

.flexslider .slides li {
    width: 100%;
    height: 100%
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../image/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0
}

.flex-direction-nav .flex-prev {
    left: 0
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
    opacity: .8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50)
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    background: url(../image/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer
}

.flex-control-paging li.active a,
.flex-control-paging li a.flex-active {
    background-position: 0 0
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block
}

.page .pagination {
    display: inline-block;
    position: relative;
    bottom: 0;
}

.content_des {
    width: 100%;
    border: 1px dotted #e5e5e5;
    padding: 5px;
    margin: 10px 0;
    text-indent: 24px;
}

.content_des p {
    font-size: 13px;
    color: #868686;
    line-height: 24px;
}

.pagination {
    height: 40px;
    margin: 30px 0 20px;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 12px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
}

.pagination a:hover {
    color: #008b33;
    background: white;
    border: 1px #008b33 solid;
}

.pagination span {
    border: 1px solid #008b33;
    background: #008b33;
    color: #fff;
}

img {
    max-width: 100%;
}

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

.table_form .button {
    width: 60px;
    margin-right: 10px;
}


/*# sourceMappingURL=yunu.css.map */