﻿/****************************** 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;
}

/**
 * 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;
}

.yunu-infocontent-body img {
  max-width: 100%;
  display: block;
}

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

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

body {
  max-width: 1920px;
  margin: 0 auto;
}

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

.header {
  width: 100%;
  position: relative;
  z-index: 40;
}

.header .head_nav {
  width: 100%;
}

.header .head_nav .logo {
  float: left;
  width: 20%;
  position: relative;
  height: 130px;
}

.header .head_nav .logo img {
  display: block;
  margin: 0 auto;
}

.header .head_nav ul li {
  height: 130px;
  width: 10%;
  float: left;
  line-height: 43px;
  position: relative;
  text-align: center;
}

.header .head_nav ul li > a {
  color: #333;
  font-size: 16px;
  line-height: 130px;
  text-align: center;
  display: block;
}

.header .head_nav ul li .v_list {
  position: absolute;
  width: 130%;
  top: 130px;
  left: -15%;
  z-index: 99;
  display: none;
}

.header .head_nav ul li .v_list a {
  background: #fff;
  width: 100%;
  color: #333;
  line-height: 50px;
  font-size: 14px;
  transition: .5s;
  padding-left: 25px;
  text-align: left;
  display: block;
  border-left: 2px solid #fff;
}

.header .head_nav ul li .v_list a:hover {
  background: #f7f7f7;
  color: #333;
  border-left: 2px solid #bd111d;
}

.header .head_nav ul li .v_list a:first-child {
  border-top: 2px solid #bd111d;
}

.pc_banner {
  width: 100%;
  position: relative;
  z-index: 30;
}

.pc_banner .pcbanner {
  width: 100%;
  overflow: hidden;
}

.pc_banner .pcbanner .swiper-slide img {
  width: 100%;
  display: block;
}

.pc_banner .pcbanner .pagination {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 99;
}

.pc_banner .pcbanner .pagination span {
  width: 50px;
  height: 3px;
  border-radius: 0;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
  margin: 0 3px;
  opacity: 1;
}

.pc_banner .pcbanner .pagination span.swiper-pagination-bullet-active {
  background: #bd111d;
  color: #fff;
}

.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
}

.m_header .m_head_content {
  height: 60px;
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 1px 10px 1px #ccc;
}

.m_header .m_head_content .m_head_logo {
  height: 60px;
  float: left;
  padding-left: 10px;
}

.m_header .m_head_content .m_head_logo a {
  float: left;
}

.m_header .m_head_content .m_head_logo a img {
  height: 52px;
  display: block;
  margin: 0 auto;
  margin-top: 4px;
}

.m_header .m_head_content .m_head_logo p {
  float: left;
  padding-top: 13px;
  padding-left: 8px;
}

.m_header .m_head_content .m_head_logo p span {
  color: #bd111d;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
  display: block;
  text-align: left;
}

.m_header .m_head_content .m_head_logo p i {
  color: #bd111d;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  display: block;
}

.m_header .m_head_content .menu {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

.m_header .m_head_content .menu img {
  height: 26px;
  display: block;
  margin: 0 auto;
  margin-top: 17px;
}

.app_menu {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 60px;
  right: 0;
  z-index: 99;
  display: none;
}

.app_menu ul {
  background: #000;
}

.app_menu ul li {
  width: 100%;
  border-bottom: 1px dashed #333;
}

.app_menu ul li > a {
  width: 50%;
  display: block;
}

.app_menu ul li > a span {
  font-size: 14px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #999899;
  display: block;
  padding-left: 18px;
}

.app_menu ul li.on {
  background: url(../img/bottom.png) no-repeat 95% 15px;
  background-size: 16px;
}

.app_menu ul .v_list {
  width: 100%;
  display: none;
  border-bottom: 1px dashed #333;
}

.app_menu ul .v_list a {
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  color: #999899;
  display: block;
  padding-left: .4rem;
  float: none;
}

.m_banner {
  display: none;
  width: 100%;
  overflow: hidden;
}

.m_banner .mbanner {
  position: relative;
}

.m_banner .mbanner .swiper-slide img {
  width: 100%;
  display: block;
}

.m_banner .mbanner .pagination {
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 100%;
  z-index: 90;
}

.m_banner .mbanner .pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
  margin: 0 4px;
  opacity: 1;
}

.m_banner .mbanner .pagination span.swiper-pagination-bullet-active {
  background: #bd111d;
  color: #fff;
}

.main {
  width: 100%;
  overflow: hidden;
}

.i_box1 {
  width: 100%;
  padding: 75px 0;
  background: url(../img/bg1.jpg) no-repeat top center;
}

.i_box1 .box {
  width: 100%;
}

.i_box1 .box .fl {
  width: 31.4%;
  border: 2px solid #bd111d;
  padding: 50px 35px;
}

.i_box1 .box .fl span {
  display: block;
  font-size: 50px;
  color: #333;
  line-height: 100%;
}

.i_box1 .box .fl i {
  width: 80px;
  height: 3px;
  background: #bd111d;
  font-style: normal;
  display: block;
  margin-top: 30px;
}

.i_box1 .box .fl em {
  font-size: 24px;
  color: #bd111d;
  display: block;
  font-style: normal;
  line-height: 100%;
  margin-top: 45px;
}

.i_box1 .box .fl p {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 180%;
  margin-top: 25px;
  padding-right: 10%;
}

.i_box1 .box .fl a {
  font-size: 16px;
  color: #fff;
  width: 160px;
  line-height: 42px;
  border-radius: 10px;
  padding-left: 25px;
  display: block;
  margin-top: 45px;
  background: url(../img/jt.png) no-repeat 105px center #bd111d;
  transition: .5s;
}
.i_box1 .box .fl a:hover {
  padding-left: 40px;
  background: url(../img/jt.png) no-repeat 120px center #bd111d;
  transition: .5s;
}

.i_box1 .box .fr {
  width: 67%;
  background: #fff;
  padding: 40px;
}

.i_box1 .box .fr .fr_box {
  background: #bd111d;
}

.i_box1 .box .fr .text {
  width: 33%;
  float: left;
  padding: 40px;
  background: url(../img/sanj.png) no-repeat top center;
}

.i_box1 .box .fr .text p {
  font-size: 16px;
  color: #fff;
  line-height: 160%;
}

.i_box1 .box .fr .pic {
  background: #fff;
  width: 67%;
  float: right;
}

.i_box1 .box .fr .pic img {
  display: block;
  max-width: 100%;
}

.i_box2 {
  width: 100%;
  padding: 70px 0;
  background: url(../img/bg2.jpg) no-repeat top center #f7f7f7;
}

.i_box2 .box span {
  font-size: 50px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 100%;
  padding-bottom: 50px;
}

.i_box2 .box p {
  font-size: 24px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 180%;
  margin-top: 5px;
}

.i_box3 {
  width: 100%;
  height: 168px;
  background: url(../img/bg3.jpg) no-repeat top center;
}

.i_box3 .box {
  text-align: center;
  padding-top: 59px;
}

.i_box3 .box a {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
}
.i_box3 .box a:hover {
  color: #bd111d;
}

.i_box3 .box a:first-child + a {
  margin: 0 150px;
}

.box_tit span {
  font-size: 50px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 100%;
}

.box_tit p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.i_box5 {
  width: 100%;
  padding: 75px 0;
  background: url(../img/bg4.png) no-repeat bottom center;
}

.i_box5 .box {
  padding-top: 50px;
}

.i_box5 .box a {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #fff;
  border-radius: 10px;
}

.i_box5 .box a:first-child + a {
  margin: 0 150px;
}

.box5list .preview {
  padding: 0 70px;
}

.box5list .preview .swiper-slide {
  width: 16.66%;
  float: left;
  cursor: pointer;
}

.box5list .preview .swiper-slide .text {
  background: #f7f7f7;
  margin: 0 7px;
  padding: 17px 0;
}

.box5list .preview .swiper-slide .text span {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: #bd111d;
  border-radius: 50%;
}

.box5list .preview .swiper-slide .text span img:first-child + img {
  display: none;
}

.box5list .preview .swiper-slide .text p {
  font-size: 16px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
}

.box5list .preview .swiper-slide i {
  height: 12px;
  background: none;
  display: block;
  font-style: normal;
}

.box5list .preview .active-nav .text {
  background: #bd111d;
}

.box5list .preview .active-nav .text span {
  background: #fff;
}

.box5list .preview .active-nav .text span img:first-child {
  display: none;
}

.box5list .preview .active-nav .text span img:first-child + img {
  display: block;
}

.box5list .preview .active-nav .text p {
  color: #fff;
}

.box5list .preview .active-nav i {
  background: url(../img/xia1.png) no-repeat top center;
}

.box5list .view {
  margin-top: 40px;
}

.box5list .view .swiper-slide {
  width: 100%;
  background: #fff;
  float: left;
}

.box5list .view .swiper-slide .pic {
  width: 38%;
  float: left;
}

.box5list .view .swiper-slide .pic img {
  display: block;
  max-width: 100%;
}

.box5list .view .swiper-slide .text {
  width: 62%;
  float: right;
  padding: 5% 8% 0 8%;
}

.box5list .view .swiper-slide .text em {
  width: 80px;
  height: 3px;
  background: #bd111d;
  font-style: normal;
  display: block;
  margin-top: 30px;
  font-style: normal;
}

.box5list .view .swiper-slide .text p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  text-align: left;
  margin-top: 38px;
}

.i_box6 {
  width: 100%;
  padding: 75px 0;
}

.i_box6 .box {
  padding-top: 60px;
}

.i_box6 .box .fl {
  width: 50%;
}

.i_box6 .box .fl img {
  display: block;
  max-width: 100%;
}

.i_box6 .box .fr {
  width: 50%;
}

.i_box6 .box .fr li {
  background: #bd111d;
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
  padding: 12px 10px;
}

.i_box6 .box .fr li span {
  font-size: 13px;
  color: #d07275;
  display: block;
}

.i_box6 .box .fr li span i {
  font-size: 30px;
  color: #ebdfa5;
  line-height: 30px;
  padding-right: 6px;
  font-style: normal;
}

.i_box6 .box .fr li p {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 10px;
}

.i_box7 {
  width: 100%;
  padding: 70px 0;
  background: url(../img/bg5.jpg) no-repeat top center;
}

.i_box7 .box_tit span {
  color: #fff;
}

.i_box7 .box {
  padding-top: 65px;
}

.box7list .swiper-slide .text {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  min-height: 400px;
  position: relative;
}

.box7list .swiper-slide .text span {
  line-height: 70px;
  border: 1px solid #e2cb98;
  font-size: 20px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 5;
}

.box7list .swiper-slide .text span i {
  font-size: 30px;
  color: #e2cb98;
  font-style: normal;
  padding-left: 10px;
  padding-right: 8px;
  position: relative;
  z-index: 5;
}

.box7list .swiper-slide .text p {
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 180%;
  margin-top: 12px;
  position: relative;
  z-index: 5;
}



.box7list .swiper-slide .sbg {
  position: absolute;
  width: 100%;
  height: 0;
  background: #bd111d;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  transition: .5s;
}
.box7list .swiper-slide .text:hover .sbg {
  height: 100%;
  transition: .5s;
}


.i_box8 {
  width: 100%;
  height: 300px;
  background: url(../img/bg6.jpg) no-repeat top center;
}

.i_box8 .box {
  padding: 0 26px;
  padding-top: 80px;
}

.i_box8 .box span {
  font-size: 40px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 100%;
}

.i_box8 .box .text {
  margin-top: 50px;
}

.i_box8 .box .text input {
  width: 27%;
  float: left;
  margin-right: 1%;
  height: 50px;
  border-radius: 5px;
  border: none;
  border: 1px solid #fff;
  background: none;
  padding: 0 10px;
  outline: 0;
}

.i_box8 .box .text input::-webkit-input-placeholder {
  color: #e7e7e7;
  font-size: 16px;
}

.i_box8 .box .text input::-moz-placeholder {
  color: #e7e7e7;
  font-size: 16px;
}

.i_box8 .box .text input:-ms-input-placeholder {
  color: #e7e7e7;
  font-size: 16px;
}

.i_box8 .box .text .btn_sub {
  width: 16%;
  float: left;
  margin-right: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #bd111d;
  border-color: #bd111d;
}

.i_box9 {
  width: 100%;
  padding: 75px 0;
  background: #f7f7f7;
}

.i_box9 .box9_tit .fl span {
  font-size: 50px;
  color: #333;
  display: block;
  text-align: left;
  line-height: 100%;
}

.i_box9 .box9_tit .fl p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: left;
  margin-top: 20px;
}

.i_box9 .box9_tit .fr a {
  width: 160px;
  height: 42px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 42px;
  float: left;
  border-radius: 5px;
  margin-left: 36px;
}

.i_box9 .box9_tit .fr a:hover {
  background: #bd111d;
  color: #fff;
  border-color: #bd111d;
}

.i_box9 .box9_tit .fr a.on {
  background: #bd111d;
  color: #fff;
  border-color: #bd111d;
}

.box9_content .hd {
  margin-top: -45px;
}

.box9_content .hd ul {
  float: right;
}

.box9_content .hd li {
  float: left;
  margin-left: 36px;
  width: 160px;
  height: 42px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 42px;
  float: left;
  border-radius: 5px;
  cursor: pointer;
}

.box9_content .hd li:hover {
  background: #bd111d;
  color: #fff;
  border-color: #bd111d;
}

.box9_content .hd li.on {
  background: #bd111d;
  color: #fff;
  border-color: #bd111d;
}

.box9_content .bd {
  margin-top: 50px;
}

.box9list {
  position: relative;
}

.box9list .swiper-slide {
  background: #fff;
  padding: 20px;
}

.box9list .swiper-slide .pic {
  width: 100%;
  height: 350px;
  line-height: 350px;
}

.box9list .swiper-slide .pic img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box9list .swiper-slide span {
  border-top: 1px solid #ffd7d7;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  line-height: 100%;
  display: block;
  margin-top: 5px;
}

.box9list .swiper-slide a {
  max-width: 140px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 20px;
}

.box9list .swiper-slide a:hover {
  background: #bd111d;
  color: #fff;
  border-color: #bd111d;
}

.box9list .pagination {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.box9list .pagination .swiper-pagination-bullet-active {
  background: #bd111d;
}

.box9list .right {
  position: absolute;
  right: -80px;
  top: 45%;
  z-index: 99;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: url(../img/ri.png) no-repeat center #bd111d;
  opacity: 1;
  background-size: 100%;
  cursor: pointer;
  outline: 0;
}

.box9list .left {
  position: absolute;
  left: -80px;
  top: 45%;
  z-index: 99;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: url(../img/le.png) no-repeat center #bd111d;
  opacity: 1;
  background-size: 100%;
  cursor: pointer;
  outline: 0;
}

.more a {
  font-size: 16px;
  color: #fff;
  width: 160px;
  line-height: 42px;
  border-radius: 10px;
  padding-left: 25px;
  display: block;
  margin-top: 45px;
  background: url(../img/jt.png) no-repeat 105px center #bd111d;
  transition: .5s;
  float: right;
}
.more a:hover {
  padding-left: 40px;
  background: url(../img/jt.png) no-repeat 120px center #bd111d;
  transition: .5s;
}

.i_box10 {
  width: 100%;
  padding: 70px 0;
  background: url(../img/bg7.jpg) no-repeat top center;
}

.i_box10 .box .fl {
  width: 40%;
  padding-top: 100px;
}

.i_box10 .box .fr {
  width: 60%;
}

.i_box10 .box .fr .box_tit span {
  text-align: left;
}

.i_box10 .box .fr .box_tit p {
  text-align: left;
}

.i_box10 .box .fr .fr_tit {
  margin-top: 80px;
}

.i_box10 .box .fr .fr_tit p {
  width: 45%;
  float: left;
}

.i_box10 .box .fr .fr_tit p span {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  display: block;
  line-height: 30px;
}

.i_box10 .box .fr .fr_tit p span i {
  width: 30px;
  height: 5px;
  background: #e2cb98;
  float: left;
  margin-top: 12px;
  margin-right: 8px;
}

.i_box10 .box .fr .fr_tit p em {
  padding-left: 38px;
  font-style: normal;
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 6px;
}

.i_box10 .box .fr .text {
  padding-top: 35px;
  padding-right: 13%;
}

.i_box10 .box .fr .text p {
  font-size: 16px;
  margin-top: 35px;
  line-height: 180%;
  color: #333;
}

.i_box11 {
  width: 100%;
  padding: 70px 0;
  background: #f7f7f7;
}

.i_box11 .box {
  padding-top: 42px;
}

.i_box11 .box .text {
  background: #bd111d;
}

.i_box11 .box .text p {
  width: 50%;
  float: left;
  padding: 30px 55px;
  font-size: 14px;
  color: #333;
  line-height: 180%;
  color: #fff;
}

.i_box11 .box .text p:first-child + p {
  background: #fff;
  color: #333;
}

.box11list {
  padding: 0 20px;
  position: relative;
  margin-top: 50px;
}

.box11list .swiper-slide {
  position: relative;
  width: 33.33%;
  padding-right: 5px;
}

.box11list .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.box11list .swiper-slide span {
  position: absolute;
  right: 5px;
  top: 30%;
  width: 60%;
}

.box11list .swiper-slide span i {
  width: 30px;
  height: 100%;
  position: absolute;
  font-style: normal;
  right: 0;
  top: 0;
  min-height: 108px;
  background: url(../img/sle.png) no-repeat 7px center #dcd9d6;
}

.box11list .swiper-slide span em {
  font-size: 14px;
  color: #333;
  font-style: normal;
  padding: 35px 20px;
  background: #fff;
  border-left: 3px solid #bd111d;
  position: relative;
  display: block;
  right: -105%;
}

.box11list .swiper-slide:hover span i {
  display: none;
}

.box11list .swiper-slide:hover span em {
  right: 0;
  transition: .5s;
}

.box11list .pagination {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.box11list .pagination .swiper-pagination-bullet-active {
  background: #bd111d;
}

.i_box12 {
  width: 100%;
  padding-top: 50px;
  background: url(../img/bg8.jpg) no-repeat bottom center;
}

.i_box12 .box .fl {
  width: 31.5%;
  padding-top: 12%;
}

.i_box12 .box .fl span {
  font-size: 50px;
  color: #333;
  display: block;
  text-align: right;
  line-height: 100%;
}

.i_box12 .box .fl p {
  text-align: right;
  font-size: 16px;
  color: #333;
  display: block;
  margin-top: 30px;
  font-weight: bold;
}

.i_box12 .box .fl i {
  font-style: normal;
  font-size: 18px;
  color: #b50f0e;
  display: block;
  text-align: right;
  margin-top: 28px;
}

.i_box12 .box .mid {
  width: 33%;
  float: left;
}

.i_box12 .box .mid img {
  float: right;
}

.i_box12 .box .fr {
  padding: 2% 5% 0 2%;
  width: 35%;
  float: left;
}

.i_box12 .box .fr li {
  background: #bd111d;
  border-radius: 40px;
  position: relative;
  padding: 15px 0;
  padding-left: 90px;
  margin-top: 40px;
}

.i_box12 .box .fr li span {
  font-size: 30px;
  color: #e2cb98;
  position: absolute;
  left: 40px;
  top: 10px;
}

.i_box12 .box .fr li p {
  font-size: 20px;
  color: #fff;
  display: block;
}

.i_box12 .box .fr li i {
  font-style: normal;
  font-size: 16px;
  color: #fff;
  display: block;
  min-height: 22px;
}

.i_box13 {
  width: 100%;
  padding: 90px 0;
  background: url(../img/bg9.png) no-repeat left 300% #f7f7f7;
}

.i_box13 .box13_tit span {
  font-size: 50px;
  color: #333;
  display: block;
  text-align: left;
  line-height: 100%;
}

.i_box13 .box13_tit p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: left;
  margin-top: 20px;
}

.box13list .hd {
  margin-top: -45px;
}

.box13list .hd ul {
  float: right;
}

.box13list .hd ul li {
  float: left;
  margin-left: 36px;
  width: 160px;
  height: 42px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 42px;
  float: left;
  border-radius: 5px;
  cursor: pointer;
}

.box13list .hd ul li.on {
  background: #bd111d;
  color: #fff;
  border-color: #bd111d;
}

.box13list .bd {
  margin-top: 60px;
}

.box13list .bd li {
  width: 32%;
  margin-left: 2%;
  float: left;
}

.box13list .bd li .text {
  padding: 0 12px;
}

.box13list .bd li a {
  display: block;
  overflow: hidden;
}

.box13list .bd li a img {
  width: 100%;
  transform: scale(1);
  transition: .5s;
}

.box13list .bd li span {
  font-size: 18px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.box13list .bd li span i {
  width: 20px;
  height: 4px;
  background: #bd111d;
  border-radius: 5px;
  float: left;
  margin-right: 12px;
  margin-top: 13px;
}

.box13list .bd li p {
  padding: 5px 2% 0 32px;
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 160%;
}

.box13list .bd li .time {
  border-top: 1px solid #e0e0e0;
  padding-top: 5px;
  margin-top: 20px;
}

.box13list .bd li .time img {
  float: left;
  height: 9px;
  margin-top: 10px;
}

.box13list .bd li .time em {
  float: right;
  font-style: normal;
  font-size: 14px;
  color: #a5a5a5;
  line-height: 30px;
}

.box13list .bd li:first-child {
  margin-left: 0;
}

.box13list .bd li:hover a img {
  transform: scale(1.1);
  transition: .5s;
}

.i_box14 {
  width: 100%;
  padding: 65px 0;
  background: url(../img/bg10.jpg) no-repeat top center;
}

.i_box14 .box_tit span {
  color: #fff;
}

.i_box14 .box_tit p {
  color: #fff;
  font-size: 18px;
}

.i_box14 .box {
  padding: 30px;
  background: #fff;
  margin-top: 45px;
}

.i_box14 .box .fl {
  width: 40%;
}

.i_box14 .box .fl span {
  font-size: 18px;
  color: #333;
  display: block;
  margin-top: 18px;
}

.i_box14 .box .fl input {
  display: block;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
  margin-top: 20px;
  border: none;
  border: 1px solid #b2b2b2;
}

.i_box14 .box .fl textarea {
  display: block;
  width: 100%;
  padding: 5px;
  margin-top: 20px;
  border: none;
  height: 120px;
  border: 1px solid #b2b2b2;
}

.i_box14 .box .fl .btn_sub {
  border-color: #bd111d;
  max-width: 44%;
  background: #bd111d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.i_box14 .box .fr {
  width: 50%;
  padding: 20px;
  border: 1px solid #b2b2b2;
}

.i_box14 .box .fr .text li {
  width: 33.33%;
  float: left;
}

.i_box14 .box .fr .text li span {
  height: 140px;
  display: block;
}

.i_box14 .box .fr .text li span img {
  max-height: 135px;
  display: block;
  margin: 0 auto;
}

.i_box14 .box .fr .text li span .limg {
  padding-top: 35%;
}

.i_box14 .box .fr .text li p {
  font-size: 14px;
  color: #666;
  display: block;
  text-align: center;
}

.i_box14 .box .fr .text2 {
  border-top: 1px dashed #ddd;
  margin-top: 35px;
  padding-top: 30px;
  padding-left: 30px;
}

.i_box14 .box .fr .text2 p {
  font-size: 16px;
  color: #333;
  display: block;
  padding-left: 40px;
  line-height: 40px;
  font-weight: bold;
}

.i_box14 .box .fr .text2 p:first-child {
  background: url(../img/phone.png) no-repeat left center;
  margin-bottom: 12px;
}

.i_box14 .box .fr .text2 p:first-child + p {
  background: url(../img/add.png) no-repeat left center;
}

.footer {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #201e1d;
}

.footer .box img {
  display: block;
  margin: 0 auto;
}

.footer .box p {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
  line-height: 24px;
  margin-top: 12px;
}

.page_banner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

.page_banner .pic {
  display: block;
}

.page_banner .page_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.page_banner .page_menu .text {
  width: 300px;
  margin: 0 auto;
  padding-top: 14%;
}

.page_banner .page_menu .text h3 {
  font-size: 40px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 100%;
}

.page_banner .page_menu .text span {
  width: 200px;
  height: 1px;
  background: #fff;
  display: block;
  line-height: 100%;
  margin: 22px auto;
  text-align: center;
}

.page_banner .page_menu .text span i {
  width: 40px;
  height: 3px;
  background: #bd111d;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -1px;
}

.page_banner .page_menu .text p {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 100%;
}

.pp_box1 .box .cat_menu {
  float: left;
}

.pp_box1 .box .cat_menu a {
  line-height: 80px;
  float: left;
  margin-right: 40px;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.pp_box1 .box .cat_menu a:hover {
  border-color: #bd111d;
  color: #bd111d;
}
.pp_box1 .box .cat_menu a.on {
  border-color: #bd111d;
  color: #bd111d;
}

.pp_box1 .box .currson {
  float: right;
}

.pp_box1 .box .currson p {
  width: 100%;
}

.pp_box1 .box .currson p a {
  line-height: 80px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.pp_box1 .box .currson p a:hover {
  color: #bd111d;
}

.pp_tit {
  text-align: center;
}

.pp_tit span {
  font-size: 30px;
  color: #333;
  position: relative;
}

.pp_tit span:before {
  position: absolute;
  top: 95%;
  right: 115%;
  content: '';
  width: 84px;
  height: 4px;
  background: url(../img/tit.png) no-repeat center;
}

.pp_tit span:after {
  position: absolute;
  top: 95%;
  left: 115%;
  content: '';
  width: 84px;
  height: 4px;
  background: url(../img/tit2.png) no-repeat center;
}

.pp_tit p {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
}

.pp_box2 {
  padding: 50px 0 40px 0;
  background: url(../img/pbg1.jpg) no-repeat top center;
}

.pp_box2 .box {
  margin-top: 40px;
  background: #fff;
  padding: 22px;
}

.pp_box2 .box .fl {
  width: 62%;
}

.pp_box2 .box .fl span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #bd111d;
  padding: 30px 0;
}

.pp_box2 .box .fl p {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 180%;
  margin-top: 8px;
  padding-right: 8%;
}

.pp_box2 .box .fl .pic {
  margin-top: 40px;
}

.pp_box2 .box .fl .pic img {
  float: left;
  padding-left: 12px;
  width: 45%;
}

.pp_box2 .box .fl .pic img:first-child {
  padding-left: 0;
  width: 55%;
}

.pp_box2 .box .fr {
  width: 38%;
  padding-top: 5%;
  margin-top: 3px;
  padding-left: 12px;
}

.pp_box2 .box .fr img {
  display: block;
  width: 100%;
}

.pp_box3 {
  padding: 50px 0 70px 0;
  background: url(../img/pbg2.png) no-repeat left bottom;
}

.pp_box3 .box {
  margin-top: 40px;
}

.pp_box3 .box .fl {
  width: 50%;
}

.pp_box3 .box .fl span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #bd111d;
  padding: 30px 0;
}

.pp_box3 .box .fl p {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 180%;
  margin-top: 8px;
}

.pp_box3 .box .fr {
  width: 50%;
  padding-left: 30px;
	padding-top: 60px;
}

.pp_box4 {
  padding: 50px 0 70px 0;
  background: url(../img/pbg0.jpg);
}

.pp_box4 .box {
  margin-top: 40px;
}

.pp_box4 .box .fl {
  width: 50%;
}

.pp_box4 .box .fr {
  width: 50%;
  position: relative;
  margin-top: 20px;
  background: #f7f7f7;
  padding: 40px 89px 30px 50px;
}

.pp_box4 .box .fr h4 {
  font-size: 30px;
  color: #bd111d;
  display: block;
}

.pp_box4 .box .fr p {
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

.pp_box4 .box .fr p span {
  font-size: 18px;
  color: #bd111d;
  display: block;
  margin-top: 23px;
  line-height: 100%;
  font-weight: bold;
}

.pp_box4 .box .fr p i {
  font-style: normal;
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 25px;
  margin-top: 5px;
}

.pp_box4 .box .fr em {
  width: 10px;
  height: 150px;
  background: #bd111d;
  position: absolute;
  left: -5px;
  top: 30%;
  display: block;
  z-index: 9;
}

.pp_box5 {
  padding: 50px 0 70px 0;
  background: url(../img/pbg3.jpg) no-repeat top center;
}

.pp_box5 .box {
  margin-top: 70px;
}

.pplist5 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pplist5 .pagination {
  text-align: center;
  width: 100%;
  z-index: 99;
  margin-top: 25px;
}

.pplist5 .pagination span {
  width: 80px;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #dadada;
  opacity: 1;
  margin: 0;
  margin-left: -3px;
  outline: 0;
}

.pplist5 .pagination span.swiper-pagination-bullet-active {
  background: #bd111d;
  color: #fff;
}

.pp_box6 {
  padding: 70px 0;
  background: #f7f7f7;
}

.pp_box6 .box {
  margin-top: 50px;
}

.pp_box6 .box .text {
  background: #bd111d;
}

.pp_box6 .box .text p {
  width: 50%;
  float: left;
  padding: 30px 55px;
  font-size: 14px;
  color: #333;
  line-height: 180%;
  color: #fff;
}

.pp_box6 .box .text p:first-child + p {
  background: #fff;
  color: #333;
}

.pp_box6 .box .list {
  margin-top: 40px;
}

.pp_box6 .box .list li {
  float: left;
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  border-right: 2px solid #bd111d;
}

.pp_box6 .box .list li .fl {
  width: 75%;
  position: relative;
}

.pp_box6 .box .list li .fl img {
  width: 100%;
}

.pp_box6 .box .list li .fl span {
  width: 10px;
  height: 100px;
  background: #bd111d;
  position: absolute;
  right: -5px;
  top: 36%;
  display: block;
  z-index: 9;
}

.pp_box6 .box .list li .fr {
  width: 25%;
  padding-top: 6%;
}

.pp_box6 .box .list li .fr i {
  width: 38px;
  height: 2px;
  background: #de888e;
  display: block;
  font-style: normal;
  margin: 40px auto;
}

.pp_box6 .box .list li .fr p {
  font-size: 16px;
  color: #666;
  display: block;
  text-align: center;
}

.pp_box6 .box .list li:nth-child(2n) {
  border: none;
  border-left: 2px solid #bd111d;
}

.pp_box6 .box .list li:nth-child(2n) .fl {
  float: right;
}

.im_box0 {
  padding: 50px 0 70px 0;
  background: url(../img/jbg1.jpg) no-repeat top center;
}

.jm_box1 {
  padding: 80px 0;
  background: url(../img/jbg2.jpg) no-repeat top center;
}

.jm_box1 .box {
  margin-top: 50px;
}

.jm_box1 .box li {
  width: 50%;
  float: left;
  padding: 10px;
}

.jm_box1 .box li .li_box {
  position: relative;
  min-height: 270px;
  padding: 30px 14% 0 0;
}

.jm_box1 .box li .li_box i {
  font-size: 40px;
  color: #bd111d;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  font-weight: bold;
  margin-left: 40px;
}

.jm_box1 .box li .li_box .text {
  padding-left: 110px;
}

.jm_box1 .box li .li_box .text span {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.jm_box1 .box li .li_box .text p {
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 20px;
}

.jm_box1 .box li:first-child .li_box {
  background: url(../img/j1.jpg) no-repeat center #fff;
}

.jm_box1 .box li:first-child + li .li_box {
  background: url(../img/j2.jpg) no-repeat center #fff;
}

.jm_box1 .box li:first-child + li + li .li_box {
  background: url(../img/j3.jpg) no-repeat center #fff;
}

.jm_box1 .box li:first-child + li + li + li .li_box {
  background: url(../img/j4.jpg) no-repeat center #fff;
}

.jm_box2 {
  padding: 70px 0;
  background: url(../img/pbg0.jpg) no-repeat top center;
}

.jm_box2 .box {
  margin-top: 50px;
}

.jm_box2 .box li {
  width: 100%;
  float: left;
  margin-top: 70px;
}

.jm_box2 .box li .fl {
  width: 50%;
  padding: 3% 8% 0 8%;
}

.jm_box2 .box li .fl span {
  display: block;
  font-size: 24px;
  color: #333;
}

.jm_box2 .box li .fl i {
  width: 27px;
  height: 3px;
  background: #bd111d;
  display: block;
  font-style: normal;
  margin: 20px 0;
}

.jm_box2 .box li .fl p {
  font-size: 16px;
  color: #666;
  line-height: 170%;
  margin-bottom: 5px;
}

.jm_box2 .box li .fl p em {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #bd111d;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.jm_box2 .box li .fr {
  width: 50%;
  padding-left: 20px;
}

.jm_box2 .box li .fr img {
  max-width: 100%;
}

.jm_box2 .box li:nth-child(2n) .fl {
  float: right;
}

#prolist {
  padding: 40px 0;
}

#prolist .box9_content .bd {
  margin-top: 0;
}

#prolist .box9list .swiper-wrapper {
  display: block;
}

#prolist .box9list .swiper-slide {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

#prolist .box9list .swiper-slide:nth-child(3n) {
  margin-right: 0;
}

#prolist .box9list .swiper-slide .imgauto {
  height: 380px;
}

.pro_text1 {
  background: #f7f7f7;
  padding: 30px 0;
}

.pro_text1 .box {
  background: url(../img/probg1.jpg);
  padding: 45px;
}

.pro_text1 .box .fl {
  width: 50%;
  border: 1px solid #e8e8e8;
}

.pro_text1 .box .fl img {
  margin: 0 auto;
}

.pro_text1 .box .fr {
  width: 50%;
  padding: 8% 5% 0 10%;
}

.pro_text1 .box .fr h3 {
  font-size: 24px;
  color: #bd111d;
  display: block;
  font-weight: bold;
  padding-bottom: 16px;
}

.pro_text1 .box .fr p {
  font-size: 18px;
  color: #333;
  display: block;
  margin-top: 10px;
}

.pro_text2 {
  background: #f7f7f7;
  padding-bottom: 40px;
}

.pro_text2 .box {
  background: url(../img/probg1.jpg);
}

.pro_text2 .box .text {
  padding: 45px;
  background: url(../img/probg2.png) no-repeat right bottom;
}

.pro_text2 .box .text span {
  font-size: 20px;
  color: #bd111d;
  display: block;
  font-weight: bold;
  padding-bottom: 16px;
}

.content {
  padding-left: 5%;
}

.content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
}

.content img {
  display: block;
  margin: 0 auto;
}

#pro_fw {
  background: #f7f7f7;
  padding: 30px 0;
}

#pro_fw .box {
  padding-top: 20px;
  background: url(../img/bg8.jpg) no-repeat bottom center;
}

#artlist {
  background: #f7f7f7;
  padding: 40px 0;
}

#artlist .bd {
  margin-top: 0;
}

#artlist .bd li {
  background: #fff;
  margin: 0;
  margin-bottom: 2%;
  margin-right: 2%;
}

#artlist .bd li:nth-child(3n) {
  margin-right: 0;
}

.wh_main {
  background: url(../img/wbg1.jpg) no-repeat top center;
  padding: 30px 0;
}

.wh_main .wh_box {
  padding: 0 70px;
  background: url(../img/pbg0.jpg);
}

.wh_box1 {
  padding: 70px;
  border-bottom: 1px solid #ddd;
}

.wh_box1 .box {
  margin-top: 40px;
}

.wh_box1 .text p {
  font-size: 16px;
  color: #666;
  line-height: 180%;
  display: block;
  margin-bottom: 10px;
}

.wh_box1 .pic {
  margin-top: 40px;
}

.wh_box1 .pic span {
  width: 50%;
  float: left;
  padding-left: 5%;
}

.wh_box2 {
  padding: 70px;
  border-bottom: 1px solid #ddd;
}

.wh_box2 .text {
  margin-top: 40px;
}

.wh_box2 .text p {
  font-size: 16px;
  color: #666;
  line-height: 180%;
  display: block;
  margin-bottom: 10px;
}

.wh_box2 .pic img {
  margin: 0 auto;
}

.zs_main {
  background: url(../img/wbg1.jpg) no-repeat top center;
  padding: 30px 0;
}

.zs_main .box {
  padding: 70px;
  background: url(../img/pbg0.jpg);
}

.zs_main .list li {
  width: 100%;
  margin-bottom: 80px;
}

.zs_main .list li .fl {
  width: 50%;
  padding-right: 5%;
}

.zs_main .list li .fl h4 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  display: block;
}

.zs_main .list li .fl span {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 3px;
}

.zs_main .list li .fl em {
  width: 25px;
  height: 3px;
  background: #bd111d;
  display: block;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 25px;
}

.zs_main .list li .fl p {
  font-size: 16px;
  color: #666;
  display: block;
  margin-top: 8px;
}

.zs_main .list li .fl i {
  font-style: normal;
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 0;
  transition: .5s;
}
.zs_main .list li .fl i:hover {
  margin-left: 20px;
  transition: .5s;
}

.zs_main .list li .fr {
  width: 50%;
}

.zs_main .list li .fr span {
  overflow: hidden;
  float: right;
}


.zs_main .list li .fr img {
  float: right;
  transform: scale(1);
  transition: .5s;
}
.zs_main .list li .fr img:hover {
  transform: scale(1.1);
  transition: .5s;
}

.zs_main .list li .li_bg {
  padding-top: 85px;
}

.zs_main .list li .li_bg p {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.zs_main .list li .li_bg p span {
  position: relative;
  height: 3px;
  width: 36px;
  top: -1px;
  background: #bd111d;
  margin: 0 auto;
  display: block;
}

.zs_main .list li:nth-child(2n) .fl {
  float: right;
  padding-right: 0;
  padding-left: 5%;
}

.zs_main .list li:nth-child(2n) .fr img {
  float: left;
}

.cont_box1 {
  padding: 30px 0;
  background: url(../img/contbg.jpg) no-repeat bottom center;
}

.cont_box1 .box {
  background: #fff;
  padding: 30px 15px;
}

.cont_box1 .box .fl {
  width: 50%;
}

.cont_box1 .box .fr {
  width: 50%;
}

.cont_box1 .box .fr li {
  width: 50%;
  float: left;
  margin-bottom: 100px;
}

.cont_box1 .box .fr li .pic {
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.cont_box1 .box .fr li .pic img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.cont_box1 .box .fr li span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 5px;
}

.cont_box1 .box .fr li i {
  display: block;
  margin: 12px auto;
  width: 20px;
  height: 4px;
  background: #bd111d;
  font-style: normal;
}

.cont_box1 .box .fr li p {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
  line-height: 160%;
}

.message {
  padding: 0 70px;
}

.message p input {
  width: 32%;
  margin-left: 2%;
  float: left;
}

.message p input:first-child {
  margin-left: 0;
}

.message input {
  width: 100%;
  height: 46px;
  background: #f7f7f7;
  border: none;
  margin-bottom: 25px;
  padding: 0 10px;
  outline: 0;
  display: block;
}

.message textarea {
  width: 100%;
  height: 130px;
  background: #f7f7f7;
  border: none;
  margin-bottom: 20px;
  padding: 8px;
  outline: 0;
  display: block;
}

.message .btn_sub {
  width: 45%;
  background: #bd111d;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin: 0 auto;
  margin-top: 60px;
}

.dl_box1 {
  padding: 65px 0;
  background: url(../img/dbg1.jpg) no-repeat top center;
}

.dlbox1list {
  margin-top: 45px;
}

.dlbox1list .swiper-slide {
  width: 50%;
  padding: 55px 0;
}

.dlbox1list .swiper-slide .item {
  width: 600px;
  float: right;
  position: relative;
  padding: 0 15px;
  padding-right: 80px;
}

.dlbox1list .swiper-slide .pic {
  width: 50px;
  height: 50px;
  display: block;
  background: #bd111d;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 0;
}

.dlbox1list .swiper-slide .pic img:first-child + img {
  display: none;
}

.dlbox1list .swiper-slide .text {
  padding-left: 80px;
}

.dlbox1list .swiper-slide .text span {
  font-size: 24px;
  color: #333;
  display: block;
  font-weight: bold;
}

.dlbox1list .swiper-slide .text p {
  font-size: 16px;
  line-height: 160%;
  color: #666;
  display: block;
  margin-top: 15px;
  min-height: 130px;
}

.dlbox1list .swiper-slide.on .item {
  float: left;
}

.dlbox1list .swiper-slide:hover {
  background: #bd111d;
}

.dlbox1list .swiper-slide:hover .pic {
  background: #fff;
}

.dlbox1list .swiper-slide:hover .pic img:first-child {
  display: none;
}

.dlbox1list .swiper-slide:hover .pic img:first-child + img {
  display: block;
}

.dlbox1list .swiper-slide:hover .text span {
  color: #fff;
}

.dlbox1list .swiper-slide:hover .text p {
  color: #fff;
}

.dlbox1list .pagination {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  display: none;
}

.dlbox1list .pagination span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #999;
  margin: 0 3px;
  opacity: 1;
}

.dlbox1list .pagination span.swiper-pagination-bullet-active {
  background: #bd111d;
  color: #fff;
}

.dl_box2 {
  padding: 65px 0;
  background: url(../img/dbg2.jpg) no-repeat top center;
}

.dl_box2 .pp_tit span {
  color: #fff;
}

.dl_box2 .pp_tit span:before {
  position: absolute;
  top: 95%;
  right: 115%;
  content: '';
  width: 84px;
  height: 4px;
  background: url(../img/tit3.png) no-repeat center;
}

.dl_box2 .pp_tit span:after {
  position: absolute;
  top: 95%;
  left: 115%;
  content: '';
  width: 84px;
  height: 4px;
  background: url(../img/tit4.png) no-repeat center;
}

.dl_box2 .pp_tit p {
  color: #fff;
}

.dl_box2 .box {
  margin-top: 50px;
  background: #fff;
  padding: 40px 20px;
}

.prd-v5-menu {
  overflow: hidden;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}

.prd-v5-menu li {
  float: left;
  width: 25%;
  border: 1px solid #ddd;
  border-right: 0;
  margin-left: -1px;
  background-color: #f9f9f9;
  height: 70px;
}

.prd-v5-menu li select {
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  cursor: pointer;
  background: url(../img/dic3.png) no-repeat 90% center;
  outline: 0;
}

.prd-v5-menu li button {
  display: block;
  line-height: 72px;
  height: 72px;
  border: 1px solid #bd111d;
  margin: -1px 0 -1px 0;
  padding: 0;
  width: 100%;
  background: #bd111d;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.prd-v5-map {
  border: 1px solid #ddd;
}

.prd-v5-map .map-list {
  float: left;
  width: 28%;
  height: 550px;
}

.prd-v5-map .map-list .swiper-container {
  width: 100%;
  height: 100%;
}

.prd-v5-map .map-list .swiper-slide {
  height: auto;
}

.prd-v5-map .map-list li {
  border-bottom: 1px solid #f9f9f9;
  outline: 0;
}

.prd-v5-map .map-list li a {
  padding: 30px 20px;
  display: block;
}

.prd-v5-map .map-list li h4 {
  margin: 0;
  background: url(../img/dic1.png) no-repeat 0 5px;
  font-size: 19.45px;
  padding-left: 30px;
  font-weight: bold;
  color: #333;
}

.prd-v5-map .map-list li p {
  margin: 15px 0 0;
  font-size: 15.5px;
  background: url(../img/dic2.png) no-repeat 0 2px;
  padding-left: 30px;
  color: #666;
}

.prd-v5-map .map-list li:last-child {
  border-bottom: 0;
}

.prd-v5-map .map-list li:hover {
  background-color: #f9f9f9;
}

.prd-v5-map .map-list li:hover h4 {
  color: #bd111d;
}

.prd-v5-map .map-list li.active {
  background-color: #f9f9f9;
}

.prd-v5-map .map-list li.active h4 {
  color: #bd111d;
}

.prd-v5-map .map-container {
  border-left: 1px solid #ddd;
  padding: 20px;
  width: 72%;
  float: right;
  height: 550px;
}

.news_list {
  width: 100%;
  padding: 20px;
  border: 1px solid #EBEBEB;
}

.news_list ul li {
  width: 100%;
  float: left;
  height: 38px;
  padding-top: 9px;
  border-bottom: 1px dashed #c6c6c6;
  margin-bottom: 8px;
}

.news_list ul li a {
  float: left;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.news_list ul li p {
  float: right;
  font-size: 12px;
  color: #666;
}

.news_list ul li:hover a {
  color: #036aac;
}

.show_pages {
  padding-top: 20px;
}

.show_pages p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 6px;
}

.show_pages p a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.content_tit h3 {
  font-size: 21px;
  color: #426100;
  padding: 3px 0;
  line-height: 1.7em;
  text-align: center;
  font-weight: normal;
}

.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;
  margin-bottom: 10px;
  text-indent: 24px;
}

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

.pro_content {
  width: 100%;
  margin: 20px 0;
}

.pro_content .pro_pic {
  width: 50%;
  float: left;
}

.pro_content .pro_text {
  width: 50%;
  float: left;
  padding-left: 2%;
}

.pro_content .pro_text h3 {
  font-weight: normal;
  margin-top: 5px;
  line-height: 22px;
  font-size: 18px;
  color: #2662bb;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.pro_content .pro_text .text {
  width: 100%;
  margin-top: 12px;
}

.pro_content .pro_text .text p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 12px;
}

.pro_content .pro_text .text a {
  width: 100px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../img/sanj.png) no-repeat 5px center #4576be;
  background-size: 16px;
  padding-left: 24px;
}

.pro_content .pro_text .text a:hover {
  background: url(../img/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}

div.zoomDiv img {
  max-width: none;
}

div.zoomMask {
  position: absolute;
  background: url(../img/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  max-width: 200px !important;
  max-height: 200px !important;
}

.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pc-slide {
  width: 100%;
  margin: 0 auto;
}

.pc-slide .view {
  border: 1px solid #ddd;
}

.pc-slide .view .swiper-slide {
  width: 100%;
}

.pc-slide .view .swiper-slide .imgauto {
  width: 100%;
  height: 350px;
  padding: 20px;
  box-sizing: border-box;
}

.pc-slide .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.pc-slide .preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}

.pc-slide .preview .swiper-slide {
  width: 25%;
  padding: 5px;
}

.pc-slide .preview .swiper-slide .imgauto {
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
}

.pc-slide .preview .swiper-slide .imgauto img {
  display: block;
  padding: 5px;
}

.pc-slide .preview .active-nav .imgauto {
  border: 1px solid #4576be;
}

.pc-slide .preview .arrow-left {
  background: url(../img/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.pc-slide .preview .arrow-right {
  background: url(../img/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.page_title {
  border-bottom: 1px solid #036aac;
  padding-top: 15px;
}

.page_title h3 {
  width: 140px;
  height: 42px;
  font-size: 18px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 42px;
  background: #036aac;
  text-align: center;
  font-weight: normal;
}

.page_content {
  width: 100%;
  overflow: hidden;
}

.iet {
  height: 30px;
  width: 100%;
  background: #fff3d7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.iet p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}

.iet p a {
  color: #3aba50;
  font-size: 12px;
}

.iet span {
  position: absolute;
  right: 5%;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.iet span i {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-style: normal;
}

.art_content {
  background: #f7f7f7;
    padding: 30px 0;
}
.art_content .box {
    background: url(../img/probg1.jpg);
    padding: 45px;
}
.art_content .box .content_tit {}
.art_content .box .content_tit h3 {
    font-size: 24px;
    color: #bd111d;
    padding: 3px 0;
    line-height: 1.7em;
    text-align: center;
    font-weight: normal;
}
.art_content .box .content_tit p {
    width: 100%;
    text-align: center;
    padding: 10px 0 15px;
}
.art_content .box .content_tit p span {
  line-height: 21px;
    font-size: 12px;
    color: #666;
    margin: 0 5px;
}
.art_content .box .content {
  padding-left: 0;
}
.art_content .box .show_pages {
  padding-top: 20px
}
.art_content .box .show_pages p {
  font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 6px;
}
.art_content .box .show_pages p a {}





.rig_fixed {
  position: fixed;
  left: 0;
  top: 35%;
  background: #bd111d;
  width: 170px;
  height: 330px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 99;
}
.rig_fixed .text {
  padding-top: 12px;
}
.rig_fixed .text img {
  display: block;
  margin: 0 auto;
}
.rig_fixed .text span {
  width: 120px;
  height: 36px;
  background: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  border-radius: 5px;
}
.rig_fixed .text i {
  font-style: normal;
  font-size: 14px;
  color: #bd111d;
  display: block;
  text-align: center;
  line-height: 30px;
  background: #ebdfa5;
  margin-top: 15px;
}
.rig_fixed .text p {
  font-size: 14px;
  color: #ebdfa5;
  background: url('../img/ydh.png') no-repeat left center;
  display: block;
  width: 130px;
  line-height: 40px;
  padding-left: 30px;
  margin: 0 auto;
  margin-top: 12px;
}

/* 20200115新增 */
.myvideobox{
  width: calc(100%-16px);
  height: 326px;
  -moz-box-shadow:16px -14px 0px rgba(235,183,187,1); 
  -webkit-box-shadow:16px -14px 0px rgba(235,183,187,1); 
  box-shadow:16px -14px 0px rgba(235,183,187,1); 
  margin-top: 20px;
}

.zhangkai{
  display: none;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  background: #bd111d url("../img/menu4.png") no-repeat center;
  background-size: 100%;
  position: fixed;
  left: 0;
  top: 35%;
  z-index: 99;
  transform: translate(0,-40px);
}






@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }
  .page_banner .page_menu .text {
    padding-top: 9%;
  }
  .dlbox1list .swiper-slide .item {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .zhangkai{
     display: none !important;
  }
  .rig_fixed  {
    display: none !important;
  }
  .header {
    display: none;
  }
  .m_header {
    display: block;
  }
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .page_banner {
    margin-top: 60px;
  }
  .mtop {
    margin-top: 60px;
  }
  .i_box1 {
    padding: 20px 0;
  }
  .i_box1 .box .fl {
    width: 96%;
    margin: 0 2%;
    padding: 20px;
  }
  .i_box1 .box .fr {
    width: 96%;
    margin: 0 2%;
    margin-top: 10px;
  }
  .i_box1 .box .fr .pic img {
    display: none;
  }
  .i_box1 .box .fr .text {
    width: 100%;
  }
  .i_box3 .box a:first-child + a {
    margin: 0 5%;
  }
  .box9list .swiper-slide .pic {
    height: auto;
  }
  .box11list {
    margin-top: 20px;
    padding: 0;
  }
  .page_banner .page_menu .text {
    padding-top: 5%;
  }
  .page_banner .page_menu .text h3 {
    font-size: 24px;
  }
  .page_banner .page_menu .text span {
    margin: 12px auto;
  }
  .page_banner .page_menu .text p {
    font-size: 18px;
  }
  .cont_box1 .box .fl {
    width: 100%;
  }
  .cont_box1 .box .fr {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    overflow: hidden;
  }
  .box_tit span {
    font-size: 30px;
  }
  .i_box2 {
    padding: 30px 2%;
  }
  .i_box5 {
    padding: 30px 2%;
  }
  .box5list .preview {
    padding: 0 20px;
  }
  .box5list .preview .swiper-wrapper {
    display: block;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .box5list .preview .swiper-slide {
    width: 33.33%;
  }
  .box5list .preview .swiper-slide .text {
    width: 96%;
    margin: 0 2%;
  }
  .box5list .view .swiper-slide .pic {
    display: none;
  }
  .box5list .view .swiper-slide .text {
    width: 100%;
    padding: 5%;
  }
  .i_box6 {
    padding: 30px 0;
  }
  .i_box6 .box {
    padding-top: 20px;
  }
  .i_box6 .box .fl {
    display: none;
  }
  .i_box6 .box .fr {
    width: 100%;
  }
  .i_box6 .box .fr li {
    width: 46%;
    margin: 5px 2%;
  }
  .i_box7 {
    padding: 30px 2%;
  }
  .i_box7 .box {
    padding-top: 20px;
  }
  .i_box8 .box {
    padding-top: 20px;
  }
  .i_box8 .box span {
    font-size: 24px;
  }
  .i_box8 .box .text {
    margin-top: 20px;
  }
  .i_box8 .box .text input {
    width: 100%;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
  }
  .i_box9 {
    padding: 30px 2%;
  }
  .i_box9 .box9_tit .fl span {
    font-size: 30px;
  }
  .box9_content .hd {
    margin-top: 20px;
  }
  .box9list .pagination {
    display: block;
  }
  .i_box10 .box .fl {
    display: none;
  }
  .i_box10 .box .fr {
    width: 100%;
  }
  .i_box10 {
    padding: 30px 2%;
    background: url(../img/bg7.jpg) no-repeat top right;
  }
  .i_box11 {
    padding: 30px 2%;
  }
  .box11list .swiper-slide {
    width: 100%;
  }
  .box11list .pagination {
    display: block;
  }
  .i_box12 {
    padding: 30px 2%;
  }
  .i_box12 .box .fl {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .i_box12 .box .mid {
    width: 100%;
    margin-top: 10px;
  }
  .i_box12 .box .mid img {
    float: none;
    margin: 0 auto;
  }
  .i_box12 .box .fl span {
    text-align: center;
  }
  .i_box12 .box .fl p {
    text-align: center;
  }
  .i_box12 .box .fl i {
    text-align: center;
  }
  .i_box12 .box .fr {
    width: 100%;
  }
  .i_box13 {
    padding: 30px 2%;
  }
  .box13list .hd {
    margin-top: 20px;
  }
  .i_box13 .box13_tit span {
    font-size: 30px;
    text-align: center;
  }
  .i_box13 .box13_tit p {
    text-align: center;
  }
  .i_box14 .box .fl {
    width: 100%;
  }
  .i_box14 .box .fr {
    width: 100%;
    margin-top: 10px;
  }
  .i_box14 {
    padding: 30px 2%;
  }
  .i_box14 .box {
    margin-top: 20px;
    padding: 10px;
  }
  .pp_box1 {
    display: none;
  }
  .pp_box2 {
    padding: 20px 2%;
  }
  .pp_box2 .box {
    margin-top: 20px;
  }
  .pp_box2 .box .fl {
    width: 100%;
  }
  .pp_box2 .box .fr {
    display: none;
  }
  .pp_box3 {
    padding: 20px 2%;
  }
  .pp_box3 .box .fl {
    width: 100%;
  }
  .pp_box3 .box .fr {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .pp_box4 {
    padding: 20px 2%;
  }
  .pp_box4 .box .fl {
    width: 100%;
  }
  .pp_box4 .box .fr {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }
  .pp_box5 {
    padding: 20px 2%;
  }
  .pp_box5 .box {
    margin-top: 20px;
  }
  .pplist5 .pagination span {
    width: 40px;
    height: 4px;
  }
  .pplist5 .pagination {
    margin-top: 15px;
  }
  .pp_box6 {
    padding: 30px 2%;
  }
  .pp_box6 .box {
    margin-top: 20px;
  }
  .pp_box6 .box .text p {
    width: 100%;
  }
  .pp_box6 .box .list li .fl {
    width: 100%;
  }
  .pp_box6 .box .list li .fr {
    width: 100%;
    border-right: 2px solid #bd111d;
  }
  .pp_box6 .box .list li .fl span {
    display: none;
  }
  .pp_box6 .box .list li {
    border: none;
  }
  .pp_box6 .box .list li:nth-child(2n) {
    border: none;
  }
  .pp_box6 .box .list li:nth-child(2n) .fr {
    border: none;
    border-left: 2px solid #bd111d;
  }
  .jm_box1 {
    padding: 20px 2%;
  }
  .jm_box1 .box {
    margin-top: 20px;
  }
  .jm_box1 .box li {
    width: 100%;
  }
  .jm_box1 .box li .li_box {
    min-height: auto;
  }
  .jm_box1 .box li:first-child .li_box {
    background-size: auto 100%;
  }
  .jm_box1 .box li:first-child + li .li_box {
    background-size: auto 100%;
  }
  .jm_box1 .box li:first-child + li + li .li_box {
    background-size: auto 100%;
  }
  .jm_box1 .box li:first-child + li + li + li .li_box {
    background-size: auto 100%;
  }
  .jm_box2 {
    padding: 30px 2%;
  }
  .jm_box2 .box {
    margin-top: 20px;
  }
  .jm_box2 .box li .fl {
    width: 100%;
    padding: 0;
  }
  .jm_box2 .box li .fr {
    width: 100%;
    padding: 0;
    padding-top: 12px;
  }
  .jm_box2 .box li {
    margin-top: 20px;
  }
  #prolist .box9list .swiper-slide .imgauto {
    height: 190px;
  }
  #prolist {
    padding: 20px 2%;
  }
  .pro_text1 {
    padding: 20px 2%;
  }
  .pro_text1 .box {
    padding: 12px;
  }
  .pro_text1 .box .fl {
    width: 100%;
  }
  .pro_text1 .box .fr {
    width: 100%;
    padding: 12px 0;
  }
  .pro_text2 {
    padding: 0 2%;
    padding-bottom: 20px;
  }
  .pro_text2 .box .text {
    padding: 12px;
    background-size: 100%;
  }
  .i_box12 {
    padding: 20px 2%;
  }
  #pro_fw {
    padding: 20px 2%;
  }
  .i_box12 .box .fr {
    padding: 0;
  }
  .wh_main {
    padding: 20px 2%;
  }
  .wh_main .wh_box {
    padding: 0 20px;
    overflow: hidden;
  }
  .wh_box1 {
    padding: 0;
  }
  .wh_box2 {
    padding: 30px 0;
  }
  .zs_main {
    padding: 20px 2%;
  }
  .zs_main .box {
    padding: 20px;
  }
  .cont_box1 {
    padding: 20px 2%;
  }
  .cont_box1 .box {
    padding: 0;
  }
  .message {
    padding: 20px;
  }
  .message p input {
    width: 100%;
    margin-left: 0;
  }
  .message input {
    margin-bottom: 12px;
  }
  .message .btn_sub {
    margin-top: 20px;
  }
  .dlbox1list .swiper-slide .text p {
    min-height: auto;
  }
  .dlbox1list .swiper-slide {
    padding: 20px 0;
  }
  .dlbox1list {
    overflow: hidden;
  }
  .dl_box1 {
    padding: 25px 0;
  }
  .dlbox1list {
    margin-top: 20px;
  }
  .dlbox1list .pagination {
    display: block;
  }
  .dl_box2 {
    padding: 25px 2%;
  }
  .dl_box2 .box {
    margin-top: 20px;
    padding: 20px 2%;
  }
  .prd-v5-menu {
    border-left: none;
  }
  .prd-v5-menu li {
    width: 48%;
    height: 40px;
    border: 0;
    margin: 0 1% 15px;
  }
  .prd-v5-menu li select {
    font-size: 14px;
    background-size: 12px auto;
    padding: 0 30px 0 10px;
    background-position: 95% center;
  }
  .prd-v5-menu li button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .prd-v5-map {
    border: none;
  }
  .prd-v5-map .map-list {
    width: 100%;
    border: 1px solid #ddd;
  }
  .prd-v5-map .map-container {
    width: 100%;
    margin-top: 20px;
    border: none;
    padding: 0;
  }
  /* 20200115新增 */
  .myvideobox{
    width: 100%;
    height: auto;
    -moz-box-shadow:none; 
    -webkit-box-shadow:none; 
    box-shadow:none; 
    margin-top: 0;
  }

}

@media screen and (max-width: 450px) {
  .i_box1 .box .fl {
    padding: 20px 10px;
  }
  .i_box1 .box .fl span {
    font-size: .2rem;
  }
  .i_box1 .box .fl i {
    width: 40px;
    margin-top: 15px;
  }
  .i_box1 .box .fl em {
    font-size: .14rem;
    margin-top: 20px;
  }
  .i_box1 .box .fl p {
    font-size: .115rem;
    padding-right: 0;
    margin-top: 12px;
  }
  .i_box1 .box .fl a {
    width: 129px;
    padding-left: 16px;
    font-size: .115rem;
    line-height: 38px;
    background: url(../img/jt.png) no-repeat 90px center #bd111d;
    margin-top: 12px;
  }
  .i_box1 .box .fr {
    padding: 10px;
  }
  .i_box1 .box .fr .text {
    padding: 40px 10px 10px 10px;
  }
  .i_box1 .box .fr .text p {
    font-size: .115rem;
    line-height: 180%;
  }
  .i_box2 .box span {
    font-size: .2rem;
    padding-bottom: 20px;
  }
  .i_box2 .box p {
    font-size: .115rem;
    line-height: 170%;
    margin-top: 10px;
  }
  .i_box3 {
    height: auto;
    background: url(../img/bg3.jpg) no-repeat center;
  }
  .i_box3 .box {
    padding: 40px 2%;
  }
  .i_box3 .box a {
    width: 32%;
    float: left;
    font-size: .11rem;
    line-height: 42px;
    height: 42px;
  }
  .i_box3 .box a:first-child + a {
    margin: 0 2%;
  }
  .box_tit span {
    font-size: .2rem;
  }
  .box5list .preview .swiper-slide .text p {
    font-size: .1rem;
  }
  .box5list .preview {
    padding: 0 10px;
  }
  .box5list .preview .swiper-slide .text span {
    height: 40px;
    width: 40px;
  }
  .i_box5 .box {
    padding-top: 30px;
  }
  .box_tit p {
    font-size: .11rem;
    margin-top: 12px;
  }
  .box5list .view {
    margin-top: 20px;
  }
  .box5list .view .swiper-slide .text em {
    margin-top: 0;
    width: 50px;
  }
  .box5list .view .swiper-slide .text p {
    font-size: .115rem;
    margin-top: 15px;
  }
  .i_box5 {
    background: url(../img/bg4.png) no-repeat bottom center;
    background-size: 300%;
  }
  .i_box6 .box .fr li span i {
    font-size: .19rem;
  }
  .i_box6 .box .fr li p {
    font-size: .115rem;
  }
  .box7list .swiper-slide .text {
    width: 100%;
  }
  .box7list .swiper-slide .text span {
    font-size: .12rem;
    line-height: 50px;
  }
  .box7list .swiper-slide .text span i {
    font-size: .14rem;
    float: left;
  }
  .box7list .swiper-slide .text p {
    font-size: .115rem;
  }
  .i_box8 .box span {
    font-size: .145rem;
  }
  .i_box8 .box {
    padding: 0 2%;
    padding-top: 30px;
  }
  .i_box8 .box .text input {
    border-color: #ddd;
  }
  .i_box8 .box .text input::-webkit-input-placeholder {
    color: #e7e7e7;
    font-size: 12px;
  }
  .i_box8 .box .text input::-moz-placeholder {
    color: #e7e7e7;
    font-size: 12px;
  }
  .i_box8 .box .text input:-ms-input-placeholder {
    color: #e7e7e7;
    font-size: 12px;
  }
  .i_box8 .box .text .btn_sub {
    width: 36%;
    font-size: 12px;
  }
  .i_box9 .box9_tit .fl {
    width: 100%;
  }
  .i_box9 .box9_tit .fl span {
    font-size: .2rem;
    text-align: center;
  }
  .i_box9 .box9_tit .fl p {
    font-size: .115rem;
    text-align: center;
  }
  .box9_content .hd ul {
    float: none;
  }
  .box9_content .hd li {
    width: 40%;
    margin: 0 5%;
    float: left;
    font-size: .115rem;
    line-height: 36px;
    height: 36px;
  }
  .box9_content .bd {
    margin-top: 20px;
  }
  .more a {
    width: 129px;
    padding-left: 16px;
    font-size: .115rem;
    line-height: 38px;
    background: url(../img/jt.png) no-repeat 90px center #bd111d;
    margin-top: 12px;
  }
  .i_box10 .box .fr .fr_tit {
    margin-top: 30px;
  }
  .i_box10 .box .fr .text {
    padding: 0;
    padding-top: 20px;
  }
  .i_box10 .box .fr .fr_tit p span {
    font-size: .16rem;
  }
  .i_box10 .box .fr .fr_tit p span i {
    width: 24px;
    height: 4px;
  }
  .i_box10 .box .fr .fr_tit p em {
    padding-left: 32px;
    font-size: .115rem;
  }
  .i_box10 .box .fr .fr_tit p {
    width: 50%;
  }
  .i_box10 .box .fr .text p {
    font-size: .115rem;
    margin-top: 15px;
  }
  .i_box11 .box .text p {
    padding: 10px;
    width: 100%;
    font-size: .11rem;
  }
  .i_box12 .box .fl span {
    font-size: .2rem;
  }
  .i_box12 .box .fl p {
    font-size: .12rem;
    margin-top: 10px;
  }
  .i_box12 .box .fl i {
    font-size: .115rem;
    margin-top: 10px;
  }
  .i_box12 .box .mid img {
    max-width: 50%;
  }
  .i_box12 .box .fr li {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    padding-left: 90px;
  }
  .i_box12 .box .fr li span {
    font-size: .19rem;
    top: 4px;
  }
  .i_box12 .box .fr li p {
    font-size: .13rem;
  }
  .i_box12 .box .fr li i {
    font-size: .115rem;
  }
  .i_box13 .box13_tit span {
    font-size: .2rem;
    text-align: center;
  }
  .box13list .hd ul li {
    width: 32%;
    float: left;
    margin-left: 2%;
    font-size: .115rem;
    line-height: 36px;
    height: 36px;
  }
  .box13list .hd ul li:first-child {
    margin-left: 0;
  }
  .box13list .hd ul {
    float: none;
  }
  .box13list .bd {
    margin-top: 20px;
  }
  .box13list .bd li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 20px;
    display: none;
  }
  .box13list .bd li:nth-child(2n) {
    margin-right: 0;
  }
  .box13list .bd li:first-child {
    display: block;
  }
  .box13list .bd li:first-child + li {
    display: block;
  }
  .box13list .bd li span {
    font-size: .12rem;
    margin-top: 3px;
    line-height: 26px;
  }
  .box13list .bd li p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    padding-left: 25px;
    padding-top: 0;
  }
  .box13list .bd li .text {
    padding: 0 5px;
  }
  .box13list .bd li span i {
    font-size: 15px;
    margin-right: 5px;
    margin-top: 11px;
  }
  .box13list .bd li .time em {
    font-size: 13px;
  }
  .i_box14 .box .fl span {
    font-size: .12rem;
  }
  .i_box14 .box .fl input {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .i_box14 .box .fl textarea {
    height: 80px;
    margin-top: 10px;
  }
  .i_box14 {
    background: url(../img/bg10.jpg) no-repeat top center #150d0c;
  }
  .i_box14 .box .fr {
    padding: 10px;
  }
  .i_box14 .box .fr .text li p {
    font-size: 12px;
  }
  .i_box14 .box .fr .text li span {
    height: .9rem;
  }
  .i_box14 .box .fr .text2 {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
  }
  .i_box14 .box .fr .text2 p {
    font-size: .12rem;
  }
  .footer .box img {
    max-width: 80%;
    margin: 0 auto;
  }
  .footer {
    padding: 30px 2%;
  }
  .page_banner .page_menu .text {
    padding-top: .23rem;
  }
  .page_banner .page_menu .text h3 {
    font-size: .14rem;
  }
  .page_banner .page_menu .text span {
    margin: .08rem auto;
    width: 120px;
  }
  .page_banner .page_menu .text p {
    font-size: .1rem;
  }
  .pp_tit span {
    font-size: .2rem;
  }
  .pp_tit p {
    font-size: .115rem;
    margin-top: 5px;
  }
  .pp_box2 .box {
    padding: 12px;
  }
  .pp_box2 .box .fl span {
    font-size: .14rem;
    padding: 15px 0;
  }
  .pp_box2 .box .fl p {
    font-size: .115rem;
  }
  .pp_box2 .box .fl .pic {
    margin-top: 16px;
  }
  .pp_box3 .box {
    margin-top: 20px;
  }
  .pp_box3 .box .fl span {
    font-size: .14rem;
    padding: 15px 0;
  }
  .pp_box3 .box .fl p {
    font-size: .115rem;
  }
  .pp_box4 .box .fr h4 {
    font-size: .18rem;
  }
  .pp_box4 .box .fr p span {
    font-size: .13rem;
  }
  .pp_box4 .box .fr p i {
    font-size: .115rem;
    line-height: 180%;
  }
  .pp_box4 .box .fr p {
    padding-bottom: 12px;
  }
  .pp_box4 .box .fr em {
    width: 8px;
    height: 100px;
    left: -4px;
    top: 35%;
  }
  .pp_box4 .box {
    margin-top: 20px;
  }
  .pp_box6 .box .text p {
    padding: 15px;
    font-size: .11rem;
  }
  .pp_box6 .box .list li .fr {
    padding-top: 0;
  }
  .pp_box6 .box .list li .fr i {
    margin: 12px auto;
  }
  .pp_box6 .box .list li .fr p {
    font-size: .115rem;
    line-height: 180%;
  }
  .jm_box1 .box li .li_box {
    padding: 12px;
  }
  .jm_box1 .box li .li_box i {
    margin-left: .1rem;
    font-size: .2rem;
  }
  .jm_box1 .box li .li_box .text {
    padding-left: .35rem;
    padding-top: .08rem;
  }
  .jm_box1 .box li .li_box .text span {
    font-size: .16rem;
  }
  .jm_box1 .box li .li_box .text p {
    font-size: .115rem;
    margin-top: 12px;
  }
  .jm_box2 .box li .fl span {
    font-size: .14rem;
  }
  .jm_box2 .box li .fl p {
    font-size: .115rem;
    margin-bottom: 0;
  }
  .jm_box2 .box li .fl i {
    margin: 10px 0;
  }
  #prolist .box9list .swiper-slide {
    width: 49%;
  }
  #prolist .box9list .swiper-slide:nth-child(3n) {
    margin-right: 2%;
  }
  #prolist .box9list .swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
  #prolist .box9list .swiper-slide .imgauto {
    height: 1.3rem;
  }
  .pro_text1 .box .fr h3 {
    font-size: .15rem;
    padding-bottom: 10px;
  }
  .pro_text1 .box .fr p {
    font-size: .115rem;
    line-height: 180%;
    margin-top: 5px;
  }
  .pro_text2 .box .text span {
    font-size: .13rem;
    padding-bottom: 8px;
  }
  .content p {
    font-size: .11rem;
    line-height: 180%;
    margin-top: 10px;
  }
  #artlist {
    padding: 20px 2%;
  }
  #artlist .bd li {
    display: block;
  }
  #artlist .bd li:nth-child(2n) {
    margin-right: 0;
  }
  #artlist .bd li:nth-child(3n) {
    margin-right: 2%;
  }
  .wh_box1 {
    padding-top: 30px;
  }
  .wh_box1 .box {
    margin-top: 20px;
  }
  .wh_box1 .text p {
    font-size: .115rem;
  }
  .wh_box1 .pic span {
    padding-left: 0;
    width: 48%;
    margin-left: 4%;
  }
  .wh_box1 .pic span:first-child {
    margin-left: 0;
  }
  .wh_box1 .pic {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .wh_box2 .pp_tit span {
    font-size: .18rem;
  }
  .pp_tit span:before {
    background: none;
  }
  .pp_tit span:after {
    background: none;
  }
  .wh_box2 .text {
    margin-top: 20px;
  }
  .zs_main .list li .fl {
    width: 100%;
    padding: 0;
  }
  .zs_main .list li .fr {
    width: 100%;
    padding: 0;
    margin-top: 12px;
  }
  .zs_main .list li:nth-child(2n) .fl {
    padding-left: 0;
  }
  .zs_main .list li .li_bg {
    padding-top: 35px;
  }
  .zs_main .list li {
    margin-bottom: 35px;
  }
  .zs_main .list li .fl h4 {
    font-size: .13rem;
  }
  .zs_main .list li .fl span {
    font-size: .115rem;
  }
  .zs_main .list li .fl em {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .zs_main .list li .fl p {
    font-size: .11rem;
    line-height: 160%;
    margin-top: 5px;
  }
  .zs_main .list li .fl i {
    font-size: .115rem;
    margin-top: 10px;
    line-height: .2rem;
  }
  .cont_box1 .box .fr li span {
    font-size: .118rem;
  }
  .cont_box1 .box .fr li .pic img {
    height: 30px;
    width: auto;
  }
  .cont_box1 .box .fr li {
    margin-bottom: 15px;
  }
  .cont_box1 .box .fr li p {
    font-size: .11rem;
    padding: 0 5%;
    line-height: .18rem;
    min-height: .36rem;
  }
  .message {
    padding: 12px;
  }
  .message .btn_sub {
    width: 55%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .message input {
    height: 40px;
    line-height: 40px;
  }
  .message textarea {
    height: 80px;
  }
  .dlbox1list .swiper-slide .text span {
    font-size: .13rem;
  }
  .dlbox1list .swiper-slide .item {
    padding: 0 2%;
  }
  .dlbox1list .swiper-slide .pic {
    width: 40px;
    height: 40px;
    left: 2%;
  }
  .dlbox1list .swiper-slide .text {
    padding-left: 52px;
  }
  .dlbox1list .swiper-slide .text p {
    font-size: .11rem;
    margin-top: 8px;
  }
  .prd-v5-menu {
    margin-bottom: 0;
  }
  .prd-v5-map .map-list {
    height: 300px;
  }
  .prd-v5-map .map-container {
    height: 300px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .prd-v5-map .map-list li a {
    padding: 20px 12px;
  }
  .prd-v5-map .map-list li h4 {
    font-size: .12rem;
    background: url(../img/dic1.png) no-repeat left 3px;
  }
  .prd-v5-map .map-list li p {
    font-size: .11rem;
    margin-top: 8px;
  }
  .art_content {
    padding: 20px 2%;
  }
  .art_content .box {
    padding: 12px;
  }
}
.frlip li p{
    width:160px;
}

/****************************** media ******************************/

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