/****************************** components ******************************/

.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 200px;
    z-index: 9;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../img/kefu.png") 12px center no-repeat #50b2de;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #ffffff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #ffffff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
    display: inline-block;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../img/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666666;
    font-size: 14px;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666666;
    font-size: 14px;
    padding-left: 22px;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('../img/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('../img/huidaodingbu.png') center center no-repeat #50b2de;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #50b2de;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #ffffff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('../img/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('../img/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}


.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;
}

.container1{
	    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
    /*margin-bottom: 20px;*/
	
}

.content img {
  max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
  box-sizing: content-box;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg5 {
  margin: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pd5 {
  padding: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg10 {
  margin: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pd10 {
  padding: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg15 {
  margin: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd15 {
  padding: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg20 {
  margin: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mg25 {
  margin: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pd25 {
  padding: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg30 {
  margin: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pd30 {
  padding: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mg35 {
  margin: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pd35 {
  padding: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg40 {
  margin: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pd40 {
  padding: 40px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mg45 {
  margin: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pd45 {
  padding: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg50 {
  margin: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pd50 {
  padding: 50px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.yunu-infocontent-body img {
  max-width: 100%;
  display: block;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 12px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
  font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
  font-size: 12px;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}



.center {
  width: 1200px;
  margin: 0 auto;
}

.yu_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header {
  width: 100%;
  position: relative;
}

.header .h_top {
  width: 100%;
  height: 40px;
  position: relative;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.header .h_top .yu_bg {
  background: #fff;
}

.header .h_top .text span {
  float: left;
  font-size: 14px;
  color: #999;
}

.header .h_top .text p {
  float: right;
  font-size: 14px;
  color: #999;
  padding-left: 18px;
  background: url(../img/ic1.png) no-repeat left center;
}

.header .h_top .text p i {
  font-style: normal;
  font-weight: bold;
}

.header .h_midder {
  width: 100%;
  position: relative;
}

.header .h_midder .yu_bg {
  background: #fff;
}

.header .h_midder .text .fl {
  float: left;
}

.header .h_midder .text .fl img {
  display: block;
}

.header .h_midder .text .fr {
  float: right;
}

.header .h_midder .text .fr .nav {
  position: relative;
  height: 80px;
}

.header .h_midder .text .fr .nav ul li {
  height: 80px;
  width: 112px;
  float: left;
  line-height: 26px;
  position: relative;
  text-align: center;
}

.header .h_midder .text .fr .nav ul li a {
  color: #333;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 14px 0;
}

.header .h_midder .text .fr .nav ul li a i {
  font-size: 14px;
  font-style: normal;
}

.header .h_midder .text .fr .nav ul li:hover {
  background: #50b2de;
}

.header .h_midder .text .fr .nav ul li:hover a {
  color: #fff;
}

.header .h_midder .text .fr .nav ul li.active {
  background: #000;
}

.header .h_midder .text .fr .nav ul li.active a {
  color: #fff;
}

.header .h_midder .text .fr .nav ul li > a.active{
  
    background: #50b2de;
  color: #fff;
  
   
}


.header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 5px 10px 1px #eee;
}

.pc_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pc_banner .pcbanner .swiper-slide img {
  width: 100%;
  display: block;
}

.pc_banner .pcbanner .pagination {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 99;
}

.pc_banner .pcbanner .pagination span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 1px solid #fff;
  margin: 0 3px;
  opacity: 1;
}

.pc_banner .pcbanner .pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.pc_banner .pcbanner .next {
  position: absolute;
  right: 5%;
  top: 45%;
  z-index: 99;
  height: 45px;
  width: 45px;
  background: url(../img/ri.png);
  opacity: 1;
  background-size: 100%;
  cursor: pointer;
  outline: 0;
  background-size: 100% 100%;
}

.pc_banner .pcbanner .next:hover {
  background: url(../img/hri.png);
  background-size: 100% 100%;
}

.pc_banner .pcbanner .prev {
  position: absolute;
  left: 5%;
  top: 45%;
  z-index: 99;
  height: 45px;
  width: 45px;
  background: url(../img/le.png);
  opacity: 1;
  background-size: 100%;
  cursor: pointer;
  outline: 0;
  background-size: 100% 100%;
}

.pc_banner .pcbanner .prev:hover {
  background: url(../img/hle.png);
  background-size: 100% 100%;
}

.m_header {
  width: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.m_header .m_head_logo {
  height: 70px;
  padding-left: 10px;
  position: relative;
}

.m_header .m_head_logo .yu_bg {
  background: #fff;
}

.m_header .m_head_logo a {
  float: left;
}

.m_header .m_head_logo a img {
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.m_header .m_head_logo .menu {
  float: right;
}

.m_header .m_head_logo .menu img {
  height: 26px;
  display: block;
  margin-top: 22px;
  padding-right: 10px;
}

.app_menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 99;
  box-shadow: 0px 5px 10px 1px #ddd;
  display: none;
}

.app_menu .yu_bg {
  background: #fff;
}

.app_menu ul li {
  font-size: 14px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #666;
  display: block;
  padding-left: .15rem;
  border-top: 1px solid #eee;
}


.app_menu ul li > a {
    width: 50%;
    display: block;
}
.app_menu ul .v_list {
    width: 100%;
    display: none;
}
.app_menu ul .v_list a {
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 36px;
    color: #999899;
    display: block;
    padding-left: .4rem;
    float: none;
}
.app_menu ul .v_list a:first-child {
  border-top: 1px solid #eee;
}

.app_menu ul li.on {
    background: url(../img/lrbottom.png) no-repeat 95% 15px;
    background-size: 16px;
}

.m_banner {
  display: none;
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

.m_banner .mbanner {
  position: relative;
}

.m_banner .mbanner .swiper-slide img {
  width: 100%;
  display: block;
}

.m_banner .mbanner .pagination {
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 100%;
  z-index: 90;
}

.m_banner .mbanner .pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 1px solid #fff;
  margin: 0 4px;
  opacity: 1;
}

.m_banner .mbanner .pagination span.swiper-pagination-bullet-active {
  background: #fff;
  color: #fff;
}

.hot_search {
  position: relative;
}

.hot_search .yu_bg {
  background: #e3e3e3;
}

.hot_search .text p {
  line-height: 42px;
}

.hot_search .text p span {
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.hot_search .text p a {
  float: left;
  font-size: 12px;
  color: #333;
  margin-left: 12px;
}

.hot_search .text p a:hover {
  font-weight: bold;
}

.index_box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
}

.yu_tit {
  padding: 20px 0;
  padding: 20px 0;
  text-align: center;
  /*background: url(../img/titbg.png) no-repeat center center;*/
  overflow: hidden;
}

.yu_tit span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 56px;
  font-weight: bold;
  color: #50b2de;
  text-transform: uppercase;
}

.yu_tit p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: left;
}

.yu_tit p i {
  font-style: normal;
  font-size: 28px;
  color: #000;
  display: block;
}

.yu_tit p em {
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  display: block;
}

.in_case {
  margin-top: 20px;
  position: relative;
    margin-bottom: 40px;
}

.in_case .yu_bg {
  background: #fff;
}

.in_case li {
  width: 24%;
  float: left;
  border: 1px solid #ddd;
  margin-right: 1.33%;
  overflow: hidden;
}

.in_case li .pic {
  position: relative;
}

.in_case li .pic .imgauto {
  width: 100%;
  height: 244px;
}

.in_case li .pic .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.in_case li .pic span {
  width: 100%;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: .5s;
}

.in_case li .libg {
  position: absolute;
  left: 0;
  top: 200%;
  background: rgba(1, 122, 195, .6);
  width: 100%;
  height: 100%;
  transition: .5s;
}

.in_case li .libg a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 244px;
}

.in_case li:nth-child(4n) {
  margin-right: 0;
}

.in_case li:hover {
  box-shadow: 0px 1px 4px #999;
}

.in_case li:hover .pic .imgauto img {
  transform: scale(1.2);
  transition: .5s;
}

.in_case li:hover .pic span {
  bottom: -40px;
  transition: .5s;
}

.in_case li:hover .libg {
  left: 0;
  top: 0;
  transition: .5s;
}

.yu_catlist li {
  float: left;
  width: 190px;
  margin-right: 12px;
  height: 40px;
  line-height: 40px;
}

.yu_catlist li a {
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  list-style-type: none;
  font-size: 14px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #000;
  background: #fff;
}

.yu_catlist li a:hover {
  background: #000;
  color: #fff;
}

.index_pro {
  position: relative;
}

.index_pro .yu_bg {
  background: #fff;
}

.in_pro {
  margin-top: 20px;
  position: relative;
}

.in_pro .yu_bg {
  background: #fff;
}

.in_pro .swiper-slide {
  position: relative;
  width: 24%;
  float: left;
  border: 1px solid #ddd;
  margin-right: 1.33%;
  overflow: hidden;
}

.in_pro .swiper-slide .pic {
  position: relative;
}

.in_pro .swiper-slide .pic .imgauto {
  width: 100%;
  height: 244px;
}

.in_pro .swiper-slide .pic .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.in_pro .swiper-slide .pic span {
  width: 100%;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: .5s;
}

.in_pro .swiper-slide .libg {
  position: absolute;
  left: 0;
  top: 200%;
  background: rgba(1, 122, 195, .6);
  width: 100%;
  height: 100%;
  transition: .5s;
}

.in_pro .swiper-slide .libg a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 244px;
}

.in_pro .swiper-slide:nth-child(4n) {
  margin-right: 0;
}

.in_pro .swiper-slide:hover {
  box-shadow: 0px 1px 4px #999;
}

.in_pro .swiper-slide:hover .pic .imgauto img {
  transform: scale(1.2);
  transition: .5s;
}

.in_pro .swiper-slide:hover .pic span {
  bottom: -40px;
  transition: .5s;
}

.in_pro .swiper-slide:hover .libg {
  left: 0;
  top: 0;
  transition: .5s;
}

.index_about {
  position: relative;
}

.index_about .yu_bg {
  background: url(../img/aboutbg.jpg) top center;
}

.in_about {
  position: relative;
}

.in_about .fl {
  float: right;
  width: 58%;
  height: 320px;
  transition: all 0.3s;
  background: url(../img/abbg.png) no-repeat center left;
  background-size: auto 100%;
  padding: 30px 10px 30px 120px;
  position: relative;
}

.in_about .fl span {
  font-size: 25px;
  color: #000;
  display: block;
  line-height: 36px;
  font-weight: bold;
}

.in_about .fl .text {
  height: 220px;
  overflow: hidden;
}

.in_about .fl .text p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  text-indent: 2em;
  margin-top: 10px;
}

.in_about .fl .in_more {
  width: 35px;
  height: 76px;
  position: absolute;
  bottom: 63px;
  left: 66px;
  transition: all 0.3s;
  border: 1px solid #000000;
}

.in_about .fl .in_more a {
  display: block;
  width: 100%;
  height: 100%;
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background: #000;
  font-size: 14px;
  letter-spacing: 1px;
}

.in_about .fl .in_more a:hover {
  background: #fff;
  color: #000;
}

.in_about .fr {
  float: left;
  width: 40%;
}

.in_about .fr img {
  margin-top: 15px;
  width: 100%;
  display: block;
}

.index_news .yu_bg {
  background: url(../img/newbg.jpg);
}

.in_news {
  padding-top: 20px;
}

.in_news li {
  width: 46%;
  height: 80px;
  overflow: hidden;
  transition: .5s;
  margin: 5px 2%;
  float: left;
  border: 2px solid #50b2de;
}

.in_news li .time {
  float: left;
  width: 80px;
  height: 100%;
  background-color: #50b2de;
  transition: all 0.3s;
}

.in_news li .time span {
  font-size: 30px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
}

.in_news li .time p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.in_news li .text {
  padding: 5px 10px;
  overflow: hidden;
}

.in_news li .text a {
  font-size: 16px;
  color: #333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px;
}

.in_news li .text p {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  height: 44px;
  overflow: hidden;
}

.in_news li:hover {
  border: 2px solid #000;
}

.in_news li:hover .time {
  background: #000;
  width: 100px;
  transition: .5s;
}

.in_news li:hover .time span {
  color: #fff;
}

.in_news li:hover .time p {
  color: #fff;
}


.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #50b2de;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;font-size: 14px; }

.links p {
  font-size: 14px;
  color: #bdbdbd;
  line-height: 30px;
  text-align: center;
}

.links p span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-weight: bold;
}

.links p a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 8px;
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footer .foot_top {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #bdbdbd;
}

.footer .foot_top .yu_bg {
  background: #333;
}

.footer .foot_top .foot_tit {
  width: 150px;
  float: left;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
}

.footer .foot_top .foot_tit span {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  font-size: 22px;
  display: block;
}

.footer .foot_top .foot_tit p {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 24px;
}

.footer .foot_top .fl {
  width: 50%;
  position: relative;
}

.footer .foot_top .fl .text {
  padding: 20px 0;
  overflow: hidden;
  padding-left: 150px;
}

.footer .foot_top .fl .text p {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 24px;
  margin-bottom: 3px;
}

.footer .foot_top .fr {
  width: 50%;
  position: relative;
}

.footer .foot_top .fr .pic {
  padding: 20px 0;
  overflow: hidden;
  padding-left: 150px;
}

.footer .foot_top .fr .pic img {
  width: 190px;
  display: block;
  margin: 0 auto;
}

.footer .foot_bot {
  position: relative;
  padding: 12px 0;
}

.footer .foot_bot .yu_bg {
  background: #333;
}

.footer .foot_bot .copyright p {
  font-size: 14px;
  color: #bdbdbd;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.mtfix {
  margin-top: 62px;
  overflow: hidden;
  display: none;
}

.fix_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}

.fix_footer .yu_bg {
  background: #50b2de;
}

.fix_footer a {
  width: 25%;
  height: 62px;
  float: left;
  text-align: center;
  padding-top: 4px;
  border-left: 1px solid #aaa;
}

.fix_footer a img {
  display: block;
  margin: 0 auto;
  height: 28px;
}

.fix_footer a span {
  line-height: 30px;
  color: #fff;
  display: block;
  text-align: center;
}

.fix_footer a:first-child {
  border: none;
}

.main {
  position: relative;
  padding: 30px 0;
}

.main .yu_bg {
  background: #fff;
}

.main .main_l {
  width: 21%;
}

.main .main_r {
  width: 77%;
}

.main_title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #50b2de;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.main_title h3 {
  font-size: 21px;
  font-weight: normal;
}

.main_title h3 i {
  font-style: normal;
  font-size: 14px;
}

.main_menu span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  background: #f4f4f4;
  transition: .5s;
  font-size: 1.1em;
  display: block;
}

.main_menu span a {
  display: inline-block;
  width: 80%;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  outline: 0;
}

.main_menu span em {
  width: 20%;
  height: 40px;
  outline: 0;
  display: inline-block;
  padding-left: 5%;
  display: inline-block;
  background: url(../img/lanb.png) no-repeat center;
  background-size: 8px;
}

.main_menu span:hover {
  background: #50b2de;
}

.main_menu span:hover a {
  color: #fff;
}

.main_menu span:hover em {
  background: url(../img/bottom.png) no-repeat center;
  background-size: 16px;
}

.main_menu span.active {
  background: #50b2de;
}

.main_menu span.active a {
  color: #fff;
}

.main_menu span.active em {
  background: url(../img/bottom.png) no-repeat center;
  background-size: 16px;
}

.main_menu ul {
  display: none;
}

.main_menu ul li {
  font-size: 14px;
  display: block;
  color: #333;
  line-height: 32px;
  transition: .3s;
  padding-left: 50px;
      background: #f4f4f4;
    border-top: 1px dotted #ddd;
}

.main_contact {
  background: #f4f4f4;
}

.main_contact .text {
  padding: 10px;
}

.main_contact .text img {
  margin: 10px 0;
  display: block;
}

.main_contact .text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.main_c_tit {
  width: 100%;
  height: 90px;
  background: url(../img/pagebg.png) no-repeat center center;
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  margin-top: 10px;
}

.main_c_tit span {
  font-size: 21px;
  display: block;
  line-height: 23px;
}

.main_c_tit p {
  font-size: 14px;
  line-height: 20px;
}

.currson {
  width: 100%;
  border-bottom: 3px double #d3d3d3;
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.currson h3 {
  font-size: 21px;
  color: #50b2de;
  float: left;
  line-height: 37px;
}

.currson p {
  float: right;
  line-height: 37px;
  font-size: 14px;
}

.currson .text {
  line-height: 42px;
}

.currson .text p {
  width: 100%;
  float: left;
  padding-left: 42px;
  background: url(../img/home.png) no-repeat 12px center;
  border-left: #dddede 1px solid;
}

.currson .text p span {
  float: left;
  border-left: #dddede 1px solid;
  padding-left: 12px;
  color: #333;
}

.currson .text p a {
  float: left;
}

.prolist .in_case li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.prolist .in_case li .pic .imgauto {
  height: 217px;
}

.prolist .in_case li:nth-child(3n) {
  margin-right: 0;
}

.content_wrap {
  position: relative;
  padding-top: 20px;
}

.content_wrap .yu_bg {
  background: #fff;
}

.content_tit h3 {
  font-size: 16px;
  color: #000;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.content_tit p {
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 1px solid #d3d3d3;
}

.content_tit p span {
  line-height: 21px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

.content_pic img{
	display: block;
    max-width: 100%;
    margin: 0 auto;
        margin-top: 5px;
	
}
.content p {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  margin-top: 15px;
}

.content img {
  display: block;
  margin: 0 auto;
}

.show_pages {
  padding-top: 20px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
}

.show_pages p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 6px;
  text-align: center;
}

.show_pages p a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.artlist {
  width: 100%;
  margin-top: 30px;
}

.artlist ul li {
  width: 100%;
  padding: 10px;
  float: left;
  margin-bottom: 20px;
  background: #f3f3f4;
}

.artlist ul li .fl {
  width: 180px;
}

.artlist ul li .fl .imgauto {
  width: 100%;
  height: 185px;
}

.artlist ul li .fr {
  float: none;
  overflow: hidden;
  padding-left: 20px;
}


.artlist ul li .fr_r {
     float: right;
    
    margin-top: 8px;
}


.artlist ul li .fr_r small {
   font-size: 15px;
    color: #999;
    margin-top: 5px;
}

.artlist ul li .fr span {
  font-size: 18px;
  color: #000;
  display: block;
  padding-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.artlist ul li .fr p {
  font-size: 14px;
  color: #888;
  display: block;
  margin-top: 10px;
  line-height: 24px;
  overflow: hidden;
}

.artlist ul li:hover {
  box-shadow: 0px 1px 4px #999;
  background: #50b2de;
}

.artlist ul li:hover .fr span {
  color: #fff;
}

.artlist ul li:hover .fr p {
  color: #fff;
}


.lr_gai.in_case li .libg {
	position: relative;
  background: rgba(0,0,0,.9);
  width: 100%;
  height: 100%;
  transition: .5s;
  padding: 0 10px;
  padding-bottom: 8px;
}
.lr_gai.in_case li .libg span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 30px;
	
}
.lr_gai.in_case li .libg p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.app_menu ul li a {
	display: block;
}


@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .header {
    display: none;
  }
  .m_header {
    display: block;
  }
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .in_news li {
    width: 96%;
  }
  .main {
    padding: 20px 2%;
  }
  .main .main_l {
    width: 100%;
  }
  .main .main_r {
    width: 100%;
  }
  .main_contact {
    display: none;
  }
}

@media screen and (max-width: 768px) {
	
	.kf{
		
		display: none;
	}
  .hot_search .text {
    padding: 0 2%;
  }
  .news_hot {
    padding: 10px 1%;
  }
  .news_hot .list .news_left .bd li {
    width: 150%;
  }
  .yu_tit {
    padding: 12px 0;
   
  }
  .yu_tit span {
    font-size: 28px;
  }
  .yu_tit p {
    padding-left: 5px;
  }
  .yu_tit p i {
    font-size: 16px;
  }
  .yu_tit p em {
    font-size: 14px;
  }
  .index_box {
    padding: 0 2%;
    padding-bottom: 20px;
  }
  .in_pro {
    margin-top: 10px;
  }
  .in_pro .swiper-slide {
    border: 1px solid #ddd;
  }
  .in_pro .swiper-slide .pic {
    display: block;
  }
  .in_pro .swiper-slide .pic .imgauto {
    height: 1.3rem;
  }
  .in_pro .swiper-slide .pic span {
    bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2%;
  }
  .in_pro .swiper-slide .libg a {
    line-height: 1.3rem;
  }
  .in_about .fl {
    width: 100%;
    margin-top: 20px;
  }
  .in_about .fr {
    width: 100%;
  }
  .in_case {
    margin-top: 10px;
  }
  .in_case li {
    width: 48.5%;
    border: 1px solid #ddd;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .in_case li .pic {
    display: block;
  }
  .in_case li .pic .imgauto {
    height: 1.3rem;
  }
  .in_case li .pic span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2%;
  }
  .in_case li .libg a {
    line-height: 1.3rem;
  }
  .in_case li:nth-child(2n) {
    margin-right: 0;
  }
  .in_case .pro_next {
    display: none;
  }
  .in_case .pro_prev {
    display: none;
  }
  .footer {
    padding: 0;
  }
  .footer .foot_top .foot_tit {
    width: 100%;
    position: relative;
    float: none;
    margin-bottom: 10px;
  }
  .footer .foot_top .fl {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer .foot_top .fl .text {
    padding: 0;
    padding: 0 2%;
  }
  .footer .foot_top .fr {
    width: 100%;
  }
  .footer .foot_top .fr .pic {
    padding: 0;
    padding: 0 2%;
  }
  .footer .foot_top .fr .pic img {
    max-width: 120px;
  }
  .footer .foot_bot {
    display: none;
  }
  .prolist .in_case li {
    width: 48.5%;
    border: 1px solid #ddd;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .prolist .in_case li .pic .imgauto {
    height: 1.3rem;
  }
  .prolist .in_case li:nth-child(3n) {
    margin-right: 3%;
  }
  .prolist .in_case li:nth-child(2n) {
    margin-right: 0;
  }
  .currson {
    display: none;
  }
  .content_tit h3 {
    margin-bottom: 0;
  }
  .content_tit p span {
    font-size: 13px;
  }
  .wap_hide {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .hot_search .text p {
    height: 42px;
    overflow: hidden;
  }
  .hot_search .text p span {
    font-size: 15px;
  }
  .in_about .fl {
    width: 100%;
    margin-top: 20px;
  }
  .in_about .fl span {
    font-size: .13rem;
  }
  .in_about .fl .text {
    height: 1.68rem;
  }
  .in_about .fl .text p {
    font-size: .11rem;
    line-height: .21rem;
    margin-top: 0;
  }
  .in_about .fl .in_more {
    text-align: center;
    margin-top: 12px;
  }
  .in_about .fr {
    width: 100%;
  }
  .in_news {
    padding-top: 12px;
  }
  .in_news li {
    width: 100%;
    margin: 8px 0;
  }
  .in_news li .text a {
    font-size: .12rem;
  }
  .in_news li .text p {
    font-size: .1rem;
    height: 66px;
    line-height: 22px;
  }
  .mtfix {
    display: block;
  }
  .fix_footer {
    display: block;
  }
  .artlist {
    width: 100%;
    margin-top: 10px;
  }
  .artlist ul li {
    margin-bottom: 12px;
  }
  .artlist ul li .fl {
    width: 1rem;
  }
  .artlist ul li .fr {
    padding-left: 12px;
  }
  .artlist ul li .fr span {
    font-size: .125rem;
  }
  .artlist ul li .fr p {
    font-size: .11rem;
    margin-top: 8px;
    line-height: .2rem;
    height: .6rem;
    overflow: hidden;
  }
}

/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */
