﻿/****************************** components ******************************/
.w1300{ width:1300px; margin:0 auto;}
.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: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
  font-size: 12px;
}

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

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

.header {
  width: 100%;
  background: #fff;
  position: relative;
}

.header .top_top {
  widows: 100%;
  height: 50px;
  background: #333333;
  color:#FFFFFF;
}

.header .top_top p {
  float: left;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.header .head_top {
  width: 100%;
  padding: 10px 0;
}
.m_hcon{}
.m_code{margin-top:5px; margin-bottom:15px;}

.pc_tel{ font-size:18px; float:right; line-height:50px;}
.pc_tel i{ margin-right:5px;}

.header .head_top .fl a {
  float: left;
}

.header .head_top .fl a img {
  height: 96px;
  display: block;
}

.m_hcon div{float:right;display:block;margin:20px 0 0;width:180px;background:url(../images/h_con2.jpg) no-repeat center 0}
.m_hcon div span{padding:0 0 0 73px;color:#282853;font-weight:400;font-size:14px;font-family:"微软雅黑"}
.m_hcon div b{display:block;padding:5px 0 0px 0;color:#ba0001;text-align:center;font-size:22px;font-family:"微软雅黑"; line-height:24px;}



.header .head_top .fr .tel {
  float: right;
}

.header .head_top .fr .tel p {
  padding-left: 55px;
  background: url(../images/tel.jpg) no-repeat left center;
}

.header .head_top .fr .tel p i {
  font-size: 14px;
  color: #666;
  display: block;
  font-style: normal;
}

.header .head_top .fr .tel p span {
  display: block;
  color: #0071be;
  font-size: 25px;
  font-weight: bold;
}

.pc_search {
  float: right;
  position: relative;
  margin-top: 10px;
}

.pc_search input {
  height: 26px;
  width: 240px;
  padding-right: 40px;
  border: none;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  outline: 0;
  padding-left: 10px;
}

.pc_search .btn {
  height: 26px;
  width: 26px;
  position: absolute;
  right: 10px;
  top: 0;
  border: none;
  outline: 0;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: url(../images/seach1.png) no-repeat right center;
  background-size: 18px;
}

.pc_search:hover .btn {
  background: url(../images/seach2.png) no-repeat right center;
  background-size: 18px;
}

.nav {
  width: 100%;
  background: #d00e0f;
  height: 55px;
}

.nav ul li {
  float: left;
  width: 12.5%;
  height: 55px;
  position: relative;
}

.nav ul li a {
  width: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight:bold;
}

.nav ul li a:hover {
  background: #333333;
}

.nav ul li a.on {
  background: #333333;
}
.nav ul li a.active {
  background: #333333;
}


.nav ul li .v_list {
  position: absolute;
  width: 100%;
  top: 55px;
  background: #333333;
  left: 0;
  z-index: 99;
  display: none;
}

.nav ul li .v_list a {
  color: #fff;
  line-height: 42px;
  font-size: 14px;
  transition: .5s;
  text-align: center;
}
.nav ul li .v_list .vv_list {
  display: none;
}
.nav ul li .v_list .vv_list a {
  width: 100%;
  display: block;
  padding-left: 35%;
}

.nav ul li .v_list a:hover {
  transition: .5s;
  background: #333333;
}

.nav ul li:hover .v_list {
  display: block;
}
.nav ul li .v_list .v_listhover:hover .vv_list  {
  display: block;
}
.nav ul li .v_list .v_listhover a:hover{
  transition: .5s;
  background: #d00e0f;

}

.sousuo{ margin-top:40px; margin-left:50px;}
.sousuo input.keyword{height:36px;background:hsla(0,0%,100%,.8);padding:0 10px;width:160px; border:1px solid #b3b3b3; float:left;outline:none;}
.sousuo input.serbtn{height:36px;background:url(../images/ser.svg) #d00e0f no-repeat center;width:40px;color:#fff;cursor:pointer;background-size:20px 20px; border:none; outline:none; float:left;}
.zhihui_con{ margin-top:30px;}
.zhihui_left{ position:relative; width:100%%;}
.zhihui_center{ position:relative; width:100%; margin-left:0.7%;}
.zhihui_right{ position:relative; width:100%;}
.zhihui_tu{ position:relative;}
.zhihui_icon{ position:absolute;top:38%;left:38%;}
.zhihui_icon{ text-align:center;}
.zhihui_icon h2{ color:#FFFFFF;font-size:22px;}
.zhihui_newscon{}
.zh_newstit{ border-bottom:1px solid #dfdfdf; overflow:hidden; height:35px;}
.zh_news01{ width:100%; margin-top:20px;}
.zh_news01 h2{ border-left:4px solid #cb060d; padding-left:10px; float: left; margin-bottom:10px;font-size:22px;}
.zh_news02{ width:100%; margin-left:1%; margin-top:20px;}
.zh_news02 h2{ border-left:4px solid #cb060d; padding-left:10px; float: left; margin-bottom:10px;font-size:22px;}
.zh_more a{ color:#cb060d; font-size:14px;}
.zh_newsnr ul li{ margin-top:10px; margin-bottom:10px;}
.zh_newsnr ul li span{ margin-right:5px;}

.qklist{}
.qklist li{display:inline; float:left; width:300px; margin-right:10px; margin-bottom:10px;height:280px;}
.qklist li.index-3{ margin-right:0}
.qklist li a{ display:block}
.qklist li img{ background:#efefef}

.qklist div.dd1{ position:relative}
.qklist div.dd1 a:before{content:'';position:absolute;width:100%;left:0;top:0;height:355px;transition:all 0.3s ease 0s;z-index:1;background:url(../images/zoom.png) center 140px no-repeat;opacity:0}
.qklist div.dd1 a:after{content:'';position:absolute;width:100%;left:0;top:0;height:355px;transition:all 0.3s ease 0s}
.qklist div.dd1 a:hover:after{background:url(../images/h50.png)}
.qklist div.dd1 a:hover:before{opacity:1;background:url(../images/zoom.png) center center no-repeat}

.qklist li div.dd2{ height:70px; padding:10px 0 0 0}
.qklist li div.dd2 em{ display:inline; float:left; line-height:1.6; width:180px; font-style:normal;}
.qklist li div.dd2 em a{font-size:14px;}
.qklist li div.dd2 a.openwin{display:inline; float:right; padding:5px 10px; background:#CC0033; color:#fff; font-size:12px;}

.zzhihui_tu img{-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;transform: translate3d(0,0,0);}
.zhihui_tu{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; overflow:hidden;}
.zhihui_tu:hover img{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}

.intro {
  padding-top: 2.0%;
  padding-bottom: 2.5%;
}
.intro h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 1%;
}
.intro .tx {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: left;
}

.intro .tx p{
  padding-bottom:15px;
  text-indent:2em;
  text-align:justify;
}

.data {
  margin-top: 2%;
}
.data .member, .data .work, .data .honor ,.data .store{
width:25%;
  background: url(../images/dataline.jpg) no-repeat right center;
  text-align:center;
}
.data .num {
  font-size: 60px;
  color: #b50000;
  line-height: 1;
}
.data .num i {
  font-style: normal;
}
.data .num span {
  font-size: 18px;
  margin-left: 5px;
}
.data .sm {
  font-size:18px;
  margin-top:20px;
}

.intro{ background:#f5f5f5; margin-top:50px;}
.index_case{ margin-top:40px;}

.zj_qiehuan{ width:44%; margin-top:10px;}
.Box {position: relative;}
.Box .content {width:100%;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
.Box .Box_con .btnl {background: url(images/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(images/jtr02.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background: url(images/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(images/jtr03.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 130px;height: 240px;margin-left: 20px;overflow: hidden;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 130px;height: 188px;transition: all 0.5s; }
.Box .Box_con .conbox ul li p{ font-size:14px; text-align:center; margin-top:5px;}

.Box .BoxSwitch {margin-top:10px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width:10px;height:10px;background: #ccc;margin: 0 5px;cursor: pointer; border-radius:30px;}
.Box .BoxSwitch span.cur {background: #df0011;}



.fenzhilist{margin-top:30px;text-align:center;}
.fenzhilist ul{ margin-left:1%;}
.fenzhilist li{width:16.6%;margin-bottom:40px; float:left;height:100px; }
.fenzhilist li a{display:block;}
.fenzhilist li a img{box-sizing:border-box;width:95%;height:100px;border:1px #ccc solid;}
.fenzhilist li .d2{font-size:14px;color:#333;text-align:center;padding-top:10px;}

.nei_nav{ text-align:center; width:1300px;margin:0 auto;padding:0;border-bottom:1px solid #eaeaea;}
.nei_nav ul{ margin:0 auto;}
.nei_banner img{margin:0;padding:0; overflow:hidden;max-width:100%}
.nei_nav ul{ display:inline-block; }
.nei_nav ul li{ float:left; height:65px;}
.nei_nav ul li a{ display:block; width:190px; height:65px; line-height:65px; font-size:16px;}
.nei_nav ul li a:hover{ background:#c01921; color:#FFFFFF;}
.nei_nav ul li a.on{ background:#c01921; color:#FFFFFF;}
.nei_line{ width:1px!important; height:20px!important; background:#dedede; margin-top:25px;}
.nei_con{ margin-top:30px; padding-bottom:60px; overflow:hidden;}
.nei_con p{ text-indent:2em; line-height:32px;}

.nei_nav ul .nei_line:nth-last-of-type(1) { display: none;}
.tuandui .list ul{overflow:hidden;margin-top:20px}
.tuandui .list ul li{width:31%;float:left;margin-right:2.225%;margin-bottom:42px}
.tuandui .list ul li a{display:block;border:1px solid #dedede}
.list ul li a .pic{width:100%;display:block;overflow:hidden}
.tuandui .list ul li a .pic img{width:100%;display:block;transition:all 0.5s}.list ul li a .li_con{padding:10px 16px 40px}
.tuandui .list ul li a .li_con .time{font-size:14px;color:#959595;line-height:28px;}
.tuandui .list ul li a .li_con h5{font-size:20px;color:#1b1b1b;line-height:40px;font-weight:normal;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.5s}
.tuandui .list ul li a .li_con .text{font-size:14px;color:#959595;line-height:24px;height:48px;overflow:hidden}
.tuandui .list ul li.ani{opacity:1;transform:translate(0)}
.tuandui .list ul li a .pic{width:100%;display:block; }
.tuandui .list ul li a .pic img{width:100%;display:block;transition:all 0.5s;height:240px;overflow:hidden;}
.tuandui ul li a:hover .pic img{transform:scale(1.05);overflow:hidden;}

.page {
text-align:center; margin:0 auto;
margin-bottom:50px;
}
.page ul{display: inline-block; }
.tcdPageCode {
  text-align: center;
  color: #808080;
  font-size: 14px;
}
.tcdPageCode li {
  display: inline; float:left;
}
.tcdPageCode span.disabled {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #808080;
  background: #fff;
  border: 1px solid #e6e3e3;
  vertical-align: middle;
  border-radius:1px;
  font-size:14px;
}
.tcdPageCode span.current {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #fff;
  background-color: #d00e0f;
  border: 1px solid #d00e0f;
  vertical-align: middle;
  border-radius:1px;
}
.tcdPageCode a {
  display: inline-block;
  font-size:14px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 14px;
  border: 1px solid #ddd;
  margin: 0 2px;
  vertical-align: middle;
  border-radius:1px;
}

.tcdPageCode a:hover {
 background-color: #d00e0f;
 color:#FFFFFF;
}
.tcdPageCode .active a {
 background-color: #d00e0f;
 color:#FFFFFF;
}

.tuandui_xq{ margin-top:30px;}
.tuandui_xq .w1400 h5 {
    font-size: 30px;
    color: #333333;
    line-height: 44px;
    text-align: center;
}

.tuandui_xq .w1400 .t_views .time {
    font-size: 16px;
    color: #f7971a;
    line-height: 70px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
	
}

.tuandui_xq .w1400 .t_views .views {
    font-size: 16px;
    color: #f7971a;
    line-height: 70px;
    text-align: center;
    margin: 0 10px;display: inline-block;
}
.tuandui_xq .w1400 .t_views {
    text-align: center;
    font-size: 0;
}
.tuandui_xq .w1400 .text {
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 46px;
    padding-bottom: 82px;
}

.tuandui_xq  .w1400 .page .page_l a {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    display: block;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.tuandui_xq  .w1400 .page .page_l { text-align:left;
    width:100%;
    float: left;
	margin-top:20px;
}

.xinwen{ width:1360px; margin:0 auto; padding-top:30px;}
.list-ht-news li{width:31%; float:left; border:1px solid #ddd; margin-left:1%; margin-right:1%; margin-bottom:2%; }
.list-ht-news li img{width:100%; height:280px;}
.list-ht-news li .info{background:#f4f5f6;padding:20px 20px 40px}
.list-ht-news li .info h4{font-size:19px;line-height:1.4em;margin-bottom:15px;height:30px; overflow:hidden;}
.list-ht-news li .info p{color:#777; font-size:15px;}
.date{ float: right; margin-top:10px;}
.ani-mask{display: block;overflow: hidden;cursor: pointer;}
.ani-mask img{-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;transform: translate3d(0,0,0);}
.ani{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.ani-mask:hover img{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}

.list-news{ margin-top:30px;}
.list-news .list li{border-bottom: 1px solid #eee;padding: 26px 0; overflow:hidden;}
.list-news .list li:last-child{border-bottom: 0;}
.list-news .list li:first-child{padding-top: 0;}
.list-news .list .ani-mask{width: 30%; float:left;}
.list-news .list .ani-mask img{width: 100%; height:200px;}
.list-news .list .info{width: 70%;padding: 10px 0 0 3%; float:left;}
.list-news .list .info .time{color: #888}
.list-news .list .info h4{font-size: 22px;margin-bottom: 20px;line-height: 1.3em; font-weight:normal;}
.list-news .list .info h4 a{color:#b50000;}
.list-news .list .info p{color: #777;margin-bottom: 20px;min-height: 66px}
.list-news .list .info .more a{border: 1px solid #ddd;background: #eee;padding: 6px 20px;color: #aaa}


.mc2bm_link { line-height: 24px; padding: 23px 0px 0px 30px; font-size: 14px; }
.mc2bm_a { margin: 0px 5px; }
.mchg3 .chgBtnList { height: 34px; padding-top: 2px; border-bottom: 1px dotted #ddd; line-height: 34px; font-size: 14px; font-weight: bold; color: #888; }
.mchg3 .chgBtnList .chgBtn a{ color: #333; text-decoration:none; }
.mchg3 .chgBtnList .chgBtn.chgCutBtn a{ color: #b28247; }
.mchg3 .chgConList { height: 181px; padding-top: 13px; width: 850px; }
.mc3_ul li { float: left; height: 168px; width: 252px; margin-right: 17px; display: inline; position: relative; overflow: hidden; }
.mc3_imgName { background: url(../images/imgBg.png) repeat; line-height: 32px; height: 32px; font-size: 14px; font-weight: bold; color: #FFF; text-align: center; width: 100%; position: absolute; left: 0px; bottom: 0px; }
.mc3Txt { background: url(../images/imgBg.png) repeat; padding: 16px 24px 0px; width: 204px; height: 152px; line-height: 20px; color: #FFF; position: absolute; left: 0px; top: -186px; }
.mc3Txt strong { line-height: 24px; margin-bottom: 6px; border-bottom: 1px solid #FFF; font-size: 14px; display: block; padding-bottom: 2px; }
.mchg3a { border-top-width: 0px; border-top-style: none; }
.mchg3a .chgBtnList { height: 40px; line-height: 40px; border-top: 1px dotted #ddd; border-bottom-width: 0px; border-bottom-style: none; padding-top: 0px; }
.mchg3a .chgConList { padding-top: 0px; }
.mchg3a { height: 223px; }
.mc3_top { height: 130px; }
.mc3Txt2 { float: right; width: 192px; line-height: 24px; }
.mc3Txt2 strong { line-height: 30px; display: block; height: 30px; padding-top: 3px; font-size: 14px; }
.mc3r_bx1 { height: 342px; }
.mc3r_bx1 ul li { line-height: 34px; height: 35px; border-bottom: 1px dotted #ddd; float: left; width: 50%; overflow: hidden; }
.mc3r_bx2 { height: 321px; margin-bottom: 30px; border-top: 2px solid #d00e0f; border-right: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3; }
.mc3_u2 { padding: 20px 0px 0px 18px; }
.mc3_u2 ul li { display: inline; margin: 0px 17px 21px 0px; float: left; height: 111px; width: 163px; position: relative; }
.mc3_imgName2 { line-height: 30px; color: #FFF; height: 30px; width: 100%; background: url(../images/lv.png) repeat; position: absolute; left: 0px; bottom: 0px; text-align: center; }
.bakTop { position: fixed; z-index: 99; right: 10px; bottom: 206px; cursor: pointer; display: none; }
.m2ban { margin-left: -960px; position: absolute; left: 50%; top: 0px; height:446px; }
.headerBg2 { height: 446px; }
.m2breakBg { height: 48px; border-bottom: 1px solid #ddd; background: #F7F7F7; }
.m2break { line-height: 48px; margin: 0px auto; height: 48px; width: 1200px; }
.m2brkName { background: url(../images/m2ico1.jpg) no-repeat left 15px; padding-left: 21px; float: left; font-size: 13px; }
.m2brkName a { margin: 0px 3px; }
.m2brkName a:hover { color: #d00e0f; font-weight: bold; }
.m2brkName .cor_green { font-weight: bold; }
.m2menu { float: right; color: #DDDDDD; }
.m2menu_a { line-height: 32px; display: inline-block; padding: 0px 13px; height: 32px; color: #333; font-size: 14px; font-weight: bold; }
.m2menu_a:hover, .m2menu_cuta { color: #FFF; background: #d00e0f; text-decoration: none; border-radius:0.4em; }
.m2pg_t1 { line-height: 36px; height: 36px; text-align: center; font-size: 16px; color: #666666; padding:18px 0px 10px 0; border-bottom: 1px solid #ddd; }
.m2pg_t1 .cor_green { font-size: 24px; font-weight: bold; }
.m2res { text-align: center; height: 52px; padding-top: 25px; }
.m2editor { font-size: 13px; line-height: 24px; }
.cor_cf { color: #b18147; }
.m2pub_t1 { line-height: 40px; background: url(../images/m2line.jpg) repeat-x left 22px; text-align: center; height: 40px; margin: 38px 0px 10px; }
.m2pub_t1 span { background: #FFF; font-size: 24px; line-height: 40px; display: inline-block; padding: 0px 15px; font-weight: bold; color: #333; }
.m2pg_u1 { width: 1400px; }
.m2pg_u1 ul li { height: 155px; padding: 30px 0px 0px 15px; float: left; width: 610px; }
.m2pg_u1 ul li img { float: left; margin-right: 26px; }
.m2pg_txt { float: left; width: 430px; font-size: 13px; line-height: 24px; }
.m2pg_txt strong { display: block; font-size: 18px; line-height: 22px; height: 22px; margin-bottom: 11px; color: #333; }
.m2hz_con { padding: 48px 0px 5px; width: 1250px; }
.m2hz_con ul li { display: inline; float: left; height: 94px; width: 150px; margin-right: 25px; }
.m2hz_a { text-align: center; display: block; height: 43px; padding-top:15px; border: 1px solid #e3e3e3; }
.m2hz_a:hover { color: #b28249; border: 1px solid #b28249; text-decoration: none; }
.page { text-align: center; height: 55px; }
.main2 {  }
.m2L { float: left; width: 20%; }
.m2R { float: right; width: 78%; overflow: hidden; }
.m2menu2 ul li { line-height: 42px; height: 42px; border-bottom: 1px solid #FFF; }
.m2menu2_a { line-height: 42px; display: block; height: 42px; background: #EFEFEF url(../images/m2mico2.jpg) no-repeat 17px center; padding-left: 32px; font-size: 14px; color: #333; }
.m2menu2_a:hover, .m2menu2_cuta { color: #FFF; background: #d00e0f url(../images/m2mico1.jpg) no-repeat 17px center; text-decoration: none; }
.m2r_t1 { line-height: 34px; height: 41px; border-bottom: 1px solid #ddd; font-size: 24px; color: #d00e0f; }
.m2r_u1 { width: 1050px; padding: 40px 0px 18px; }
.m2r_u1 .mc3_ul li { height: 201px; width: 30%; margin: 0px 20px 22px 0px; }
.m2r_u1 .mc3Txt { padding: 46px 24px 0px; width: 100%; height: 201px; top: -201px; }
.m2pg_t2 { font-weight: normal; padding-bottom: 5px; border-bottom-width: 0px; border-bottom-style: none; }
.m2res2 { padding-bottom: 25px; border-bottom: 1px solid #ddd; margin-bottom: 22px; line-height: 16px; height: 16px; }
.m2res2 text,.m2res2 img{ vertical-align: middle; }
.m2mp_con { padding: 50px 0px 10px; }
.m2mpL { float: left; width: 435px; }
.m2mpR { float: right; height: 551px; width: 746px; border: 1px solid #DEDEDE; }
.m2tel { background: url(../images/mkg_ico.jpg) no-repeat left top; font: 45px/40px Arial; color: #d00e0f; padding-left: 99px; height: 66px; }
.m2mp_nm1 { font-size: 18px; line-height: 24px; margin-bottom: 15px; }
.m2mp_txt { font-size: 13px; line-height: 24px; padding-bottom: 20px; }
.m2mp_wx { overflow: hidden; }
.m2mp_wx ul li { display: inline; float: left; width: 180px; margin-right: 25px; text-align: center; font-size: 14px; }
.m2mp_wx ul li img { display: block; border: 1px solid #ddd; margin-bottom: 12px; }
.m2ed_t { line-height: 88px; height: 88px; padding-top: 15px; border-top: 1px solid #ddd; margin-top: 36px; font-size: 24px; color: #333; display: block; clear: both; text-align: center; }
.m2per_ul { width: 1250px; }
.m2per_ul ul li { float: left; height: 225px; width: 246px; }
.m2per_a { line-height: 22px; background: #EEEEEE; height: 186px; width: 215px; text-align: center; font-size: 13px; font-weight: bold; display: block; }
.m2per_a:hover { color: #FFF; text-decoration: none; background: #d00e0f; }.
.m2zp_th { background: url(../images/m2zp_bg2.jpg) no-repeat; height: 53px; width: 1200px; font-size: 15px; line-height: 53px; color: #FFF; text-align: center; }
.m2zp_w1 { width: 398px; float: left; }
.m2zp_w2 { width: 198px; float: left; }
.m2zp_w3 { width: 388px; float: left; }
.m2zp_w4 { width: 188px; float: left; }
.m2zp_dl dt { line-height: 50px; height: 50px; color: #666; background: #FBFBFB;  font-size: 14px; }
.m2zp_btn1,.m2zp_btn1:hover { color: #666; transition: none; text-decoration: none; }
.m2zp_btn2,.m2zp_btn2:hover { color: #d00e0f; transition: none; text-decoration: none; display: none }
.m2n_txt a:hover,.mpage2 a:hover{ color: #d00e0f; }
.m2zp_dl dd { padding: 40px 232px 35px 48px; font-size: 13px; line-height: 24px; display: none; border-right: 1px solid #E2E2E2; border-left: 1px solid #E2E2E2; border-top: 1px solid #E2E2E2; color: #666; position: relative; box-shadow: inset 0px 3px 3px rgba(0,0,0,0.1) }
.m2zp_con { width: 1200px; margin-bottom: 45px; border-bottom: 1px solid #E2E2E2; box-shadow:0px 2px 5px rgba(0,0,0,0.1) }
.m2zp_dl dt .m2zp_w1 { font-weight: bold; color: #d00e0f; }
.m2zp_dl dd .m2zp_btnMore { position: absolute; top: 105px; right: 60px; }
.m2zp_con .cor_red{ color: #d00e0f;}
.m2n_ul { padding: 22px 0px 35px; }
.m2n_ul ul li { height: 191px; padding-top: 31px; border-bottom: 1px solid #ddd; }
.m2n_data { float: left; width: 82px; color: #acacac; display: inline; margin: 0px 14px 0px 12px; }
.m2n_s1 { text-align: center; display: block; height: 66px; padding-top: 22px; border-bottom: 1px solid #ddd; font: bold 52px/66px Arial; }
.m2n_s2 { text-align: center; font: 18px/46px Arial; }
.m2n_txt { float: right; width: 852px; font-size: 13px; line-height: 24px; }
.m2n_txt strong { line-height: 34px; height: 34px; margin-bottom: 8px; font-size: 18px; display: block; padding-bottom: 8px; font-weight: normal; border-bottom: 1px dotted #ddd; }
.m2n_txt p .cor_green { font-weight: bold; }
.m2res_s1 { background: url(../images/m2sico1.jpg) no-repeat left center; padding-left: 23px; font-size: 13px; }
.m2res_s2 { background: url(../images/m2sico2.jpg) no-repeat left center; }
.m2res_s3 { background: url(../images/m2sico3.jpg) no-repeat left center; }
.mpage2 { line-height: 58px; height: 58px; border-top: 1px dotted #ddd; margin-top: 28px; font-size: 13px; }
.m2s_ul { width: 1300px; padding-top: 48px; }
.m2s_ul ul li { float: left; width: 583px; margin-right: 34px; height: 190px; }
.m2s_txt { float: right; width: 365px; line-height: 22px; }
.m2s_txt strong { height: 24px; margin-bottom: 6px; padding-bottom: 6px; font-size: 15px; line-height: 24px; display: block; border-bottom: 1px dotted #ddd; }
.m2s_txt p { height: 78px; }
.m2s_more { line-height: 26px; color: #d00e0f; display: block; height: 27px; width: 92px; border: 1px solid #d00e0f; border-radius: 0.3em; text-align: center; }
.m2s_more:hover { color: #FFF!important; text-decoration: none; background: #d00e0f; }
.m2r_u2 { width: 1250px; padding: 32px 0px 10px; }
.m2r_u2 ul li { display: inline; margin: 0px 26px 30px 0px; float: left; height: 147px; width: 217px; position: relative; }
.m2ed_tt { display: block; line-height: 26px; padding-top: 28px; font-size: 16px; }
.m2b_txt2 { padding-bottom: 15px; }
.m2b_st1a { line-height: 60px; height: 60px; }
.m2b_st1 .cor_red { background: url(../images/more.jpg) no-repeat right center; padding-right: 16px; float: right; font-size: 12px; font-weight: normal; }
.m2b_b1 { font-size: 20px; font-weight: bold; color: #d00e0f; line-height: 38px; text-align: center; display: block; height: 38px; margin-bottom: 10px; }

.zhuanjia_l{ width:20%;}
.zj_tit{ width:100%; height:80px; background:#d00e0f; text-align:center; font-size:26px; font-weight:bold; color:#FFFFFF; line-height:80px;}
.zj_list ul li{ width:100%; border-bottom:1px solid #dddddd;}
.zj_list ul li a{ display:block; height:55px; line-height:55px; text-align:center; background:#eeeeee;}
.zj_list ul li a:hover{ background:#d00e0f; color:#FFFFFF;}
.zj_list ul li a.on{ background:#d00e0f; color:#FFFFFF;}
.zhuanjia_r{ width:78%;}
.zj_jianjie{ width:100%; height:215px; background:#f6f6f6; padding:30px;}
.zj_jianjie h2{ font-size:26px; font-weight:normal;}
.zj_jianjie p{ margin-top:10px; line-height:32px; font-size:14px;}
.teamList3{ margin:-20px;}
.teamList3 li{ padding:20px;}
.teamList3 li:nth-child(2n){ animation-name:fadeInRight;}
.teamList3 li a{ display:block; background:#FFFFFF; box-shadow:0 0 20px rgba(0,0,0,0.1); padding:25px 25px 15px; overflow:hidden;}
.teamLef{ float:left; width:165px; padding-bottom:10px; background:url(../images/teamLefBg.png) center bottom no-repeat; position:relative;}
.teamImg3{ width:100%; height:0; padding-bottom:120%; overflow:hidden;}
.teamImg3 img{ width:100%;}
.teamLine{ position:absolute; right:0; top:28px; width:20px; height:3px; background:#bf0008; transform:translateX(100%);}
.teamRig{ overflow:hidden; padding-left:30px; font-size:14px; color:#666666; line-height:24px; padding-top:10px;}
.teamTit3{ font-size:18px; color:#333333; font-weight:bold; line-height:36px; transition:all 0.3s linear;}
.teamJob3{ height:48px; overflow:hidden; margin-bottom:10px;}
.teamBrief{ height:72px; overflow:hidden; margin-top:10px;}
.zj_con{ margin-top:20px; margin-bottom:50px;}
.zhuanjia{ margin-top:30px;}

.m2zp_t { line-height: 38px; height: 38px; background: #8A8A8A; font-size: 14px; font-weight: bold; color: #FFF; }
.m2zp_s1 { float: left; width: 20%; padding-left: 18px; }
.m2zp_s2 { float: left; width: 15%; padding-left: 18px; }
.m2zp_s3 { float: left; width: 15%; padding-left: 18px; }
.m2zp_s4 { float: left; width: 15%; padding-left: 18px; }
.m2zp_s5 { float: left; width: 15%; padding-left: 18px; }
.m2zp_s6 { float: left; width: 20%; padding-left: 18px; }
.m2zp_dl dt { line-height:55px; height: 55px; }
.m2zp_btn1,.m2zp_btn1:hover { line-height: 42px; background: url(../images/jt1.png) no-repeat right center; height: 42px; padding-right: 16px; color: #666; transition: none; text-decoration: none; }
.m2zp_btn2,.m2zp_btn2:hover { line-height: 42px; background: url(../images/jt2.png) no-repeat right center; height: 42px; padding-right: 16px; color: #d92932; transition: none; text-decoration: none; display:none }
.m2zp_dl dd { padding: 40px 48px 35px; font-size: 14px; line-height: 30px; border: 1px solid #ddd; display: none; margin: 0px 0px 15px 0; }
.jiathis_style{ display:inline-block; vertical-align: middle;margin-top: -2px;}

.m2n_txt1{ width:1092px;}

.conLef{ float:left; width:33.45%; font-size:14px; color:#666666; line-height:36px; background:#eaeaea; padding:35px;}
.conLefTit{ font-size:22px; color:#333333; line-height:120%; border-bottom:1px solid #cecece; padding:10px 0;}
.conLefCon{ margin:25px 0;}
.conLefCon p{ padding-left:28px; background-position:left 7px; background-repeat:no-repeat;}
.conAdd{ background-image:url(../images/conIco1.png);}
.conCode{ background-image:url(../images/conIco2.png);}
.conTel{ background-image:url(../images/conIco3.png);}
.conFax{ background-image:url(../images/conIco4.png);}
.conEmail{ background-image:url(../images/conIco5.png);}
.conLefWx{ font-size:0; margin:0 -10px; text-align:center;}
.conLefWx li{ width:50%; padding:0 10px; font-size:14px; color:#666666; line-height:36px; float:left;}
.conLefWx li img{ margin:0 auto;}
.conLefWx li p{ text-align:center;}

.yewuListBg{ padding-top:30px; padding-bottom:80px;}


.conRig{ float:right; width:63.24%; overflow:hidden; background:#f6f6f6}
.conMapBg{ background:#f6f6f6; padding:10px; text-align:center;}
.conMap{ position:relative; display:inline-block; vertical-align:middle;}
.conList li div.pan{ display:block; height:100%; position:relative; background:#FFFFFF; box-shadow:0 0 20px rgba(0,0,0,0.1); padding:15px 35px; font-size:14px; color:#666666; line-height:30px;}
.conH3{ font-size:24px; color:#333333; line-height:30px; height:60px; padding:15px 0; border-bottom:1px solid #dddddd;}
.conText{ margin:10px 0;overflow:hidden;}
.conText a{ color:#666666;}
.seeMap{ position:absolute; right:0; bottom:40px; width:100px; height:30px; line-height:30px; border-radius:15px 0 0 15px; background:#e6e6e6; color:#999999; transition:all 0.3s linear; text-align:center;}
.conLine{ position:absolute; right:0; top:0; width:0; height:4px; background:#c01920; transition:all 0.3s linear;}
.box5TitH3{ font-size:22px; text-align:center;}
.conList{ margin-top:30px;}
.contact{ margin-top:30px;}
.banquan{ width:95%; text-align:center;    color: #9b9b9b; margin:10px auto; font-size:14px;}

.jiathis_style{ display:inline-block; vertical-align: middle;margin-top: -2px;}

.m2n_txt1{ width:1092px;}

.fixed {
  position: fixed;
  max-width: 1920px;
  top: 0;
  z-index: 1000;
  float: none !important;
}

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

.pc_banner .wappc_banner .prev {
  left: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 42%;
  background: url(../images/bannerle.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .next {
  right: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 42%;
  background: url(../images/bannerri.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.pc_banner .wappc_banner .hd li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #d00e0f;
  margin: 0 3px;
}

.pc_banner .wappc_banner .hd li.on {
  background: #333333;
}

.pc_banner .wappc_banner .bd li {
  position: relative;
}

.pc_banner .wappc_banner .bd li img {
  width: 100%;
  height: 635px;
  position: relative;

}

.m_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: none;
}

.m_banner .mbanner {
  width: 100%;
  position: relative;
}

.m_banner .mbanner ul li {
  width: 100%;
}

.m_banner .mbanner ul li img {
  width: 100%;
  height: auto;
}

.banner_btn {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.banner_btn a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
  opacity: .4;
  margin: 0 5px;
  border: solid 2px #FFFFFF;
}

.banner_btn a.in {
  background: #d00e0f;
  opacity: 1;
}

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

.m_header .m_head_logo {
  width: 70%;
  padding: 12px 1%;
  background: #fff;
}

.m_header .m_head_logo img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.m_header .m_head_content {
  height: .36rem;
  width: 20%;
  z-index: 99;
  position: relative;
}

.m_header .m_head_content span {
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: .36rem;
  padding-left: 12px;
}

.m_header .m_head_content p {
  float: right;
  padding-right: .2rem;
}

.m_header .m_head_content p img {
  height: .16rem;
  margin-top: .1rem;
}

.m_header .m_head_content .menu {
  float: right;
  width: .36rem;
  margin-right: .1rem;
  height: .36rem;
}

.m_header .m_head_content .menu i {
  color: #d00e0f;
  font-size: 20px;
  text-align: center;
  line-height: .36rem;
  display: block;
}

.m_header .fixed {
  position: fixed;
}

.m_search {
  display: none;
  padding: 0 2%;
  width: 100%;
  position: absolute;
  background: #fff;
  top: .36rem;
  z-index: 100;
}

.m_search .pc_search {
  width: 100%;
  margin: 12px 0;
}

.m_search .pc_search input {
  width: 100%;
  height: 36px;
}

.m_search .pc_search .btn {
  width: 36px;
}

.app_menu {
  width: 100%;
  z-index: 99;
  display: none;
  position: absolute;
  top: .36rem;
  left: 0;
}

.app_menu ul {
  background: #d00e0f;
}

.app_menu ul li a {
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: block;
  padding-left: .15rem;
  border-top: 1px solid #eee;
}

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


.zk01{ width:27.3%;}
.zk02{ width:27.3%;}
.zk03{ width:44%;}
.w1020{ width:1240px; margin:0 auto;}
.index_tit{ text-align:center; margin-bottom:10px;}
.index_tit h3{ font-size:28px; margin-top:80px; font-weight:700;}
.tit_line{ width:50px; height:3px; background:#b50000; margin:0 auto; margin-top:10px}
.index_more{ margin-top:30px;}
.index_more a{ width:150px; height:40px; border-radius:5px; background:#b50000; display:block; color:#FFFFFF; margin:0 auto; text-align:center; line-height:37px; border:2px solid #b50000; font-size:14px;}
.index_more a:hover{border:2px solid #b50000; background:#fff; color:#b50000;}
/*底部*/
.foot{ background:#262729;padding:50px 0;overflow: hidden;min-width: 1240px; margin-top:30px;}
.foot .bottom .botleft{ width:315px; float:left;padding-top:20px;}
.foot .bottom .botleft .ftit h1{font-size:22px;color:#545454;margin-bottom:5px;}
.foot .bottom .botleft .ftit em{color:#545454;font-style:italic; font-size:12px;}
.foot .bottom .botleft form{ margin-top:24px;}
.foot .bottom .botleft form input{ float:left;}
.foot .bottom .botleft form input.biao{ border:1px #3e4043 solid; border-right:0px; height:36px; line-height:36px; width:200px; margin:0px; padding:0px; overflow:hidden; background:none; padding-left:10px; color:#ccc; outline:none;}
.foot .bottom .botleft form input.que{width:48px;height:38px;background:url(../images/index_146.jpg) no-repeat;border:none;}

.foot .bottom .botright{ width:860px; float:right;}
.botmenu{ border-top:1px #484a4d solid; margin-bottom:18px; height:49px;}
.botmenu .tpright{ margin-right:19px; margin-top:5px; width:36px; height:36px; float:right;}
.botmenu .tpright a{ display:inline;}
.botmenu ul{ width:770px; float:left; margin-left:18px;}
.botmenu ul li{ float:left; margin-right:14px;}
.botmenu ul li a{ display:block; line-height:47px; padding-left:5px; padding-right:5px; font-size:14px; color:#ffffff; }
.botmenu ul li a:hover{border-bottom:2px #890a17 solid;}
.botmenu ul li.cur a{border-bottom:2px #890a17 solid;}
.boleft{ font-size:14px; color:#9b9b9b;line-height:28px; width:542px; float:left; padding-left:23px;}
.boleft a{font-size:14px; color:#9b9b9b;}
.bootwz .tpright{ width:122px; float:right; text-align:center; color:#9b9b9b; font-size:14px; margin-right:10px;}
.foot_m{ display:none;}

@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }

}



@media screen and (max-width: 1020px) {
.news_list{width:95%;margin:0 auto;}
.news_k{ width:100%; float:none;}
.hz_list{width:95%;margin:0 auto;}
.cer-section01>dl>dd>ul>li h3{ text-align:center;font-size:16px; font-weight:bold; color:#FFF; padding-top:10px; padding-bottom:22px; padding-right:0px}
.foot{ display:none;}
.foot_m{ background:#262729;overflow: hidden; margin-top:20px; padding:30px;color:#FFFFFF; line-height:32px; display:block;}
.foot_m p{ font-size:14px; }
.hz_list ul li{ width:33.33%;}
.m_zsc{ display:none;}
.g_zj .u_dlst1 dd{ width:95%;float:none; margin:0 auto;}
.g_zj .u_dlst1 dt img{ height:auto;}
.g_zj .u_dlst1{ height:auto;}
.g_zj .u_dlst1 h3{height:auto; margin-bottom:0;}
.abwz{ height:auto;}
.min{ width:100%;}
.g_zj .u_dlst1 dt{ width:95%; margin:0 auto; float:none;}
.module-container .module-main[data-v-2f7bd453]{width:100%;padding:10px 0}
.map-box{ display: none;}
.ys_m{ width:90%; margin:0 auto;}
.ys_shouji{display:block;}
.sl-icon{ float:left; width:20%; margin-top:5px;}
.sl-content{ float: right; width:75%; margin-top:5px;}
.sl-title{ font-size:16px; font-weight: bold; color:#e78939;}
.ys_m li{ margin-top:20px; overflow:hidden;}
.sl-msg{ font-size:14px;}
.cer-section01>dl{width: 100%;}
.cer-section01>dl>dd{width: 100%;}


.cer-section01>dl>dd>ul>li{ width:42%;   float: left;background: url(../images/cer-list-1-21.png) no-repeat; margin-left:4%; margin-right:4%; height:auto; margin-bottom:4%; height:260px;}
.cer-section01>dl>dd>ul>li a{ margin-left:10px;}

  .m_header {
    display: block;
  }
  .header {
    display: none;
  }
  .m_search {
    top: 80px;
  }
  .app_menu {
    top: 80px;
  }
  .m_header .m_head_content span {
    line-height: 80px;
  }
  .m_header .m_head_content {
    height: 80px;
  }
  .m_header .m_head_content .m_head_logo {
    height: 80px;
  }
  .m_header .m_head_content .m_head_logo img {
    max-height: 100%;
  }
  .m_header .m_head_content p img {
    width: auto;
    height: 30px;
    margin-top: 25px;
  }
  .m_header .m_head_content .menu {
    height: 70px;
    width: 70px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .m_header .m_head_content .menu i {
    height: 70px;
    line-height: 70px;
  }
  .app_menu ul li a span {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  .footer {
    padding: 70px 0;
  }
  .page_banner {
    height: auto;
  }
  .page_banner .pcimg {
    width: 100%;
    height: auto;
    left: 0;
    margin-left: 0;
  }
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .main_l {
    width: 100%;
  }
  .main_l .main_contact {
    display: none;
  }
  .main_r {
    width: 100%;
    margin-top: 10px;
    padding: 0 5px;
  }
  .page_menu h3 {
    background: url(../images/bottom.png) no-repeat 95% center #d00e0f;
  }
  .page_menu h3.on {
    background: url(../images/right.png) no-repeat 95% center #d00e0f;
  }
  .page_menu ul {
    display: none;
  }
  .page_banner .banner_text {
    display: none;
  }
}

#toolbar{ display: none;}

@media screen and (max-width: 850px) {
  .i_box2 .box ul li {
    width: 48%;
    margin: 1%;
  }
  .i_box2 .box ul li:first-child {
    margin-left: 1%;
  }
  .i_box3 {
    display: none;
  }
  .i_box4 .list .text1 {
    width: 100%;
    padding: 0 1%;
  }
  .i_box4 .list .text2 {
    width: 100%;
    padding: 0 1%;
    margin-top: 20px;
  }
  .i_box5 .box .fl {
    width: 100%;
    padding: 0 1%;
  }
  .i_box5 .box .fr {
    width: 100%;
    margin-top: 10px;
  }
  .footer {
    padding: 30px 0;
    background: url(../images/fbg.jpg) no-repeat top center #076bb5;
  }
  .footer .foot_logo {
    width: 100%;
    padding: 0 1%;
  }
  .footer .foot_logo span {
    display: none;
  }
  .footer .foot_contact {
    width: 100%;
    padding: 0 1%;
    margin-top: 20px;
  }
  .footer .foot_nav {
    width: 100%;
    padding: 0 1%;
    margin-top: 20px;
  }
  .footer .foot_ewm {
    width: 100%;
    padding: 0 1%;
    margin-top: 10px;
  }
  .page_content {
    margin-top: 0;
  }
  .page_content .fl {
    display: none;
  }
  .page_content .fr {
    width: 100%;
  }
  .page_content .fr span {
    margin-top: 10px;
  }
}

@media screen and (max-width: 585px) {
  .m_search {
    top: .36rem;
  }
  .app_menu {
    top: .47rem;
  }
  .m_header .m_head_content {
    height: .36rem;
  }
  .m_header .m_head_content span {
    line-height: .36rem;
  }
  .m_header .m_head_content p img {
    height: .16rem;
    margin-top: .1rem;
  }
  .m_header .m_head_content .menu {
    height: .36rem;
    width: .36rem;
    margin-top: 0;
  }
  .m_header .m_head_content .menu i {
    height: .36rem;
    line-height: .6rem;
  }
  .box_tit strong {
    font-size: 24px;
  }
  .box_tit img {
    max-width: 60%;
  }
  .box_tit span {
    font-size: 16px;
    margin-top: 5px;
  }
  .m_bottom {
    display: block;
  }
  .m_fixedmenu {
    display: block;
  }
  .content_box .fl {
    width: 100%;
  }
  .content_box .fr {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .i_box1 {
    padding: 15px 0;
  }
  .main_l .text ul {
    padding-bottom: 10px;
  }
  .main_l .text ul li {
    width: 48%;
    margin: 1%;
    float: left;
  }
  .box1_list ul li {
    width: 48%;
    margin: 1%;
  }
  .main_l .text ul li a {
    font-size: 14px;
  }
  .box1_list ul li:nth-child(3n) {
    margin-right: 1%;
  }
  .box1_list ul li .imgauto {
    height: 1.15rem;
  }
  .box1_list ul li:first-child + li + li + li + li + li + li {
    display: none;
  }
  .box1_list ul li:first-child + li + li + li + li + li + li + li {
    display: none;
  }
  .box1_list ul li:first-child + li + li + li + li + li + li + li + li {
    display: none;
  }
  .box1_content {
    margin-top: 15px;
  }
  .main_l .text {
    padding-top: 10px;
  }
  .main_l .text span {
    font-size: 21px;
    margin-bottom: 0px;
  }
  .main_l .text p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main_l .text ul {
    padding: 10px;
    padding-bottom: 4px;
  }
  .i_box2 {
    margin-top: 10px;
    padding: 20px 3%;
  }
  .i_box2 .box ul li:first-child {
    margin-left: 0;
  }
  .i_box2 .box ul li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .i_box2 .box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .i_box2 .box {
    margin: 0;
  }
  .i_box2 .box ul li .imgauto {
    width: 100%;
    height: 1.45rem;
  }
  .i_box4 .list h3 {
    text-align: center;
  }
  .i_box4 .hot .fr p {
    height: 72px;
    overflow: hidden;
  }
  .i_box4 .hot .fr span {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
  }
  .i_box4 .hot .fr p {
    margin-top: 5px;
  }
  .i_box5 {
    margin-top: 20px;
  }
  .i_box5 .box .fl h3 {
    font-size: 36px;
  }
  .i_box6 {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .i_box6 .box ul li {
    width: 46%;
    margin: 2%;
  }
  .i_box6 .box ul li .imgauto {
    height: 100px;
  }
  .main_l {
    padding-bottom: 10px;
  }
  .page_tit span {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .page_tit p {
    line-height: 40px;
  }
  .new_list {
    margin-top: 10px;
  }
  .new_list ul li {
    width: 98%;
    margin: 10px 1%;
    padding: 8px;
  }
  .new_list ul li .fl .imgauto {
    height: .8rem;
  }
  .new_list ul li .fl {
    width: 35%;
  }
  .new_list ul li .fr {
    width: 65%;
    padding-left: 10px;
  }
  .new_list ul li .fr span {
    padding-top: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .new_list ul li .fr p {
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    margin-top: 5px;
  }
  .new_list ul li .fr .time {
    margin-top: 5px;
    font-size: 12px;
    background-size: 14px;
    line-height: 22px;
  }
  .currson {
    display: none;
  }
  .wrap {
    margin-top: 0;
  }
  .page_tit {
    display: none;
  }
  .content_tit h3 {
    margin-top: 0;
  }
  .page_menu h3 {
    font-size: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .show_pages .fl {
    width: 100%;
    line-height: 40px;
  }
  .show_pages .fr {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
    line-height: 40px;
    border-top: 1px solid #fff;
  }
  .show_pages p a {
    line-height: 40px;
  }
  .show_text ul li {
    width: 100%;
    padding-right: 5px;
  }
  .show_text ul li:nth-child(2n) {
    padding-right: 5px;
  }
  .yunu-showcase .showpropic .bd .picList li span {
    height: 50px;
    padding: 5px;
  }
  .hotpro_list ul li {
    width: 48%;
    margin: 1%;
  }
  .hotpro_list ul li .imgauto {
    height: 1.15rem;
  }
  .prohot_new {
    width: 98%;
    margin: 0 1%;
  }
  .i_box4 {
    margin-top: 0;
  }
  .page_piclist figure {
      width: 48%;
      margin: 1%;
  }
  .page_piclist figure:nth-child(3n) {
    margin-right: 1%;
  }
}

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

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


.case_tu img{ height:230px!important;}
.tempWrap img{ height:334px;}
.Box .BoxSwitch{ display: none;}
@media screen and (max-width:767px){
.Box .BoxSwitch{ display: block;}
.zk01{ width:100%;}
.zk02{ width:100%;}
.zk03{ width:100%;}
.w1300{ width:96%; margin:0 auto;}
.index_tit h3{ font-size:20px;}
.zt_left{ width:100%; margin-top:10px;}
.zt_right{ width:100%;margin-top:10px;}
.zt-nav li{ width:23%; margin-left:1%; margin-right:1%; height:95px;}
.data .member, .data .work, .data .honor, .data .store{ width:50%; margin-bottom:20px;}
.data .num{ font-size:40px;}
.price .category ul li{ display:block; float:left; width:50%;}
.price .category{ width:100%;}
.price{ width:100%;}
.price .category ul li a{ height:35px; font-size:14px; padding:0;}
.price .cont ul li{ width:48%;}
.case_tu img{ width:100%; height:120px!important;}
.container{ padding-top:0;}
.price .cont ul li a .cont_main h3.title{ font-size:14px; text-indent:0em;}
.information-main-fl{ width:100%; height:auto; margin-bottom:20px;}
.information-main-text{ width:100%; overflow:hidden; font-size:14px;}
.tempWrap img{ height:224px;}
.next{ display:none;}
.prev{ display:none;}
.information-main-fr{ width:100%; height:auto;}
.information-main-fr .hd ul li{ width:20%;}
.information-main-fr .bd ul li a{ width:70%;}
.zhihui_left{ width:100%;}
.zhihui_center{width:100%; }
.zhihui_right{ width:100%; margin-top:1.5%;}
.zh_news01{ width:100%;}

.zh_news02{ width:100%;}
.zhihui_icon{ top: 35%;left:40%;}
.zj_qiehuan{ width:100%;}
.Box .Box_con .conbox ul li{ width:110px; height:220px;}
.Box .Box_con .conbox ul li img{ height:168px;}
.fenzhilist li{ width:33%;}
.nei_nav ul li{ width:170px;}
.nei_nav ul li a{ width:100%; height:45px; line-height:45px; font-size:14px;}
.nei_nav{ height: auto;}
.nei_line{ margin-top:15px;}
.nei_con p{ font-size:14px;}
.nei_con{ margin-top:20px;}
.tuandui .list ul li{ width:48%; margin-right:2%;}
.tuandui .list ul li a .pic img{ height:140px;}
.tuandui .list ul li a .li_con h5{ font-size:16px;}
.list ul li a .li_con{padding: 10px 16px 10px;}
.tuandui_xq .w1400 h5{ font-size:20px; margin-top:10px;}
.tuandui_xq .w1400 .t_views .time{ line-height:30px;}
.tuandui_xq .w1400 .t_views .views{ line-height:30px;}
.tuandui_xq .w1400 .text{ padding-top:20px; padding-bottom:20px;}
.xinwen{  width:100%;}
.tuandui_xq .w1400 .text img{ width:100%;}
.list-ht-news li{ width:48%;}
.list-ht-news li img{ height:140px;}
.list-ht-news li .info h4{ font-size:16px;}
.list-ht-news li .info p{ font-size:13px;}
.list-ht-news li .info p{ height:40px; overflow:hidden;}
.list-news .list .ani-mask{ width:100%; }
.list-news{ margin-top:30px;}
.list-news .list .info{ width:100%;}
.list-news .list .info h4{ font-size:16px;}
.list-news .list .info p{ font-size:14px;}
.list-news .list .info .time{font-size:14px;}
.list-news .list .info .more a{ font-size:12px;}
.m2L{ width:100%;}
.main2{ padding-top:10px;}
.m2R{ width:100%; margin-top:20px;}
.m2menu2 ul li{ width:50%; float:left;}
.m2r_u1 .mc3_ul li{ width:48%; margin-right:2%; height:160px;}
.m2r_u1{ width:100%;padding: 20px 0px 18px;}
.m2r_t1{ font-size:18px;}
.m2pg_t1 .cor_green{ font-size:16px;}
.m2res2{ font-size:14px;}
.model-header{ padding-top:15px; padding-bottom:15px; overflow:hidden;}
.model-navbtn{ margin-top:10px;}
.zhuanjia_l{ width:100%; margin-top:20px;}
.zj_tit{ font-size:18px; height:60px; line-height:60px;}
.zhuanjia_r{ width:100%; margin-top:20px;}
.zj_jianjie{ height: auto;}
.zj_jianjie h2{ font-size:18px;}
.zj_list ul li a{ font-size:14px;}
.qklist li{ width:100%; margin-right:2%; height:320px;}
.qklist li img{ width:100%; height:255px;}
.m2zp_s1{ width:20%; overflow:hidden; height:38px;}
.m2zp_s2{ width:15%; overflow:hidden; height:38px;}
.m2zp_s3{ width:15%; overflow:hidden; height:38px;}
.m2zp_s4{ width:15%; overflow:hidden; height:38px;}
.m2zp_s5{ width:15%; overflow:hidden; height:38px;}
.m2zp_s1{ padding-left:2px;}
.m2zp_s4{overflow:hidden; height:38px;}
.m2zp_s5{overflow:hidden; height:38px;}
.m2zp_t{ overflow:hidden;}
.conLef{ width:100%;}
.conRig{ width:100%;}
.list-inline>li{ padding-bottom:20px;}
.fenzhilist{ height:380px; overflow:hidden;}
.fenzhilist li .d2{ font-size:13px;}
.zj_list ul li{ width:33.33%; float:left;}
.zj_list{ background:#EEEEEE;}
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 50px;
	left: 0;
	display: block;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #B50000;
}
#toolbar .list li {
	float: left;
	width: 50%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	height: 60px;
	line-height: 40px;
	font-size: 18px;
	padding-top:0;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size:14px;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 20px;
	height: 20px;
	display: block;
	margin-top:-4px;
	margin-bottom:2px;
background-position: -100px -20px;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #B50000;
}

}

.links select{  width:248px; padding-left:10px; outline:none; border:0; background:#ffffff; margin-top:8px; position:relative; z-index:99999; height:40px; margin-top:10px;}