@charset "UTF-8";
/****************************** components ******************************/
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.content img {
  max-width: 100%;
}
.block {
  display: block;
}
.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* start-----相关产品-----start */
.list_2 {
	margin: 0 0 0 -20px;
	border-bottom: 1px dashed #eee;
}
.list_2 li {
	float: left;
	width: 16.6%;
}
.list_2 li a {
	display: block;
	margin: 0 0 20px 20px;
}
.list_2 li a:hover {b
order-color: #b81c22;
color: #b81c22;
}
.list_2 li img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;}
.list_2 li img:hover{
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  transition: .5s;
}
.list_2 li .m {
	height: 89px;
	line-height: 89px;
	padding-top: 15px;
	}
.list_2 li .text {
	padding: 5px 1px;
	}
.list_2 li h4 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	height: 37px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;}
.yunu_link {
	padding: 10px 0;
	}
.yunu_link h4 {
	border-top: 1px dashed #ddd;
	margin: 0;
	font-size: 18px;
	color: #c40000;
	padding-bottom: 15px;
	padding-top: 7px;
	}
.yunu_link h4:hover {
	color: #c40000;
	}
.yunu_link h4 small {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	color: #999;}
.yunu_link ul {
	margin-left: -20px;
	}
.yunu_link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;}
/* loadmore-----列表分页-----loadmore */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}
.load_more {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transition: all .3s;
}
.load_more .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
  cursor: not-allowed;
}
.load_more .la-ball-fall.la-sm {
  margin-left: -18px;
  margin-top: -4px;
}
.load_more .la-ball-fall.la-2x {
  margin-left: -72px;
  margin-top: -18px;
}
.load_more .la-ball-fall.la-3x {
  margin-left: -108px;
  margin-top: -27px;
}
.load_more .load_more_btn {
  border: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 2em;
  border-radius: 2em;
  background-color: #00a2e9;
  transition: background-color 0.2s;
  outline: none;
}
.load_more .load_more_btn:hover {
  background-color: #1dbaff;
}
.load_more .load_more_btn[disabled] {
  color: transparent;
  opacity: .6;
  cursor: not-allowed;
}
.load_more .load_more_btn[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall, .la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
          animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -300ms;
          animation-delay: -300ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -200ms;
          animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: -100ms;
          animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(4) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.la-ball-fall.la-sm > div {
  width: 5px;
  height: 5px;
  margin: 2px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/* loadmore-----列表分页-----loadmore */
/*! 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;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
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, 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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.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;
}
.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;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.centbr {
  width: 1300px;
  margin: 0 auto;
}
#container1 {
    width: 1200px;
    margin: 50px auto;
    margin-top: 10px;
}
.clearfix {
    zoom: 1;
}
.m_text p {
    width: 1200px;
    line-height: 60px;
    display: block;
    margin-top: 20px;
}
.m_text .p1 {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #ff552e;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}
.m_text a {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.m_text a:hover {
    color: #ff552e;
}	
.m_text a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.m_text .p3 {
    color: #555;
    font-size: 16px;
    font-weight: 800;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #f4f4f4;
}
.clearfix:after, .container:after, .row:after, .center:after, .fl_box:after, ul:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}	
.item {
    line-height: 24px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.item:hover{
	background-color: #f5f5f5;
}
.item dt {
    float: left;
    font-family: arial;
    font-size: 14px;
    padding: 5px 10px;
    color: #333;
	margin: 0 12px;
}
.item dt:hover {
    color: #cb0004;
}
.item dd {
    margin: 0 0 0 70px;
    padding-left: 15px;
    border-left: 1px solid #f4f4f4;
    padding: 5px 10px;
}
.item dd a{
	display: block;
	white-space:nowrap;
	float:left;
	margin: 0 12px;
}
.item dd a:hover{
	text-decoration:none;
	color: #ff552e;
}
.flink{
    padding-bottom: 15px;
}
.flink_tit {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.flink_tit p{
    display: block;
    font-size: 20px;
    line-height: 30.8px;
    color: #c40000;
    text-align: left;
    padding-bottom: 10px;
}
.flink_tit p small{
    text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.flink_list {
        width: 100%;
    margin-top: 10px;
}
.flink_list li {
	float: left;
    margin-right: 20px;
    width: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.flink_list li a {
        font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
}
.flink_list li a:hover {
    color: #c40000;
}
.footer_link {
	padding: 0 5px;
	padding-bottom: 10px;
}
.footer_link li {
	display: inline-block;
	margin-top: 5px;
}
.footer_link ul {
	margin-left: -10px;
}
.footer_link li a {
	color: #313131;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
    width: 289px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}
.footer_link li a:hover {
	color:#c40000;
}	
.footett {
	padding-top: 7px;
	border-top: 1px dashed #ddd;
	margin-top: 10px;
	font-size: 13px;
}
.footett a {
	margin-right: 8px;	
	font-size: 13px;
}
.footett a:hover {
	color:#c40000;	
}
.header {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.header .toptext {
  width: 100%;
  background: #eee;
  height: 36px;
}
.header .toptext p {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 36px;
  width: 50%;
  display: inline-block;
  overflow: hidden; 
}
.header .toptext span {
  width: 49%;
  display: inline-block;
  text-align: right;
  height: 36px;
  overflow: hidden;
}
.header .toptext span a {
    height: 36px;
    display: inline-block;
}
.header .toptext span a img {  
    height: 24px;
    margin-top: 6px;
    float: left;
}
.header .toptext span a i {
    float: left;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    margin-top: 10px;
    margin-left: 3px;
}
.header .toptext span a:first-child i {
  border-right: 1px solid #333;
      padding-right: 8px;
    margin-right: 8px;
}
.header .head_top {
  width: 100%;
  padding: 19px 0;
}
.header .head_top .fl img {
  height: 70px;
  float: left;
}
.header .head_top .fl p {
  float: left;
  margin-top: 12px;
  padding-left: 20px;
  margin-left: 18px;
  border-left: 1px solid #ccc;
}
.header .head_top .fl p span {
  font-size: 18px;
  line-height: 140%;
  color: #5a5a5a;
  display: block;
  font-weight: bold;
}
.header .head_top .fl p span i {
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  color: #c40000;
}
.header .head_top .fl p small {
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  color: #5a5a5a;
  display: block;
  width: 100%;
  float: left;
}
.header .head_top .fl span {
  float: left;
}
.header .head_top .fr img {
  float: left;
  width: 64px;
}
.header .head_top .fr p {
  font-size: 12px;
  color: #5a5a5a;
  line-height: 140%;
  display: block;
  float: left;
  padding-left: 5px;
}
.header .head_top .fr p span {
  font-size: 25px;
  color: #5a5a5a;
  font-family: Tahoma;
  line-height: 139%;
  display: block;
  font-weight: bold;
}
.nav {
  background: #b81c22;
  width: 100%;
  height: 45px;
}
.nav ul li {
  float: left;
  color: #fff;
  width: 10%;
  height: 45px;
}
.nav ul li a {
  width: 100%;
  height: 45px;
  background: #b81c22;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  display: block;
}
.nav ul li a:hover {
  background: #2d2d2d;
}
.nav ul li a.active {
  background: #2d2d2d;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10000;
  float: none !important;
}
.banner .swiper-slide {background: no-repeat center / cover;height: 600px;}
.banner .swiper-slide img {display: block;width: 100%;height: auto;}
.banner .swiper-pagination {bottom: 30px;}
.banner .swiper-pagination-bullet {background-color: #eee;opacity: 1;border: solid 2px #FFFFFF;}
.banner .swiper-pagination-bullet-active {background-color: #c40000;}
.banner .swiper-button-prev {left: 8%;}
.banner .swiper-button-next {right: 8%;}
.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
}
.m_header .m_head_content {
  height: .4rem;
  width: 100%;
  background: #c40000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.m_header .m_head_content .m_head_logo {
  height: .4rem;
  float: left;
  margin-left: .05rem;
}
.m_header .m_head_content .m_head_logo img {
  max-height: 100%;
  float: left;
  height: 50px;
  margin-top: 5px;
}
.m_header .m_head_content .m_head_logo p {
  float: left;
  margin-left: .05rem;
}
.m_header .m_head_content .m_head_logo p strong {
  font-size: .16rem;
  line-height: .4rem;
  display: block;
}
.m_header .m_head_content .menu {
  float: right;
  width: .4rem;
  height: .4rem;
  background: #c40000;
}
.m_header .m_head_content .menu i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: .4rem;
  display: block;
}
.app_menu {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  height: 30%;
  top: .4rem;
  display: none;
  z-index: 99;
}
.app_menu ul {
  background: rgba(0, 0, 0, .9);
}
.app_menu ul li a span {
  font-size: 14px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  display: block;
  padding-left: .15rem;
  border-bottom: 1px solid #ccc;
}
.main {
  width: 100%;
  overflow: hidden;
}
.search {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.search .text {
  height: 42px;
}
.search .text .fl p {
  float: left;
  font-size: 15px;
  color: #666;
  line-height: 42px;
}
.search .text .fl a {
  float: left;
  font-size: 15px;
  color: #666;
  line-height: 42px;
  margin-left: 20px;
}
.search .text .fl a:hover {
  color: #c40000;
  font-weight: bold;
}
.search .text .fl a:active {
  color: #c40000;
  font-weight: bold;
}
.search .text .fr {
  width: 300px;
  border: 1px solid #eee;
  height: 42px;
  padding: 3px;
}
.search .text .fr .btn1 {
  border: none;
  height: 36px;
  outline: 0;
  width: 230px;
  padding-left: 10px;
  float: left;
  font-size: 15px;
}
.search .text .fr .btn2 {
  border: none;
  outline: 0;
  height: 36px;
  width: 58px;
  background: #fff;
  color: #666;
  font-size: 15px;
}
.i_box1 {
  width: 100%;
  padding-top: 40px;
}
.i_box1_content .fl {
  width: 220px;
  background: #c40000;
  padding-bottom: 24px;
}
.i_box1_content .fl h3 {
  width: 100%;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
}
.i_box1_content .fl .pro_menu {
  background: #f6f6f6;
  padding: 15px;
}
.i_box1_content .fl .pro_menu ul {
  width: 100%;
}
.i_box1_content .fl .pro_menu ul li {
  padding: 0 25px;
  padding-bottom: 8.5px;
  border-top: 1px solid #ddd;
}
.i_box1_content .fl .pro_menu ul li .yia {
  height: 40px;
}
.i_box1_content .fl .pro_menu ul li .yia a {
  line-height: 40px;
  display: block;
  text-align: left;
  font-size: 17px;
  color: #000;
  background: url(../img/ri.png) no-repeat right center;
}
.i_box1_content .fl .pro_menu ul li .yia a:hover {
  color: #c40000;
  font-weight: bold;
}
.i_box1_content .fl .pro_menu ul li .era a {
  display: block;
  line-height: 30px;
  font-size: 15px;
  color: #5a5a5a;
}
.i_box1_content .fl .pro_menu ul li .era a:hover {
  color: #c40000;
}
.i_box1_content .fl .pro_menu ul li:first-child {
  border-top: none;
}
.i_box1_content .fl input {
  width: 160px;
  height: 34px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  outline: 0;
}
.i_box1_content .fl .btn1 {
  margin-top: 40px;
  border: none;
  border: 1px solid #fff;
  background: #c40000;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.i_box1_content .fl .btn1::-webkit-input-placeholder {
  color: #fff;
}
.i_box1_content .fl .btn1:focus {
  background: #666;
}
.i_box1_content .fl .btn2 {
  border: none;
  margin-top: 10px;
  background: #fff;
  color: #c40000;
}
.i_box1_content .fr {
  width: 950px;
  padding: 12px;
  padding-bottom: 0;
  border: 1px solid #ccc;
}
.i_box1_content .fr .list ul {
  width: 100%;
}
.i_box1_content .fr .list ul li {
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
  position: relative;
  width: 295px;
}
.i_box1_content .fr .list ul li .pic .imgauto {
  width: 305px;
  height: 233px;
}
.i_box1_content .fr .list ul li .pic .imgauto img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: .5s;
}
.i_box1_content .fr .list ul li .pic span {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 300px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.i_box1_content .fr .list ul li .pic span:hover {
  color: #c40000;
}
.i_box1_content .fr .list ul li:hover .pic .imgauto img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  transition: .5s;
}
.i_box1_content .fr .list ul li:hover .text {
  display: block;
}
.box1_pro_tit {
  width: 100%;
  margin: 20px 0;
  display: none;
}
.box1_pro_tit ul {
  text-align: center;
}
.box1_pro_tit ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.box1_pro_tit ul li a {
  background: #3f4044;
  width: 180px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.i_box2 {
  width: 100%;
  height: 320px;
  margin-top: 30px;
  background: url(../img/bann.jpg) no-repeat center;
}
.i_box2 .text {
  width: 480px;
  padding-top: 50px;
}
.i_box2 .text p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.i_box2 .text strong {
  height: 50px;
  margin-top: 10px;
  border: 1px solid #fff;
  color: #fff;
  width: 480px;
  font-size: 26px;
  letter-spacing: 5px;
  font-weight: normal;
  display: block;
  text-align: center;
  line-height: 50px;
}
.i_box2 .text p span {
  font-size: 26px;
}
.i_box2 .text p a {
  width: 120px;
  height: 36px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  float: right;
}
.i_box2 .text p a:hover {
  background: #fff;
  color: #c40000;
}
.i_box3 {
  width: 100%;
  padding-top: 40px;
}
.i_box3_content {
  width: 100%;
}
.box3_pic {
  width: 100%;
}
.box3_pic img {
  display: block;
  margin: 0 auto;
}
.box3_tit p {
  font-size: 40px;
  color: #000;
  width: 100%;
  text-align: center;
}
.box3_tit p i {
  font-size: 64px;
  color: #c40000;
  font-weight: bold;
}
.box3_tit p span {
  font-size: 46px;
  color: #c40000;
  font-weight: bold;
}
.box3_tit small {
  text-align: center;
  display: block;
  font-size: 16px;
  margin-top: 10px;
  background: url(../img/xian.png) no-repeat center;
}
.box3_tit em {
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  display: block;
  text-align: center;
  color: #666;
  margin-top: 15px;
}
.box3_list {
  width: 100%;
  padding-bottom: 40px;
}
.box3_list .item {
  width: 100%;
  margin-top: 50px;
  float: left;
}
.box3_list .item .mpic {
  display: none;
}
.box3_list .item .pic {
  width: 55%;
}
.box3_list .item .pic img {
  max-width: 100%;
  display: block;
}
.box3_list .item .text {
  width: 40%;
}
.box3_list .item .text .text_tit {
  height: 112px;
  background: url(../img/ysbg1.png) no-repeat left center;
}
.box3_list .item .text .text_tit em {
  width: 60px;
  height: 60px;
  background: #c40000;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-style: normal;
  font-size: 32px;
  display: block;
  color: #fff;
  float: left;
  margin-left: -30px;
  margin-top: 25px;
}
.box3_list .item .text .text_tit p {
  padding-top: 33px;
  padding-left: 60px;
}
.box3_list .item .text .text_tit p strong {
  font-size: 18px;
  color: #000;
  display: block;
}
.box3_list .item .text .text_tit p i {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #999;
}
.box3_list .item .text .text_text {
  margin-top: 30px;
}
.box3_list .item .text .text_text span {
  font-size: 14px;
  color: #666;
  line-height: 200%;
  padding-left: 30px;
  display: block;
  background: url(../img/dian.png) no-repeat left 9px;
  margin-bottom: 5px;
}
.box3_list .item .text .text_text p {
  margin-top: 30px;
  width: 320px;
  height: 40px;
  background: url(../img/phone.png) no-repeat 10px center #c40000;
  font-size: 14px;
  color: #fff;
  background-size: 10%;
  padding-left: 50px;
  line-height: 40px;
}
.box3_list .item .text .text_text p i {
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.box3_list .item2 {
  padding-left: 5%;
}
.mbox3pic {
  width: 100%;
  position: relative;
}
.mbox3pic .bd {
  width: 98%;
  margin: 0 1%;
}
.mbox3pic .bd ul li img {
  width: 100%;
  height: auto;
}
.mbox3pic .prev {
  left: 14px;
  width: 60px;
  position: absolute;
  height: 111px;
  top: 40%;
  background: url(../img/lunbo_17.png) no-repeat;
  background-size: 100%;
}
.mbox3pic .next {
  right: 14px;
  width: 60px;
  height: 111px;
  position: absolute;
  top: 40%;
  background: url(../img/lunbo_20.png) no-repeat;
  background-size: 100%;
}
.i_box4 {
  width: 100%;
  padding: 30px 0;
  margin-top: 20px;
  background: url(../img/box4bg.jpg) no-repeat center;
}
.i_box4_content {
  width: 100%;
}
.i_box4_content .pic {
  width: 100%;
  margin-top: 20px;
  height: 643px;
}
.i_box4_content .box4pic {
  width: 100%;
  position: relative;
}
.i_box4_content .box4pic .bd {
    width: 100%;
}
.i_box4_content .box4pic .bd ul li {
    width: 100%;
    display: block;
}
.i_box4_content .box4pic .bd ul li img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.i_box4_content .box4pic .bd ul li span {
  position: absolute;
  bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  left: 0;
}
.i_box4_content .box4pic .prev {
  left: 150px;
  width: 43px;
  position: absolute;
  height: 43px;
  top: 300px;
  background: url(../img/le2.png) no-repeat;
  background-size: 100%;
}
.i_box4_content .box4pic .next {
  right: 150px;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 300px;
  background: url(../img/ri2.png) no-repeat;
  background-size: 100%;
}
.box4_tit p {
  font-size: 26px;
  color: #000;
  line-height: 180%;
  font-weight: bold;
  text-align: center;
}
.box4_tit p i {
  font-style: normal;
  color: #c40000;
}
.box4_tit span {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 24px;
  display: block;
}
.i_box6 {
  width: 100%;
  padding: 50px 0;
  margin-top: 50px;
  background: url(../img/box6bg.jpg) no-repeat center;
}
.i_box6 ul li {
  width: 16%;
  margin: 0 4%;
  float: left;
}
.i_box6 ul li span {
  font-size: 28px;
  color: #fff;
  text-align: center;
  display: block;
}
.i_box6 ul li span i {
  font-size: 40px;
  font-style: normal;
  color: #fff;
  font-style: normal;
}
.i_box6 ul li p {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.i_box7 {
  width: 100%;
  margin-top: 50px;
}
.i_box7_content {
  width: 100%;
  margin-top: 40px;
}
.i_box7_content .fl {
  width: 220px;
  background: #eee;
  padding-bottom: 30px;
}
.i_box7_content .fl h3 {
  width: 100%;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
  background: #c40000;
}
.i_box7_content .fl ul {
  width: 80%;
  margin: 0 10%;
}
.i_box7_content .fl ul li {
  width: 100%;
  height: 40px;
  display: block;
  background: #fff;
  margin-top: 16px;
  border: 1px solid #ccc;
}
.i_box7_content .fl ul li a {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
}
.i_box7_content .fl ul li:hover {
  background: #c40000;
}
.i_box7_content .fl ul li:hover a {
  color: #fff;
}
.i_box7_content .fr {
  width: 935px;
}
.i_box7_content .fr h3 {
  font-style: normal;
  color: #c40000;
  font-size: 26px;
  line-height: 180%;
  font-weight: bold;
  text-align: center;
  display: none;
}
.i_box7_content .fr ul {
  width: 105%;
}
.i_box7_content .fr ul li {
  float: left;
  margin-right: 22px;
  margin-bottom: 16px;
  position: relative;
  width: 296px;
}
.i_box7_content .fr ul li .imgauto {
  width: 296px;
  height: 185px;
}
.i_box7_content .fr ul li .imgauto img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: .5s;
}
.i_box7_content .fr ul li .text {
  display: none;
  width: 100%;
  height: 185px;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
}
.i_box7_content .fr ul li .text a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 185px;
}
.i_box7_content .fr ul li:hover .text {
  display: block;
}
.i_box7_content .fr ul li:hover .imgauto img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  transition: .5s;
}
.box9tit {
  width: 100%;
  margin-bottom: 30px;
}
.box9tit h3 {
  font-size: 26px;
  color: #000;
  line-height: 180%;
  font-weight: bold;
  text-align: center;
}
.box9tit h3 i {
  font-style: normal;
  color: #c40000;
}
.i_box9 {
  padding: 30px 0;
}
.i_box9 .i_box9_content {
  width: 103%;
}
.i_box9 .i_box9_content .list {
  width: 380px;
  float: left;
  margin-right: 30px;
  border: 1px solid #ccc;
  border-top: 2px solid #c40000;
  height: 408px;
}
.i_box9 .i_box9_content .list .tit p {
  width: 100%;
  padding: 0 3%;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
.i_box9 .i_box9_content .list .tit p span {
  font-size: 20px;
  color: #c40000;
  font-weight: bold;
  float: left;
  line-height: 60px;
}
.i_box9 .i_box9_content .list .tit p a {
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 60px;
}
.i_box9 .i_box9_content .list .tit img {
  width: 90%;
  height: 140px;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}
.i_box9 .i_box9_content .list .text {
  width: 100%;
  padding: 0 5%;
  padding-bottom: 10px;
}
.i_box9 .i_box9_content .list .text ul li {
  border-bottom: 1px dotted #ccc;
  height: 32px;
  margin-top: 5px;
}
.i_box9 .i_box9_content .list .text ul li a {
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  padding-left: 20px;
  line-height: 32px;
  font-size: 14px;
  color: #5a5a5a;
  background: url(../img/hua.png) no-repeat left center;
}
.i_box9 .i_box9_content .list .text ul li a:hover {
  color: #c40000;
}
.i_box9 .i_box9_content .list .text ul li span {
  line-height: 32px;
  font-size: 13px;
  color: #999;
  float: right;
}
.i_box9 .i_box9_content .list .text2 {
  width: 100%;
  padding: 0 5%;
  padding-bottom: 5px;
}
.i_box9 .i_box9_content .list .text2 ul li {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}
.i_box9 .i_box9_content .list .text2 ul li a {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  line-height: 140%;
  padding-left: 40px;
  background: url(../img/q.png) no-repeat left center;
  background-size: 20px 20px;
}
.i_box9 .i_box9_content .list .text2 ul li a:hover {
  color: #c40000;
}
.i_box9 .i_box9_content .list .text2 ul li p {
  margin-top: 5px;
  font-size: 12px;
  padding-top: 4px;
  color: #434343;
  font-weight: normal;
  text-decoration: none;
  padding-left: 40px;
  background: url(../img/a.png) no-repeat left center;
  background-size: 20px 20px;
}
.i_box9 .m_list {
  width: 100%;
  display: none;
}
.i_box9 .m_list .m_tit {
  width: 100%;
  text-align: center;
}
.i_box9 .m_list .m_tit a {
  width: 100px;
  line-height: 42px;
  text-align: center;
  color: #c40000;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 5px;
  border: 1px solid #c40000;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.i_box9 .m_list .m_text {
  width: 100%;
  padding: 0 1%;
  margin-top: 20px;
}
.i_box9 .m_list .m_text ul li {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.i_box9 .m_list .m_text ul li a {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  line-height: 140%;
  display: block;
}
.i_box9 .m_list .m_text ul li span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
.i_box9 .m_list .m_text ul li p {
  margin-top: 8px;
  font-size: 14px;
  color: #434343;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.footer {
  width: 100%;
  background: #202020;
  padding: 21px 0;
  overflow: hidden;
}
.footer .foot_contact {
  float: left;
  width: 28%;
  padding-left: 15px;
}
.footer .foot_contact h3 {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
}
.footer .foot_contact span {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}
.footer .foot_contact span strong {
  font-size: 20px;
  color: #c40000;
  font-weight: bold;
}
.footer .foot_contact p {
  display: block;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
}
.footer .foot_contact .contacta {
    width: 86px;
    height: 28px;
    line-height: 26px;
    color: #666;
    border: 1px solid #666;
    display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 5px;
}
.footer .foot_contact p span {
  color: #d95351;
}
.footer .foot_ewm {
  float: left;
  padding-right: 20px;
  padding-top: 10px;
  border-left: 1px solid #999;
  margin-left: 40px;
  padding-left: 6.4%;
}
.footer .foot_ewm p {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: center;
}
.footer .foot_ewm .ewm_text {
  float: left;
  margin-right: 20px;
}
.footer .foot_ewm .ewm_text img {
  width: 126px;
  border-radius: 5px;
}
.footer .foot_ewm .ewm_text span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
.footer .foot_nav {
  float: left;
  padding-right: 20px;
  padding-top: 10px;
  border-left: 1px solid #999;
  margin-left: 40px;
  padding-left: 40px;
  width: 30%;
}
.footer .foot_nav ul {
  float: left;
  margin: 0 15px;
}
.footer .foot_nav ul h3 {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: left;
}
.footer .foot_nav ul li {
  float: left;
  width: 33.33%;
}
.footer .foot_nav ul li a {
  font-size: 14x;
  color: #fff;
  line-height: 140%;
  margin-bottom: 20px;
  text-align: center;
  float: left;
}
.footer .foot_nav ul li a:hover {
  color: #c40000;
}
.copyright {
  background: #111;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
}
.page_banner {
  width: 100%;
  overflow: hidden;
}
.page_banner img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 8;
}
.curson {
  width: 100%;
  background: #F6F6F6;
  height: 50px;
  overflow: hidden;
}
.curson p {
  width: 100%;
  margin-left: 240px;
  padding-left: 40px;
  line-height: 50px;
  background: url(../img/home.png) no-repeat left center;
}
.curson p a {
  font-size: 14px;
  color: #434343;
}
.curson p a:hover {
  text-decoration: underline;
}
.curson span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
  display: none;
}
.wrap {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 25px;
}
.main_l {
  width: 220px;
  background: #b81c22;
  position: relative;
  margin-top: -172px;
  z-index: 9;
}
.main_l h3 {
  font-size: 24px;
  color: #fff;
  font-family: arial;
  line-height: 140%;
  display: block;
  padding-top: 30px;
  padding-left: 30px;
}
.main_l i {
  width: 50px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 10px 0;
  margin-left: 30px;
}
.main_l span {
  font-size: 20px;
  color: #fff;
  font-family: arial;
  line-height: 140%;
  display: block;
  padding-left: 30px;
  padding-bottom: 30px;
}
.main_l .page_menu {
  width: 100%;
  background: #eee;
  padding: 10px 30px;
  padding-bottom: 20px;
}
.main_l .page_menu li {
  width: 100%;
  display: block;
  height: 40px;
  margin-top: 16px;
  border: 1px solid #ccc;
}
.main_l .page_menu li a {
  display: block;
  text-align: center;
  line-height: 38px;
  color: #333;
  background: #fff;
  text-align: center;
}
.main_l .page_menu li a:hover {
  background: #c40000;
  color: #fff;
}
.main_l .pro_menu {
  background: #f6f6f6;
  padding: 5px 15px 0 15px;
}
.main_l .pro_menu ul {
  width: 100%;
}
.main_l .pro_menu ul li {
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}
.main_l .pro_menu ul li:first-child {
  border-top: none;
}
.main_l .pro_menu ul li .yia {
  height: 40px;
}
.main_l .pro_menu ul li {
  line-height: 40px;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #000;
  background: url(../img/ri.png) no-repeat right center;
  text-align: center;
}
.main_l .pro_menu ul li a:hover,.pro_menu li.active>a {
	display: block;
	color: #fff;
	background: #b81c22; 
}
.main_l .pro_menu ul li .era a:hover {
  color: #c40000;
}
.main_r {
  width: 960px;
}
.page_content {
  width: 100%;
  padding: 0 25px;
}
.page_tit {
  width: 100%;
  border-bottom: 1px solid #eee;
  line-height: 50px;
}
.page_tit h3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.content {
  width: 100%;
  margin-top: 15px;
}
.content p {
  font-size: 15px;
  color: #000;
  line-height: 28px;
  margin-bottom: 8px;
}
.content img {
  max-width: 100%;

  margin-bottom: 10px;
  
}
.pro_list {
  width: 100%;
  overflow: hidden;
}
.pro_list ul {
  width: 104%;
}
.pro_list ul li {
  width: 310px;
  height: 230px;
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
  padding: 5px;
  position: relative;
}
.pro_list ul li .pic .imgauto {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.pro_list ul li .pic .imgauto img {
  transition: .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pro_list ul li .pic span {
  font-size: 14px;
  color: #5a5a5a;
  display: block;
  text-align: center;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro_list ul li .text a {
  width: 100%;
  height: 100%;
  display: block;
}
.pro_list ul li .text a img {
  display: block;
  margin: 100px auto;
}
.pro_list ul li:hover .text {
  display: block;
}
.pro_list ul li:hover .pic .imgauto img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  transition: .5s;
}
.pro_list ul li:hover .pic span {
  font-weight: normal;  
  color: #cb0004;
}
.cases_list {
  width: 100%;
  overflow: hidden;
}
.cases_list ul {
  width: 104%;
}
.cases_list ul li {
  width: 31.9%;
  height: 231px;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  position: relative;
}
.cases_list ul li .pic .imgauto {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.cases_list ul li .pic .imgauto img {
  transition: .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cases_list ul li .pic span {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 10px;
}
.cases_list ul li .text a {
  width: 100%;
  height: 100%;
  display: block;
}
.cases_list ul li .text a img {
  display: block;
  margin: 100px auto;
}
.cases_list ul li:hover .text {
  display: block;
}
.cases_list ul li:hover .pic .imgauto img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  transition: .5s;
}
.cases_list ul li:hover .pic span {
  font-weight: normal;
}
.m_promenu {
  width: 100%;
  padding: 0 1%;
  padding-bottom: 10px;
  display: none;
}
.m_promenu .mpromenu {
  width: 100%;
}
.m_promenu .mpromenu h3 {
  width: 100%;
  height: 50px;
  float: left;
  border-bottom: 1px solid #c40000;
}
.m_promenu .mpromenu h3 em {
  font-size: 16px;
  color: #c40000;
  line-height: 50px;
  float: right;
  width: 20%;
  text-align: right;
}
.m_promenu .mpromenu h3 a {
  width: 80%;
  float: left;
  font-size: 14px;
  color: #c40000;
  line-height: 50px;
}
.m_promenu .mpromenu ul {
  padding: 0px 25px;
  display: none;
}
.m_promenu .mpromenu ul li {
  height: 34px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.m_promenu .mpromenu ul li a {
  line-height: 30px;
  font-size: 12px;
  color: #333;
}
.m_pagemenu {
  width: 100%;
  text-align: center;
  margin: 18px 0 10px;
}
.m_pagemenu a {
    line-height: 34px;
    font-size: 15px;
    padding: 0 20px;
    border-left: 1px solid #eee;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dddddd5e;
    width: 12%;
    text-align: center;
    background: #3f4044;
    color: #fff;
    border-radius: 10px;
	margin: 0 15px;
}
.m_pagemenu a:hover{background-color: #c40000;}
.ma_pagemenu {
  width: 100%;
  text-align: center;
  margin: 18px 0 10px;
  display: none;
}
.ma_pagemenu a {
    line-height: 34px;
    font-size: 15px;
    padding: 0 20px;
    border-left: 1px solid #eee;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dddddd5e;
    width: 12%;
    text-align: center;
    background: #3f4044;
    color: #fff;
    border-radius: 10px;
	margin: 0 15px;
}
.ma_pagemenu a:hover{background-color: #c40000;}
.case_list {
  width: 100%;
  overflow: hidden;
}
.case_list ul {
  width: 104%;
}
.case_list ul li {
  width: 30%;
  height: auto;
  float: left;
  margin: 1.2%;
  position: relative;
}
.case_list ul li .pic .imgauto {
  width: 100%;
  height: 235px;
  overflow: hidden;
}
.case_list ul li .pic .imgauto img {
  transition: .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.case_list ul li .pic span {
  font-size: 14px;
  color: #5a5a5a;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 30px;
}
.case_list ul li:hover .pic .imgauto img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  transition: .5s;
}
.case_list ul li:hover .pic span {
  font-weight: normal;
}
.art_list {
  width: 100%;
}
.art_list ul li {
  width: 100%;
  padding: 0 15px 25px;
  border-bottom: 1px dashed #CCC;
  float: left;
  margin-bottom: 20px;
}
.art_list ul li .fr {
  width: 100%;
}
.art_list ul li .fr a {
  font-size: 18px;
  color: #434343;
  display: block;
  padding-top: 8px;
}
.art_list ul li .fr a:hover {
  color: #c40000;
}
.art_list ul li .fr h3 {
  font-size: 18px;
  color: #434343;
  display: block;
  font-weight: bold;
  padding-top: 8px;
}
.art_list ul li .fr h3:hover {
  color: #c40000;
}
.art_list ul li .fr span {
  display: block;
  font-size: 14px;
  color: #929292;
  padding-top: 10px;
}
.art_list ul li .fr p {
  font-size: 14px;
  color: #555;
  line-height: 140%;
  display: block;
  margin-top: 10px;
  text-indent: 2em;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
div.zoomMask {
  position: absolute;
  background: url(../img/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.yunu-showcase {
  margin: 20px 6%;
}
.yunu-showcase .yunupor {
  width: 45%;
  float: left;
}
.yunu-showcase .yunu-showcase-pic {
  position: relative;
  width: 100%;
}
.yunu-showcase .yunu-showcase-pic .cover {
  width: 850px;
  height: 100%x;
  padding: 1px;
  overflow: hidden;
}
.yunu-showcase .yunu-showcase-pic .cover img {
  width: 100%;
}
.yunu-showcase .prev {
  background: url(../img/prole.png) no-repeat 0 0;
  left: 0;
  position: absolute;
  width: 14px;
  height: 27px;
  bottom: 15px;
  z-index: 2;
}
.yunu-showcase .prev:hover {
  background-position: 0 bottom;
}
.yunu-showcase .next {
  background: url(../img/prori.png) no-repeat 0 0;
  right: -470px;
  position: absolute;
  width: 14px;
  height: 27px;
  bottom: 15px;
  z-index: 2;
}
.yunu-showcase .next:hover {
  background-position: 0 bottom;
}
.yunu-showcase .showpropic {
  width: 850px;
  padding: 0 20px;
  bottom: 0;
  right: -528px;
}
.yunu-showcase .showpropic .bd {
  font-size: 0;
  margin-top: 13px;
  overflow: hidden;
}
.yunu-showcase .showpropic .bd .picList li {
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  border: 1px solid #ddd;
  padding: 1px;
  margin: 0 8px;
  overflow: hidden;
}
.yunu-showcase .showpropic .bd .picList li.active {
  border-color: #c40000;
}
.yunu-showcase .showpropic .bd .picList li img {
  width: 100%;
  height: 100%;
}
.yunu-showcasse {
  margin: 20px 3.3%;
}
.yunu-showcasse .yunupor {
  width: 45%;
  float: left;
}
.yunu-showcasse .yunu-showcase-pic {
  position: relative;
  width: 100%;
}
.yunu-showcasse .yunu-showcase-pic .cover {
  width: 850px;
  height: 525px;
  line-height: 525px;
  border: 1px solid #ddd;
  padding: 1px;
  overflow: hidden;
}
.yunu-showcasse .yunu-showcase-pic .cover img {
  width: 100%;
}
.yunu-showcasse .prev {
  background: url(../img/prole.png) no-repeat 0 0;
  left: 0;
  position: absolute;
  width: 14px;
  height: 27px;
  bottom: 15px;
  z-index: 2;
}
.yunu-showcasse .prev:hover {
  background-position: 0 bottom;
}
.yunu-showcasse .next {
  background: url(../img/prori.png) no-repeat 0 0;
  right: -470px;
  position: absolute;
  width: 14px;
  height: 27px;
  bottom: 15px;
  z-index: 2;
}
.yunu-showcasse .next:hover {
  background-position: 0 bottom;
}
.yunu-showcasse .showpropic {
  width: 852px;
  padding: 0 20px;
}
.yunu-showcasse .showpropic .bd {
  font-size: 0;
  margin-top: 13px;
  overflow: hidden;
}
.yunu-showcasse .showpropic .bd .picList li {
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  border: 1px solid #ddd;
  padding: 1px;
  margin: 0 8px;
  overflow: hidden;
}
.yunu-showcasse .showpropic .bd .picList li.active {
  border-color: #c40000;
}
.yunu-showcasse .showpropic .bd .picList li img {
  width: 100%;
  height: 100%;
}
.pro_desc {
  padding: 0 10px;
}
.pro_desc h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-top: 5px;
  text-align: center;
}
.pro_desc p {
  font-size: 14px;
  color: #666;
  line-height: 140%;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  border-top: 1px dashed #ddd;
  padding-top: 12px;
  font-weight: bold;
}
.pro_content .pro_cont1 .hd {
  border: 1px solid #eee;
  width: 100%;
  top: 0;
  right: 0;
}
.pro_content .pro_cont1 .hd ul li {
  width: 20%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-left: 1px solid #eee;
  background: #b81c22;
}
.pro_content .pro_cont1 .hd ul li:hover{
  background: #2d2d2d;
}
.pro_content .pro_cont1 .hd ul li:first-child {
  border: none;
}
.pro_content .pro_cont1 .hd ul li.on {
  background: #2d2d2d;
  color: #fff;
  font-weight: bold;
}
.pro_content .pro_cont1 .bd {
  width: 100%;
  margin-top: 15px;
}
.border_tit {
  border: 1px solid #eee;
  width: 100%;
  padding: 0 1%;
  margin-top: 10px;
}
.border_tit p {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  display: block;
  text-align: left;
}
.pro_content .pro_cont1 .bd ul .text {
  border: 1px solid #eee;
  padding:  1%;
}
.pro_content .pro_cont1 .bd ul .text p {
  font-size: 15px;
  color: #000;
  line-height: 28px;
  margin-bottom: 2px;
}
.pro_content .pro_cont1 .bd ul .text img {
  max-width: 100%;
  display: block;
}
.fl_search {
    width: 100%;
    background: #fff;
}
.fl_search .search {
   padding: 10px 0;
   border-bottom: none;
}
.fl_search .search .text .fr {
  width: 220px;
  border: 2px solid #c40000;
  height: 43px;
}
.fl_search .search .text .fr .btn1 {
  width: 70%;
}
.fl_search .search .text .fr .btn2 {
  width: 28%;
  color: #666;
}
.tit450 {
  height: 50px;
  width: 100%;
  background: #fff;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: none;
  background: #F6F6F6;
}
.page_content .case_tit h3 {
  color: #c40000;
  text-align: center;
}
.page_content .art_tit {
  width: 100%;
  line-height: 50px;
}
.page_content .art_tit h3 {
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.page_content .art_tit p {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 24px;
  border-top: 1px dashed #ddd;
  padding-top: 5px;
}
.page_content .art_tit p span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  color: #5a5a5a;
  margin: 0 10px;
}
.content-tj {
  margin-top: 30px;
}
.content-tj ul {
  margin-left: -40px;
  }
.content-tj li {
  float: left;width: 50%;
  }
.content-tj li a {
  display: block;
  margin-left: 40px;
  line-height: 34px;
  border-bottom: 1px dashed #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  }
  
.content-tj li a:hover {
  color: #c40000;
}
  
.content-tj li span {
  float: right;
  color: #999;
  font-size: 12px;
  }
.contact {
  font-size: 16px;
  color: #888;
  }
  
.contact p {
  margin-top: 0;
  }
.art_desc {
  width: 100%;
  background: #f5f5f5;
  padding: 5px;
  border: 1px solid #f5f5f5;
  margin-top: 15px;
}
.art_desc p {
  font-size: 12px;
  line-height: 20px;
  color: #5a5a5a;
}
.contact1 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.contact1 ul li {
  width: 25%;
  float: left;
  border-right: 1px solid #eee;
}
.contact1 ul li:first-child {
  border-left: 1px solid #eee;
}
.contact1 ul li img {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  max-width: 100%;
}
.contact1 ul li span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.contact1 ul li p {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
.contact2 {
  margin-bottom: 30px;
}
.serverone {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
.serverone .fl {
  width: 46%;
  background: #b81c22;
  padding: 60px;
  position: relative;
  margin-top: -270px;
  z-index: 9;
}
.serverone .fl .text {
  width: 100%;
}
.serverone .fl .text strong {
  font-size: 30px;
  color: #fff;
  line-height: 140%;
  display: block;
  font-weight: normal;
}
.serverone .fl .text strong em {
  font-weight: bold;
  margin: 0 3px;
  font-style: normal;
}
.serverone .fl .text ul {
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}
.serverone .fl .text ul li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.serverone .fl .text ul li img {
  float: left;
  width: 16%;
}
.serverone .fl .text ul li p {
  float: left;
  width: 82%;
  margin-left: 2%;
}
.serverone .fl .text ul li p span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 140%;
  display: block;
  font-weight: bold;
  margin-top: 8px;
}
.serverone .fl .text ul li p i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 140%;
  margin-top: 12px;
}
.serverone .fr {
  width: 46%;
  margin-top: 40px;
}
.serverone .fr span {
  display: block;
  font-size: 28px;
  color: #000;
  line-height: 140%;
  margin-bottom: 30px;
}
.serverone .fr p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 200%;
  margin-top: 10px;
}
.servertwo {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
.servertwo .fl {
  width: 45%;
}
.servertwo .fl h3 {
  font-size: 28px;
  color: #000;
  display: block;
  line-height: 140%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.servertwo .fl span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 140%;
  color: #b81c22;
  margin-top: 30px;
}
.servertwo .fl p {
  font-size: 14px;
  line-height: 180%;
  color: #666;
  display: block;
  margin-top: 15px;
}
.servertwo .fr {
  width: 46%;
}
.servertwo .fr img {
  max-width: 100%;
}
.serverthree {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
.serverthree .fl {
  width: 45%;
}
.serverthree .fl span {
  font-size: 28px;
  display: block;
  line-height: 140%;
  color: #000;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.serverthree .fl img {
  max-width: 100%;
  display: block;
  margin-top: 40px;
}
.serverthree .fr {
  width: 46%;
}
.serverthree .fr span {
  font-size: 28px;
  display: block;
  line-height: 140%;
  color: #000;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.serverthree .fr .pic {
  width: 100%;
  margin-top: 40px;
}
.serverthree .fr .pic img {
  max-width: 100%;
  float: left;
  width: 48%;
  margin: 0 1%;
  margin-bottom: 10px;
}
.show_pages {
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
  padding-bottom: 5px;
}
.show_pages p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.show_pages p a {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.show_pages p a:hover {
  color: #c40000;
}
.mbox4_list {
  width: 98%;
  margin: 0 1%;
  display: none;
}
.mbox4_list li{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.mbox4_list li img{
  display: block;
  max-width: 100%;
}
.pages {
  height: 50px;
  margin-bottom: 20px;
  padding: 0 2%;
}
.pages .pagination a {
  height: 28px;
  margin-bottom: 5px;
}
.pages .pagination p {
  height: 28px;
  margin-bottom: 5px;
}
.pages .pagination a.cur{
  background: #c40000;
}
.pages .pagination a:hover{
  border: 1px solid #c40000;
  color: #c40000;
}
.pages .pagination a.cur:hover{
  border: none;
  color: #fff;
}
.m_prosearch .fl_search .search .text .fr {
  width: 100%;
  border: 1px solid #090909;
}
.m_prosearch .fl_search .search .text .fr .btn1 {
  width: 90%;
}
.m_prosearch .fl_search .search .text .fr .btn2 {
  width: 9%;
}
.language {
  float: right;
  margin-top: 12px;
  padding-right: 90px;
}
.language span {
    float: left;
    text-align: right;
    height: 36px;
    overflow: hidden;
}
.language span a {
    height: 36px;
    float: left;
}
.language span a img {
    height: 24px;
    margin-top: 6px;
    float: left;
}
.language span a:first-child i {
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 8px;
}
.language span a i {
    float: left;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    margin-top: 10px;
    margin-left: 3px;
    color: #fff;
}
.consult{background-image: url(../img/pctel.png);}
.quote{background-image: url(../img/pcqq.png);}
.return{background-image: url(../img/pctop.png);}
.floating_ck{
   z-index: 99999;
    position: fixed;
    top: 40%;
    right: 5px;
}
.floating_ck dl dd{
   position: relative;
    text-align: center;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center 50%;
    margin-bottom: 3px;
    height: 50px;
    cursor: pointer;
	background-color: #b81c22;
}
.floating_ck dl dd:hover{
   background-color: #bc3029;
}
.floating_ck dl dd:hover .floating_left{
   display: block;
}
.floating_ck dd span{
   display: block;
    color: #fff;
    font-size: 12px;
    padding-top: 54px;
}
.floating_left{
   position: absolute;
    line-height: 50px;
    background-color: #bc3029;
    width: 185px;
    display: none;
    height: 50px;
    color: #fff;
    font-size: 17px;
    top: 0px;
    left: -185px;
    transition: all 0.6s;
}
.floating_left a{
   line-height: 50px;
    color: #fff;
	background-color: #bc3029;
	display: block;
}
.floating_left a:hover{
   text-decoration: underline;
}
.weinxin{
   background-image: url(../img/pcwx.png);
}
.liuyan{
   background-image: url(../img/pcly.png);
}
.wx_img{
   width: 185px;
    height: 185px;
}
.wx_img img{
   width: 90%;
    margin: 0 auto;
    margin-top: 7px;
}
.quote .email{
   width: 185px;
}
.quote .email a{
   line-height: 50px;
    display: block;
    font-size: 18px;
}
.m_menu_foot {
    display: none;
}
@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  } 
  .flink {
    width: 100%;
    padding: 0 2%;
	padding-bottom: 15px;
  }
  .i_box1_content .fl {
    display: none;
  }
  .i_box1_content .fr {
    width: 100%;
    padding: 2%;
  }
  .i_box1_content .fr .list ul {
    width: 100%;
  }
  .box1_pro_tit {
    display: block;
  }
  .i_box1_content .fr .list ul li {
    width: 33.33%;
    margin-right: 0;
  }
  .i_box2 .text {
    margin-left: 20px;
  }
  .i_box7_content .fl {
    display: none;
  }
  .i_box7_content .fr {
    width: 100%;
    padding: 0 1%;
  }
  .i_box7_content .fr ul {
    width: 100%;
  }
  .i_box7_content .fr ul li {
    width: 33.33%;
    margin-right: 0;
  }
  .i_box7_content .fr ul li .imgauto {
    display: block;
    margin: 0 auto;
  }
  .i_box9 .i_box9_content .list {
    margin-bottom: 40px;
    margin-left: 10px;
  }
  .i_box9 .i_box9_content {
    width: 100%;
	display: none;
  }
  .page_banner img {
    width: 100%;
    height: auto;
  }
  .m_promenu {
    display: block;
  }
  .main_l {
    display: none;
  }
  .main_r {
    width: 100%;
    padding: 0 1%;
  }
  .pro_list ul li {
    width: 30%;
    height: auto;
    margin-right: 3.08%;
  }
  .pro_list ul li .text {
    display: none !important;
  }
  .cases_list ul li {
    width: 30%;
    height: 250px;
    margin: 1%;
  }
  .cases_list ul li .text {
    display: none !important;
  }
  .curson p {
    margin-left: 10px;
  }
  .m_pagemenu a {
    width: 20%;
  }
  .ma_pagemenu {
    display: block;  
	}
  .ma_pagemenu a {
    width: 20%;
  }  
  .case_list ul li .text {
    display: none !important;
  }
  .serverone .fl {
    margin-top: -160px;
  }
  .serverone {
    width: 100%;
    padding: 0 1%;
    padding-bottom: 40px;
  }
  .servertwo {
    width: 100%;
    padding: 0 1%;
    padding-bottom: 40px;
  }
  .serverthree {
    width: 100%;
    padding: 0 1%;
    padding-bottom: 40px;
  }
  .pro_content .pro_cont1 .hd {
    position: relative;
    width: 100%;
  }
  .yunu-showcase .showpropic {
    width: 490px;
	bottom: 0;
    right: -528px;
  }
  .yunu-showcasse .yunu-showcase-pic .cover {
	width: 223%;
    height: 9%;
    line-height: 9%;  
  }
  .yunu-showcasse .next {
	right: -122%;
  }
  .pro_desc {
    padding-top: 0;
  }
  .footer .foot_contact {
   padding: 0 10px;
  }
  .show_pages p {
   margin-left: 12px;
  }
  .content-tj li a {
  margin-left: 55px;
  margin-right: 22px;
  }	
  #container {
	width: 100%;
  }
  #container1{
   width: 100%;
   padding: 0 15px;	
  }  
  .m_text p  {
	width: 100%;
	margin: 0 12px;
  }
  .m_text .p3  {
	width: 100%;
  }
    .yunu-showcase .yunu-showcase-pic .cover{
	width: 100%;  
  }
  .yunu-showcase .yunu-showcase-pic .cover img{
  width: 100%;
  }
@media screen and (max-width: 1020px) {
  .m_header {
    display: block;
  }
  .header {
    display: none;
  }
  .m_header .m_head_content {
    height: 60px;
  }
  .m_header .m_head_content .m_head_logo {
    height: 60px;
  }
  .m_header .m_head_content .m_head_logo img {
    max-height: 100%;
  }
  .m_header .m_head_content .menu {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m_header .m_head_content .menu i {
    height: 60px;
    line-height: 60px;
  }
  .app_menu {
    top: 60px;
  }
  .app_menu ul li a span {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  .m_menu_foot {
    display: block;
    width: 100%;
    background: #c40000;
    position: fixed;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .m_menu_foot a {
    width: 25%;
    float: left;
    height: 50px;
    border-left: 1px solid #fff;
  }
  .m_menu_foot a:first-child {
        border-left: none;
    }
  .m_menu_foot a img {
    width: 18px;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
  .m_menu_foot a span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
  }  
  .page_banner {
    padding-top: 60px;
  }
  .i_box2 {
    background: url(../img/bann.jpg) no-repeat left;
  }
  .i_box7_content .fr ul li .imgauto {
    display: block;
    margin: 0 auto;
    width: 96%;
  }
  .footer .foot_nav {
    display: none;
  }
  .footer {
    padding-left: 10px;
  }
  .copyright {
    padding-left: 20px;
  }
  .yunu-showcase .yunupor {
    width: 480px;
    margin: 0 auto;
    float: none;
  }
  .yunu-showcase .showpropic {
	width: 490px;
	right: -15px;
	position: relative;
  }
  .yunu-showcasse .showpropic { 
    width: 215%;
  }
  div.zoomDiv {
    display: none!important;  
  }
 div.zoomMask {
	display: none!important; 
  }  
  .yunu-showcasse .next {
	right: -122%;
  }
  .pro_desc {
    width: 100%;
    float: none;
    margin-top: 20px;
    position: relative;
  }
  .floating_ck {
    display: none;
  }
  .i_box4_content .box4pic .bd{
    margin: 0 auto;
  }
  .i_box4_content .box4pic .prev {
	  left: 70px;
	  top: 50%;
  }
  .i_box4_content .box4pic .next {
	  right: 70px;
	  top: 50%;
  }
  .i_box9 {
  padding: 20px 0;
  }
  .cases_list ul li {
    width: 30%;
    height: auto;
    margin: 1%;
  }
  .m_pagemenu a {
    width: 30%;
    margin: 0.5%;
  }
  .ma_pagemenu a {
    width: 30%;
	margin: 0.3%;
  }  
  .content img {
  padding: 0 50px;
  }
  .yunu-showcase .next {
  background: url(../img/prori.png) no-repeat 0 0;
  right: -1%;
  }
  .yunu-showcase .yunu-showcase-pic .cover {
  height: 80%x;
}
  .yunu-showcase .yunu-showcase-pic .cover{
	width: 100%;  
  }
.yunu-showcase .yunu-showcase-pic .cover img{
  width: 100%;
}
@media screen and (max-width: 850px) {
  .i_box4_content .pic {
    height: 80%;
    }
  .banner .swiper-slide {
	margin-top: 9.5%;
	height: 300px;
	padding-top: 60px;
  }
  .swiper-button-next, .swiper-button-prev {
	  top: 63%!important;
  }
  .banner .swiper-button-prev {
    display: none!important;
  }
  .banner .swiper-button-next {
    display: none!important;
  }     
  .search .text .fl {
    width: 98%;
    margin: 0 1%;
  }
  .search .text .fr {
    width: 98%;
    margin: 0 1%;
  }
  .search .text .fr .btn1 {
    width: 80%;
  }
  .search .text .fr .btn2 {
    width: 19%;
    text-align: center;
  }
  .pro_list ul li {
    width: 46.5%;
    height: auto;
    margin: 0px 6px 0px 5px;
  }
  .page_banner {
	height: 100%;
  }
  .page_banner img {
    width: 190%;
    height: auto;
    margin-left: -390px;
  }  
  .i_box1 {
    padding-top: 10px;
  }
  .i_box1_content .fr {
	width: 100%;
    padding: 1%;
  }
  .i_box1_content .fr .list ul li .pic .imgauto {
  width: 255px;
  height: 150px;
  }
  .i_box1_content .fr .list ul li .pic span {
    text-align: center;
    width: 80%;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  } 
  .box3_list .item .pic {
    width: 100%;
	display: none;
  }
  .box3_list .item .text {
    width: 100%;
    padding: 0 5%;
  }
  .box3_list .item .pic {
    display: none;
  }
  .box3_list .item .mpic {
    display: block;
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  .box3_list .item2 {
    padding-left: 0;
  }
  .box3_list .item .mpic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 10px;
  }
  .box3_tit p i {
    font-size: 40px;
    font-style: normal;
  }
  .box3_tit p span {
    font-size: 40px;
  }
  .i_box6 ul li {
    width: 23%;
    margin: 0 1%;
  }
  .i_box6 ul li span i {
    font-size: 28px;
  }
  .i_box9 {
    display: none;
  }
  .footer .foot_contact {
    width: 35%;
  }
  .box4_tit span {
    display: none;
  }
  .pro_list ul li .pic .imgauto {
    height: 230px;
  }
  .pro_list ul li:hover .pic .imgauto img {
    transform: scale(1.0, 1.0);
  }
  .cases_list ul li .pic .imgauto {
    height: 210px;
  }
  .case_list ul li:hover .pic .imgauto img {
          transform: scale(1.0, 1.0);
  } 
  .cases_list ul li:hover .pic .imgauto img {
          transform: scale(1.0, 1.0)
  }
  .cases_list ul li {
    width: 46%;
    height: auto;
    margin: 1%;
}
  .page_content {
    border: none;
    padding: 0 2%;
  }
  .page_tit h3 {
    text-align: center;
  }
  .case_list ul {
    width: 100%;
  }
  .case_list ul li {
    width: 48%;
    margin: 1%;
  }
  .case_list ul li .pic .imgauto {
    height: 240px;
  }
  .art_list ul li .fr {
    width: 100%;
  }
  .art_list ul li .fr a {
    padding-top: 3px;
  }
  .art_list ul li .fr span {
    padding-top: 6px;
  }
  .art_list ul li .fr p {
    margin-top: 6px;
  }
  .contact1 ul li p {
    width: 90%;
  }
  .serverone {
    padding: 0;
    padding-bottom: 30px;
  }
  .serverone .fl {
    margin-top: 0;
    width: 100%;
    padding: 50px;
  }
  .serverone .fr {
    margin-top: 20px;
    width: 100%;
    padding: 0 1%;
  }
  .servertwo .fl {
    margin-top: 0;
    width: 100%;
  }
  .servertwo .fr {
    margin-top: 20px;
    width: 100%;
  }
  .serverthree .fl {
    margin-top: 0;
    width: 100%;
  }
  .serverthree .fr {
    margin-top: 20px;
    width: 100%;
  }
  .m_prosearch .fl_search .search .text .fr {
    margin: 0;
  }
   .list_2 li{
	 width: 33.3%;
  }
   .list_2 li .m {
    height: 89px;
    line-height: 89px;
 }
  .footer_link li a {
    width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
 }
  .yunu-showcasse .showpropic { 
    width: 215%;
 }
  .content img {
    padding: 0 20px;
 }
   .yunu-showcase .yunu-showcase-pic .cover{
	width: 100%;  
  }
 .yunu-showcase .yunu-showcase-pic .cover img{
  width: 100%;
}
}
@media screen and (max-width: 585px) {
  .search .text .fl {
    display: none;
  }
  .banner .swiper-slide {
	margin-top: 9.5%;
	height: 250px;
	padding-top: 60px;
  }
  .page_banner img {
    width: 190%;
    height: auto;
    margin-left: -250px;
  }   
  .box1_pro_tit ul li {
    width: 33.33%;
    float: left;
    margin-bottom: 5px;
  }
  .box1_pro_tit ul li a {
    width: 95%;
  }
  .i_box1_content .fr .list ul li .pic .imgauto {
  width: 238px;
  height: 150px;
  }
  .i_box1_content .fr .list ul li .pic span {
    text-align: center;
    width: 230px;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .i_box1_content .fr {
    padding: 1%;
    border: none;
  }
  .i_box1_content .fr .list ul li {
    width: 48%;
    margin: 1%;
  }
  .i_box1_content .fr .list ul li .pic .imgauto {
    height: 180px;
  }
  .m_header .m_head_content {
    height: .4rem;
  }
  .m_header .m_head_content .m_head_logo {
    height: .4rem;
  }
  .m_header .m_head_content .m_head_logo img {
    margin-top: .03rem;
  }
  .m_header .m_head_content .menu {
    width: .4rem;
    height: .4rem;
  }
  .m_header .m_head_content .menu i {
    height: .4rem;
    line-height: .4rem;
  }
  .app_menu {
    top: .4rem;
  }
  .mtbanner {
    padding-top: .4rem;
	height: 2rem; 
	overflow: hidden; 
  }
  .page_banner {
    padding-top: .4rem;
  }
  .i_box2 .text {
    width: 100%;
    padding: 2%;
    padding-top: 40px;
    margin-left: 0;
  }
  .i_box2 .text strong {
    border: none;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0px;
    height: auto;
  }
  .i_box2 .text p a {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }
  .box3_list {
	  padding-bottom: 10px;
  }
  .box3_list .item {
    width: 100%;
  }
  .box3_tit p {
    font-size: 24px;
    margin-top: 10px;
  }
  .box3_tit p i {
    font-size: 24px;
  }
  .box3_tit p span {
    font-size: 24px;
  }
  .box3_list .item .text .text_tit {
    background: none;
  }
  .box3_list .item .text .text_tit em {
    float: none;
    margin: 0 auto;
  }
  .box3_list .item .text .text_tit p {
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
  }
  .box3_list .item .text {
    padding: 0 2%;
  }
  .box3_list .item .text .text_text {
    margin-top: 20px;
  }
  .i_box6 {
    padding: 20px 0;
	margin-top: 10px;
	display: none;
  }
  .i_box6 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .i_box6 ul li p {
    display: none;
  }
  .i_box7_content .fr ul li {
    width: 48%;
    margin: 0 1%;
  }
  .i_box7_content .fr ul li .imgauto {
    height: 165px;
  }
  .i_box7_content .fr ul li .text {
    position: relative;
    display: block;
    height: 24px;
    background: #fff;
  }
  .i_box7_content .fr ul li .text a {
    line-height: 24px;
    color: #333;
  }
  .i_box7_content .fr h3 {
    display: block;
    margin-bottom: 15px;
  }
  .i_box7 {
    margin-top: 10px;
  }
  .i_box7 .box4_tit {
    display: none;
  }
  .i_box9 .m_list .m_tit a {
    float: left;
    width: 23%;
    margin: 0 1%;
  }
  .footer .foot_contact {
    width: 100%;
  }
  .footer .foot_ewm p {
    display: none;
  }
  .footer .foot_ewm {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
    width: 100%;
    padding-right: 0;
  }
  .copyright {
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
  }
  .pro_list ul {
    width: 100%;
  }
  .pro_list ul li {
    width: 97.5%;
	height: 100%;
    margin-right: 3.08%;
  }
  .cases_list ul {
    width: 100%;
  }
  .cases_list ul li {
    width: 98.1%;
    margin: 1%;
  }
  .wrap {
    margin-top: 10px;
  }
  .curson p {
    display: none;
  }
  .curson span {
    display: block;
  }
  .m_pagemenu a {
    width: 45%;
    margin: 1%;
	text-align: center;
  }
  .ma_pagemenu a {
    width: 45%;
    margin: 1%;
	text-align: center;
  }  
  .case_list ul li .pic .imgauto {
    height: 168px;
  }
  .art_list ul li {
    padding: 3%;
    border: none;
	border-bottom: 1px dashed #CCC;
	width: 100%;
  }
  .contact1 ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .serverone .fl {
    margin-top: 0;
    width: 100%;
    padding: 10px;
  }
  .box4pic {
    display: none;
  }
  .mbox4_list {
    display: block;
  }
  .tit450 {
    display: block;
  }
  .m_header .m_head_content .m_head_logo img {
    height: .34rem;
  }
  .language {
    padding-right: .45rem;
    margin-top: .1rem;
  }
  .i_box4_content .pic {
    height: auto;
  }
  .i_box4 {
    background-size: 100% 100%;
	display: none;
  }
  .copyright {
    padding-bottom: 60px;
  }
  .contact2 {
    display: none;
  }
  .list_2 li{
    width: 33.3%;
	height: 120px;
  }
  .list_2 li .m {
    height: 68px;
    line-height: 68px;
  }
  .footer_link ul {
	margin-left: -6px;  
  }
  .yunu-showcasse {
    margin: 10px 0%;
  }
  .yunu-showcasse .next {
    right: -122%;
  }
  .yunu-showcasse .next {
    right: 0;
  }
  .cases_list ul li .pic .imgauto {
    height: 220px;
  }
  .yunu-showcase .yunu-showcase-pic .cover{
	width: 100%;  
  }
  .yunu-showcase .yunu-showcase-pic .cover img{
  width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .search {
    padding: 10px 0;
  }
  .search .text .fr .btn1 {
    width: 80%;
  }
  .search .text .fr .btn2 {
    width: 14%;
  }
  .i_box1 {
    padding-top: 0px;
  }
  .box1_pro_tit ul li a {
    line-height: 36px;
    border-radius: 3px;
    margin: 0 auto;
  }
  .i_box1_content .fr .list ul li .pic .imgauto {
  width: 230px;
  }
  .i_box1_content .fr .list ul li .pic span {
    text-align: center;
    width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .flink_list li {
    float: left;
    margin-right: 20px;
    width: 28%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .i_box2 .text {
    padding-top: 30px;
  }
  .i_box2 .text p {
    text-align: center;
    letter-spacing: 0px;
  }
  .i_box2 .text strong {
    font-size: 20px;
  }
  .i_box2 .text p span {
    font-size: 18px;
  }
  .i_box7_content .fr ul li {
    margin-bottom: 10px;
  }
  .i_box7_content .fr ul li .imgauto {
    height: 120px;
  }
  .i_box7_content .fr ul li .text {
    position: relative;
    display: block;
    height: 24px;
    background: #fff;
  }
  .i_box7_content .fr ul li .text a {
    line-height: 24px;
    color: #333;
  }
  .footer .foot_contact h3 {
    text-align: center;
  }
  .footer .foot_contact span {
    text-align: center;
  }
  .footer .foot_contact p {
    text-align: center;
  }
  .footer .foot_ewm {
    text-align: center;
  }
  .footer .foot_ewm .ewm_text {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .case_list ul li {
    width: 98%;
  }
  .case_list ul li .pic .imgauto {
    height: 250px;
  }
  .cases_list ul li .pic .imgauto {
    height: 250px;
  }
  .yunu-showcase .yunupor {
    width: 100%;
  }
  .yunu-showcase .yunu-showcase-pic .cover {
    width: 100%;
  }
  .yunu-showcase .showpropic {
    width: 100%;
	right: 0px;
  }
  .yunu-showcase .showpropic .bd .picList li {
    width: 30%;
  }
  .yunu-showcasse .yunupor {
    width: 100%;
  }
  .yunu-showcasse .yunu-showcase-pic .cover {
    width: 100%;
  }
  .yunu-showcasse .showpropic {
    width: 100%;
	right: 0px;
  }
  .yunu-showcasse .showpropic .bd .picList li {
    width: 30%;
  }  
  .contact1 ul li {
    width: 98%;
    margin: 0 1%;
    border: none;
    margin-bottom: 30px;
  }
  .serverone .fl .text strong {
    font-size: 24px;
    text-align: center;
  }
  .serverone .fl .text ul {
    padding-top: 15px;
    margin-top: 15px;
  }
  .box9tit h3 {
    font-size: 20px;
    line-height: 140%;
  }
  .i_box9 .m_list .m_tit a {
    line-height: 36px;
  }
  .serverone .fr span {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }
  .servertwo .fl h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }
  .servertwo .fl span {
        margin-top: 10px;
    text-align: center;
  }
  .serverthree .fl span {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }
  .serverthree .fr span {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
  }
  .wrap {
    margin-top: 0;
  }
  .footer .foot_contact a {
    margin: 0 auto;
    margin-top: 8px;
  }
  .m_prosearch .fl_search .search .text .fr .btn1 {
    width: 80%;
  }
  .m_prosearch .fl_search .search .text .fr .btn2 {
    width: 18%;
  }
  .language {
    margin-top: .06rem;
  }
   .contact2 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
   .pro_list ul li .pic .imgauto {
    height: 102px;
  }
   .i_box1_content .fr .list ul li .pic .imgauto {
   width: 170px;
   height: 106px;
  }
   .i_box1_content .fr .list ul li .pic span {
	width: 160px;
  }
   .serverthree .fr .pic img {
    width: 98%;
  }
   .box4_tit p {
    font-size: 22px;
  }
   .language {
    margin-top: .05rem;
  }
   .contact2 {
    display: none;
  }
}
/****************************** media ******************************/
/*# sourceMappingURL=yunu.css.map */