<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************** components ******************************/
.kefu{position:fixed;right:-170px;top:50%;z-index:900;}

.kefu li a{text-decoration:none;}

.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}

.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}

.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}

.kefu .kefu-qq i{background-position:4px 5px;}

.kefu .kefu-tel i{background-position:0 -21px;}

.kefu .kefu-liuyan i{background-position:4px -53px;}

.kefu .kefu-weixin i{background-position:-34px 4px;}

.kefu .kefu-weibo i{background-position:-30px -22px;}

.kefu .kefu-ftop{display:none;}

.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}

.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}

.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}

.kefu .kefu-right{width:20px;}

.kefu .kefu-tel-main{background:#00acc2;color:#fff;height:70px;width:247px;padding:9px 0 6px;float:left;}

.kefu .kefu-main{background:#00acc2;width:97px;height:70px;position:relative;padding:9px 0 6px;float:left;}

.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}

.kefu-weixin-pic img{width:115px;height:115px;}

.message p.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

#message{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 1000;transform: scale(0);transition: .3s;}

.messagebg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 1001;}

#message .m-content{margin-top: 10%;}

#message .m-content .m-message{background: #fff;width: 580px;background: #fff;padding: 50px;margin: 0 auto;position: relative;z-index: 1002;box-shadow: 1px 1px 50px rgba(0,0,0,.3);}

.m-message{width: 494px;margin: 48px auto 0;}

.m-message label{margin-bottom: 15px;display: block;font-size: 14px;}

.m-message label em{display: block;float: right;color: red;height: 32px;line-height: 32px;}

.m-message label span{width: 70px;height: 34px;line-height: 34px;color: #2F2F2F;float: left;font-weight: bold;text-align: right;margin-right: 30px;display: inline-block;}

.m-message label input.inp,.m-message label textarea,.m-message label.code input{width: 65%;overflow: hidden;height: 32px;line-height: 32px;border: #cccccc 1px solid;border-radius: 3px;padding:0 14px;box-sizing: border-box;color: #555;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}

.m-message label input:focus,.m-message label textarea:focus{border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);}

.m-message label textarea{height: 72px;line-height: 24px;padding:10px 14px;}

.m-message label.code{line-height: 34px;}

.m-message label.code input{width: 30%;float: left;margin-right: 30px;}

.m-message label.code .pic{display: inline-block;vertical-align: top;width: 80px;height: 32px;}

.m-message label.code img{width: 100%;height: 100%;display: inline-block;vertical-align: middle;}

.btn-1 input{width: 52px;height: 32px;line-height: 32px;background: #e8e8e8;border: none;color: #333;margin-right: 22px;cursor: pointer;transition: 0.3s;}

.btn-1{padding-left: 100px;}

.btn-1 input.focus{background: #00acc2;color: #fff;}

.btn-1 input.focus:hover{background: #444;}

.btn-1 input:hover{background: #ccc;}



.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix, .container:after,
.row:after, ul {
  *zoom: 1;
}

.clearfix:after, .container:after,
.row:after, ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.content img {
  max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
  box-sizing: content-box;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg5 {
  margin: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pd5 {
  padding: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg10 {
  margin: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pd10 {
  padding: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg15 {
  margin: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd15 {
  padding: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg20 {
  margin: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mg25 {
  margin: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pd25 {
  padding: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg30 {
  margin: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pd30 {
  padding: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mg35 {
  margin: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pd35 {
  padding: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg40 {
  margin: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pd40 {
  padding: 40px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mg45 {
  margin: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pd45 {
  padding: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg50 {
  margin: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pd50 {
  padding: 50px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 12px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  
 
}

@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
  font: 12px/1.4 "微软雅黑", "arial";
  color: #5a5a5a;
  font-size: 12px;
}

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

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

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

.header .head_top {
  width: 100%;
}

.header .head_top .box {
  width: 100%;
  position: relative;
}

.header .head_top .logo {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.header .head_top .logo a img {
  height: 58px;
  display: block;
  margin-top: 10px;
  max-width:300px;
}

.header .head_top .nav {
  width: 100%;
  padding-left: 300px;
  float: right;
  text-align:right;
}

.header .head_top .nav li {
  width: 12.5%;
  /* float: left; */
  position: relative;
  display:inline-block;
}

.header .head_top .nav li &gt; a {
  line-height: 78px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.header .head_top .nav li .v_list {
  position: absolute;
  top: 78px;
  left: 0;
  width: 150%;
  overflow: hidden;
  z-index: 99;
  display: none;
}

.header .head_top .nav li .v_list a {
  line-height: 37px;
  display: block;
  font-size: 14px;
  color: #333;
  padding: 0 30px;
  background: #fff;
}

.header .head_top .nav li .v_list a:hover {
  background: #d90601;
  color: #fff;
}

.header .head_top .nav li:hover &gt; a {
  background: #d90601;
  color: #fff;
}

.header .head_top .nav li a.on {
  background: #d90601;
  color: #fff;
}

.fixed {
  position: fixed;
  max-width: 1920px;
  top: 0;
  z-index: 10000;
  float: none !important;
  background: #fff;
  box-shadow: 0px 1px 10px 1px #ddd;
}

.fixed .head_top .logo a img {
  height: 48px;
  margin-top: 10px;
  transition: .5s;
}

.fixed .head_top .nav li &gt; a {
  line-height: 68px;
  transition: .5s;
}

.fixed .head_top .nav li .v_list {
  position: absolute;
  top: 68px;
}

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

.m_header .m_head_content {
  height: 60px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px 1px #999;
}

.m_header .m_head_content .m_head_logo {
  height: 60px;
  float: left;
  margin-left: .05rem;
}

.m_header .m_head_content .m_head_logo img {
  max-height: 100%;
  float: left;
  height: 40px;
  margin-top: 10px;
}

.m_header .m_head_content .menu {
  float: right;
  width: 60px;
  height: 60px;
}

.m_header .m_head_content .menu i {
  color: #00acc2;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  display: block;
}
.m_header .m_head_content .menu img {
    width: 30px;
    margin-top: 18px;
    display: block;
    float: right;
    margin-right: 15px;
}

.app_menu {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 60px;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, .5);
}

.app_menu ul {
  background: black;
}

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

.app_menu ul li &gt; a {
  width: 50%;
  display: block;
}

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

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

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

.app_menu ul .v_list a {
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  color: #fff;
  display: block;
  padding-left: .4rem;
  border-bottom: 1px dashed #444;
  float: none;
}

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

.pc_banner .pcbanner {
  width: 100%;
  position: relative;
  z-index: 10;
}

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

.pc_banner .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.pc_banner .banner_pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  z-index: 12;
  text-align: center;
  padding-right: 5px;
}

.pc_banner .banner_pagination span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #ccc;
  opacity: 1;
  cursor: pointer;
  margin: 0 3px;
}

.pc_banner .banner_pagination span.swiper-pagination-bullet-active {
  background: #fff;
  color: #fff;
}

.pc_banner .banner_prev {
  position: absolute;
  top: 44%;
  left: 10px;
  z-index: 12;
  width: 48px;
  height: 86px;
  background: url(../images/bannerle.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

.pc_banner .banner_next {
  position: absolute;
  top: 44%;
  right: 10px;
  z-index: 12;
  width: 48px;
  height: 86px;
  background: url(../images/bannerri.png) no-repeat center;
  outline: 0;
  cursor: pointer;
}

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

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

.m_banner .mbanner ul li {
  width: 100%;
  line-height: 0;
}

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

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

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

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

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

.box_tit {
  text-align: center;
}

.box_tit span {
  display: block;
  font-size: 26px;
  text-align: center;
  color: #333;
  line-height: 39px;
}

.box_tit i {
  display: block;
  width: 90px;
  margin: 0 auto;
  height: 1px;
  background: #00acc2;
  margin-top: 15px;
}

.i_box1 {
  width: 100%;
  padding-top: 40px;
}

.i_box1 .box {
  margin-top: 40px;
}

/* .pro_list li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  margin-bottom: 40px;
}

.pro_list li .imgauto {
  width: 100%;
  height: 280px;
  background: #f8f8f8;
  padding: 10px;
  opacity: 1;
  transition: .5s;
}

.pro_list li span {
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  display: block;
}

.pro_list li:nth-child(4n) {
  margin-right: 0;
}

.pro_list li:hover .imgauto {
  opacity: .8;
  transition: .5s;
}

.pro_list li:hover span {
  color: #00acc2;
} */

.i_box2 {
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4;
  margin-top: 30px;
}

.i_box2 .box {
  margin-top: 40px;
}

.i_box2 .box li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 5px;
}

.i_box2 .box li a {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.i_box2 .box li span {
  font-size: 13px;
  color: #949494;
  display: block;
  margin: 12px 0;
  background: url(../images/time.png) no-repeat left center;
  background-size: 16px;
  line-height: 18px;
  padding-left: 24px;
}

.i_box2 .box li p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.i_box2 .box li:nth-child(3n) {
  margin-right: 0;
}

.i_box_about {
  padding-top: 50px;
  padding-bottom: 70px;
  background: url(../images/aboutbg.jpg) no-repeat top center #0b8592;
}

.i_box_about .box_tit span {
  color: #fff;
}

.i_box_about .box_tit i {
  background: #fff;
}

.i_box_about .box {
  margin-top: 40px;
  background: #fff;
}

.i_box_about .box .fl {
  width: 40%;
  overflow: hidden;position: relative;height: 0;padding-top: 30%;
}

.i_box_about .box .fl img {
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;max-width: 100%;height: 100%;margin: auto;
}

.i_box_about .box .fr {
  width: 60%;
  padding: 0 5%;
  padding-top: 30px;
  padding-bottom: 10px;
}

.i_box_about .box .fr p {
  font-size: 16px;
  line-height: 38px;
  color: #666;
  display: block;
}

.i_box_about .box .fr a {
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  background: #00acc2;
  display: block;
}

.i_box_about .box .fr a:hover {
  background: #333;
}

.i_box3 {
  width: 100%;
  padding: 50px 0;
}

.i_box3 .box {
  margin-top: 40px;
}

.i_box3 .box li {
  width: 23%;
  margin-right: 2.66%;
  float: left;
  background: #fff;
  border-radius: 5px;
  margin-bottom:20px;
}

.i_box3 .box li .imgauto {
  width: 100%;
  height: 260px;
  padding: 10px;
  border: 1px solid #ddd;
  opacity: 1;
  transition: .5s;
}

.i_box3 .box li span {
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  display: block;
}

.i_box3 .box li:nth-child(4n) {
  margin-right: 0;
}

.i_box3 .box li:hover .imgauto {
  opacity: .8;
  transition: .5s;
}

.i_box3 .box li:hover span {
  color: #fb3237;
}

.i_box4 {
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4;
  margin-top: 30px;
}

.i_box4 .box {
  margin-top: 40px;
}

.i_box4 .box li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
}

.i_box4 .box li img {
  display: block;
  margin: 0 auto;
  height: 40px;
}

.i_box4 .box li span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 15px 0;
}

.i_box4 .box li p {
  text-align: center;
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
}

.i_box4 .box li:nth-child(3n) {
  margin-right: 0;
}

.link {
  background: #2b2b2b;
  width: 100%;
  text-align: left;
  padding: 13px 0;
}

.link span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  color: #f7f7f7;
  line-height: 16px;
}

.link a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  color: #f7f7f7;
  line-height: 14px;
  padding: 0 10px;
  border-left: 1px solid #f7f7f7;
}

.link a:hover {
  color: #ffda2b;
}

.link a:first-child {
  border: none;
}

.link a:first-child + a {
  border: none;
}

.area {
  background: #2b2b2b;
  width: 100%;
  text-align: left;
  padding: 13px 0;
  border-top: 1px solid #333333;
}

.area span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  color: #f7f7f7;
  line-height: 16px;
}

.area a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  color: #f7f7f7;
  line-height: 14px;
  padding: 0 10px;
  border-left: 1px solid #f7f7f7;
}

.area a:hover {
  color: #ffda2b;
}

.area a:first-child {
  border: none;
}

.area a:first-child + a {
  border: none;
}

.footer {
  width: 100%;
  padding: 30px 0;
  background: #232323;
}

.footer p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.currson {
  margin-top: 30px;
  background: #f5f5f5;
  padding: 13px 15px;
}

.currson p {
  background: url(../images/home.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}

.currson p a {
  font-size: 16px;
  line-height: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #a6a6a6;
  padding: 0 10px;
}

.currson p a:first-child {
  /* border-right: 1px solid #a6a6a6; */
}

.currson p a:hover {
  color: #00acc2;
  text-decoration: underline;
}

.page_title h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.page_tit h3 {
  line-height: 44px;
  font-weight: normal;
  border-bottom: 1px dashed #f2f2f2;
  background: url(../images/le3.png) no-repeat 95% 15px;
  background-size: 16px;
  width: 100%;
  float: left;
}

.page_tit h3 a {
  float: left;
  font-size: 16px;
}

.page_tit h3.on {
  background: url(../images/bottom2.png) no-repeat 95% 15px;
  background-size: 16px;
  font-weight: bold;
}

.page_tit h3.on a {
  color: #00acc2;
}

.page_tit ul {
  display: none;
  float: left;
}

.page_tit ul li a {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/bot.png) no-repeat left center;
  background-size: 12px;
  margin-left: 5px;
}

.page_tit ul li a:hover {
  color: #00acc2;
  font-weight: bold;
  background: url(../images/bot2.png) no-repeat left center;
  background-size: 12px;
}

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

.mainl_text2 .text {
  margin-top: 6px;
}

.mainl_text2 .text a {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 30px;
  padding-left: 20px;
  background: url(../images/sr.png) no-repeat left center;
  background-size: 12px;
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mainl_text2 .text a:hover {
  background: url(../images/sr2.png) no-repeat left center;
  background-size: 12px;
  color: #00acc2;
}

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

.mainl_text3 .text {
  margin-top: 6px;
}

.mainl_text3 .text p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 30px;
}

.page_content {
  width: 100%;
  margin-top: 12px;
}

.wrap {
  width: 100%;
  margin: 30px 0;
}

.main_l {
  width: 300px;
  background: #fff;
}

.main_r {
  width: 860px;
  background: #fff;
  overflow: hidden;
}

.content {
  width: 100%;
}

.content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

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



/* .prolist li {
  width: 31%;
  margin-right: 2.66%;
  margin-bottom: 20px;
}

.prolist li .imgauto {
  height: 250px;
}

.prolist li span {
  height: 44px;
  line-height: 22px;
  white-space: normal;
}

.prolist li:nth-child(3n) {
  margin-right: 0;
}

.prolist li:nth-child(4n) {
  margin-right: 2.66%;
} */

.pro_content {
  width: 100%;
  margin: 20px 0;
}

.pro_content .pro_pic {
  width: 50%;
  float: left;
}

.pro_content .pro_text {
  width: 50%;
  float: left;
  padding-left: 2%;
}

.pro_content .pro_text h3 {
  font-weight: normal;
  margin-top: 5px;
  line-height: 22px;
  font-size: 18px;
  color: #00acc2;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.pro_content .pro_text .text {
  width: 100%;
  margin-top: 12px;
}

.pro_content .pro_text .text p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 12px;
}

.pro_content .pro_text .text a {
  width: 100px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../images/sanj.png) no-repeat 5px center #00acc2;
  background-size: 16px;
  padding-left: 24px;
}

.pro_content .pro_text .text a:hover {
  background: url(../images/sanj.png) no-repeat 5px center #333;
  background-size: 16px;
}

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.zoomDiv img {
  max-width: none;
}

div.zoomMask {
  position: absolute;
  background: url(../images/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
  max-width: 200px !important;
  max-height: 200px !important;
}

.img-center {
  text-align: center;
  font-size: 0;
}

.img-center img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pc-slide {
  width: 100%;
  margin: 0 auto;
}

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

.pc-slide .view .swiper-slide .imgauto {
  width: 100%;
  height: 350px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.pc-slide .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.pc-slide .preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}

.pc-slide .preview .swiper-slide {
  width: 25%;
  padding: 5px;
}

.pc-slide .preview .swiper-slide .imgauto {
  width: 100%;
  height: 80px;
  border: 1px solid #ddd;
}

.pc-slide .preview .swiper-slide .imgauto img {
  display: block;
  padding: 5px;
}

.pc-slide .preview .active-nav .imgauto {
  border: 1px solid #00acc2;
}

.pc-slide .preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.pc-slide .preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.search {
  margin-top: 20px;
  display: none;
}

.search .text {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
}

.search .text input {
  border: none;
  outline: 0;
  line-height: 34px;
}

.search .text .inp1 {
  width: 80%;
  float: left;
  padding: 0 5px;
}

.search .text .inp2 {
  width: 20%;
  float: right;
  background: url(../images/search.png) no-repeat 90% center #fff;
  background-size: 24px;
}

.art_list {
  width: 100%;
  margin-bottom: 20px;
}

.art_list li {
  width: 100%;
  float: left;
  border-bottom: 1px dashed #ccc;
  line-height: 57px;
  position: relative;
}

.art_list li a {
  float: left;
  padding-left: 18px;
  font-size: 16px;
  color: #666;
  max-width: 60%;
  background: url(../images/sr.png) no-repeat left center;
  background-size: 12px;
  margin-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.art_list li a:hover {
  background: url(../images/sr2.png) no-repeat left center;
  background-size: 12px;
  color: #00acc2;
}

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

.content_tit {
  width: 100%;
  margin-top: 15px;
}

.content_tit h3 {
  display: block;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.content_tit p {
  width: 100%;
  display: block;
  text-align: center;
}

.content_tit p span {
  font-size: 12px;
  padding-bottom: 8px;
  color: #999;
  margin: 0 15px;
  margin-top: 8px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.content_tit a {
  display: block;
}

.content_tit a i {
  width: 120px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #fff;
  line-height: 32px;
  background: url(../images/sanj.png) no-repeat 5px center #00acc2;
  background-size: 16px;
  padding-left: 24px;
  font-style: normal;
  float: right;
}

.show_pages {
  width: 100%;
  margin: 30px 0;
}

.show_pages p {
  display: block;
  font-size: 16px;
  color: #00acc2;
  line-height: 24px;
  margin-top: 5px;
  font-weight: bold;
}

.show_pages p a {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.show_pages p:hover a {
  color: #00acc2;
  text-decoration: underline;
}

.message {
  width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}

.message p {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 115px;
  margin-bottom: 15px;
}

.message p span {
  position: absolute;
  width: 100px;
  left: 0;
  top: 0;
  line-height: 36px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.message p input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: 0;
}

.message p textarea {
  display: block;
  width: 100%;
  height: 70px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: 0;
}

.message p .subbtn {
  width: 58px;
  height: 32px;
  list-style-position: 32px;
  text-align: center;
  background: #00acc2;
  border-radius: 0;
  border: none;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.message p .reset {
  width: 58px;
  height: 32px;
  list-style-position: 32px;
  text-align: center;
  background: #e8e8e8;
  border-radius: 0;
  border: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 8px;
}

.iet {
  height: 30px;
  width: 100%;
  background: #fff3d7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.iet p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}

.iet p a {
  color: #3aba50;
  font-size: 12px;
}

.iet span {
  position: absolute;
  right: 5%;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.iet span i {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-style: normal;
}
.footfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
}











@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }
  .header .head_top .nav {
    padding-left: 200px;
  }
  .main_l {
    width: 25%;
  }
  .main_r {
    width: 72%;
  }
}

@media screen and (max-width: 1020px) {
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .header {
    display: none;
  }
  .m_header {
    display: block;
  }
  .mtbanner {
    padding-top: 60px;
  }
  .currson {
    width: 98%;
    margin: 0 1%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
	
	  .kefu{
  	display: none;
  	
  }
  #message .m-content .m-message {

    padding: 50px 20px;

    width: 100%;

}



  /* .pro_list li {
    width: 31.33%;
    margin: 1%;
  }
  .pro_list li:nth-child(4n) {
    margin-right: 1%;
  } */
  .i_box1 {
    padding: 20px 0;
  }
  .i_box1 .box {
    margin-top: 20px;
  }
  .i_box2 {
    padding: 20px 0;
    margin-top: 0;
  }
  .i_box2 .box {
    margin-top: 20px;
  }
  .i_box2 .box li {
    width: 98%;
    margin: 1%;
  }
  .i_box2 .box li:nth-child(3n) {
    margin-right: 1%;
  }
  .i_box3 {
    padding: 20px 0;
    margin-top: 0;
  }
  .i_box3 .box {
    margin-top: 20px;
  }
  .i_box3 .box li {
    width: 48%;
    margin: 1%;
  }
  .i_box3 .box li:nth-child(4n) {
    margin-right: 1%;
  }
  .i_box4 {
    padding: 20px 0;
    margin-top: 0;
  }
  .i_box4 .box {
    margin-top: 20px;
	display:none;
  }
  .i_box4 .box li {
    width: 98%;
    margin: 1%;
    margin-bottom: 20px;
  }
  .i_box4 .box li:nth-child(3n) {
    margin-right: 1%;
  }
  .i_box4 .box li p {
    padding: 0 5%;
  }
  .footer {
    padding: 20px 0;
  }
  .main_l {
    width: 100%;
    padding: 0 1%;
  }
  .main_r {
    width: 100%;
    padding: 0 1%;
  }
  .wrap {
    margin: 18px 0;
  }
  .pro_content .pro_pic {
    width: 100%;
  }
  .pro_content .pro_text {
    width: 100%;
    margin-top: 12px;
  }
  div.zoomMask {
    display: none !important;
  }
  div.zoomDiv {
    display: none !important;
  }
  .pro_content .pro_text .text {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }
  .message {
    width: 96%;
    margin: 20px 2%;
  }
  .message p {
    padding-left: 0;
  }
  .message p span {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }
  .i_box_about .box .fl {
    width: 100%;
  }
  .i_box_about .box .fr {
    width: 100%;
    padding: 2%;
    padding-top: 0;
  }
  .i_box_about {
    padding: 20px 0;
  }
  .i_box_about .box {
    margin-top: 20px;
    max-width: 98%;
    margin: 1%;
    margin-top: 20px;
    background: none;
  }
   .i_box_about .box .fl{
   padding-top: 70%;
   margin-bottom:20px;
   } 
  .i_box_about .box .fl img {
    width: 96%;
    margin: 2%;
  }
  .i_box_about .box .fr p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
  }
}

@media screen and (max-width: 450px) {
  /* .pro_list li {
    width: 48%;
    margin: 1%;
  }
  .pro_list li .imgauto {
    height: 1.5rem;
  }
  .box_tit span {
    font-size: .18rem;
  }
  .pro_list li span {
    font-size: .11rem;
    padding: 0 10px;
    margin-bottom: 12px;
  } */
  .box_tit i {
    width: 70px;
    margin-top: 9px;
  }
  .i_box3 .box li .imgauto {
    height: 1.05rem;
  }
  .i_box3 .box li span {
    font-size: .11rem;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  
  
  /* .prolist {
    margin-bottom: 30px;
  }
  .prolist li span {
    height: .28rem;
    line-height: .14rem;
    margin-top: 8px;
    margin-bottom: 0;
  } */
  .search {
    display: block;
  }
  .art_list li {
    line-height: 47px;
  }
  .art_list li a {
    font-size: 14px;
    max-width: 100%;
    white-space: normal;
    background: url(../images/sr.png) no-repeat left 18px;
    background-size: 12px;
    line-height: 24px;
    padding: 12px 0 12px 18px;
    float: none;
    display: block;
  }
  .art_list li a:hover {
    background: url(../images/sr2.png) no-repeat left 18px;
    background-size: 12px;
  }
  .art_list li span {
    display: none;
  }
  /* .prolist li:nth-child(3n) {
    margin-right: 1%;
  } */
}

@media screen and (max-width: 350px) {
  .m_header .m_head_content .m_head_logo p span {
    display: none;
  }
}








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

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




.ul-imgtxt-01 {
    overflow: hidden;
    margin: 55px -10px 0;
}

.ul-imgtxt-01 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt-01 li a {
    border: 1px solid #b9a7a7;
    margin: 0 10px;
    display: block;
    text-align: center;
}

.ul-imgtxt-01 li a:hover {
    border: 1px solid #46a6ec;
}

.ul-imgtxt-01 li a .pic {
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.ul-imgtxt-01 li a .pic img {
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;max-width: 100%;max-height: 100%;margin: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ul-imgtxt-01 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-imgtxt-01 li a p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #434343;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.ul-imgtxt-01 li a:hover {
    text-decoration: none;
}

.ul-imgtxt-01 li a:hover p {
    color: #fb3237;
    text-decoration: none;
}

.ul-imgtxt2 {
    margin-top: 0;
}

.ul-imgtxt2 li {
    width: 33.33%;
}

.ul-imgtxt2 li a {
    border: 0;
}

.ul-imgtxt2 li .pic {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.ul-imgtxt2 li a p {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.ul-imgtxt2 li a:hover {
    border: 0;
}



@media screen and (max-width: 767px) {
.ul-imgtxt2 li {width:50%;}
}






.ul-imgtxt-index01 {
    overflow: hidden;
    margin: 55px -10px 0;
}

.ul-imgtxt-index01 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt-index01 li a {
    border: 1px solid #b9a7a7;
    margin: 0 10px;
    display: block;
    text-align: center;
}

.ul-imgtxt-index01 li a:hover {
    border: 1px solid #46a6ec;
}

.ul-imgtxt-index01 li a .pic {
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.ul-imgtxt-index01 li a .pic img {
position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;max-width: 100%;max-height: 100%;margin: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ul-imgtxt-index01 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-imgtxt-index01 li a p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #434343;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.ul-imgtxt-index01 li a:hover {
    text-decoration: none;
}

.ul-imgtxt-index01 li a:hover p {
    color: #fb3237;
    text-decoration: none;
}

.ul-imgtxtindex2 {
    margin-top: 0;
}

.ul-imgtxtindex2 li {
    width: 25%;
}

.ul-imgtxtindex2 li a {
    border: 0;
}

.ul-imgtxtindex2 li .pic {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.ul-imgtxtindex2 li a p {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.ul-imgtxtindex2 li a:hover {
    border: 0;
}

.i_box1 .box{margin-bottom:40px;}

@media screen and (max-width: 767px) {
.ul-imgtxtindex2 li {width:50%;}
.i_box1 .box{margin-bottom:20px;}
.i_box4 {display:none;}
}</pre></body></html>