@charset "UTF-8";
/****************************** components ******************************/

@font-face {
  font-family: raleway;
  src: url('../font/raleway.ttf');
}

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

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;
  min-width: 1500px;
}

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

a {
  outline: 0 !important;
}

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

.container {
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
}
.header .logo {float: left;padding: 45px 0;}
.header .logo a { display: block; }
.header .logo img { height: 140px; display: inline-block;vertical-align: middle; }

.topbg {
    height: 240px;
    background: url('../img/topbg.jpg') no-repeat center;
    background-size: 100% 100%;
    width: 100%;
}
.topbg .text {
    float: left;
    padding: 0 50px;
    width: calc(100% - 550px);
}
.topbg .text p {
    font-size: 42px;
    color: #01479d;
    display: block;
    line-height: 240px;
    text-align: center;
    font-weight: bold;
}
.topbg .tel {
    float: left;
    margin-top: 65px;
}
.topbg .tel p {
    font-size: 22px;
    color: #01479d;
    margin: 10px 0;
    padding-left: 50px;
    line-height: 40px;
}
.topbg .tel p:nth-of-type(1) {
    background: url('../img/ic2.png') no-repeat left center;
}
.topbg .tel p:nth-of-type(2) {
    background: url('../img/ic1.png') no-repeat left center;
}



.header .topbar {line-height: 40px;background-color: #f1f1f1;font-size: 13px;color: #888;}
.header .topbar span {
    float: left;
    background: url(../img/ic1.jpg) no-repeat left center;
    padding-left: 22px;
}
.header .topbar ul {float: right;}
.header .topbar li {
    float: left;color: #333;
    position: relative;
}
.header .topbar li:nth-of-type(1){
    background: url(../img/ic2.jpg) no-repeat left center;
    padding-left: 32px;
    margin-right: 30px;
}
.header .topbar li:nth-of-type(2){
    background: url(../img/ic3.jpg) no-repeat left center;
    padding-left: 28px;
}
.header .topbar li .h_ewm {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
}
.header .topbar li .h_ewm img {
    width: 120px;
    max-width: 120px;
    display: block;
}
.header .topbar li:hover .h_ewm {
    display: block;
}


.header .nav {font-size: 0;background-color: #01479d;color: #fff;}
.header .nav li {
    width: 14.28%;
    float: left;
}
.header .nav li a {
    font-size: 20px; 
    display: block;
    line-height: 74px;
    color: #fff;
    text-align: center;
}
.header .nav li a i{
    font-style: normal;
    padding-right: 20px;
    background: url(../img/bot.png) no-repeat right center;
}

.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;-webkit-box-sizing: content-box;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.header .nav li.dropdown {position: relative;}
/* .header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 15px;} */
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;background-color: rgba(0, 0, 0, 0.5) !important;line-height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.header .nav .dropdown-box a:hover {background-color: #022d64 !important;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background-color: #022d64;}
.header .nav li.open .dropdown-box {display: block;}
.menu-btn {display: none;padding: 18px 0;float: right;margin-left: 15px;}
.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #015cb5;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}



.banner {width: 100%;position: relative;z-index: 9;}
.banner .pic img {
    display: block;
    width: 100%;
    height: 644px;
    -o-object-fit: cover;
    object-fit: cover; 
}
.banner .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.banner .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 11;
}
.formtext {
    padding-right: 50px;
}
.formtext .box {
    float: right;
    border: 7px solid #01479d;
    background: #efefef;
    position: relative;
    z-index: 1;
    padding: 25px 15px;
    box-sizing: border-box;
}
.formtext .box h3 {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #01479d;
}
.formtext .box form {
    margin-top: 20px;
}
.formtext .box input,.formtext .box select,.formtext .box button {
    width: 376px;
    font-family: Roboto,"sans-serif";
    font-size: 14px;
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #c2c2c2;
    height: 41px;
    margin-bottom: 26px;
    box-sizing: border-box;
    position: relative;
    padding: 2px 10px;
    color: #333;
}

.formtext .box button {
    background: #01479d;
    border-color: #01479d;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 0;
}






.banner_toppic {
    position: relative;
    z-index: 10;
}
.banner_toppic img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -50px;
}

.in_box0 {
    background: url('../img/bg111.jpg') no-repeat center;
    background-size: 100% 100%;
}
.bg1index {
    /*background: rgba(0,110,186,.7);*/
    /*background: rgba(22,71,156,.8);*/
    background-size: 100% 100%;
    padding: 50px 0;
}
.list1 {}
.list1 li {
    /*width: 23%;*/
    width: 354px;
    height: 366px;
    /*margin-right: 2.66%;*/
    margin-right: 28px;
    float: left;
    background: rgba(255,255,255,.8);
    background-size: 100% 100%;
    padding: 12px;
    /*border: 5px solid #afb0ab;*/
}
.list1 li:nth-child(4n){
    margin-right: 0;
}
.list1 li .pic {}
.list1 li .pic img {
    width: 100%;
    display: block;
}
.list1 li .text {}
.list1 li .text p {
    font-size: 36px;
    color: #fff;
    display: block;
    line-height: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: raleway;
    font-weight: bold;
}
/*.list1 li .text a {*/
/*    font-size: 16px;*/
/*    width: 160px;*/
/*    height: 36px;*/
/*    background: #0b7fc5;*/
/*    color: #fff;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    margin-top: 20px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*    border-radius: 8px;*/
/*    margin-bottom: 10px;*/
/*}*/
.list1 li .text a {
    display: block;
    margin: 20px auto 0;
    width: 206px;
    height: 39px;
    background: url('../img/more.png') no-repeat center;
}
.list1 li {
    padding-top: 212px;
}
.list1 li:nth-child(1) {
    background: url('../img/pic1.jpg') no-repeat center;
}
.list1 li:nth-child(2) {
    background: url('../img/pic2.jpg') no-repeat center;
}
.list1 li:nth-child(3) {
    background: url('../img/pic3.jpg') no-repeat center;
}
.list1 li:nth-child(4) {
    background: url('../img/pic4.jpg') no-repeat center;
}



.in_box1 {
    background: url('../img/bg3.jpg') no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0;
}

.box_tit span {
  /*font-size: 36px;*/
  /*color: #0079c2;*/
  font-size: 52px;
  color: #16479c;
  line-height: 140%;
  display: block;
  font-weight: bold;
  text-align: center;
}

.list2 {
    margin-top: 40px;
}
.list2 li {
    width: 32%;
    margin-right: 2%;
    float: left;
    background: #fff;
}
.list2 li:nth-child(3n){
    margin-right: 0;
}
.list2 li span {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 80px;
    /*background: #007ec4;*/
    text-align: center;
    font-family: raleway;
    font-weight: bold;
}
.list2 li:nth-child(1) span {
    background: url('../img/title_bg.png') no-repeat -20px;
}
.list2 li:nth-child(2) span {
    background: url('../img/title_bg.png') no-repeat -517px;
}
.list2 li:nth-child(3) span {
    background: url('../img/title_bg.png') no-repeat -1033px;
}
.list2 li .pic {}
.list2 li .pic img {
    width: 100%;
    display: block;
}
.list2 li .text {}
.list2 li div {}


                                    
.footer2 {
    background: url('../img/footbg.jpg') no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0;
    width: 100%;
    position: relative;
}

.footer2 .fl {
    width: 100%;
}
.footer2 .fl p{
    font-size: 30px;
    color: #333;
    line-height: 24px;
    text-align: left;
    margin: 5px 0;
    text-align: center;
    margin-top: 15px;
}

.footer2 .fr {
    width: 100%;
    text-align: center;
}
.footer2 .fr a {
    display: inline-block;
    margin-left: 20px;
}
.footer2 .fr a img {
    height: 25px;
}





.prodesc {
    padding: 50px 0;
    background: #f0f0f0;
}
.prodesc .fl{
    width: calc(100% - 300px);
    padding-right: 100px;
}
.prodesc .fl h3{
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #004171;
}
.prodesc .fl .text{}
.prodesc .fl .text p{
    font-size: 18px;
    line-height: 26px;
    color: #7d7d7d;
    margin-bottom: 0px;
    text-align: justify;
}
.prodesc .fr{
    width: 300px;
    padding-top: 80px;
}
.prodesc .fr img {
    display: block;
    width: 100%;
}






.page_title span {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #004171;
}
.prolist {
    background: #ced9e0;
    padding: 40px 0;
}
.list3 {
    margin-top: 40px;
}
.list3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list3 {}
.list3 li {
    width: 18%;
    margin-right: 2.5%;
    border-right: 5px solid #afb0ab;
    background: #fff;
    margin-bottom: 35px;
}
.list3 li:nth-child(5n){
    margin-right: 0;
}
.list3 li .pic {
    padding: 25px;
    border-bottom: 1px solid #c2c2c2;
}
.list3 li .pic img{
    height: 140px;
    display: block;
    margin: 0 auto;
}
.list3 li .text{}
.list3 li .text a {
    padding: 20px 10px;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}



.showprodesc {}
.showprodesc.prodesc .fl {
    width: 100%;
}
.showprodesc.prodesc .fl .text {
    overflow: hidden;
}
.showbtn {
    color: #1c9ae6;
    margin-top: 20px;
    display: inline-block;
    border: none;
    background: none;
    font-size: 18px;
    line-height: 23px;
    cursor: pointer;
}



.list5 {}
.list5 li {
    width: 100%;
    border-bottom: 5px solid #afb0ab;
    background: #fff;
    margin-top: 40px;
}
.list5 li a {
    padding: 50px 90px 50px 45px;
    position: relative;
    display: block;
}
.list5 li a span {
    font-size: 30px;
    display: block;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.list5 li a p {
    font-size: 18px;
    line-height: 23px;
    color: #7d7d7d;
}
.list5 li a i {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
}
.list5 li a i img {
    width: 72px;
}


.newsbox {
    background: #f0f0f0;
    padding-bottom: 50px;
}
.newsbox .fl {
    width: 330px;
}
.newsbox .fr {
    width: calc(100% - 330px);
    padding-left: 60px;
}

.newpdd0.prodesc {
    padding-bottom: 0;
}
.newmenu {
    display: block;
    background: #fff;
    box-shadow: 7px 7px 0 0 #c2c2c2;
    padding: 45px;
}
.newmenu h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.newmenu li a {
    line-height: 2.75;
    color: #333;
    font-size: 20px;
    display: block;
}

.newslist {}    
.newslist li {
    width: 30%;
    float: left;
    margin-right: 5%;
    box-shadow: 7px 7px 0 0 #c2c2c2;
    margin-bottom: 50px;
    background: #fff;
} 
.newslist li:nth-child(3n){
    margin-right: 0;
} 
.newslist li .pic img {
    width: 100%;
    height: 200px;
}
.newslist li span {
    margin: 0;
    padding: 0 30px;
    min-height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 700; 
}     


.show_newsbox {
    background: #f0f0f0;
}
.show_newsbox .box {
    background: #fff;
}

.show_tit {
    padding: 50px 30px 22px;
    border-bottom: 1px solid #ddd;
}
.show_tit h3 {
    font-size: 30px;
    font-weight: 700;
    color: #004171;
}
.show_tit p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28;
    color: #7d7d7d;
    margin-top: 20px;
}
.show_tit p span{
    margin-right: 30px;
}
.show_tit p span:last-child {
    margin-right: 0;
}

.content {
    padding: 20px 30px 40px;
    border-bottom: 1px solid #ddd;
}
.content p {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-top: 15px;
}

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

.show_newsboxart.newsbox {
    padding-top: 50px;
}
.show_newsboxart.newsbox .fr {
    width: 100%;
    padding: 0;
    padding-top: 50px;
}





















.main_menu span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  background: #f4f4f4;
  transition: .5s;
  font-size: 1.1em;
  display: block;
}

.main_menu span a {
  display: inline-block;
  width: 80%;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  outline: 0;
}

.main_menu span em {
  width: 20%;
  height: 40px;
  outline: 0;
  display: inline-block;
  padding-left: 5%;
  display: inline-block;
  background: url(../img/lanb.png) no-repeat center;
  background-size: 8px;
}

.main_menu span:hover {
  background: #000;
}

.main_menu span:hover a {
  color: #fff;
}

.main_menu span:hover em {
  background: url(../img/bottom.png) no-repeat center;
  background-size: 16px;
}

.main_menu span.active {
  background: #000;
}

.main_menu span.active a {
  color: #fff;
}

.main_menu span.active em {
  background: url(../img/bottom.png) no-repeat center;
  background-size: 16px;
}

.main_menu ul {
  display: none;
}

.main_menu ul li {
  font-size: 14px;
  display: block;
  color: #333;
  line-height: 32px;
  transition: .3s;
  padding-left: 50px;
}




.currson {
  width: 100%;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 10px;
}

.currson p {
  float: left;
  line-height: 50px;
  font-size: 16px;
}

.currson .text {
  line-height: 42px;
}

.currson .text p {
  width: 100%;
  float: left;
  padding-left: 42px;
  border-left: #dddede 1px solid;
}

.currson .text p span {
  float: left;
  border-left: #dddede 1px solid;
  padding-left: 12px;
  color: #333;
}

.currson .text p a {
  float: left;

}
                

.show_pro1 .content_box {
  width: 100%;
  margin-top: 20px;
}

.show_pro1 .content_box .fl {
  width: 50%;
  float: left;
}

.show_pro1 .content_box .fl .pic {
  padding: 1%;
  border: 1px solid #ddd;
}

.show_pro1 .content_box .fr {
  width: 47%;
  float: left;
  padding-left: 3%;
}

.show_pro1 .content_box .fr span {
  margin: 0px;
  padding-top: 5px;
  display: block;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.show_pro1 .content_box .fr p {
  line-height: 45px;
  height: 45px;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  color: #666;
}

.show_pro1 .content_box .fr p i {
  font-style: normal;
  font-size: 22px;
  color: #0071bf;
  font-family: impact;
}

.show_pro1 .content_box .fr a {
  width: 145px;
  height: 40px;
  background: #0071bf;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  border-radius: 5px;
}

.show_pro1 .pc_slide {
  width: 100%;
  margin: 0 auto;
}

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

.show_pro1 .pc_slide .view .swiper-slide .imgauto {
  width: 96%;
  margin: 2%;
  height: 280px;
}

.show_pro1 .pc_slide .preview {
  width: 100%;
  margin-top: 12px;
  position: relative;
  padding-bottom: 20px;
}

.show_pro1 .pc_slide .preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}

.show_pro1 .pc_slide .preview .swiper-slide {
  width: 25%;
  cursor: pointer;
}

.show_pro1 .pc_slide .preview .swiper-slide .imgauto {
  width: 90%;
  margin: 0 5%;
  height: 80px;
  border: 1px solid #ddd;
}

.show_pro1 .pc_slide .preview .active-nav .imgauto {
  border: 1px solid #1876d6;
}

.show_pro1 .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;
  outline: 0;
}

.show_pro1 .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;
  outline: 0;
}

.show_pro1 .show_text {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}

.show_pro1 .show_text h3 {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 10px;
}

.show_pro1 .show_text h3 span {
  width: 130px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #0071bf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.show_pro1 .show_text ul li {
  width: 49%;
  float: left;
  padding-right: 2%;
  padding-left: 15px;
  line-height: 30px;
  background: url(../img/dian.jpg) no-repeat 5px center;
}

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

.show_pro1 .show_text ul li a:hover {
  color: #0071bf;
}

.show_pro1 .show_text ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.show_pro1 .show_text ul li:nth-child(2n) {
  padding-right: 0;
  float: right;
}
.show_pro1 .content {
  width: 100%;
  padding: 0 1%;
  padding-bottom: 20px;
}
.show_pro1 .content p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 10px;
}
.show_pro1 .content img {
  display: block;
  max-width: 100%;
}

.show_pro1 .hotpro_list ul li {
  width: 23%;
  margin-left: 2.66%;
  float: left;
  position: relative;
  box-shadow: 0px 1px 10px 1px #ddd;
}

.show_pro1 .hotpro_list ul li .imgauto {
  width: 100%;
  height: 208px;
}

.show_pro1 .hotpro_list ul li .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.show_pro1 .hotpro_list ul li span {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  text-align: center;
  display: block;
}

.show_pro1 .hotpro_list ul li:first-child {
  margin-left: 0;
}

.show_pro1 .hotpro_list ul li:hover .imgauto img {
  transform: scale(1.1);
  transition: .5s;
}

.show_pro1 .show_text ul li {
  width: 49%;
  float: left;
  padding-right: 2%;
  padding-left: 15px;
  line-height: 30px;
  background: url(../img/dian.jpg) no-repeat 5px center;
}

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

.show_pro1 .show_text ul li a:hover {
  color: #0071bf;
}

.show_pro1 .show_text ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.show_pro1 .show_text ul li:nth-child(2n) {
  padding-right: 0;
  float: right;
}
.show_pro1 .show_pages {
  width: 100%;
  background: #f5f5f5;
  padding: 0 1%;
}

.show_pro1 .show_pages p {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pro1 .show_pages p a {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pro1 .show_pages p a:hover {
  color: #0071bf;
}


.artlist {
  width: 100%;
  margin-top: 30px;
}

.artlist ul li {
  width: 100%;
  padding: 10px;
  float: left;
  margin-bottom: 20px;
  background: #f3f3f4;
}

.artlist ul li .fl {
  width: 180px;
}

.artlist ul li .fl .imgauto {
  width: 100%;
  height: 185px;
}

.artlist ul li .fr {
  float: none;
  overflow: hidden;
  padding-left: 20px;
}

.artlist ul li .fr span {
  font-size: 18px;
  color: #000;
  display: block;
  padding-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.artlist ul li .fr p {
  font-size: 14px;
  color: #888;
  display: block;
  margin-top: 10px;
  line-height: 24px;
  overflow: hidden;
}

.artlist ul li:hover {
  box-shadow: 0px 1px 4px #999;
  background: #000;
}

.artlist ul li:hover .fr span {
  color: #fff;
}

.artlist ul li:hover .fr p {
  color: #fff;
}

.prowrap {
    padding-bottom: 0;
}


.content_wrap {
  position: relative;
  padding-top: 20px;
}

.content_wrap .yu_bg {
  background: #fff;
}

.content_tit h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.content_tit p {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 1px solid #d3d3d3;
}

.content_tit p span {
  line-height: 21px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


.show_pages {
  padding-top: 20px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 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;
}






.pages .pagination {
    height: auto;
    text-align: center;
}
.pages .pagination a,.pages .pagination p {
    height: auto;
    float: none;
    display: inline-block;
}






.show_probox2 {
    background: #000;
    padding: 40px 0;
}
.show_probox2 .fl {
    width: calc(100% - 350px);
}
.show_probox2 .fl span {    
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: block;
}
.show_probox2 .fl p {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}
.show_probox2 .fr {
    width: 250px;
}
.show_probox2 .fr span {
    border: 3px solid #fff;
    height: 46px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    display: block;
    margin-top: 20px;
    cursor: pointer;
}



.fix_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.fixformbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,.7);
}
.fix_form .wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.fix_form .box {
    position: relative;
    z-index: 12;
    background: #fff;
    width: 800px;
    padding: 45px;
    margin: 0 auto;
}
.fix_form .box .fl {
    width: 50%;
    padding-right: 15px;
}
.fix_form .box .fl span{
    font-size: 30px;
    font-weight: 700;
    color: #004171;
    display: block;
    line-height: 100%;
    margin-bottom: 30px;
}
.fix_form .box .fl p{
    font-size: 18px;
    line-height: 23px;
    color: #7d7d7d;
    margin-bottom: 20px;
}
.fix_form .box .fl h3{
    font-size: 20px;
}

.fix_form .box .fr {
    width: 50%;
    padding-left: 15px;
}
.fix_form .box .fr form {
    margin-top: 52px;
}
.fix_form .box .fr form li {
    position: relative;
    padding: 12px 0;
}
.fix_form .box .fr form li span {
    color: #333;
    font-weight: 700;
    position: absolute;
    top: -2px;
    left: 17px;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    clear: both;
    font-size: 14px;
    line-height: 23px;
}
.fix_form .box .fr form li input {
    background-color: #fff;
    width: 100%;
    border: 2px solid #c2c2c2;
    height: 45px;
    padding: 0 10px;
}
.fix_form .box .fr form li textarea {
    background-color: #fff;
    width: 100%;
    border: 2px solid #c2c2c2;
    height: 110px;
    padding: 6px 10px;
}
.fix_form .box .fr form li input.subbtn{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    vertical-align: middle;
    text-shadow: none;
    border: 0;
    box-shadow: none;
    max-width: 240px;
    font-weight: 700;
    background: #000;
    letter-spacing: normal;
    border-radius: 0;
}


















           



@media screen and (max-width: 1500px){
    .center {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1100px){
    .center {
        width: 100%;
        padding: 0;
    }
    body {
        min-width: initial;
    }
}

@media screen and (max-width: 1024px){
    .topbg .text {
        white-space: nowrap;
    }
    .list1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
    }
    .list1 ul li {
        margin-right: 0;
    }
    .list1 ul:after {
        display: none;
    }
}


@media screen and (max-width: 768px){
    .topbg {
        height: auto;
        padding: 3px 2%;
        height: 60px;
    }
    .header {
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd;
    }
    .header .topbar, .header .text, .header .tel {
        display: none;
    }
    .container {
        width: auto;
    }
    .menu-btn {
        display: block;
    }
    .header .logo {
        height: 50px;
        line-height: 30px;
        float: none;
        padding: 0;
    }
    .header .logo a { 
        line-height: 50px;
        float: left;
    }
    .header .logo a img {
        max-height: 40px;
    }
    .header .nav {
        margin: 0 0 -10px;
        text-align: left;
        display: none;
        background-color: transparent;
        border-bottom: 0;
        height: calc(100vh - 60px);
        background: rgba(0, 0, 0,.6);
        border: none;
    }
    .header .nav ul {
        margin: 0 -15px;
        background: #fff;
    }
    .header .nav li {
        width: 100%;
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: none;
        text-align: left;
        padding: 0 10px;
    }
    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333;
        text-align: left;
    }
    .header .nav li a i {
        background: none;
    }
    .header .nav li .arr {
        display: block;
    }
    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left;
    }
    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }


    .banner {
        margin-top: 60px;
    }
    .banner .pic img {
        width: 100%;
        height: 180px;
    }
    .banner .text {
        position: relative;
        height: 360px;
    }
    .formtext {
        padding: 0;
    }
    .formtext .box {
        width: 100%;
    }
    .banner_toppic img {
        top: -20px;
        padding: 0 10px;
    }

    .list1 {
        padding: 0 12px;
    }
    .list1 li {
        width: 46%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .list1 li:nth-child(4n) {
        margin-right: 2%;
    }
    .list1 li:nth-child(2n) {
        margin-right: 0;
    }
    .list1 li .text p {
        font-size: 16px;
    }
    .list1 li .text a {
        width: 80%;
    }


    .box_tit span {
        font-size: 22px;
    }
    .list2{
        padding: 0 12px;
        margin-top: 10px;
    }
    .list2 li{
        width: 100%;
        margin-top: 20px;
    }



    .footer2 .fl {
        width: 100%;
    }
    .footer2 .fl p {
        font-size: 16px;
    }
    .footer2 .fr {
        width: 100%;
        padding-top: 12px;
    }
    .footer2 .fr a:first-child {
        margin-left: 0;
    }

    





    .footer2 {
        padding: 30px 2%;
    }
    .footer2 .foot_pro {
        display: none;
    }
    .footer2 .foot_contact {
        width: 100%;
        padding: 0;
    }
    .footer2 .foot_contact .f_text p {
        margin-bottom: 0;
    }
    .footer2 .foot_ewm {
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    .footer2 .foot_ewm .ewmbox p {
        float: left;
    }
    .footer2 .foot_ewm .ewmbox img {
        float: right;
        margin-right: calc(100% - 300px);
    }
    .copyright {
        padding: 12px 2%;
    }

    .header .nav li a {
        font-size: 14px;
    }


    .in_box1.prowrap .main_l {
        display: block;
        width: 100%;
    }
    .in_box1 .main_l .main_contact {
        display: none;
    }
    .in_box1 .ml_tit {
        padding: 12px 0;
    }
    .in_box1 .ml_tit span {
        font-size: 20px;
    }
    .in_box1 .ml_tit p {
        display: none;
    }
    .currson {
        display: none;
    }
    .in_box1 .box1_list ul li .imgauto {
        height: 132px;
    }

    .artlist {
        width: 100%;
        margin-top: 10px;
    }
    .artlist ul li {
        margin-bottom: 12px;
    }
    .artlist ul li .fl {
        width: 1rem;
    }
    .artlist ul li .fr {
        padding-left: 12px;
    }
    .artlist ul li .fr span {
        font-size: .125rem;
    }
    .artlist ul li .fr p {
        font-size: .11rem;
        margin-top: 8px;
        line-height: .2rem;
        height: .6rem;
        overflow: hidden;
    }
    .in_box1 .main_l {
        padding-bottom: 5px;
    }

    .prodesc .fl h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .page_title span {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .prodesc  {
        padding: 20px 10px;
    }
    .prodesc .fl {
        width: 100%;
        padding: 0;
    }
    .prodesc .fr {
        width: 100%;
        padding-top: 0;
    }
    .prolist {
        padding: 20px 10px;
    }
    .list3 {
        margin-top: 20px;
    }
    .list3 li {
        width: 48%;
        margin-right: 4%;
    }
    .list3 li:nth-child(5n){
        margin-right: 4%;
    }
    .list3 li:nth-child(2n){
        margin-right: 0;
    }


    
    .navmt60 {
        margin-top: 60px;
    }

    .newsbox {
        padding: 0 10px;
    }
    .newsbox .fl {
        width: 100%;
        box-shadow: none;
    }
    .newsbox .fr {
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
    .newslist li {
        width: 100%;
        margin-bottom: 20px;
    }
    .newmenu{
        padding: 20px;
    }
    .newslist li {
        box-shadow: none;
    }

    .show_newsbox {
        padding: 0 10px;
    }
    .show_tit {
        padding: 20px;
    }
    .show_tit h3 {
        font-size: 20px;
    }
    .show_tit p span {
        display: block;
    }
    .content{
        padding: 20px;
    }

    .flex.wap_block {
        display: block;
    }
}

@media screen and (max-width: 430px){
    .banner_toppic {
        z-index: 9;
    }
    body .header .nav .dropdown-box2 {
        padding: 0;
        column-gap: 0;
        height: 40vh;
        overflow-x: hidden;
    }
    body .header .nav .dropdown-box2 .item {
        margin-right: 0;
    }
}


.header .nav ul {
    position: relative;
}
.header .nav .dropdown-box2 {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: grid;
    z-index: 10;
    text-align: center;
    background: #fff;
    text-align: left;
    padding: 25px 50px;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}
.header .nav .dropdown-box2 .item {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #c2c2c2;
    padding-top: 5px;
    padding-bottom: 3px;
}
.header .nav .dropdown-box2 .item .label {
    flex: none;
    display: flex;
    align-items: center;
    width: 120px;
    overflow-wrap: break-word;
    margin-right: 40px;
    font-size: 14px;
}
.header .nav .dropdown-box2 .item .label > img {
    margin-right: 10px;
}
.header .nav .dropdown-box2 .item a {
    border-bottom-width: 3px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    margin-right: 20px;
}
.header .nav .dropdown-box2 .item a:hover {
    border-bottom-color: #0079c2;
}
.header .nav .dropdown-box2 .item .list {
}

/*.header .nav li.open .dropdown-box2 {*/
/*    display: grid;*/
/*}*/

.header .nav li .dropdown-box2 a {
    display: inline;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: transparent;
}

.header {
    position: relative;
}
.cart_sign_in {
    position: absolute;
    right: 50px;
    top: 40px;
    color: #01479D;
    font-weight: bold;
    display: flex;
    gap: 25px;
    text-decoration: underline;
}
.cart_sign_in a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product2 {
    background-color: #F0F0F0;
    font-size: 16px;
}

.product2 .flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product2 .l {
    flex: none;
    width: 385px;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.product2 .l .lt, .product2 .l .gt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleY(200%);
    z-index: 9;
    color: #D5D5D5;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

.product2 .l .lt {
    left: 10px;
}

.product2 .l .gt {
    right: 10px;
}

.product2 .l .imagelist {
    width: 385px;
    height: 390px;
    object-fit: contain;
    display: none;
}

.product2 .r {
    flex: auto;
    background-color: #fff;
    padding: 10px;
}

.product2 .r .tab {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
    display: flex;
}

.product2 .r .tab .item {
    flex: 1;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    color: #01479D;
    margin-left: 17px;
    position: relative;
}

.product2 .r .tab .item::before {
    content: '';
    height: 53px;
    border-left: 1px solid #DEDEDE;
    position: absolute;
    left: -17px;
}

.product2 .r .tab .item:first-child {
    border-left: 0;
    margin-left: 0;
    margin-right: 17px;
}

.product2 .r .tab .item:first-child::before {
    display: none;
}

.product2 .r .tab .item.active {
    background-color: #01479D;
    color: #fff;
}

.product2 .r .tab_content .item {
    padding: 20px 30px;
    line-height: 2;
    font-size: 16px;
}

.product2 .filter {
    margin-top: 15px;
    background-color: #fff;
    padding: 20px 50px 20px 15px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.product2 .filter .item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product2 .filter .item .layui-icon {
    font-size: 24px;
    color: #898989;
    cursor: pointer;
}

.product2 .layui-table {
    width: 100%;
}

.product2 .layui-table th {
    height: 113px;
    /*background-color: #01479D;*/
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.product2 .layui-table thead {
    background: url('../img/EC9BD0C9996E3682C00FD02C96557B2E.jpg');
}
.product2 .layui-table th:before {
    content: '';
    height: 44px;
    border-left: 3px solid #27ACF7;
    padding-left: 15px;
}

.product2 .layui-table td {
    height: 113px;
    font-size: 16px;
}

.product2 .layui-table tr {
    border-top: 5px solid #F0F0F0;
}

.product2 .layui-table tbody tr:hover {
    background-color: #D6E8F2;
}

.product2 .layui-table .input_number {
    width: 194px;
    height: 57px;
    background-color: #F0F0F0;
    font-size: 16px;
}

.product2 .layui-table .input_number + .layui-input-affix {
    display: none;
}

.product2 .layui-table .btn {
    height: 66px;
    background-color: #01479D;
    font-size: 16px;
}

.product2 .layui-table .btn:hover {
    background-color: #000000;
}

.cut_form {
    border-radius: 10px;
}

.cut_form .layui-form {
    padding: 30px;
}

.cut_form .layui-input {
    font-size: 16px;
}

.cut_form .title {
    text-align: center;
    font-size: 20px;
    color: #000;
}

.cut_form .submit_btn {
    height: 52px;
    border-radius: 26px;
    background-color: #01479D;
    padding: 0 55px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}


















/************ 公共 顶部 底部 ---结束 *******/
/****************************** media ******************************/

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