﻿/****************************** 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: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
}

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

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

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


.header {
    width: 100%;
    position: absolute;
    z-index: 9999;
    max-width: 1920px;
    color: #fff;
}
.header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    color: #666;
     box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
}


.header .box {
  width: 100%;
  position: relative;
  padding: 15px 0;
}

.header .box .logo {
  float: left;
}

.header .box .logo a img {
    display: block;
    max-width: 100%;
    height: 50px;
    margin-top: 9px;
}

.header .box .logo a img.topshow {
    display: block;
}
.header .box .logo a img.fixshow {
    display: none;
}
.header.fixed .box .logo a img.topshow {
    display: none;
}
.header.fixed .box .logo a img.fixshow {
    display: block;
}

.header .box .nav {
    float: left;
    width: calc(100% - 500px);
    text-align: center;
}
.header .box .nav ul {
    display: inline-block;
    margin: 0 auto;
}

.header .box .nav li {
    line-height: 64px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 20px;
}
.header .box .nav li.active {
    border-bottom: 4px solid #DC3E32;
}

.header .box .nav li a {
  font-size: 18px;
  outline: 0;
  display: block;
}
.header .box .tel {
    float: right;
}
.header .box .tel .pic {
    float: left;
}
.header .box .tel .pic img {
    display: block;
    height: 60px;
}
.header .box .tel .text {
    float: left;
    padding-left: 20px;
}
.header .box .tel .text span {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    display: block;
    margin-top: 3px;
}
.header .box .tel .text p {
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    line-height: 100%;
    margin-top: 10px;
}

.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: 99999;
      box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
}

.m_header .m_head_content .m_head_logo {
  height: 60px;
  float: left;
  padding: 0 2%;
  text-align: center;
}

.m_header .m_head_content .m_head_logo img {
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

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

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

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

.app_menu ul {
  background: #000;
}

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

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

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

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

.app_menu ul .v_list {
  width: 100%;
  display: none;
}

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

.pc_banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.pc_banner .pcbanner {
  width: 100%;
  position: relative;
}

.pc_banner .pcbanner .swiper-slide {
  width: 100%;
  position: relative;
}

.pc_banner .pcbanner .swiper-slide img {
    width: 100%;
    height: 1000px;
    -o-object-fit: cover;
    object-fit: cover; 
}

.pc_banner .pcbanner .swiper-slide .mshow {
  display: none;
}

.pc_banner .pcbanner .swiper-slide .banner_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 9%;
  text-align: center;
}

.pc_banner .pcbanner .swiper-slide .banner_text .text em {
    font-size: 36px;
    font-weight: 300;
    color: #FFFEFE;
    line-height: 72px;
    display: block;
}
.pc_banner .pcbanner .swiper-slide .banner_text .text span {
    font-size: 120px;
    font-weight: 800;
    color: #FFFFFF;
    display: block;
    margin-bottom: 20px;
}
.pc_banner .pcbanner .swiper-slide .banner_text .text i{
    height: 63px;
    background: #CF4738;
    opacity: 0.72;
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 63px;
    margin: 0 auto;
    padding: 5px 15px;
    font-style: normal;
}
.pc_banner .pcbanner .swiper-slide .banner_text .text p {
    font-size: 50px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 48px;
    display: block;
    margin-top: 20px;
}
.pc_banner .pcbanner .swiper-slide .banner_text .text p.mtop20 {
    margin-top: 40px
}

.pc_banner .pcbanner .swiper-slide .banner_text .text a {
    width: 260px;
    height: 80px;
    background: #CF4738;
    border-radius: 40px;
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 80px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
}


.main {
    width: 100%;
    background: #F8F8F8;
}

.box_tit {
  position: relative;
  text-align: center;
}
.box_tit span {
  display: block;
  font-size: 50px;
  color: #333;
  display: block;
  line-height: 100%;
  margin-top: 10px;
}
.box_tit p {
  font-size: 30px;
  color: #666;
  display: block;
  line-height: 150%;
  margin-top: 25px;
}

.box_tit .text {
  float: left;
}

.box_tit .more {
  float: right;
}


.i_box1 {}
.i_box1 .box {
    margin: 0 auto;
    padding: 30px 80px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    position: relative;
    z-index: 100;
    border-radius: 20px;
    margin-top: -125px;
    position: relative;
}
.box1_js {
}
.box1_js .swiper-slide {
    width: 16.66%;
    float: left;
}
.box1_js .swiper-slide .litext {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-shadow: 0 2px 8px #ddd;
    margin: 10px auto;
    padding-top: 20px;
}
.box1_js .swiper-slide span {
    padding-top: 20px;
}
.box1_js .swiper-slide span img {
    height: 80px;
    display: block;
    margin: 0 auto;
}
.box1_js .swiper-slide p {
    font-size: 24px;
    color: #666;
    display: block;
    text-align: center;
    padding-top: 5px;
}
.i_box1 .box .prev {
    position: absolute;
    top: 50%;
    left: 25px;
    z-index: 12;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    border-radius: 50%;
    background: url(../images/le.png) no-repeat center;
    outline: 0;
    cursor: pointer;
}

.i_box1 .box .next {
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 12;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    border-radius: 50%;
    background: url(../images/ri.png) no-repeat center;
    outline: 0;
    cursor: pointer;
}

.i_box2 {
    padding: 100px 0;
}
.i_box2 .box{
    margin-top: 100px;
}
.i_box2 ul {
    position: relative;
}
.i_box2 li {
    width: 50%;
    float: left;
    position: relative;
    height: 354px;
    margin-top: 20px;
}
.i_box2 li .pic img {
    height: 354px;
}
.i_box2 li .text {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
}
.i_box2 li .text span {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    padding-bottom: 20px;
    display: block;
}
.i_box2 li .text p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 100%;
    margin-top: 20px;
}
.i_box2 li:nth-of-type(1) .text{
    padding-left: 90px;
}
.i_box2 li:nth-of-type(2) .text{
    padding-left: 360px;
}
.i_box2 li:nth-of-type(3) .text{
    padding-left: 90px;
}
.i_box2 li:nth-of-type(4) .text{
    padding-left: 360px;
    margin-top: 10px;
}
.i_box2 li.lifix {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -95px;
    margin-left: -95px;
}
.i_box2 li.lifix .pic img {
    width: auto;
    height: auto;
}



.i_box3 {
    padding: 100px 0;
    background: #fff;
}
.i_box3 .box{
    margin-top: 100px;
}
.in_ys3menu li {
    line-height: 134px;
    background: #3245BA;
    font-size: 36px;
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    margin-left: 6.66%;
}

.in_ys3menu li:first-child{
    margin-left: 0;
}
.in_ys3menu li.active {
    height: 148px;
    background: url('../images/redbg.png') no-repeat center;
}
.in_ys3con {
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.in_ys3con li {
    overflow: hidden;
    display: block;
    overflow: hidden;
    height: 0;
}
.in_ys3con li .lilist {
    padding: 20px 0;
    border-radius: 0px 0px 50px 50px;
    border: 4px solid #CF4738;
    box-shadow: 3px 31px 0px 0px rgba(182,107,99,0.09);
}
.in_ys3con li:first-child {
    height: auto;
}
.in_ys3con li img {
    border-radius: 0px 0px 50px 50px;
    display: block;
    margin: 0 auto;
    padding: 20px;
    max-width: 80%;
}
.neipaption {
    width: 100%;
    text-align: center;
}
.neipaption span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #CF4738;
}




.i_box4 {
    padding: 100px 0;
}
.i_box4 .box{
    margin-top: 100px;
}
.i_box4  .box4_js {
    padding-bottom: 120px;
}
.box4_js .swiper-slide {}
.box4_js .litext {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;    
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    margin: 10px 0;
}
.box4_js .litext .pic {}
.box4_js .litext .pic img {
    width: 100%;
}
.box4_js .litext .text {
    padding: 20px;
}
.box4_js .litext .text h4 {
    font-size: 30px;
    color: #000000;
    display: block;
    text-align: center;
    font-weight: normal;
    padding-bottom: 20px;
}
.box4_js .litext .text p {
    display: block;
    text-align: center;
}
.box4_js .litext .text p span {
    display: inline-block;
    margin-left: 50px;
}
.box4_js .litext .text p span:first-child {
    margin-left: 0;
}
.box4_js .litext .text p span i {
    font-size: 24px;
    font-weight: bold;
    color: #CF4738;
    display: block;
    font-style: normal
}
.box4_js .litext .text p span em {
    font-size: 20px;
    color: #666;
    display: block;
    font-style: normal
}

.box4_js .prev {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 12;
    width: 50px;
    height: 50px;
    margin-top: -40px;
    border-radius: 50%;
    background: url(../images/le.png) no-repeat center;
    background-size: 50px;
    outline: 0;
    cursor: pointer;
    box-shadow: 0 2px 8px #ddd;
    margin: 10px;
    margin-left: -80px;
}

.box4_js .next {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    z-index: 12;
    width: 50px;
    height: 50px;
    margin-top: -40px;
    border-radius: 50%;
    background: url(../images/ri.png) no-repeat center;
    background-size: 50px;
    outline: 0;
    cursor: pointer;
    box-shadow: 0 2px 8px #ddd;
    margin: 10px;
}




.i_box5 {
    padding: 100px 0;
    background: #fff;
}
.i_box5 .box {
    margin-top: 100px;
}
.i_box5 .box li {
    width: 24%;
    float: left;
    margin-left: 1.33%;
}
.i_box5 .box li:first-child {
    margin-left: 0;
}
.i_box5 .box li img {
    width: 100%;
    height: 214px;
}
.i_box5 .box li span {
    font-size: 36px;
    color: #666;
    display: block;
    height: 214px;
    text-align: center;
}
.i_box5 .box li:nth-child(2n) span {
    height: 180px;
}
.i_box5 .box li:nth-child(2n-1) span {
    padding-top: 35px;
}



.i_box6 {
    padding: 100px 0;
}
.i_box6 .box {
    margin-top: 100px;
}
.i_box6 li {
    width: 32%;
    float: left;
    margin-left: 2%;
    background: linear-gradient(-89deg, #FFF9F9, #FAFAFA);
    border: 1px solid #E38C83;
    box-shadow: 0px 12px 32px 0px rgba(58,13,10,0.13);
    text-align: center;
    padding-bottom: 50px;
}
.i_box6 li:first-child {
    margin-left: 0;
}
.i_box6 li img {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.i_box6 li i {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    font-style: normal;
    display: block;
    margin-top: 15px;
}
.i_box6 li span {
    font-size: 30px;
    font-weight: 400;
    color: #CF4738;
    color: #CF4738;
    display: block;
    margin-top: 30px;
}
.i_box6 li span em {
    font-size: 42px;
    font-weight: bold;

}
.i_box6 li a {
    width: 342px;
    height: 50px;
    background: #CF4738;
    border-radius: 29px;
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 15px;
}




.i_box7 {
    padding: 100px 0;
    background: #fff;
}
.i_box7 .box {
    margin-top: 100px;
}
.i_box7 li {
    width: 45%;
    float: left;
    margin-right: 5%;
    height: 90px;
    background: rgba(207, 71, 56,.06);
    border-radius: 4px;
    margin-top: 20px;
    padding: 0 15px;
    line-height: 90px;
}
.i_box7 li:nth-child(2n){
    margin-right: 0;
}
.i_box7 li:nth-of-type(3){
    margin-left: 5%;
}
.i_box7 li em {
    width: 48px;
    height: 29px;
    font-size: 36px;
    font-family: AMAZON;
    font-weight: 400;
    font-style: italic;
    color: #CF4738;
    line-height: 96px;
    opacity: 0.8;
    float: left;
}
.i_box7 li span {
    width: calc(100% - 160px);
    float: left;
    padding-left: 18px;
    font-size: 24px;
    color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.i_box7 li a {
    float: right;
    width: 90px;
    font-size: 18px;
    color: #CF4738;
    font-style: normal;
}
.i_box7 li a i {}
.i_box7 li:nth-of-type(2),.i_box7 li:nth-of-type(3),.i_box7 li:nth-of-type(6){
    background: rgba(0, 0, 0,.03);
}




.i_box8 {
    padding: 100px 0;
}
.i_box8 .box {
    margin-top: 100px;
}
.i_box8 ul {
    width: calc(100% - 662px);
    float: left;
    padding-right: 50px;
    padding-top: 50px;
} 
.i_box8 li {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.i_box8 li em {
    width: 72px;
    height: 72px;
    background: #CF4738;
    font-style: normal;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    float: left;
}
.i_box8 li .text {
    padding-left: 20px;
    float: left;
    width: calc(100% - 72px);
}
.i_box8 li .text a {
    font-size: 24px;
    color: #333333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i_box8 li .text p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
.i_box8 .boxpic {
    width: 662px;
    float: right;
} 




.i_box9 {
    padding: 100px 0;
    background: #fff;
}
.i_box9 .box {
    margin-top: 100px;
}
.i_box9 .fl {}
.i_box9 .fl img {
    margin-top: 10px;
}
.i_box9 .fr {
    width: calc(100% - 255px);
    padding-left: 50px;
}
.i_box9 .fr li {
    width: 48%;
    margin-right: 4%;
    height: 66px;
    background: #FFFFFF;
    border: 1px solid #CF4738;
    border-radius: 40px;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.i_box9 .fr li:nth-child(2n){
    margin-right: 0;
}
.i_box9 .fr li span {
    font-size: 24px;
    text-align: right;
    width: 150px;
    float: left;
    line-height: 66px;
}
.i_box9 .fr li span i {
    color: #CF4738;
    font-size: 18px;
}
.i_box9 .fr li input {
    width: calc(100% - 160px);
    padding: 0 20px;
    border: none;
    line-height: 64px;
    border-radius: 40px;
    outline: 0;
    font-size: 24px;
}
.i_box9 .fr li img {
    position: absolute;
    right: 0;
    top: 0;
        border-radius: 40px;
}



.i_box9 .sub_btn {
    padding-top: 20px;
}
.i_box9 .sub_btn input {
    width: 554px;
    height: 105px;
    background: #DB392E;
    border-radius: 53px;
    float: left;
    font-size: 36px;
    color: #fff;
    border: none;
}
.i_box9 .sub_btn p{
    float: left;
    padding-left: 30px;
}
.i_box9 .sub_btn p span {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    display: block;
    line-height: 100%;
    margin-top: 18px;
}


.i_box10 {
    padding: 20px 0;
    background: #F9F9F9;
}
.i_box10 .box span {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    float: left;
    line-height: 32px;
    margin: 6px 0;
}
.i_box10 .box a {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-right: 30px;
    float: left;
    line-height: 32px;
    margin: 6px 0;
    margin-right: 30px;
}
.i_box10 .box a:hover {
    color: #CF4738;
}



.footer {
    background: #F4F4F4;
    padding: 60px 0;
}

.footer .box {
  position: relative;
  padding-bottom: 30px;
}
.footer .box{}

.footer .box .flogo {
    width: 300px;
    float: left;
}
.footer .box .flogo img {
    display: block;
    margin-bottom: 30px;
}
.footer .box .flogo p {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    margin-top: 10px;
}
.footer .box .flogo p.tel {
    background: url('../images/phone.png') no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}
.footer .box .flogo p.eml {
    background: url('../images/email.png') no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}

.footer .box  .f_nav {
    width: calc(100% - 500px);
    float: left;
    border-left: 1px solid #ddd;
    margin-left: 20px;
}
.footer .box  .f_nav ul {
    border-right: 1px solid #ddd;
    float: left;
    width: 33.33%;
    padding-left: 80px;
}
.footer .box  .f_nav ul span {
    width: 118px;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
}
.footer .box  .f_nav ul li {
    font-size: 20px;
    margin-top: 12px;
}

.footer .box .fr {
    width: 120px;
    float: right;
}
.footer .box .fr p {
    width: 118px;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    text-align: center;
}
.footer .box .fr span {}
.footer .box .fr span img {
    width: 100%;
    margin-top: 15px;
}

.citylist {
    background: #555555;
    padding: 20px 0;
}
.citylist .box {
    position: relative;
}
.citylist .box span {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 32px;
    margin: 6px 0;
}
.citylist .box p {
    padding-left: 120px;
    padding-right: 100px;
}
.citylist .box p a{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-right: 30px;
    float: left;
    line-height: 32px;
    margin: 6px 0;
    margin-right: 30px;
}

.citylist .box .moremap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    font-size: 16px;
    color: #fff;
    float: left;
    line-height: 32px;
    margin: 6px 0;
    text-align: right;
}



.copyright {
    padding: 12px 0;
    background: #313131;
}

.copyright p {
    font-size: 14px;
    display: block;
    line-height: 32px;
    color: #CDCDCD;
    text-align: center;
    margin: 2px 0;
}


.fix_right {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 90;
}

.fix_right .text li {
  position: relative;
}

.fix_right .text li a {
    width: 80px;
    height: 80px;
    display: block;
    background: #fff;
    padding-top: 15px;
    margin-bottom: 5px;
    outline: 0;
    box-shadow: 0 2px 8px #ddd;
}

.fix_right .text li a img {
    height: 30px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.fix_right .text li a img.img2 {
    display: none;
}
.fix_right .text li a i {
    font-style: normal;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-top: 5px;
}

.fix_right .text li span {
  position: absolute;
  left: -260px;
  top: 0;
  background: #CF4738;
  width: 260px;
  height: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 100px;
  color: #fff;
  display: block;
  border-right: 1px solid #fff;
  display: none;
}

.fix_right .text li p {
  position: absolute;
  left: -200px;
  top: 0;
  width: 200px;
  height: 200px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  display: none;
}

.fix_right .text li p img {
  width: 200px;
  padding: 9px;
  background: #fff;
  box-shadow: 0 2px 8px #ddd;
}


.fix_right .text li:hover a {
    background: #CF4738;
}
.fix_right .text li:hover a i {
    color: #fff;
}
.fix_right .text li:hover a img.img1 {
    display: none;
}
.fix_right .text li:hover a img.img2 {
    display: block;
}
.fix_right .text li:hover span {
  display: block;
}

.fix_right .text li:hover p {
  display: block;
}
.fix_right .text li:nth-of-type(4) a {
    height: 50px;
    padding-top: 8px;
}
.fix_right .text li a.top_btn img {
    height: 7px;
}
.fix_right .text li:nth-of-type(4) a i {
    line-height: 30px;
    margin-top: 3px;
}

.pc_hide {
  display: none;
}

.page_banner {
    position: relative;
    height: 600px;
    background: url(../images/newbg.gif);
    overflow: hidden;
}
.page_banner img {
  width: 100%;
}
.page_banner .box {
    padding-top: 200px;
    height: 600px;
    position: relative;
}
.page_banner .page_tit {
    text-align: center;
}
.page_banner .page_tit span {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    line-height: 2;
}
.page_banner .page_tit p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    line-height: 2;
}
.page_banner .page_tit i {
    width: 70px;
    height: 2px;
    display: block;
    background-color: #d6001d;
    margin: 0 auto;
    margin-top: 20px;
}
.page_bmenu {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.page_bmenu a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin: 0 15px;
}
.page_bmenu a:hover {
    color: #DC3E32;
}


.new_box {
    padding: 30px 0;
}
.new_box .fl {
    width: 69%;
    background: #ffffff;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
}
.new_box .fr {
    width: 28%;
}
.new_box .fl .fl_tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 20px;
    border-bottom: solid 1px #f0f0f5;
}

.new_lists {
    padding: 20px;
}
.new_lists li {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f5;
}
.new_lists li .pic {
    width: 190px;
    float: left;
}
.new_lists li .pic img {}
.new_lists li .text {
    width: calc(100% - 190px);
    float: left;
    padding-left: 20px;
}
.new_lists li .text a {
    font-size: 16px;
    color: #111111;
    transition: 0.5s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.new_lists li .text p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 24px;
    margin: 13px 0;
}
.new_lists li .text span {
    display: block;
}
.new_lists li .text span i {
    font-style: normal;
    margin-left: 20px;
}
.new_lists li .text span i:first-child {
    margin-left: 0;
}
.new_lists li:hover .text a {
    color: #DC3E32;
}


.new_box .fr .fl_tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 20px;
    border-bottom: solid 1px #f0f0f5;
}
.hot_new {
    padding-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
}
.hot_new ul {
    padding: 0 20px;
}
.hot_new li {
    position: relative;
    margin: 20px 20px 20px 20px;
}
.hot_new li :after {
    position: absolute;
    content: "";
    top: 7px;
    left: -20px;
    height: 10px;
    width: 10px;
    background: rgb(230 32 33 / 50%);
    border-radius: 100%;
}
.hot_new li a {
    display: block;
    color: rgba(102,102,102,0.8);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    font-size: 16px;
}
.hot_new li span {
    display: block;
    font-size: 14px;
    background: url(../images/time.jpg) no-repeat left center;
    padding-left: 22px;
}


.content_tit {
    padding: 20px;
    border-bottom: solid 1px #f0f0f5;
}
.content_tit h4 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 0;
    font-weight: 400;
}
.content_tit p {
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}
.content_tit p span {
    margin-right: 20px;
    font-weight: normal;
}
.centent_content {
    padding: 20px;
}
.centent_content p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}
.content_page {
    padding: 20px;
    border-top: solid 1px #f0f0f5;
}
.content_page p {
    margin-top: 8px;
}
.content_page p a:hover {
    color: #DC3E32;
}


.content_tag {
    padding: 20px;
    border-top: solid 1px #f0f0f5;
}
.content_tag span {
    display: block;
    font-size: 14px;
    color: #999999;
}
.content_tag p {}
.content_tag p a {
    display: inline-block;
    margin: 15px 10px 0 0;
    background-color: #f0f0f0;
    font-size: 12px;
    color: #999999;
    padding: 4px 10px;
}

.content_tag p a:hover {
    background: #CF4738;
    color: #fff;
}



.about_banner {
    height: 360px;
}
.about_banner .box {
    height: 360px;
    padding-top: 150px;
}
.about_box {
    padding: 30px 0;
}
.about_box .box {
    background: #fff;
}
.about_box .fl {
    width: 160px;
}
.about_box .fr {
    width: calc(100% - 160px);
    padding: 32px 24px;
    padding-left: 0;
}
.about_menu {
    padding: 12px 24px;
}
.about_menu li {}
.about_menu li span {
    font-size: 16px;
    line-height: 140%;
    color: #333;
    display: block;
    margin-top: 20px;
    font-weight: bold;
}
.about_menu li a {
    line-height: 20px;
    color: #999;
    margin-top: 16px;
    font-size: 14px;
    display: block;
}
.about_menu li a:hover {
    color: #DC3E32;
}
.about_menu li a.on {
    color: #DC3E32;
}
.about_box .centent_content {
    padding: 0;
}
.about_box .about_tit h4 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px;
}



.currson {
    padding-bottom: 20px;
}
.currson p {
    font-size: 16px;
    color: #666666;
}
.currson p a:hover {
    color: #CF4738;
}

.pages {
    padding: 20px;
}
.pages .pagination{
    height: auto;
    text-align: center;
}
.pages .pagination li {
    height: 30px;
    float: none;
    display: inline-block;
}
.pages .pagination li a {
    height: 30px;
    float: none;
    display: inline-block;
}
.pages .pagination li a:hover {
    border-color: #CF4738;
    color: #CF4738;
}
.pages .pagination li.active a{
    border: none;
    background: #CF4738;
    color: #fff;
}
.mapbanner {
    height: 250px;
}


.wapshow {
    display: none;
    margin-top: 45px;
}
.fix_bootom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
    height: 45px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    display: none;
}
.fix_bootom li {
    width: 50%;
    float: left;
    background: #CF4738;
}
.fix_bootom li:first-child {
    background: #FC991A;
}
.fix_bootom li a {
    float: left;
    text-align: center;
    width: 100%;
}
.fix_bootom li img {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}
.fix_bootom li i {
    font-style: normal;
    display: inline-block;
    line-height: 45px;
    margin-left: 2px;
    color: #fff;
}


.m_show {
    display: none;
}








@media screen and (max-width: 1920px) {
    .center {
        width: 1330px;
    }
    .header .box .nav {
        margin-left: 40px;
    }
    .header .box .tel .text span {
        font-size: 18px;
    }
    .pc_banner .pcbanner .swiper-slide img {
        width: 100%;
        height: 800px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text em {
        font-size: 30px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text span {
        font-size: 60px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text i {
        font-size: 24px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text p {
        font-size: 30px;
        line-height: 36px;
        margin-top: 12px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text a {
        width: 260px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        font-weight: 500;
        margin-top: 40px;
    }
    .i_box1 .box {
        padding: 30px 50px;
    }
    .box1_js .swiper-slide .litext {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        box-shadow: 0 2px 8px #ddd;
        margin: 10px auto;
        padding-top: 25px;
    }
    .box1_js .swiper-slide span img {
        height: 50px;
        display: block;
        margin: 0 auto;
    }
    .i_box1 .box .next {
        right: 0;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background: url(../images/ri.png) no-repeat center;
        background-size: 50px;
    }
    .i_box1 .box .prev {
        left: 0;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background: url(../images/le.png) no-repeat center;
        background-size: 50px;
    }
    .box_tit span {
        font-size: 36px;
        color: #333;
        margin-top: 10px;
    }
    .box_tit p {
        font-size: 20px;
        color: #666;
        display: block;
        line-height: 150%;
        margin-top: 25px;
    }
    .box1_js .swiper-slide p {
        font-size: 18px;
        margin-top: 10px;
    }
    .i_box2 .box {
        margin-top: 40px;
    }
    .i_box2 li {
        height: auto;
    }
    .i_box2 li .pic img {
        height: 278px;
    }
    .i_box2 li .text {
        padding-top: 40px;
    }
    .i_box2 li .text span {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 15px;
    }
    .i_box2 li .text p {
        font-size: 18px;
    }
    .i_box2 li:nth-of-type(1) .text {
        padding-left: 40px;
    }
    .i_box2 li:nth-of-type(2) .text {
        padding-left: 280px;
    }
    .i_box2 li:nth-of-type(3) .text {
        padding-left: 40px;
    }
    .i_box2 li:nth-of-type(4) .text {
        padding-left: 280px;
    }
    .i_box3 {
        padding: 70px 0;
        background: #fff;
    }
    .i_box3 .box {
        margin-top: 80px;
    }
    .in_ys3menu li {
        line-height: 100px;
        font-size: 20px;
        margin-left: 6.66%;
    }
    .in_ys3menu li.active {
        height: 110px;
        background: url(../images/redbg.png) no-repeat center;
        background-size: 100% 100%;
    }
    .i_box4 {
        padding: 70px 0;
    }
    .i_box4 .box {
        margin-top: 80px;
    }
    .box4_js .litext .text h4 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .box4_js .litext .text p span em {
        font-size: 18px;
    }
    .i_box5 {
        padding: 70px 0;
        background: #fff;
    }
    .i_box5 .box {
        margin-top: 80px;
    }
    .i_box5 .box li img {
        height: auto;
    }
    .i_box5 .box li span {
        font-size: 24px;
    }
    .i_box5 .box li:nth-child(2n) span {
        height: 148px;
    }
    
    .i_box6 {
        padding: 70px 0;
    }
    .i_box6 .box {
        margin-top: 80px;
    }
    .i_box6 li i {
        font-size: 24px;
    }
    .i_box6 li span {
        font-size: 24px;
    }
    .i_box6 li span em {
        font-size: 30px;
    }
    .i_box6 li a {
        width: 260px;
        height: 46px;
        font-size: 18px;
        color: #fff;
        display: block;
        margin: 0 auto;
        line-height: 46px;
        margin-top: 15px;
    }
    .i_box7 {
        padding: 70px 0;
        background: #fff;
    }
    .i_box7 .box {
        margin-top: 80px;
    }
    .i_box7 li{
        height: 70px;
    }
    .i_box7 li em {
        height: auto;
        line-height: 70px;
        font-size: 24px;
    }
    .i_box7 li span {
        font-size: 18px;
        line-height: 70px;
    }
    .i_box7 li a {
        font-size: 16px;
        line-height: 70px;
    }
    .i_box8 {
        padding: 70px 0;
    }
    .i_box8 .box {
        margin-top: 60px;
    }
    .i_box8 li .text a {
        font-size: 18px;
    }
    .i_box8 li .text p {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .i_box9 {
        padding: 70px 0;
        background: #fff;
    }
    .i_box9 .box {
        margin-top: 60px;
    }
    .i_box9 .fr li span {
        font-size: 20px;
        width: 120px;
    }
    .i_box9 .fr li span i {
        padding: 0 4px;
        font-style: normal;
    }
    .i_box9 .fr li input {
        width: calc(100% - 120px);
        padding: 0 20px;
        line-height: 64px;
        font-size: 18px;
    }
    .i_box9 .fr li img {
        width: 150px;
        margin-top: 10px;
    }
    .i_box9 .sub_btn input {
        width: 420px;
        height: 80px;
        font-size: 20px;
    }
    .i_box9 .sub_btn p span {
        font-size: 20px;
        margin-top: 12px;
    }
    .i_box10 .box span {
        font-size: 18px;
    }
    .i_box10 .box a {
        font-size: 18px;
    }
    .footer .box .flogo {
        width: 250px;
    }
    .footer .box .flogo img {
        max-width: 80%;
        margin-left: 0;
    }
    .footer .box .flogo p {
        font-size: 20px;
    }
    .footer .box .f_nav ul {
        padding-left: 50px;
    }
    .footer .box .f_nav ul span {
        font-size: 20px;
    }
    .footer .box .f_nav ul li {
        font-size: 18px;
    }
    .footer .box .f_nav {
        width: calc(100% - 480px);
    }
    .citylist .box span {
        font-size: 18px;
        width: 90px;
    }
    .citylist .box p {
        padding-left: 100px;
    }
    .citylist .box p a {
        font-size: 18px;
    }
    
}

@media screen and (max-width: 1366px) {
    .header .box .nav li {
        margin: 0 12px;
    }
}

@media screen and (max-width: 1200px) {
    .cpMain {
        padding: 20px;
    }
  .center {
    width: 100%;
  }
  .pc_banner .pcbanner .swiper-slide .banner_text {
    padding-top: 6%;
  }
  .page_banner .text {
    padding: 0 2%;
    max-width: 90%;
  }
  .page_banner .text h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1020px) {
    .header {
        display: none;
    }
    .m_header {
        display: block;
        z-index: 9999;
    }
    .pc_banner {
        margin-top: 60px;
    }
    .mtop {
        margin-top: 60px;
    }
    .fix_right {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc_banner .pcbanner .swiper-slide img {
        display: none;
    }
    .pc_banner .pcbanner .swiper-slide .mshow {
        display: block;
        display: block;
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover; 
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text em {
        font-size: 20px;
        line-height: 36px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text span {
        font-size: 30px;
        margin-bottom: 15px;        
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text i {
        font-size: 18px;
        line-height: 40px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text p {
        font-size: 20px;
        margin-top: 8px;
        line-height: 30px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text p.mtop20 {
        margin-top: 15px;
    }
    .pc_banner .pcbanner .swiper-slide .banner_text .text a {
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-top: 25px;
    }
    .i_box1 {
        padding: 0 2%;
    }
    .i_box1 .box {
        padding: 10px 45px;
        margin-top: -50px;
    }
    .box1_js .swiper-slide {
        width: auto;
        float: left;
    }
    .box1_js .swiper-slide .litext {
        width: 80px;
        height: 80px;
        padding-top: 15px;
    }
    .box1_js .swiper-slide span {
        padding-top: 3px;
    }
    .box1_js .swiper-slide span img {
        height: 30px;
    }
    .box1_js .swiper-slide p {
        font-size: 14px;
        padding-top: 2px;
        margin-top: 0;
    }
    .i_box1 .box .prev {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 12;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        border-radius: 50%;
        background: url(../images/le.png) no-repeat center;
        background-size: 40px;
        outline: 0;
        cursor: pointer;
    }
    
    .i_box1 .box .next {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 12;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background: url(../images/ri.png) no-repeat center;
        background-size: 40px;
    }
    .box_tit {
      position: relative;
      text-align: center;
    }
    .box_tit span {
      font-size: 20px;
      line-height: 140%;
      max-width: 80%;
      margin: 0 auto;
      margin-top: 10px;
    }
    .box_tit p {
      font-size: 16px;
      line-height: 150%;
      max-width: 80%;
      margin: 0 auto;
      margin-top: 15px;
    }
    
    

    .i_box2 {
        padding: 20px 0;
        overflow: hidden;
    }
    .i_box2 .box{
        margin-top: 20px;
        padding: 0 2%;
    }
    .i_box2 li {
        width: 100%;
        float: left;
        position: relative;
        height: auto;
        margin-top: 15px;
    }
    .i_box2 li .pic {
        display: none;
    }
    .i_box2 li .text {
        padding-top: 0;
    }
    .i_box2 li .text span {
        font-size: 19px;
        line-height: 44px;
        padding-bottom: 0;
        display: block;
        padding-top: 10px;
    }
    .i_box2 li .text p {
        font-size: 16px;
        margin-top: 10px;
    }
    .i_box2 li:nth-of-type(1) .text{
        padding-left: 20px;
    }
    .i_box2 li:nth-of-type(2) .text{
        padding-left: 0;
        text-align: right;
        padding-right: 20px;
        right: 0;
    }
    .i_box2 li:nth-of-type(3) .text{
        padding-left: 20px;
    }
    .i_box2 li:nth-of-type(4) .text{
        padding-left: 0;
        text-align: right;
        padding-right: 20px;
        right: 0;
    }
    .i_box2 li.lifix {
        display: none;
    }
    
    
    
    .i_box3 {
        padding: 20px 2%;
        background: #fff;
    }
    .i_box3 .box{
        margin-top: 20px;
    }
    .in_ys3menu li {
        line-height: 44px;
        font-size: 14px;
        width: 24%;
        margin-left: 1.33%;
    }
    .in_ys3menu li:first-child{
        margin-left: 0;
    }
    .in_ys3menu li.active {
        height: 49px;
        background: url('../images/redbg.png') no-repeat center;
        background-size: 100% 100%;
    }
    .in_ys3con {
        overflow: hidden;
        margin-top: 20px;
    }
    .in_ys3con .swiper-slide {
        border-radius: 0px 0px 50px 50px;
        overflow: hidden;
    }
    .in_ys3con .swiper-slide span {
        display: block;
        border: 4px solid #CF4738;
        border-radius: 0px 0px 50px 50px;
        box-shadow: 3px 31px 0px 0px rgba(182,107,99,0.09);
        overflow: hidden;
    }
    .in_ys3con .swiper-slide img {
        border-radius: 0px 0px 50px 50px;
        display: block;
        margin: 0 auto;
        padding: 10px 5px;
        max-width: 100%;
    }
    
    
    
    
    .i_box4 {
        padding: 20px 2%;
    }
    .i_box4 .box{
        max-width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .i_box4  .box4_js {
        padding-bottom: 90px;
    }
    .box4_js .swiper-slide {}
    .box4_js .litext {
        width: 100%;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;    
        box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
        margin: 10px 0;
    }
    .box4_js .litext .pic {}
    .box4_js .litext .pic img {
        width: 100%;
    }
    .box4_js .litext .text {
        padding: 20px;
    }
    .box4_js .litext .text h4 {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .box4_js .litext .text p span {
        margin-left: 30px;
    }
    .box4_js .litext .text p span:first-child {
        margin-left: 0;
    }
    .box4_js .litext .text p span i {
        font-size: 20px;
    }
    .box4_js .litext .text p span em {
        font-size: 16px;
    }
    
    
    
    .i_box5 {
        padding: 20px 2%;
        background: #fff;
    }
    .i_box5 .box {
        margin-top: 20px;
    }
    .i_box5 .box li {
        width: 50%;
        float: left;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .i_box5 .box li:first-child {
        margin-left: 0;
    }
    .i_box5 .box li img {
        width: 100%;
        height: auto;
    }
    .i_box5 .box li span {
        font-size: 18px;
        height: auto;
    }
    .i_box5 .box li:nth-child(2n) span {
        height: 87px;
    }
    .i_box5 .box li:nth-child(2n-1) span {
        padding-top: 15px;
    }
    
    
    
    .i_box6 {
        padding: 20px 2%;
    }
    .i_box6 .box {
        margin-top: 20px;
    }
    .i_box6 li {
        width: 100%;
        float: left;
        margin-left: 0;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .i_box6 li:first-child {
        margin-left: 0;
    }
    .i_box6 li img {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .i_box6 li i {
        font-size: 20px;
        margin-top: 5px;
    }
    .i_box6 li span {
        font-size: 20px;
        margin-top: 18px;
    }
    .i_box6 li span em {
        font-size: 28px;
        font-weight: bold;
    
    }
    .i_box6 li a {
        width: 200px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-top: 15px;
    }
    

    .i_box7 {
        padding: 20px 0;
        background: #fff;
    }
    .i_box7 .box {
        margin-top: 20px;
    }
    .i_box7 li {
        width: 100%;
        margin-right: 0;
        height: 60px;
        margin-top: 15px;
        padding: 0 15px;
        line-height: 60px;
    }
    .i_box7 li:nth-child(2n){
        margin-right: 0;
    }
    .i_box7 li:nth-of-type(3){
        margin-left: 0;
    }
    .i_box7 li em {
        font-size: 26px;
        line-height: 60px;
    }
    .i_box7 li span {
        width: calc(100% - 160px);
        line-height: 60px;
        float: left;
        padding-left: 5px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .i_box7 li a {
        font-size: 14px;
        overflow: hidden;
    }
    .i_box7 li a i {}
    .i_box7 li:nth-of-type(2),.i_box7 li:nth-of-type(3),.i_box7 li:nth-of-type(6){
        background: rgba(0, 0, 0,.03);
    }
    
    
    
    
    .i_box8 {
        padding: 20px 2%;
    }
    .i_box8 .box {
        margin-top: 20px;
    }
    .i_box8 ul {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-top: 20px;
    } 
    .i_box8 li {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .i_box8 li em {
        width: 72px;
        height: 72px;
        font-size: 20px;
        line-height: 70px;
    }
    .i_box8 li .text {
        padding-left: 20px;
        float: left;
        width: calc(100% - 72px);
    }
    .i_box8 li .text a {
        font-size: 18px;
        color: #333333;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .i_box8 li .text p {
        font-size: 14px;
        color: #666;
        margin-top: 6px;
    }
    .i_box8 .boxpic {
        width: 100%;
        float: right;
    } 
    
    
    
    
    .i_box9 {
        padding: 20px 2%;
        background: #fff;
    }
    .i_box9 .box {
        margin-top: 20px;
    }
    .i_box9 .fl {
        display: none;
    }
    .i_box9 .fr {
        width: 100%;
        padding-left: 0;
    }
    .i_box9 .fr li {
        width: 100%;
        margin-right: 0;
        height: 46px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .i_box9 .fr li:nth-child(2n){
        margin-right: 0;
    }
    .i_box9 .fr li span {
        font-size: 16px;
        text-align: right;
        width: 90px;
        float: left;
        line-height: 46px;
    }
    .i_box9 .fr li span i {
        font-size: 14px;
    }
    .i_box9 .fr li input {
        width: calc(100% - 90px);
        padding: 0 20px;
        border: none;
        line-height: 44px;
        border-radius: 40px;
        outline: 0;
        font-size: 16px;
    }
    .i_box9 .fr li img {
        height: 40px;
        margin-top: 0;
    }
    .i_box9 .sub_btn {
        padding-top: 8px;
    }
    .i_box9 .sub_btn input {
        width: 100%;
        height: 47px;
        background: #DB392E;
        border-radius: 53px;
        float: left;
        font-size: 16px;
        color: #fff;
        border: none;
    }
    .i_box9 .sub_btn p{
        width: 100%;
        float: left;
        padding-left: 10px;
    }
    .i_box9 .sub_btn p span {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }
    
    
    .i_box10 {
        padding: 20px 2%;
        background: #F9F9F9;
    }
    .i_box10 .box span {
        font-size: 18px;
        line-height: 28px;
        margin: 6px 0;
    }
    .i_box10 .box a {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        float: left;
        line-height: 28px;
        margin: 6px 0;
        margin-right: 20px;
    }
    .i_box10 .box a:hover {
        color: #CF4738;
    }
    
    
    
    .footer {
        background: #F4F4F4;
        padding: 20px 2%;
        width: 100%;
        overflow: hidden;
        display: none;
    }
    
    .footer .box {
      position: relative;
      padding-bottom: 20px;
    }
    .footer .box{}
    
    .footer .box .flogo {
        width: 100%;
        float: left;
    }
    .footer .box .flogo img {
        display: block;
        height: 50px;
        margin-bottom: 20px;
    }
    .footer .box .flogo p {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
        margin-top: 10px;
    }
    .footer .box .flogo p.tel {
        background: url('../images/phone.png') no-repeat left center;
        background-size: 25px;
        padding-left: 30px;
    }
    .footer .box .flogo p.eml {
        background: url('../images/email.png') no-repeat left center;
        background-size: 25px;
        padding-left: 30px;
    }
    
    .footer .box  .f_nav {
        width: 100%;
        float: left;
        border-left: none;
        margin-left: 0;
        margin-top: 20px;
    }
    .footer .box  .f_nav ul {
        border-right: none;
        float: left;
        width: 33.33%;
        padding-left: 0;
    }
    .footer .box  .f_nav ul span {
        width: auto;
        font-size: 16px;
        line-height: 28px;
    }
    .footer .box  .f_nav ul li {
        font-size: 14px;
        margin-top: 12px;
    }
    
    .footer .box .fr {
        width: 100%;
        float: right;
        margin-top: 20px;
    }
    .footer .box .fr p {
        width: 118px;
        font-size: 18px;
        color: #333333;
        line-height: 28px;
        text-align: left;
    }
    .footer .box .fr span {}
    .footer .box .fr span img {
        width: 120px;
        margin-top: 15px;
    }
    
    .citylist {
        background: #555555;
        padding: 20px 2%;
        min-height: 78px;
    }
    .citylist .box {
        position: relative;
    }
    .citylist .box span {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        font-size: 18px;
        line-height: 28px;
        margin: 6px 0;
    }
    .citylist .box p {
        padding-left: 90px;
    }
    .citylist .box p a{
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        float: left;
        line-height: 28px;
        margin: 6px 0;
        margin-right: 20px;
    }
    
    
    
    
    .copyright {
        padding: 15px 0;
        background: #313131;
    }
    
    .copyright p {
        font-size: 14px;
        display: block;
        line-height: 32px;
        color: #CDCDCD;
        text-align: center;
        margin: 5px 0;
    }
    
    
    
    .page_banner {
        height: 350px;
    }
    .page_banner img {
      width: 100%;
    }
    .page_banner .box {
        padding-top: 100px;
        height: 350px;
        position: relative;
    }
    .page_bmenu a {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        margin: 0 10px;
    }
    .page_bmenu a:hover {
        color: #DC3E32;
    }
    
    
    .new_box {
        padding: 20px 2%;
    }
    .new_box .fl {
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
    }
    .new_box .fr {
        width: 100%;
        margin-top: 20px;
    }
    .new_box .fl .fl_tit {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        padding: 20px;
        border-bottom: solid 1px #f0f0f5;
    }
    
    .new_lists {
        padding: 10px;
    }
    .new_lists li {
        width: 100%;
        float: left;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f5;
    }
    .new_lists li .pic {
        width: 150px;
        float: left;
    }
    .new_lists li .pic img {}
    .new_lists li .text {
        width: calc(100% - 150px);
        float: left;
        padding-left: 10px;
    }
    .new_lists li .text a {
        font-size: 16px;
        color: #111111;
        transition: 0.5s;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
    }
    .new_lists li .text p {
        font-size: 14px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        line-height: 24px;
        margin: 13px 0;
    }
    .new_lists li .text span {
        display: none;
    }
    .new_box .fr .fl_tit {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        padding: 20px;
        border-bottom: solid 1px #f0f0f5;
    }
    .hot_new {
        padding-bottom: 20px;
        background: #ffffff;
        box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
    }
    .hot_new ul {
        padding: 0 20px;
    }
    .hot_new li {
        width: calc(100% - 10px);
        position: relative;
        margin: 20px 20px 20px 20px;
    }
    .hot_new li :after {
        position: absolute;
        content: "";
        top: 7px;
        left: -20px;
        height: 10px;
        width: 10px;
        background: rgb(230 32 33 / 50%);
        border-radius: 100%;
    }
    .hot_new li a {
        width: 100%;
        display: block;
        color: rgba(102,102,102,0.8);
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .hot_new li span {
        display: block;
        font-size: 14px;
        background: url(../images/time.jpg) no-repeat left center;
        padding-left: 22px;
    }
    
    
    .content_tit {
        padding: 20px;
        border-bottom: solid 1px #f0f0f5;
    }
    .content_tit h4 {
        font-size: 18px;
        color: #333333;
        margin-bottom: 0;
        font-weight: 400;
    }
    .content_tit p {
        margin-top: 15px;
        font-size: 14px;
        color: #999999;
    }
    .content_tit p span {
        margin-right: 20px;
        font-weight: normal;
    }
    .centent_content {
        padding: 20px;
    }
    .centent_content p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .content_page {
        padding: 20px;
        border-top: solid 1px #f0f0f5;
    }
    .content_page p {
        margin-top: 8px;
    }
    .content_page p a:hover {
        color: #DC3E32;
    }



    
    .about_menu {
        padding: 20px 10px;
    }
    .about_box .fl {
        width: 120px;
    }
    .about_menu li span {
        margin-top: 0;
    }
    .about_box .fr {
        width: calc(100% - 120px);
        padding: 20px 10px;
        padding-left: 0;
    }

    
    .wapshow {
        display: block;
    }
    .fix_bootom {
        display: block;
    }

    .m_show {
        display: block;
    }
    .i_box2 li {
        width: 48%;
        float: left;
        margin-right: 4%;
        background: #fff;
        box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
        padding: 20px 10px;
    }
    .i_box2 li:nth-child(2n){
        margin-right: 0;
    }
    .i_box2 li .text {
        padding: 0!important;
        position: relative;
        color: #333;
        min-height: 150px;
        margin-top: 0!important;
    }
    .i_box2 li img {
        display: block;
        margin:0 auto;
        height: 45px;
    }
    .i_box2 li .text span {
        color: #333;
        font-size: 18px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 140%;
    }
    .i_box2 li .text p {
        color: #333;
        font-size: 14px;
        color: #666;
        text-align: center;
        line-height: 140%;
        margin-top: 2px;
    }
    .i_box5 .box {
        display: none;
    }
    .mbox5 {
        margin-top: 25px;
    }
    .mbox5 p {
        font-size: 16px;
        color: #fff;
        display: block;
        line-height: 50px;
        padding-left: 70px;
        margin-bottom: 15px;
    }
    .mbox5 p.p1 {
        background: url('../images/m51.png') no-repeat center;
        background-size: 100% 100%;
    }
    .mbox5 p.p2 {
        background: url('../images/m52.png') no-repeat center;
        background-size: 100% 100%;
    }
    .mbox5 p.p3 {
        background: url('../images/m53.png') no-repeat center;
        background-size: 100% 100%;
    }
    .mbox5 p.p4 {
        background: url('../images/m54.png') no-repeat center;
        background-size: 100% 100%;
    }

    
    .i_box10 {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    
    .i_box5 .box li img {
        width: 100%;
        height: 104px;
        
    }
    .i_box5 .box li span {
        font-size: 18px;
        height: auto;
    }
    .i_box5 .box li:nth-child(2n) span {
        height: 88px;
    }
    .i_box5 .box li:nth-child(2n-1) span {
        padding-top: 15px;
    }
}

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

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