/****************************** components ******************************/
.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 {
    padding: 0 10px;
    width: 1400px;
    margin: 0 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 */
}


button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline:none}
/**
 * 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;
    list-style: none;
    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;
}

/*pc头部*/
.topbar{padding: 7px 0;background-color: #eeeeee;color:#666666; border-bottom: 1px solid #e5e5e5;font-size:14px;}
.topbar em{font-style:normal;padding:0 5px}
.topbar a{color:#666666;}
.header{background-color:#fff}
.header .logo{float:left;font-size:0;height:66px;line-height:66px;text-align:left;margin-top:30px; }
.header .tel{float:right;background:url(../img/tel.jpg) no-repeat 0 0;color:#333; padding: 40px 0 30px 55px; font-size: 16px;}
.header .tel strong{display:block;font-size:30px;font-family:Arial;line-height:1;color:#e62129}

.header .nav{font-size:0; background: #0097b0;}
.header .nav li{display:inline-block;vertical-align:middle}
.header .nav li a{display:block;font-size:16px;line-height:56px;color:#FFF; text-align: center; width: 150px;}
.header .nav li .arr{float:right;height:40px;width:40px;position:relative;display:none}
.header .nav li .arr:after{content:'';border-top:2px solid #ccc;border-left:2px solid #ccc;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;transform:rotate(135deg);right:15px}
.header .nav li.active>a,.header .nav li.open>a,.header .nav li>a:hover{background: #F4A204;}
.header .nav li.dropdown{position:relative}
.header .nav .dropdown-box{position:absolute;opacity: 0;transition: all .5s ease;left:0;min-width:100%;top:140%;z-index:10;text-align:center;box-shadow:0 6px 12px rgba(0,0,0,0.18);background-color:#FFF; border-radius: 5px; padding: 8px 0;}
.header .nav .dropdown-box:after{ position: absolute; top:-10px; left:50%; margin-left: -10px; content:'';  width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #FFF; }
.header .nav .dropdown-box p{margin:0;}
.header .nav .dropdown-box a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;background-color:transparent !important;line-height:35px; color: #333;}
.header .nav .dropdown-box a:hover{background-color:#e9eaeb !important;}
.header .nav li.open .dropdown-box{display:block; top:100%; opacity: 1;}

.menu-btn{display:none;padding:12px 0;float:right;margin-left:15px}
.menu-btn:before,.menu-btn:after,.menu-btn span{display:block;height:2px;background-color:#0097b0;content:''}
.menu-btn:before{width:24px}
.menu-btn:after{width:18px;margin-left:6px}
.menu-btn span{width:12px;margin:6px 0 6px 12px}
/*pc头部*/
       
/*banner*/
.index_banner1 .pc_banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.index_banner1 .pc_banner .pcbanner {
  position: relative;
}

.index_banner1 .pc_banner .pcbanner .swiper-slide {
  width: 100%;
  display: block;
}

.index_banner1 .pc_banner .pcbanner .banner_prev {
  cursor: pointer;
  outline: 0;
  left: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 42%;
  background: url(../img/bannerle.png) no-repeat;
  background-size: 100%;
  z-index: 4;
}

.index_banner1 .pc_banner .pcbanner .banner_next {
  cursor: pointer;
  outline: 0;
  right: 74px;
  width: 48px;
  height: 86px;
  position: absolute;
  top: 42%;
  background: url(../img/bannerri.png) no-repeat;
  background-size: 100%;
  z-index: 4;
}

.index_banner1 .banner_pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.index_banner1 .banner_pagination span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0 3px;
  opacity: 1;
  outline: 0;
}

.index_banner1 .banner_pagination span.swiper-pagination-bullet-active {
  background: #0097b0;
}

.m_banner {
  width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: none;
    margin-top: 60px;
}
/*banner*/

                                    
.index_ys5 {
    padding: 50px 0;
}
.index_ys5 .box_tit {
   margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 36px;
    color: #666666;
}
.index_ys5 .box_tit p {
    font-size: 20px;
    margin: 5px 0 0;
}
.index_ys5 .box_tit strong {
    color: #0097b0;
}

.index_ys5 .inys5 {}
.index_ys5 .inys5 li {
    float: left;
    width: 25%;
    background: no-repeat center;
    transition: all 0.5s;
}
.index_ys5 .inys5 li a {
    display: block;
    text-align: center;
    background-color: rgba(13, 120, 165, 0.4);
    height: 760px;
    transition: all 0.5s;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.index_ys5 .inys5 li h4 {
    line-height: 760px;
    font-size: 0;
    margin: 0;
}
.index_ys5 .inys5 li h4 span {
    display: inline-block;
    font-size: 30px;
    line-height: 1.5;
    width: 40px;
}
.index_ys5 .inys5 li .text {
    position: absolute;
    background-color: rgb(0 151 176);
    width: 60%;
    left: 20%;
    bottom: -170px;
    opacity: 0;
    transition: all 0.5s;
    padding: 40px 20px;
}
.index_ys5 .inys5 li .text p {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
}
.index_ys5 .inys5 li .text span {
    display: block;
    margin: 20px auto 0;
    height: 40px;
    width: 145px;
    background: url(../img/ys5more.jpg) no-repeat center / cover;
}
.index_ys5 .inys5:hover li {
    width: 15%;
}
.index_ys5 .inys5 li:hover {
    width: 55%;
}
.index_ys5 .inys5 li:hover a {
    background-color: transparent;
}
.index_ys5 .inys5 li:hover h4 {
    display: none;
}
.index_ys5 .inys5 li:hover .text {
    bottom: 30px;opacity: 1;
}


.index_page1 .box_tit {
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 36px;
    color: #666666;
}
.index_page1 .box_tit p {
    font-size: 20px;
    margin: 5px 0 0;
}
.index_page1 .box_tit small {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}
.index_page1 .box_tit strong {
    color: #0097b0;
}
.index_page1 .box_tit {
    position: relative;
    z-index: 5;
}

.index_page1 .box_tit span {
    position: absolute;
    line-height: 60px;
    font-size: 45px;
    color: #222;
    top: 80px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
}
.index_page1 .box_tit span i {
    line-height: 60px;
    font-size: 45px;
    color: #0097b0;
    font-style: normal;
}
.index_page1 .box_tit em {
    position: absolute;
    line-height: 25px;
    font-size: 20px;
    color: #222222;
    top: 145px;
    font-weight: 100;
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
    font-style: normal;
}
.index_page1 {
    width: 100%;
    margin-top: 0px;
}

.index_page1 .box {
  width: 100%;
  background: #f1f1f1;
  margin-top: 30px;
}

.index_page1 .box .fl {
  width: 50%;
  padding: 30px 90px;
  float: right;
}

.index_page1 .box .fl h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 20px;
  background: url(../img/line2.jpg) no-repeat 0 bottom;
}

.index_page1 .box .fl p {
  color: #555;
  line-height: 30px;
  font-size: 14px;
}

.index_page1 .box .fl a {
  display: block;
  width: 108px;
  height: 34px;
  background: #0097b0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  font-style: normal;
  margin-top: 20px;
}

.index_page1 .box .fr {
  width: 50%;
}

.index_page1 .box .fr video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}


                                    
.index_new3 {
  width: 100%;
  padding: 80px 0;
  background: #f7f7f7
}

.index_new3 .box_tit {
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 36px;
    color: #666666;
    /* background: url(../img/pro5line.jpg) no-repeat bottom center; */
}

.index_new3 .box_tit strong {
    color: #0097b0;
}

.index_new3 .box_tit p {
    font-size: 20px;
    margin: 5px 0 0;
}


.index_new3 .box_tit span {
    font-size: 36px;
    text-align: center;
    color: #333;
    display: block;
}

.index_new3 .box_tit span strong i {
    font-style: normal;
    padding: 0 5px;
}

/*.index_new3 .box_tit p {*/
/*    font-size: 18px;*/
/*    color: #333;*/
/*    display: block;*/
/*    text-align: center;*/
/*    margin-top: 6px;*/
/*}*/

.index_new3 .center {
  max-width: 1400px
}

.index_new3 .box {
  margin-top: 60px
}

.index_new3 .box .fl {
  width: 49%;
  background: #fff
}

.index_new3 .box .fl .pic img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 4
}

.index_new3 .box .fl .new_time {
  margin-top: -40px;
  position: relative;
  z-index: 5
}

.index_new3 .box .fl .text {
  padding: 30px 10px 28px 30px
}

.index_new3 .box .fl .text a {
  font-size: 22px;
  color: #333;
  display: block;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.index_new3 .box .fl .text p {
  font-size: 16px;
  color: #999;
  display: block;
  line-height: 160%;
  margin-top: 20px
}

.index_new3 .box .fr {
  width: 49%
}

.index_new3 .box .fr li {
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-bottom: 16px;
  position: relative
}

.index_new3 .box .fr li .libg {
  height: 3px;
  background: #F4A204;
  width: 0;
  transition: .8s;
  position: absolute;
  bottom: 0;
  left: 0
}

.index_new3 .box .fr li .item {
  position: relative
}

.index_new3 .box .fr li .item .new_time {
  position: absolute;
  left: 0;
  top: 0
}

.index_new3 .box .fr li .item .text {
  width: 100%;
  min-height: 80px;
  padding-left: 100px
}

.index_new3 .box .fr li .item .text a {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.index_new3 .box .fr li .item .text p {
  font-size: 16px;
  color: #999;
  display: block;
  line-height: 24px;
  margin-top: 5px
}

.index_new3 .box .fr li:hover {
  box-shadow: 0 1px 10px 1px #ccc
}

.index_new3 .box .fr li:hover .libg {
  width: 100%;
  transition: .8s
}

.index_new3 .more {
  margin-top: 50px
}

.index_new3 .more a span {
    margin: 0 auto;
    width: 160px;
    height: 42px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    background: #0097b0;
    transition: .5s;
}

.index_new3 .new_time {
  width: 80px;
  height: 80px;
  background: #0097b0;
  padding-top: 20px
}

.index_new3 .new_time p,.index_new3 .new_time span {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 20px;
  text-align: center
}



.kf{width:208px;position:fixed;/* right: 20px; */right:-208px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;}
.kt-top{height:40px;line-height:40px;background:url(../img/kefu.png) 12px center no-repeat #0097b0;-ms-background-size:auto 20px;background-size:auto 20px;padding-left:46px;font-size:14px;color:#fff;}
.kt-top span:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.kt-top span{width:18px;height:16px;float:right;position:relative;margin:10px 10px 0 0;cursor:pointer;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.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:#fff;}
.kf .qq li{height:36px;line-height:36px;border-bottom:#f5f5f5 solid 1px;padding-left:16px;}
.kf .qq li a{height:36px!important;color:#666;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:#666;font-size:14px;margin-bottom: 0;}
.kf .contact{margin-top:1px;height: auto;}
.kf .contact p{height:26px;line-height:26px;color:#666;font-size:14px;padding-left:22px;margin: 0;}
.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 #0097b0;background-size:18px auto;cursor:pointer;}
.kf-side{padding:18px 10px 10px;background:#0097b0;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:#fff;line-height:18px;font-size:14px;font-weight:400;}
.kf-side span.arrow{width:12px;height:12px;background:url(../img/jt-1.png) no-repeat;-ms-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;-ms-background-size:auto 12px;background-size:auto 12px;}


.footer-fix{box-shadow:0 0 10px rgba(0,0,0,0.2);position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index:10;display:none}
.footer-fix li{float:left;width:25%}
.footer-fix li a{display:block;text-align:center;padding:7px 0;font-size:12px;line-height:1}
.footer-fix li i{display:block;height:20px;background:no-repeat center;background-size:contain;margin-bottom:4px}
.footer-fix li i.i1{background-image:url(../img/f_01.png)}
.footer-fix li i.i2{background-image:url(../img/f_02.png)}
.footer-fix li i.i3{background-image:url(../img/f_03.png)}
.footer-fix li i.i4{background-image:url(../img/f_04.png)}


@media screen and (max-width: 1400px){
    .index_new3 .center {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .index_new3 {
        padding: 20px 0;
    }
    .index_new3 .box {
        width: 96%;
        margin: 0 2%;
        margin-top: 20px;
    }
    .index_new3 .box .fl {
        width: 100%;
    }
    .index_new3 .box .fr {
        width: 100%;
        margin-top: 20px;
    }
      .index_ys5 {
        padding: 30px 0;
    }
    .index_ys5 .box_tit {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .index_ys5 .box_tit p {
        font-size: 15px;
    }
    .index_ys5 .box_tit small {
        display: none;
    }
    .index_ys5 .inys5 li {
        width: 100% !important;
    }
    .index_ys5 .inys5 li a {
        height: 300px;
        background-color: transparent;
    }
    .index_ys5 .inys5 li h4 {
        line-height: 1.8;
        text-shadow: 0 1px 1px #000;
    }
    .index_ys5 .inys5 li h4 span {
        font-size: 18px;
        width: auto;
        padding: 30px 0;
    }
    .index_ys5 .inys5 li .text {
        opacity: 1;
        width: 100%;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        padding: 15px;
    }
    .index_ys5 .inys5 li .text p {
        font-size: 14px;
    }
    .index_ys5 .inys5 li .text span {
        margin-top: 15px;
        width: 110px;
        height: 30px;
    }


}
@media screen and (max-width: 450px){
    .index_new3 .box_tit span {
        font-size: 20px;
    }
    .index_new3 .box_tit p {
        font-size: 15px;
    }
    .index_new3 .box .fl .new_time {
        margin-top: -35px;
    }
    .index_new3 .box .fl .text {
        padding: 12px 15px;
    }
    .index_new3 .box .fl .text a {
        font-size: 15px;
    }
    .index_new3 .box .fl .text p {
        font-size: 13px;
        line-height: 160%;
        margin-top: 10px;
    }
    .index_new3 .box .fr li {
        padding: 12px 15px;
    }
    .index_new3 .box li .new_time {
        width: 70px;
        height: 70px;
        padding-top: 15px;
    }
    .index_new3 .box .fr li .item .text {
        padding-left: 85px;
        min-height: 70px;
    }
    .index_new3 .box .fr li .item .text a {
        font-size: 15px;
    }
    .index_new3 .box .fr li .item .text p {
        font-size: 13px;
        /*line-height: .18rem;*/
        /*height: .36rem;*/
        /*overflow: hidden;*/
    }
    .index_new3 .more {
        margin-top: 20px;
    }
    .index_new3 .more a span {
        /*width: 1rem;*/
        /*height: .28rem;*/
        /*font-size: .11rem;*/
        /*border-radius: 3px;*/
        /*line-height: .28rem;*/
    }
    
     .index_page1 .box_tit p {
        font-size: .5rem;
        line-height: .65rem;
    }
    .index_page1 .box_tit span {
        font-size: .16rem;
        top: .1rem;
    }
    .index_page1 .box_tit span i {
        font-size: .16rem;
    }
    .index_page1 .box_tit em {
        display: none;
    }
    .index_page1 .box .fl {
        width: 100%;
        padding: 0;
    }
    .index_page1 .box .fl h3 {
       display: none;
    }
    .index_page1 .box .fl a {
        margin-top: .1rem;
    }
    .index_page1 {
        margin-top: .15rem;
    }
    .index_page1 .box {
        margin-top: .1rem;
        padding: 10px 2%;
    }
    .index_page1 .box .fr {
        width: 100%;
        padding-top: .1rem;
    }
}

                                
                                
@media screen and (max-width: 1020px){
    .index_page1 .box_tit p {
        font-size: 70px;
        /*line-height: 120px;*/
    }
    .index_page1 .box_tit span {
        font-size: 24px;
        top: 30px;
    }
    .index_page1 .box_tit em {
        font-size: 16px;
        top: 75px;
    }

}
@media screen and (max-width: 768px){
    .index_page1 .box .fl {
        width: 100%;
    }
    .index_page1 .box .fr {
        width: 100%;
    }
    
        .index_page1 .box_tit {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .index_page1 .box_tit p {
        font-size: 15px;
    }
    .index_page1 .box_tit small {
        display: none;
    }
    
    .index_new3 .box_tit{
        text-align: center;
    font-size: 20px;
        padding-top: 0;
    }
    
}

                       



@media screen and (max-width: 1020px) {
    
    .img-center{text-align:center;font-size:0}
.img-center img{display:inline-block;width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle;transition:all 0.5s}

    .index_banner1  .pc_banner {
        display: none;
    }
    .index_banner1  .m_banner {
        display: block;
    }
}

   .banner-sub{height:400px;background:no-repeat center / cover}                             
                                        
.page_main1 {
    width: 100%;
    overflow: hidden;
}
.page_main1 .currson {
  width: 100%;
  height: 40px;
  background: #f3f3f3;
  margin-bottom: 20px;
}

.page_main1 .currson p {
  line-height: 40px;
}

.page_main1 .currson p span {
  border-left: 6px solid #02b29c;
  padding-left: 5px;
  font-size: 14px;
  line-height: 110%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.page_main1 .currson p a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  color: #666;
  line-height: 110%;
}

.page_main1 .currson p a:hover {
  color: #02b29c;
}

.page_main1 .main_l {
  width: 24%;
  padding-bottom: 20px;
}

.page_main1 .main_l .text {
  width: 100%;
  padding: 20px 15px 0px 15px;
}

.page_main1 .main_l .text span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.page_main1 .main_l .text p {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  background: url(../img/jia.jpg) no-repeat right center;
}

.page_main1 .main_l .text ul {
  width: 100%;
  background: #fff;
  padding: 10px 15px 22px 15px;
}

.page_main1 .main_l .text ul li {
  display: block;
  border-radius: 25px;
}

.page_main1 .main_l .text ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background: #0071bf;
  border-radius: 25px;
  padding: 6px 0px 6px 18px;
  margin-bottom: 8px;
}

.page_main1 .main_l .main_contact {
  width: 100%;
  padding: 0px 15px 0px 15px;
  position: relative;
}

.page_main1 .main_l .main_contact img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.page_main1 .main_l .main_contact span {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.page_main1 .main_r {
  width: 74%;
  min-height: 500px;
}

.page_main1 .page_tit {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.page_main1 .page_tit span {
  font-size: 22px;
  color: #0071bf;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border-bottom: 3px solid #0071bf;
  padding-bottom: 12px;
  float: left;
}

.page_main1 .page_tit p {
  float: right;
  font-size: 13px;
  color: #666;
  padding-left: 20px;
  line-height: 44px;
}

.page_main1 .page_tit p a {
  font-size: 13px;
  color: #666;
}

.page_main1 .page_tit p a:hover {
  color: #0071bf;
}

.page_main1 .content {
  width: 100%;
  padding: 0 1%;
  padding-bottom: 20px;
}

.page_main1 .content p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 10px;
}

.page_main1 .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.page_main1 .page_menu {
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.page_main1 .page_menu h3 {
  display: block;
  line-height: 50px;
  padding-left: 20px;
  background: #0071bf;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.page_main1 .page_cont_menu {
  border: 1px solid #eee;
}
.page_main1 .page_cont_menu span {
  display: block;
  margin: 6px;
  box-shadow: 0px 1px 10px 1px #ddd;
  color: #333;
  height: 34px;
  line-height: 34px;
}
.page_main1 .page_cont_menu span a {
  display: inline-block;
  width: 80%;
  height: 34px;
  line-height: 34px;
  float: left;
  padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  font-size: 15px;
}
.page_main1 .page_cont_menu span em {
  width: 20%;
  float: right;
  padding-left: 5%;
  height: 34px;
  display: inline-block;
  background: url(../img/lanb.png) no-repeat center;
  background-size: 16px; 
}
.page_main1 .page_cont_menu span.on em {
  background: url(../img/lanr.png) no-repeat center;
  background-size: 16px; 
}
.page_main1 .page_cont_menu ul {
  padding: 4px 15px;
  width: 100%;
  display: block;
  display: none;
}
.page_main1 .page_cont_menu ul li {
  display: block;
  margin-top: 6px;
  box-shadow: 0px 1px 10px 1px #ddd;
}
.page_main1 .page_cont_menu ul li:first-child {
  margin-top: 0;
}

.page_main1 .page_cont_menu ul li a {
  font-size: 14px;
  display: block;
  color: #333;
  height: 28px;
  line-height: 28px;
  transition: .3s;
  padding-left: 50px;
}
.page_main1 .page_cont_menu span:hover {
  background: #02b29c;
}
.page_main1 .page_cont_menu span:hover a {
  color: #fff;
}
.page_main1 .page_cont_menu span:hover em {
  background: url(../img/bottom.png) no-repeat center;
  background-size: 16px;
}

.page_main1 .page_menu ul li:hover a {
  background: #02b29c;
  color: #fff;
  transition: .3s;
}

.page_main1 .prohot_new {
  width: 100%;
  padding: 6px;
}

.page_main1 .prohot_new span {
  font-size: 22px;
  font-weight: normal;
  color: #545454;
  line-height: 40px;
  border-bottom: 1px solid #ebebeb;
  display: block;
}

.page_main1 .prohot_new span i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 40px;
  border-bottom: 1px solid #02b29c;
  font-style: normal;
}

.page_main1 .prohot_new ul li {
  color: #545455;
  border-bottom: 1px dotted #dddddd;
  background: url(../img/li.png) no-repeat left 15px;
  line-height: 21px;
  padding: 10px 0px;
  padding-left: 14px;
}

.page_main1 .prohot_new ul li a {
  font-size: 14px;
  color: #333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page_main1 .prohot_new ul li a:hover {
  color: #02b29c;
}

.yunu-link{padding:20px 0}
.yunu-link h4{border-bottom:1px solid #ddd;margin:0;font-size:18px;color:#0097b0;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;}


                                    
.footer2 {
  width: 100%;
  padding: 30px 0;
  background: #292c31;
  position: relative;
}

.footer2 .foot_tit {
  margin-bottom: 20px;
}

.footer2 .foot_tit span {
  color: #abacad;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.footer2 .foot_tit i {
  font-size: 16px;
  font-weight: 100;
  color: #abacad;
  font-style: normal;
  display: block;
}

.footer2 .foot_contact {
  width: 100%;
  width: 33.33%;
  float: left;
  background: url(../img/line3.jpg) repeat-y right 20px;
}

.footer2 .foot_contact .f_text p {
  margin-bottom: 20px;
}

.footer2 .foot_contact .f_text p em {
  color: #abacad;
  font-size: 14px;
  padding-left: 45px;
  line-height: 40px;
  font-style: normal;
  display: block;
}

.footer2 .foot_pro {
  width: 33.33%;
  float: left;
  padding-left: 100px;
}
.copyright{
    font-size: 13px;
    color: #abacad;
    display: block;
    line-height: 22px;
    margin-top: 180px;
    
}
.footer2 .foot_pro .f_pronav a {
  color: #abacad;
  font-size: 14px;
  line-height: 30px;
  width: 50%;
  float: left;
}

.footer2 .foot_ewm {
  width: 33.33%;
  padding-left: 230px;
  float: left;
  background: url(../img/line3.jpg) repeat-y left 20px;
}

.footer2 .foot_ewm img {
  display: block;
  max-width: 196px;
}

.footer2 .foot_ewm p {
  margin-top: 10px;
  margin-left: 4px;
  color: #abacad;
  font-size: 16px;
}


div.zoomDiv img {
    max-width: inherit;
}





@media screen and (max-width: 1020px) {
   .footer2 {
        padding: 30px 0;
    }
    .footer2 .foot_contact {
        width: 50%;
        padding: 0 2%;
    }
    .footer2 .foot_pro {
        display: none;
    }
    .footer2 .foot_ewm {
        width: 50%;
        background: none;
    }
}

@media screen and (max-width: 450px) {
 .footer2 {
    /*padding: .15rem 0;*/
  }
  .footer2 .foot_tit span {
    /*font-size: .14rem;*/
  }
  .footer2 .foot_tit i {
    /*font-size: .105rem;*/
  }
  .footer2 .foot_contact {
    width: 100%;
    padding: 0 2%;
  }
  .footer2 .foot_contact .f_text p {
    /*margin-bottom: .1rem;*/
  }
  .footer2 .foot_contact .f_text p img {
    /*height: .34rem;*/
  }
  .footer2 .foot_contact .f_text p em {
    /*padding-left: .3rem;*/
    /*font-size: .105rem;*/
    /*line-height: .26rem;*/
  }
  .footer2 .foot_pro {
    display: none;
  }
  .footer2 .foot_ewm {
    width: 100%;
    background: none;
    /*padding: 0 2%;*/
  }
  .footer2 .foot_ewm .foot_tit {
    display: none;
  }
  .footer2 .foot_ewm img {
    max-width: 120px;
    /*margin-left: .3rem;*/
  }
  .footer2 .foot_ewm p {
    /*margin-left: .3rem;*/
    /*font-size: .105rem;*/
    /*line-height: .26rem;*/
  }
  .footer2 .foot_tit {
    margin-bottom: .1rem;
  }
}

                                
@media screen and (max-width: 768px){
    .page_main1 .main_l {
        width: 100%;
    }
    .page_main1 .page_menu h3 {
        font-size: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .page_main1 .main_r {
        width: 100%;
        padding: 0 5px;
    }
    .page_main1 .page_tit {
        display: none;
    }
}

@media screen and (max-width: 450px){
    .page_main1 .main_l {
        padding-bottom: 10px;
    }
    .page_main1 .prohot_new {
        width: 98%;
        margin: 0 1%;
    }
}

 .section {
    padding: 40px 0 30px;
}                                    
.index_pro5 {
    padding-bottom: 40px;
    background: url(../img/indexprobg5.jpg) no-repeat center / cover;
    border-top: 2px solid #0097b0;
}
.index_pro5 .box_tit{
    padding:60px 0
}
.index_pro5 .box_tit{
    margin-bottom: 40px;
    padding-bottom:20px;
    text-align:center;
    font-size:36px; 
    color: #666666; 
    /*background: url(../img/pro5line.jpg) no-repeat bottom center;*/
}
.index_pro5 .box_tit strong{ 
    color: #0287d4; 
}
.index_pro5 .box_tit strong span{ 
    color: #0097b0;
}
.index_pro5 .box_tit p{
    font-size:20px;
    margin:5px 0 0;
}
.index_pro5 .por_menu {
    text-align:center;
    font-size:0;
    margin-bottom:20px;
}
.index_pro5 .por_menu li{
    display:inline-block; 
    width: 20%;
}
.index_pro5 .por_menu li a{
    display:block;
    margin:0 5px 10px;
    font-size:16px;
    line-height:39px;
    color:#444444;
    background-color: #FFF;
    position:relative;
    border:1px solid #e5e5e5;
    border-radius: 25px;
}
.index_pro5 .por_menu li a:hover{
    color:#fff;
    background-color:#F4A204; 
    border-color:#F4A204;
}

.index_pro5 .prolist {
    margin: 20px 0 0 0px;
}
.index_pro5 .prolist li{
    float:left;
    width:33.333%;
}
.index_pro5 .prolist li a{
    display:block;
    border:1px solid #dddddd; 
    margin: 15px; 
    border-radius: 10px; 
    background-color: #FFF; 
    padding:5px 5px 25px;
}
.index_pro5 .prolist li .img-center{
    height:300px;
    transition:all 0.5s; 
    overflow: hidden;
}
.index_pro5 .prolist li .img-center img{
    transform:scale(1);
    transition:all 0.5s; 
}
.index_pro5 .prolist li .text{
    margin:2px 0 0;
    position:relative;  
    font-size: 16px; 
    padding: 0 14px; 
    text-align: center;
}
.index_pro5 .prolist li .text h2{ 
    font-size: 18px; 
    margin: 0; 
    line-height: 35px; 
    /*text-align: left; */
}
.index_pro5 .prolist li .text p{
    margin: 0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis; 
    font-size: 14px; 
    color: #808080;
}
.index_pro5 .prolist li a .text .btn{ 
    display: inline-block; 
    color: #FFF; 
    margin-top: 8px; 
    background: url(../img/pro5search.png) no-repeat 10px center #0097b0; 
    padding: 3px 8px 3px 30px; 
    border-radius: 10px; 
}
.index_pro5 .prolist li a h2 { 
    color: #0097b0; 
}
.index_pro5 .prolist li a:hover .img-center img{
    transform:scale(1.2);
    transition:all 0.5s; 
}

@media screen and (max-width: 767px){
    
     body {min-width: 320px;}
    .container {width: auto;}
    
    .kf {display: none;}
    .footer-fix {display: block;}
    .topbar {display: none;}
 .header{
        background-color:#fff;
        position:fixed ;
        top:0;
        left:0;
        width:100%;
        z-index: 99;
    }
    .header .tel {display: none;}
    .header .logo {height: 38px;line-height: 50px;padding: 0;float: left;margin-top:0; margin-bottom: 20px;}
    .header .nav {display: none;background-color: transparent;margin: 10px 1px 5px -30px;float: none;}
    .header .nav ul {margin: 0 -15px;}
    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background: none; }
    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333; border-right: none;font-size:14px;c}
    .header .nav li .arr {display: block;}
    .header .nav li.active>a, .header .nav li.open>a, .header .nav li>a:hover {background: none;color: #003672}
    .header .nav li.open .arr:after {border-color: #003672;transform: rotate(225deg);}
    .header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left;box-shadow: none;display:none;}
    .header .nav .dropdown-box a {color: #333 !important;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;font-size:14px;}
.header .nav .dropdown-box a:hover {background-color: transparent !important;color:#003672 !important}
    .menu-btn {display: block;}

    
    .yunu-sou .hform{display:none;}
    
    .index_pro5 .box_tit {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .index_pro5 .box_tit p {
        font-size: 15px;
    }
    .index_pro5 .por_menu {
        margin-bottom: 10px;
    }
    .index_pro5 .por_menu li {
        width: 50%;
    }
    .index_pro5 .por_menu li a {
        font-size: 14px;
    }
    .index_pro5 .prolist {
        margin: -10px 0 0 -10px;
    }
    .index_pro5 .prolist li {
        float: left;
        width: 50%;
    }
    .index_pro5 .prolist li a {
        margin: 10px 0 0 10px;
        padding-bottom: 10px;
    }
    .index_pro5 .prolist li .img-center {
        height: 160px;
        line-height: 160px;
    }
    .index_pro5 .prolist li .text {
        line-height: 34px;
        padding: 0 5px;
    }
    .index_pro5 .prolist li .text h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .index_pro5 .prolist li a .text .btn {
        margin-top: 4px;
        padding: 0px 8px 0px 30px;
        font-size: 14px;
    }
    
    

}

     .yunu-sou{padding:15px 0 12px;}
.yunu-sou .hot{float:left;padding:7px 0; color: #333;font-size:14px;}
.yunu-sou .hot a{margin-right:10px}
.yunu-sou .hform{float:right; border:1px solid #dcdcdc; border-radius: 25px; }
.yunu-sou .hform input{float:left;padding:8px 12px 0 15px;width:200px;font-size:14px; background: none; border: none;}
.yunu-sou .hform button{border:0;padding:10px 20px 5px;float:left;cursor:pointer;outline:none;background:#16304d;border-radius: 25px; }                                                                                     

@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;
}

a {
  outline: 0 !important;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

a {
  outline: 0 !important;
}

.center {
  max-width: 1400px;
  margin: 0 auto;
}

.yunu_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 270px;
  min-height: 100vh;
}

.yunu_wrap .yunu_nav {
  width: 270px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  background: #22242d;
  padding-top: 48px;
  overflow: hidden;
}

.yunu_wrap .yunu_nav .yydiv {
  display: none;
}

.yunu_wrap .yunu_nav .tit {
  position: fixed;
  top: 0;
  left: 0;
  background: #0099cc;
  width: 270px;
  line-height: 48px;
  z-index: 100;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.yunu_wrap .yunu_nav .tit h3 {
  padding-left: 25px;
  display: block;
  line-height: 48px;
  overflow: hidden;
  font-weight: normal;
}

.yunu_wrap .yunu_nav .tit span {
  font-size: 18px;
  color: #fff;
  display: block;
  background: url(../img/logo2.png) no-repeat left center;
  background-size: 30px;
  padding-left: 40px;
}

.yunu_wrap .yunu_nav .menu_list {
  overflow-y: auto;
  height: 100%;
}

.yunu_wrap .yunu_nav .menu_list::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

.yunu_wrap .yunu_nav .menu_list::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
  background: #999;
}

.yunu_wrap .yunu_nav .menu_list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  background: #ededed;
}

.yunu_wrap .yunu_nav .menu_list ul {
  padding-top: 20px;
}

.yunu_wrap .yunu_nav .menu_list ul li {
  line-height: 45px;
  display: block;
}

.yunu_wrap .yunu_nav .menu_list ul li > a {
  display: block;
  padding-left: 24px;
}

.yunu_wrap .yunu_nav .menu_list ul li > a span {
  padding-left: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}

.yunu_wrap .yunu_nav .menu_list ul li:hover {
  background: #0099cc;
}

.yunu_wrap .yunu_nav .menu_list ul li.in a {
  background: url(../img/bri.png) no-repeat 95% center;
  background-size: 8px;
}

.yunu_wrap .yunu_nav .menu_list ul li.active {
  background: #0099cc;
}

.yunu_wrap .yunu_nav .menu_list ul li.active a {
  background: url(../img/bbot.png) no-repeat 95% center;
  background-size: 14px;
}

.yunu_wrap .yunu_nav .menu_list ul li:nth-of-type(1) a span {
  background: url(../img/ic2.png) no-repeat left center;
}

.yunu_wrap .yunu_nav .menu_list ul li:nth-of-type(2) a span {
  background: url(../img/ic2.png) no-repeat left center;
}

.yunu_wrap .yunu_nav .menu_list ul li:nth-of-type(3) a span {
  background: url(../img/ic2.png) no-repeat left center;
}

.yunu_wrap .yunu_nav .menu_list ul li:nth-of-type(4) a span {
  background: url(../img/ic2.png) no-repeat left center;
}

.yunu_wrap .yunu_nav .menu_list ul li:nth-of-type(5) a span {
  background: url(../img/ic2.png) no-repeat left center;
}

.yunu_wrap .yunu_nav .menu_list ul .v_list {
  background: #293038;
  display: none;
}

.yunu_wrap .yunu_nav .menu_list ul .v_list a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding-left: 75px;
  display: block;
}

.yunu_wrap .yunu_nav .menu_list ul .v_list a:hover {
  background: #0099cc;
}

.yunu_wrap .yunu_content {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  padding-top: 48px;
}

.yunu_wrap .yunu_content .fr_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 270px;
  z-index: 99;
}

.yunu_wrap .yunu_content .fr_fixed .text {
  width: 100%;
  height: 48px;
  padding: 0 2%;
  background: rgba(0, 0, 0, .1);
}

.yunu_wrap .yunu_content .fr_fixed .text span {
  width: 32px;
  height: 32px;
  background: #0099cc;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  display: block;
  float: left;
  margin-top: 8px;
  cursor: pointer;
}

.yunu_wrap .yunu_content .fr_fixed .text span img {
  height: 18px;
  margin: 0 auto;
  margin-top: 7px;
}

.yunu_wrap .yunu_content .fr_fixed .text span img:first-child {
  display: none;
}

.yunu_wrap .yunu_content .fr_fixed .text span img:first-child + img {
  display: block;
}

.yunu_wrap .yunu_content .fr_fixed .text span.on {
  background: #ccc;
}

.yunu_wrap .yunu_content .fr_fixed .text span.on img:first-child {
  display: block;
}

.yunu_wrap .yunu_content .fr_fixed .text span.on img:first-child + img {
  display: none;
}

.yunu_wrap .yunu_content .fr_fixed .text span.on:hover {
  background: #0099cc;
}

.yunu_wrap .yunu_content .fr_fixed .text p {
  float: right;
}

.yunu_wrap .yunu_content .fr_fixed .text p a {
  width: 32px;
  height: 32px;
  background: #ccc;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  display: block;
  float: left;
  margin-top: 8px;
  margin-left: 15px;
}

.yunu_wrap .yunu_content .fr_fixed .text p a img {
  height: 18px;
  display: block;
  margin: 0 auto;
  margin-top: 7px;
}

.yunu_wrap .yunu_content .fr_fixed .text p a:hover {
  background: #0099cc;
}

.jz_tit {
  margin: 15px 0;
}

.jz_tit h4 {
  position: relative;
  line-height: 30px;
  font-weight: normal;
}

.jz_tit h4 span {
  display: inline-block;
  padding: 0 20px;
  margin: 0 35px;
  background: #fff;
  position: relative;
  color: #000;
  z-index: 3;
  font-size: 24px;
}

.jz_tit h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
  height: 3px;
  background: #eee;
}

.jz_content p {
  font-size: 16px;
  color: #999;
  line-height: 175%;
  margin-bottom: 15px;
}

.jz_desc {
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
}

.jz_wenjian {
  margin-top: 50px;
}

.jz_wenjian pre {
  position: relative;
  padding: 20px 32px;
  background: #f5f5f5;
  color: #565656;
  border-radius: 10px;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
  line-height: 175%;
}

.jz_artlist1 .html_content {
  line-height: 165%;
  margin: 0;
}

.jz_artlist1 .css_content {
  line-height: 165%;
  margin: 0;
}

.jz_artlist1 .jq_content {
  line-height: 165%;
  margin: 0;
}

.html_box, .css_box, .jq_box {
  width: 100%;
  position: relative;
  color: #ccc;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
  font-size: 16px;
  line-height: 24px;
}

.html_box pre, .css_box pre, .jq_box pre {
  padding: 8px;
}

.html_box code, .css_box code, .jq_box code {
  margin-top: -25px;
}

.html_box code span, .css_box code span, .jq_box code span {
  line-height: 22px;
}

.html_box code::-webkit-scrollbar, .css_box code::-webkit-scrollbar, .jq_box code::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.html_box code::-webkit-scrollbar-thumb, .css_box code::-webkit-scrollbar-thumb, .jq_box code::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
  background: #999;
}

.html_box code::-webkit-scrollbar-track, .css_box code::-webkit-scrollbar-track, .jq_box code::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  background: #ededed;
}

.html_box .fz_btn, .css_box .fz_btn, .jq_box .fz_btn {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 100px;
  line-height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  background: #666;
  cursor: pointer;
}

.html_box .fz_btn:hover, .css_box .fz_btn:hover, .jq_box .fz_btn:hover {
  background: #0099cc;
}

.jz_list {
  margin-top: 20px;
  padding-bottom: 48px;
}

.jz_list .bd ul {
  margin-top: 20px;
}

.tanc_bnt ul {
  text-align: center;
}

.tanc_bnt li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}

.tanc_bnt li span {
  width: 120px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  background: #ccc;
  cursor: pointer;
}

.tanc_bnt li.on span {
  background: #0099cc;
}

.index_art1 {
  width: 100%;
  padding: 10px 0;
}

.index_art1 .center {
  max-width: 1200px;
}

.index_art1 .list {
  width: 100%;
  margin-top: 30px;
}

.index_art1 .list .text1 {
  width: 65%;
  float: left;
}

.index_art1 .list .text2 {
  width: 35%;
  float: right;
  padding-left: 3%;
}

.index_art1 .list .text2 .t_tit {
  height: 60px;
  background: url(../img/xian2.jpg) no-repeat 0 bottom;
  margin-bottom: 35px;
}

.index_art1 .list .t_tit {
  height: 60px;
  background: url(../img/xian1.jpg) no-repeat 0 bottom;
  margin-bottom: 35px;
}

.index_art1 .list .t_tit span {
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  float: left;
}

.index_art1 .list .t_tit a {
  float: right;
  width: 55px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  background: url(../img/more.gif) no-repeat right center;
}

.index_art1 .list .t_box .fl {
  width: 50%;
  padding-right: 3%;
}

.index_art1 .list .t_box .fr {
  width: 50%;
  padding-left: 3%;
}

.index_art1 .list .gs_text span {
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  font-size: 16px;
}

.index_art1 .list .gs_text p {
  line-height: 30px;
  font-size: 14px;
  color: #555;
  height: 120px;
  overflow: hidden;
  margin: 12px 0;
}

.index_art1 .list .gs_text i {
  display: block;
  width: 108px;
  height: 34px;
  background: #eb9000;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  font-style: normal;
}

.index_art1 .list .hy_text ul li {
  position: relative;
  margin-top: 6px;
}

.index_art1 .list .hy_text ul li i {
  width: 22px;
  height: 22px;
  background: #8f8c8b;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}

.index_art1 .list .hy_text ul li span {
  display: block;
  width: 95%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 14px;
  padding-left: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index_art1 .list .hy_text ul li:hover i {
  background: #eb9000;
}

.index_art1 .list .hy_text ul li:hover span {
  color: #eb9000;
}

.index_art1 .que_list {
  width: 100%;
}

.index_art1 .que_list ul li {
  color: #545455;
  line-height: 21px;
  margin-bottom: 32px;
}

.index_art1 .que_list ul li a {
  display: block;
  background: url(../img/wen.gif) no-repeat left center;
  padding-left: 28px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.index_art1 .que_list ul li p {
  background: url(../img/da.gif) no-repeat left 2px;
  padding-left: 28px;
  margin-top: 10px;
  line-height: 22px;
  color: #555;
  font-size: 14px;
}

.index_art1 .que_list ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
   
    
  .index_art1 {
    padding: 20px 2%;
  }
  .index_art1 .box_tit em {
    display: none;
  }
  .index_art1 .list .text1 {
    width: 100%;
  }
  .index_art1 .list .text2 {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 450px) {
  .index_art1 {
    padding: .1rem 2%;
  }
  .index_art1 .list {
    margin-top: .05rem;
  }
  .index_art1 .list .t_tit {
    height: 0.3rem !important;
    margin-bottom: 0.1rem !important;
  }
  .index_art1 .list .t_tit span {
    line-height: .2rem;
    font-size: .13rem;
  }
  .index_art1 .list .t_tit a {
    line-height: .2rem;
    font-size: .11rem;
    height: .2rem;
  }
  .index_art1 .list .t_box .fl {
    width: 100%;
    padding: 0;
  }
  .index_art1 .list .t_box .fl img {
    width: 100%;
  }
  .index_art1 .list .t_box .fr {
    display: none;
  }
  .index_art1 .list .gs_text span {
    font-size: .115rem;
    height: .32rem;
    line-height: .32rem;
  }
  .index_art1 .list .gs_text p {
    margin: .05rem 0;
    font-size: .1rem;
    line-height: .18rem;
    height: auto;
  }
  .index_art1 .list .gs_text i {
    margin-top: .1rem;
  }
  .index_art1 .que_list ul li {
    margin-bottom: .15rem;
  }
}

@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
    .header .nav .dropdown-box:after{display:none;}
  .yunu_wrap {
    padding-left: 0;
  }
  .yunu_wrap .yunu_nav {
    left: -270px;
  }
  .yunu_wrap .yunu_nav .yydiv {
    display: block;
  }
  .yunu_wrap .yunu_nav .tit {
    left: -270px;
  }
  .yunu_wrap .yunu_content {
    padding: 0 4%;
    padding-top: 48px;
  }
  .yunu_wrap .yunu_content .fr_fixed {
    padding-left: 0;
  }
  .jz_desc {
    margin-top: .1rem;
  }
  .jz_wenjian {
    margin-top: .1rem;
  }
  .tanc_bnt li {
    width: 24%;
    margin: 0;
    margin-left: 1.25%;
    float: left;
    display: block;
  }
  .tanc_bnt li span {
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
  .tanc_bnt li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .jz_tit {
    margin: .08rem 0;
  }
  .jz_tit h4 span {
    font-size: .16rem;
  }
  .jz_content p {
    font-size: .115rem;
  }
}

/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */
