/* Import Less files */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Import lib-rem.less if supportREM opened. */

html {
  font-size: 20PX;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 19PX !important;
  }
}

@media only screen and (min-width: 375px) {
  html {
    font-size: 20PX !important;
  }
}

@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333PX !important;
  }
}

@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08PX !important;
  }
}

@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6PX !important;
  }
}

html[data-rem="320"] {
  font-size: 20PX;
}

@media only screen and (min-width: 375px) {
  html[data-rem="320"] {
    font-size: 23.4375PX !important;
  }
}

@media only screen and (min-width: 400px) {
  html[data-rem="320"] {
    font-size: 25PX !important;
  }
}

@media only screen and (min-width: 414px) {
  html[data-rem="320"] {
    font-size: 25.875PX !important;
  }
}

@media only screen and (min-width: 480px) {
  html[data-rem="320"] {
    font-size: 30PX !important;
  }
}

@media (max-width: 768px) {
  body {
    background-color: #e5e5e5;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #3e3e3e;
  }

  img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
  }

  .main {
    width: 100%;
    position: relative;
    font-size: 16px;
    min-width: 320px;
    max-width: 480px;
    margin: 0 auto;
  }

  .menu {
    top: 0;
    padding-top: 20px;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    display: flex;
    position: fixed;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 99;
    height: 60px;
  }

  .menu .top {
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .menu .top .tel {
    display: none;
  }

  .menu .top .logo {
    width: 20%;
    padding-left: 20px;
    text-align: center;
    padding-bottom: 15px;
  }

  .menu .top .logo img {
    width: 120px;
  }

  .menu .top .logo .years {
    display: none;
  }

  .menu .top .navbtn {
    width: 40px;
    padding-right: 20px;
  }

  .menu .bar {
    display: none;
    position: absolute;
    padding-top: 1px;
    width: 168px;
    height: 328px;
    right: 0;
    top: 80px;
    background-color: #3f6ea7;
    text-align: center;
  }

  .menu .bar a {
    color: #ffffff;
  }

  .menu .bar li {
    padding-top: 20px;
  }

  .menu .bar .active a {
    color: #ffd044;
    font-weight: bold;
  }

  .footmenu {
    z-index: 99999;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    position: fixed;
    bottom: 0;
    background-color: #3d7acf;
    height: 60px;
    color: #fff;
  }

  .footmenu .content {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }

  .footmenu .content .item {
    width: 20%;
    font-size: 14px;
    text-align: center;
  }

  .footmenu .content .item a {
    text-decoration: none;
    color: #ffffff;
  }

  .footmenu .content .item img {
    width: 30%;
    padding-top: 8px;
  }

  .footmenu .content .item span {
    width: 100%;
    display: block;
  }

  .footmenu .hovercolor {
    background-color: #ff8c00;
  }

  .banner {
    width: 100%;
    position: relative;
    display: none;
  }

  .banner-m {
    width: 100%;
    position: relative;
  }

  .serves {
    width: 100%;
    padding-top: 30px;
    background-color: #ffffff;
  }

  .serves .title {
    width: 80%;
    font-size: 20px;
    text-align: center;
    color: #3e3e3e;
    margin: 0 auto;
  }

  .serves .title .color1 {
    color: #ff6c00;
  }

  .serves .title .color2 {
    color: #118fdc;
  }

  .serves .title1 {
    font-size: 20px;
    text-align: center;
    color: #3e3e3e;
    padding-top: 15px;
  }

  .serves .title2 {
    font-size: 20px;
    text-align: center;
    color: #118fdc;
    padding-top: 10px;
  }

  .serves .jt {
    font-size: 20px;
    text-align: center;
    width: 60px;
    margin: 0 auto;
    padding-top: 25px;
  }

  .serves .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 10px auto;
  }

  .serves .content .item {
    width: 48%;
    border-radius: 5px;
    background-color: #118fdc;
    margin: 1%;
    text-align: center;
    color: #ffffff;
  }

  .serves .content .item img {
    width: 30%;
    padding-top: 20px;
  }

  .serves .content .item hr {
    width: 80%;
    border: 0;
    border-top: 1px solid #3ea5e5;
  }

  .serves .content .item b {
    width: 60%;
    font-size: 16px;
    display: block;
    margin: 0 auto;
  }

  .serves .content .item span {
    padding-top: 5px;
    width: 70%;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    padding-bottom: 20px;
    text-align: left;
  }

  .serves .content .item2 {
    width: 100%;
    display: none;
  }

  .serves .tel {
    background-color: #afc75e;
    width: 98%;
    margin: 0 auto;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
  }

  .serves .tel a {
    color: #fff;
    font-size: 24px;
  }

  .serves .imglist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
  }

  .serves .imglist .item {
    width: 48%;
    margin: 1%;
    color: #ffffff;
    text-align: center;
  }

  .serves .imglist .item img {
    width: 100%;
    border-radius: 50%;
    background-color: #118fdc;
  }

  .serves .imglist .item b {
    width: 90%;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    color: #118fdc;
    padding-top: 10px;
  }

  .serves .imglist .item span {
    padding-top: 5px;
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    display: block;
    padding-bottom: 20px;
    color: #3e3e3e;
  }

  .productop {
    width: 100%;
    background-color: #f7f7f7;
    margin: 0 auto;
    position: relative;
  }

  .productop .title {
    text-align: center;
    font-size: 30px;
    color: #3e3e3e;
    padding-top: 30px;
  }

  .productop .content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  .productop .content .item {
    width: 100%;
    margin: 2%;
    background-color: #118fdc;
  }

  .application {
    width: 100%;
    background-color: #f7f7f7;
    margin: 0 auto;
    position: relative;
  }

  .application .title {
    text-align: center;
    font-size: 30px;
    color: #3e3e3e;
    padding-top: 12px;
  }

  .application .title span {
    font-size: 12px;
    display: block;
    width: 100%;
    padding-top: 10px;
  }

  .application .content {
    padding-top: 0px;
    padding-bottom: 60px;
    width: 96%;
    margin: 0 auto;
  }

  .application .content .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin-top: 30px;
  }

  .application .content .item .txt {
    width: 100%;
    position: relative;
  }

  .application .content .item .txt h1 {
    padding-top: 20px;
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
  }

  .application .content .item .txt span {
    padding-top: 5px;
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #3e3e3e;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .application .content .item .txt b {
    display: block;
    width: 100px;
    background-color: #ff6c00;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .application .content .item .img {
    width: 100%;
    position: relative;
  }

  .application .content .item .img .arrow-right {
    position: absolute;
    left: 10%;
    top: -1px;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 40px solid #ffffff;
  }

  .application .content .item .img .arrow-left {
    position: absolute;
    left: 10%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #ffffff;
  }

  .newstop {
    width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
  }

  .newstop .title {
    text-align: center;
    font-size: 30px;
    color: #3e3e3e;
    padding-top: 30px;
  }

  .newstop .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .newstop .content .item {
    width: 100%;
    margin-top: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #cdcdcd;
    display: flex;
    flex-wrap: wrap;
  }

  .newstop .content .item .time {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    color: #868585;
  }

  .newstop .content .item h2 {
    padding-top: 20px;
    display: block;
    width: 80%;
    margin: 0 auto;
    color: #3e3e3e;
  }

  .newstop .content .item span {
    padding-top: 15px;
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
    font-size: 14px;
    color: #3e3e3e;
  }

  .newstop .content .item b {
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    color: #118fdc;
    padding-bottom: 30px;
  }

  .foot {
    padding-top: 20px;
    width: 100%;
    background-color: #f0f0f0;
    border-top: 1px solid #d3d1d1;
    border-bottom: 1px solid #d3d1d1;
  }

  .foot .content {
    width: 98%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .foot .content .info {
    width: 96%;
    margin: 0 auto;
  }

  .foot .content .info .bar {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding-right: 10%;
    color: #0c69a6;
    display: none;
  }

  .foot .content .info .copyright {
    color: #3e3e3e;
    line-height: 30px;
    font-size: 14px;
  }

  .foot .content .info .copyright span {
    color: #ff1900;
    font-weight: bold;
  }

  .foot .content .ewm {
    width: 25%;
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .foot .content .ewm span {
    display: block;
    background-color: #000000;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }

  .foot .content .ewm .img {
    padding-top: 10px;
    display: flex;
  }

  .foot .content .ewm .img img {
    margin: 2%;
  }

  .foot_beian {
    width: 80%;
    font-size: 12px;
    color: #b4b4b4;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .location {
    line-height: 40px;
    font-size: 14px;
    width: 90%;
    margin-left: 7%;
  }

  .about {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #ffffff;
  }

  .about .title {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
  }

  .about .title b {
    color: #ff6c00;
    font-size: 32px;
    display: block;
  }

  .about .title span {
    font-size: 20px;
  }

  .about .content {
    padding-top: 30px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about .content .img {
    width: 100%;
  }

  .about .content .info {
    width: 100%;
    padding: 30px;
    background-color: #f2f2f2;
    color: #3e3e3e;
    line-height: 30px;
  }

  .about .content .info b {
    display: block;
    font-size: 20px;
    padding-bottom: 30px;
  }

  .news {
    width: 100%;
    background-color: #ffffff;
  }

  .news .title {
    padding-top: 30px;
    width: 95%;
    margin: 0 auto;
  }

  .news .title b {
    color: #ff6c00;
    font-size: 32px;
    display: block;
  }

  .news .title span {
    font-size: 20px;
  }

  .news .content {
    padding-top: 30px;
    width: 95%;
    margin: 0 auto;
  }

  .news .content b {
    display: block;
    width: 100%;
    font-size: 30px;
  }

  .news .content div {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }

  .printcode {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .printcode .title {
    font-size: 24px;
    padding-top: 30px;
    text-align: center;
    color: #3e3e3e;
  }

  .printcode .title .color1 {
    color: #ff6c00;
  }

  .printcode .title .color2 {
    color: #118fdc;
  }

  .printcode .title_s {
    font-size: 14px;
    text-align: center;
    color: #8a8989;
  }

  .printcode .content_why {
    padding-top: 20px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .printcode .content_why .item {
    width: 100%;
    margin: 1%;
    color: #ffffff;
  }

  .printcode .content_why .item .t {
    padding-top: 10px;
    margin: 0 auto;
    display: flex;
    line-height: 50px;
    position: relative;
  }

  .printcode .content_why .item .t img {
    width: 35%;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .printcode .content_why .item .t div {
    width: 80%;
    font-size: 28px;
    padding-top: 15px;
    margin: 0 auto;
    display: block;
  }

  .printcode .content_why .item .c {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .printcode .content_why .bgcolor1 {
    background-color: #118fdc;
  }

  .printcode .content_why .bgcolor2 {
    background-color: #e97f3a;
  }

  .printcode .content_why .bgcolor3 {
    background-color: #f2c149;
  }

  .printcode .content_why .bgcolor4 {
    background-color: #47992e;
  }

  .printcode .content_zhuanzhu {
    background-color: #f5f5f5;
    margin-top: 30px;
    width: 100%;
    padding-bottom: 30px;
  }

  .printcode .content_zhuanzhu .content {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .printcode .content_zhuanzhu .content .item1 {
    width: 100%;
  }

  .printcode .content_zhuanzhu .content .item1 .list {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 185px;
  }

  .printcode .content_zhuanzhu .content .item1 .list b {
    display: block;
    position: absolute;
    top: 30px;
    width: 60%;
    left: -15px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    z-index: 9;
  }

  .printcode .content_zhuanzhu .content .item1 .list span {
    display: block;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 90px;
    font-size: 14px;
    color: #565656;
  }

  .printcode .content_zhuanzhu .content .item1 .list .arrow-left {
    position: absolute;
    left: -15px;
    top: 30%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #34791f;
    border-bottom: 15px solid transparent;
  }

  .printcode .content_zhuanzhu .content .item1 .list .c1 {
    background-color: #e97f3a;
  }

  .printcode .content_zhuanzhu .content .item1 .list .ac1 {
    border-right: 15px solid #c45d24;
  }

  .printcode .content_zhuanzhu .content .item1 .list .c2 {
    background-color: #f2c149;
  }

  .printcode .content_zhuanzhu .content .item1 .list .ac2 {
    border-right: 15px solid #cc9e2e;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 185px;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 b {
    display: block;
    position: absolute;
    top: 30px;
    width: 60%;
    right: -15px;
    background-color: #47992e;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    z-index: 9;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 span {
    display: block;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 90px;
    font-size: 14px;
    color: #565656;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 .arrow-right {
    position: absolute;
    right: -15px;
    top: 30%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #34791f;
    border-bottom: 15px solid transparent;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 .c4 {
    background-color: #3e96f7;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 .ac4 {
    border-left: 15px solid #276ebc;
  }

  .printcode .content_zhuanzhu .content .item1 .mt {
    margin-top: 30px;
  }

  .printcode .content_zhuanzhu .content .item2 {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    width: 100%;
    position: relative;
  }

  .printcode .content_zhuanzhu .content .item2 b {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: block;
    z-index: 9;
    font-size: 30px;
  }

  .printcode .content_code {
    background-color: #ffffff;
    margin-top: 30px;
    width: 100%;
  }

  .printcode .content_code .content {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .printcode .content_code .content .item {
    border: 1px solid #b5b5b5;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }

  .printcode .content_code .content .item h3 {
    color: #565656;
  }

  .printcode .content_code .content .item span {
    color: #8a8989;
    font-size: 14px;
    display: block;
  }

  .printcode .content_code .content .item b {
    color: #5972cf;
    font-size: 14px;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .printcode .content_code .content .item .btn {
    width: 40%;
    margin-left: 50%;
    background-color: #db5141;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
  }

  .product {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .product .productmenu {
    width: 95%;
    padding-bottom: 30px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    color: #b4b4b4;
  }

  .product .productmenu tr {
    border: 1px solid #d9d9d9;
  }

  .product .productmenu td {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .product .productmenu td a {
    padding: 10px;
    margin: 5px;
    width: 130px;
    display: block;
    color: #ffffff;
    cursor: pointer;
    background-color: #0057b1;
    text-align: center;
  }

  .product .productmenu td .active {
    color: #ffffff;
    background-color: #ff5900;
  }

  .product .productmenu .t1 {
    width: 60px;
    text-align: center;
    color: #3e3e3e;
  }

  .product .catename {
    width: 95%;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0 auto;
    font-size: 20px;
  }

  .product .content {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product .content .item {
    border: 1px solid #d9d9d9;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }

  .product .content .item h3 {
    color: #565656;
  }

  .product .content .item span {
    color: #8a8989;
    font-size: 14px;
    display: block;
  }

  .product .content .item b {
    color: #5972cf;
    font-size: 14px;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .product .content .item .goods {
    display: none;
    position: absolute;
    width: 80%;
    height: auto;
    left: 10%;
    top: 15%;
    background-color: #ffffff;
    border: 1px solid #d3d1d1;
    border-radius: 10px;
    text-align: center;
    z-index: 9;
  }

  .product .content .item .goods img {
    width: 60%;
  }

  .product .content .item .goods div {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .product .content .item .goods .close {
    width: 30px;
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 26px;
    color: #868585;
  }

  .product .content .item .goodsbg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #000000;
    z-index: 8;
    opacity: 60%;
  }

  .product .content .item .btn {
    width: 40%;
    margin-left: 50%;
    background-color: #db5141;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
  }

  .productinfo {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .productinfo .content {
    width: 96%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productinfo .content .left {
    width: 100%;
    background-color: #ffffff;
  }

  .productinfo .content .left .img {
    border: 1px solid #cdcdcd;
  }

  .productinfo .content .right {
    width: 98%;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
  }

  .productinfo .content .right .title {
    width: 100%;
    margin: 10px auto;
    font-size: 20px;
    line-height: 120%;
  }

  .productinfo .content .right span {
    width: 100%;
    display: block;
    line-height: 30px;
    margin-top: 20px;
    color: #868585;
  }

  .productinfo .content .right .btn {
    width: 100%;
    margin-left: 0%;
    background-color: #118fdc;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
  }

  .productinfo .content .right .infogoods {
    display: none;
    position: absolute;
    width: 200px;
    left: 21%;
    top: 9%;
    background-color: #ffffff;
    border: 1px solid #d3d1d1;
    border-radius: 10px;
    text-align: center;
    z-index: 9;
  }

  .productinfo .content .right .infogoods img {
    width: 150px;
  }

  .productinfo .content .right .infogoods div {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .productinfo .content .right .infogoods .close {
    width: 30px;
    position: absolute;
    top: -10px;
    right: 1px;
    font-size: 26px;
    color: #868585;
  }

  .productinfo .content .right .btn2 {
    width: 100%;
    margin-left: 0%;
    background-color: #e64a02;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
  }

  .productinfo .info {
    width: 98%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productinfo .info .left {
    width: 100%;
  }

  .productinfo .info .left .title {
    background-color: #c45d24;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    padding-left: 20px;
  }

  .productinfo .info .left .item {
    border: 1px solid #dddcdc;
    padding: 5%;
    width: 89.5%;
    margin-bottom: 30px;
    position: relative;
  }

  .productinfo .info .left .item h3 {
    color: #565656;
  }

  .productinfo .info .left .item span {
    color: #8a8989;
    font-size: 14px;
    display: block;
  }

  .productinfo .info .left .item b {
    color: #5972cf;
    font-size: 14px;
    display: block;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .productinfo .info .left .item .btn {
    width: 40%;
    margin-left: 50%;
    background-color: #db5141;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
  }

  .productinfo .info .right {
    width: 100%;
    margin-bottom: 40px;
  }

  .productinfo .info .right .title {
    background-color: #dfdfdf;
    font-size: 20px;
    line-height: 40px;
    padding-left: 20px;
  }

  .printcodeinfo {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .printcodeinfo .title {
    width: 96%;
    margin: 20px auto;
    font-size: 24px;
  }

  .printcodeinfo .txt {
    width: 95%;
    margin: 0 auto;
    line-height: 30px;
  }

  .printcodeinfo span {
    width: 98%;
    display: block;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    color: #868585;
  }

  .printcodeinfo .btn {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .printcodeinfo .btn1 {
    width: 100%;
    background-color: #118fdc;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    line-height: 50px;
  }

  .printcodeinfo .btn2 {
    width: 100%;
    background-color: #db5141;
    color: #ffffff !important;
    margin-top: 0px;
    text-align: center;
    line-height: 50px;
  }

  .applicationinfo {
    width: 100%;
    padding-top: 10px;
    background-color: #f6f5f5;
    padding-bottom: 30px;
  }

  .applicationinfo .catename {
    width: 87%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 40px;
  }

  .applicationinfo .content {
    width: 98%;
    padding-top: 20px;
    margin: 0 auto;
    background-color: #ffffff;
  }

  .applicationinfo .content .top {
    width: 96%;
    padding-bottom: 5px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .applicationinfo .content .top .left {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .applicationinfo .content .top .left b {
    display: block;
    top: 35%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #2f2e2e;
  }

  .applicationinfo .content .top .left span {
    display: block;
    top: 49%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #3e3e3e;
    padding-top: 20px;
  }

  .applicationinfo .content .top .right {
    width: 100%;
    background-color: #ffffff;
  }

  .applicationinfo .content .info {
    width: 96%;
    margin: 10px auto;
    font-size: 14px;
    color: #8a8989;
  }

  .applicationinfo .back {
    background-color: #0057b1;
    text-align: center;
    width: 200px;
    margin: 10px auto;
    line-height: 30px;
    color: #ffffff;
    padding: 6px;
  }

  .applicationinfo .back a {
    color: #ffffff;
  }
}

@media (min-width: 769px) {
  body {
    background-color: #e5e5e5;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
    color: #3e3e3e;
  }

  .main {
    width: 100%;
    position: relative;
    font-size: 16px;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
  }

  .footmenu {
    display: none;
  }

  .menu {
    top: 0;
    width: 100%;
    min-width: 1280px;
    max-width: 1920px;
    position: fixed;
    background-color: #ffffff;
    z-index: 99;
  }

  .menu .top {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .menu .top .tel {
    width: 240px;
    padding-top: 16px;
    text-align: center;
    font-size: 16px;
  }

  .menu .top .tel b {
    color: #ff1900;
    font-size: 22px;
  }

  .menu .top .logo {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .menu .top .logo img {
    width: 160px;
    height: 50px;
  }

  .menu .top .logo .years {
    padding-left: 30px;
    width: 200px;
    font-size: 18px;
    text-align: center;
  }

  .menu .top .logo .years b {
    font-size: 22px;
    color: #ff1900;
  }

  .menu .top .logo .years b .up {
    vertical-align: text-top;
    font-size: 16px;
  }

  .menu .top .navbtn {
    display: none;
  }

  .menu .bar {
    width: 100%;
    background-color: #0057b1;
    color: #fff;
  }

  .menu .bar .item {
    width: 75%;
    margin: 0 auto;
    display: flex;
    height: 60px;
    line-height: 60px;
    justify-content: space-between;
  }

  .menu .bar .item li {
    width: 15%;
    text-align: center;
  }

  .menu .bar .item a {
    color: #ffffff;
    font-weight: bold;
  }

  .menu .bar .item .active {
    background-color: #ff1900;
  }

  .menu .bar .item .active a {
    color: #ffffff;
    font-weight: bold;
  }

  .banner {
    width: 100%;
    position: relative;
  }

  .banner-m {
    width: 100%;
    position: relative;
    display: none;
  }

  .serves {
    width: 100%;
    padding-top: 30px;
    background-color: #ffffff;
  }

  .serves .title {
    font-size: 24px;
    text-align: center;
    color: #3e3e3e;
  }

  .serves .title .color1 {
    color: #ff6c00;
  }

  .serves .title .color2 {
    color: #118fdc;
  }

  .serves .title1 {
    font-size: 24px;
    text-align: center;
    color: #3e3e3e;
    padding-top: 15px;
  }

  .serves .title2 {
    font-size: 24px;
    text-align: center;
    color: #118fdc;
    padding-top: 10px;
  }

  .serves .jt {
    font-size: 24px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    padding-top: 25px;
  }

  .serves .content {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 10px auto;
  }

  .serves .content .item {
    width: 23%;
    border-radius: 5px;
    background-color: #118fdc;
    margin: 1%;
    text-align: center;
    color: #ffffff;
  }

  .serves .content .item img {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .serves .content .item hr {
    width: 100%;
    border: 0;
    border-top: 1px solid #3ea5e5;
  }

  .serves .content .item b {
    width: 60%;
    font-size: 22px;
    display: block;
    margin: 0 auto;
  }

  .serves .content .item span {
    padding-top: 5px;
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    padding-bottom: 20px;
  }

  .serves .tel {
    background-color: #afc75e;
    width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 46px;
  }

  .serves .tel a {
    color: #fff;
    font-size: 24px;
  }

  .serves .imglist {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }

  .serves .imglist .item {
    width: 23%;
    margin: 2%;
    text-align: center;
    color: #ffffff;
  }

  .serves .imglist .item img {
    width: 100%;
    border-radius: 50%;
    background-color: #118fdc;
  }

  .serves .imglist .item b {
    width: 60%;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    color: #118fdc;
    padding-top: 10px;
  }

  .serves .imglist .item span {
    padding-top: 5px;
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    padding-bottom: 20px;
    color: #3e3e3e;
  }

  .productop {
    width: 100%;
    background-color: #f7f7f7;
    margin: 0 auto;
    position: relative;
  }

  .productop .title {
    text-align: center;
    font-size: 30px;
    color: #3e3e3e;
    padding-top: 30px;
  }

  .productop .content {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
  }

  .productop .content .item {
    width: 46%;
    margin: 2%;
    background-color: #118fdc;
    cursor: pointer;
  }

  .application {
    width: 100%;
    background-color: #f7f7f7;
    margin: 0 auto;
    position: relative;
  }

  .application .title {
    text-align: center;
    font-size: 40px;
    color: #3e3e3e;
    padding-top: 30px;
    font-weight: bold;
  }

  .application .title span {
    font-size: 12px;
    display: block;
    width: 100%;
    padding-top: 10px;
  }

  .application .content {
    padding-bottom: 60px;
    width: 100%;
    margin: 0 auto;
  }

  .application .content .item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #ffffff;
    position: relative;
  }

  .application .content .item .txt {
    width: 50%;
    position: relative;
  }

  .application .content .item .txt h1 {
    padding-top: 30px;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 26px;
  }

  .application .content .item .txt span {
    padding-top: 5px;
    display: block;
    width: 80%;
    line-height: 35px;
    font-size: 16px;
    color: #3e3e3e;
  }

  .application .content .item .txt b {
    display: block;
    width: 100px;
    background-color: #ff6c00;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    right: 10%;
    bottom: 10%;
    cursor: pointer;
  }

  .application .content .item .img {
    width: 50%;
    position: relative;
  }

  .application .content .item .img .arrow-right {
    position: absolute;
    left: 0;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #ffffff;
    border-bottom: 40px solid transparent;
  }

  .application .content .item .img .arrow-left {
    position: absolute;
    right: 0;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid #ffffff;
    border-bottom: 40px solid transparent;
  }

  .newstop {
    width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
  }

  .newstop .title {
    text-align: center;
    font-size: 30px;
    color: #3e3e3e;
    padding-top: 30px;
  }

  .newstop .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newstop .content .item {
    width: 100%;
    margin: 1%;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #cdcdcd;
    display: flex;
    flex-wrap: wrap;
  }

  .newstop .content .item .time {
    padding-top: 30px;
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    color: #868585;
  }

  .newstop .content .item h2 {
    padding-top: 20px;
    display: block;
    width: 95%;
    margin: 0 auto;
    color: #3e3e3e;
    font-size: 25px;
  }

  .newstop .content .item span {
    padding-top: 15px;
    display: block;
    width: 95%;
    margin: 0 auto;
    line-height: 35px;
    font-size: 14px;
    color: #3e3e3e;
  }

  .newstop .content .item b {
    display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
    color: #118fdc;
    padding-bottom: 30px;
    text-align: right;
  }

  .foot {
    padding-top: 20px;
    width: 100%;
    background-color: #f0f0f0;
    border-top: 1px solid #d3d1d1;
  }

  .foot .content {
    display: flex;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    justify-content: space-between;
  }

  .foot .content .info {
    width: 70%;
  }

  .foot .content .info .bar {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding-right: 10%;
    color: #0c69a6;
  }

  .foot .content .info .copyright {
    padding-top: 30px;
    color: #3e3e3e;
    line-height: 30px;
    font-size: 14px;
  }

  .foot .content .info .copyright span {
    color: #ff1900;
    font-weight: bold;
  }

  .foot .content .ewm {
    width: 20%;
    padding-bottom: 15px;
  }

  .foot .content .ewm span {
    display: block;
    width: 120px;
    background-color: #000000;
    border-radius: 10px;
    color: #ffffff;
    padding-left: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }

  .foot .content .ewm .img {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 120px;
  }

  .foot .content .ewm .img img {
    margin: 2%;
  }

  .foot_beian {
    width: 100%;
    background-color: #f0f0f0;
    border-top: 1px solid #d3d1d1;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
  }

  .location {
    line-height: 40px;
    font-size: 14px;
    width: 90%;
    margin-left: 1%;
  }

  .about {
    width: 100%;
    background-color: #ffffff;
  }

  .about .title {
    padding-top: 30px;
    width: 98%;
    margin: 0 auto;
  }

  .about .title b {
    color: #ff6c00;
    font-size: 32px;
    display: block;
  }

  .about .title span {
    font-size: 20px;
  }

  .about .content {
    padding-top: 30px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .about .content .img {
    width: 29%;
  }

  .about .content .info {
    width: 66%;
    padding: 30px;
    background-color: #f2f2f2;
    color: #3e3e3e;
    line-height: 30px;
  }

  .about .content .info b {
    display: block;
    font-size: 20px;
    padding-bottom: 30px;
  }

  .news {
    width: 100%;
    background-color: #ffffff;
  }

  .news .title {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
  }

  .news .title b {
    color: #ff6c00;
    font-size: 32px;
    display: block;
  }

  .news .title span {
    font-size: 20px;
  }

  .news .content {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
  }

  .news .content b {
    display: block;
    width: 100%;
    font-size: 30px;
  }

  .news .content div {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }

  .printcode {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .printcode .title {
    font-size: 40px;
    padding-top: 30px;
    text-align: center;
    color: #3e3e3e;
    font-weight: bold;
  }

  .printcode .title .color1 {
    color: #ff6c00;
  }

  .printcode .title .color2 {
    color: #118fdc;
  }

  .printcode .title_s {
    font-size: 18px;
    text-align: center;
    color: #8a8989;
  }

  .printcode .content_why {
    padding-top: 20px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .printcode .content_why .item {
    width: 23%;
    margin: 1%;
    color: #ffffff;
  }

  .printcode .content_why .item .t {
    padding-top: 10px;
    width: 45%;
    margin: 0 auto;
    display: flex;
    line-height: 50px;
    position: relative;
  }

  .printcode .content_why .item .t img {
    width: 35%;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .printcode .content_why .item .t div {
    width: 80%;
    font-size: 28px;
    padding-top: 15px;
    margin: 0 auto;
    display: block;
  }

  .printcode .content_why .item .c {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .printcode .content_why .bgcolor1 {
    background-color: #118fdc;
  }

  .printcode .content_why .bgcolor2 {
    background-color: #e97f3a;
  }

  .printcode .content_why .bgcolor3 {
    background-color: #f2c149;
  }

  .printcode .content_why .bgcolor4 {
    background-color: #47992e;
  }

  .printcode .content_zhuanzhu {
    background-color: #f5f5f5;
    margin-top: 30px;
    width: 100%;
    padding-bottom: 30px;
  }

  .printcode .content_zhuanzhu .content {
    padding-top: 20px;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .printcode .content_zhuanzhu .content .item1 {
    width: 33%;
    margin: 1%;
  }

  .printcode .content_zhuanzhu .content .item1 .list {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 185px;
  }

  .printcode .content_zhuanzhu .content .item1 .list b {
    display: block;
    position: absolute;
    top: 30px;
    width: 60%;
    left: -15px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    z-index: 9;
  }

  .printcode .content_zhuanzhu .content .item1 .list span {
    display: block;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 90px;
    font-size: 14px;
    color: #565656;
  }

  .printcode .content_zhuanzhu .content .item1 .list .arrow-left {
    position: absolute;
    left: -15px;
    top: 30%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #34791f;
    border-bottom: 15px solid transparent;
  }

  .printcode .content_zhuanzhu .content .item1 .list .c1 {
    background-color: #e97f3a;
  }

  .printcode .content_zhuanzhu .content .item1 .list .ac1 {
    border-right: 15px solid #c45d24;
  }

  .printcode .content_zhuanzhu .content .item1 .list .c2 {
    background-color: #f2c149;
  }

  .printcode .content_zhuanzhu .content .item1 .list .ac2 {
    border-right: 15px solid #cc9e2e;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 185px;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 b {
    display: block;
    position: absolute;
    top: 30px;
    width: 60%;
    right: -15px;
    background-color: #47992e;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    z-index: 9;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 span {
    display: block;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 90px;
    font-size: 14px;
    color: #565656;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 .arrow-right {
    position: absolute;
    right: -15px;
    top: 30%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #34791f;
    border-bottom: 15px solid transparent;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 .c4 {
    background-color: #3e96f7;
  }

  .printcode .content_zhuanzhu .content .item1 .list2 .ac4 {
    border-left: 15px solid #276ebc;
  }

  .printcode .content_zhuanzhu .content .item1 .mt {
    margin-top: 30px;
  }

  .printcode .content_zhuanzhu .content .item2 {
    background-color: #ffffff;
    width: 30%;
    margin: 1%;
    position: relative;
  }

  .printcode .content_zhuanzhu .content .item2 b {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: block;
    z-index: 9;
    font-size: 30px;
  }

  .printcode .content_code {
    background-color: #ffffff;
    margin-top: 30px;
    width: 100%;
  }

  .printcode .content_code .content {
    width: 94%;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .printcode .content_code .content .item {
    border: 1px solid #b5b5b5;
    padding: 10px;
    width: 32%;
    margin-bottom: 30px;
    position: relative;
  }

  .printcode .content_code .content .item h3 {
    color: #565656;
  }

  .printcode .content_code .content .item span {
    color: #8a8989;
    font-size: 14px;
    display: block;
  }

  .printcode .content_code .content .item b {
    color: #5972cf;
    font-size: 14px;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    cursor: pointer;
  }

  .printcode .content_code .content .item .btn {
    width: 40%;
    margin-left: 50%;
    background-color: #db5141;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
  }

  .product {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .product .productmenu {
    width: 95%;
    padding-bottom: 30px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    color: #b4b4b4;
  }

  .product .productmenu tr {
    border: 1px solid #d9d9d9;
  }

  .product .productmenu td {
    padding: 10px;
    display: flex;
  }

  .product .productmenu td a {
    padding: 10px;
    margin: 5px;
    width: 150px;
    display: block;
    color: #ffffff;
    cursor: pointer;
    background-color: #0057b1;
    text-align: center;
  }

  .product .productmenu td .active {
    color: #ffffff;
    background-color: #ff5900;
  }

  .product .productmenu .t1 {
    width: 80px;
    text-align: center;
    color: #3e3e3e;
  }

  .product .catename {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0 auto;
    font-size: 20px;
  }

  .product .content {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .product .content .item {
    border: 1px solid #d9d9d9;
    padding: 10px;
    width: 23%;
    margin-bottom: 30px;
    position: relative;
    margin: 1%;
  }

  .product .content .item h3 {
    color: #565656;
  }

  .product .content .item span {
    color: #8a8989;
    font-size: 14px;
    display: block;
  }

  .product .content .item b {
    color: #5972cf;
    font-size: 14px;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    cursor: pointer;
  }

  .product .content .item .goods {
    display: none;
    position: absolute;
    width: 80%;
    height: auto;
    left: 10%;
    top: 8%;
    background-color: #ffffff;
    border: 1px solid #d3d1d1;
    border-radius: 10px;
    text-align: center;
    z-index: 9;
  }

  .product .content .item .goods img {
    width: 60%;
    padding: 10px;
  }

  .product .content .item .goods div {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .product .content .item .goods .close {
    width: 30px;
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 26px;
    color: #868585;
    cursor: pointer;
  }

  .product .content .item .goodsbg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #000000;
    z-index: 8;
    opacity: 60%;
  }

  .product .content .item .btn {
    cursor: pointer;
    width: 40%;
    margin-left: 50%;
    background-color: #db5141;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
  }

  .productinfo {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .productinfo .content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productinfo .content .left {
    width: 40%;
    background-color: #ffffff;
  }

  .productinfo .content .left .img {
    border: 1px solid #cdcdcd;
  }

  .productinfo .content .right {
    width: 58%;
    background-color: #ffffff;
    position: relative;
  }

  .productinfo .content .right .title {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
  }

  .productinfo .content .right span {
    width: 100%;
    display: block;
    line-height: 30px;
    margin-top: 20px;
    color: #868585;
  }

  .productinfo .content .right .btn {
    width: 40%;
    margin-left: 60%;
    background-color: #118fdc;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
  }

  .productinfo .content .right .infogoods {
    display: none;
    position: absolute;
    width: 200px;
    height: auto;
    left: 65%;
    top: 5%;
    background-color: #ffffff;
    border: 1px solid #d3d1d1;
    border-radius: 10px;
    text-align: center;
  }

  .productinfo .content .right .infogoods img {
    width: 150px;
  }

  .productinfo .content .right .infogoods div {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .productinfo .content .right .infogoods .close {
    width: 30px;
    position: absolute;
    top: -10px;
    right: 1px;
    font-size: 26px;
    color: #868585;
    cursor: pointer;
  }

  .productinfo .content .right .btn2 {
    width: 40%;
    margin-left: 60%;
    background-color: #e64a02;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }

  .productinfo .info {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .productinfo .info .left {
    width: 30%;
  }

  .productinfo .info .left .title {
    background-color: #c45d24;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    padding-left: 20px;
  }

  .productinfo .info .left .item {
    border: 1px solid #dddcdc;
    padding: 5%;
    width: 89.5%;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
  }

  .productinfo .info .left .item h3 {
    color: #565656;
  }

  .productinfo .info .left .item span {
    color: #8a8989;
    font-size: 14px;
    display: block;
  }

  .productinfo .info .left .item b {
    color: #5972cf;
    font-size: 14px;
    display: block;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .productinfo .info .left .item .btn {
    width: 40%;
    margin-left: 50%;
    background-color: #db5141;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0px;
  }

  .productinfo .info .right {
    width: 100%;
  }

  .productinfo .info .right img {
    width: 100%;
  }

  .productinfo .info .right .title {
    background-color: #dfdfdf;
    font-size: 20px;
    line-height: 40px;
    padding-left: 20px;
  }

  .printcodeinfo {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
  }

  .printcodeinfo p {
    font-size: 16px !important;
    line-height: 40px;
  }

  .printcodeinfo .title {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
  }

  .printcodeinfo .txt {
    line-height: 30px;
  }

  .printcodeinfo .btn {
    width: 100%;
  }

  .printcodeinfo .btn1 {
    width: 40%;
    background-color: #118fdc;
    color: #ffffff;
    margin-top: 0px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    padding: 10px;
  }

  .printcodeinfo .btn2 {
    width: 40%;
    background-color: #db5141;
    color: #ffffff !important;
    margin-top: 0px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    padding: 10px;
  }

  .applicationinfo {
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
    padding-bottom: 30px;
  }

  .applicationinfo .catename {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 0px;
    margin: 0 auto;
    font-size: 40px;
  }

  .applicationinfo .content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .applicationinfo .content .top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .applicationinfo .content .top .left {
    width: 40%;
    position: relative;
  }

  .applicationinfo .content .top .left b {
    display: block;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000000;
  }

  .applicationinfo .content .top .left span {
    display: block;
    position: absolute;
    top: 48%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #3e3e3e;
  }

  .applicationinfo .content .top .right {
    width: 60%;
  }

  .applicationinfo .content .info {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #8a8989;
  }

  .applicationinfo .back {
    background-color: #0057b1;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    line-height: 30px;
    color: #ffffff;
  }

  .applicationinfo .back a {
    color: #ffffff;
  }
}

/* CSS Document */

*,
*:after,
*:before {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body,
html {
  margin: 0 auto;
  font-size: 16px;
  line-height: 200%;
  color: #333;
  font-weight: 400;
  background: #ffffff;
  font-family: 'Microsoft YaHei', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

address,
cite,
code,
em,
th,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #ff8f46;
}

input,
button,
select,
textarea {
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
}

input[type=submit]:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}

p {
  position: relative;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  line-height: 150%;
  margin: 0px;
  transition: all 500ms ease;
}

figure {
  margin: 0px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  -ms-interpolation-mode: bicubic;
  /* IE 7+ */
  image-rendering: optimizeQuality;
  /* Fx, (Gecko 1.9.2) */
}

table {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

table th {
  background: #f8f8f8;
}

table th,
table td {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 0 5px;
}

.clearfix {
  z-index: 1;
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.l {
  float: left;
  _display: inline;
}

.r {
  float: right;
  _display: inline;
}

.tc {
  text-align: center;
}

.container {
  margin: 0 auto;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c1 {
  color: #3d6db8;
}

.c2 {
  color: #ff8f46;
}

.top {
  padding: 0 1%;
  color: #666;
  line-height: 40px;
  font-size: 14px;
  background: #f6f6f6;
}

.top p i {
  margin-right: 5px;
}

.web {
  position: relative;
  transform-style: preserve-3d;
}

.web .web-con {
  width: 260%;
  position: absolute;
  left: -80%;
  border-radius: 0 0 10px 10px;
  z-index: 666;
  opacity: 0;
  display: none;
  padding: 1em 1.5em;
  transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
  background: linear-gradient(#fff, #f6f6f6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.web-text:after {
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
  opacity: 0;
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: calc(40%);
  border-color: transparent transparent white transparent;
  border-width: 10px;
  border-style: solid;
}

.web:hover {
  transform-style: flat;
}

.web:hover .web-text:after {
  bottom: 0;
  opacity: 1;
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.15s;
  z-index: 9999;
}

.web:hover .web-con {
  pointer-events: all;
  opacity: 1;
  display: block;
}

.top .web .web-con p {
  border-bottom: 1px dashed #ccc;
}

.top .web .web-con p span {
  float: right;
  font-size: 12px;
  border: none;
  padding: 0;
}

.top .web .web-con i {
  line-height: 24px;
  display: block;
  color: #888;
  font-size: 12px;
  padding: 5px 0;
}

.top .web .web-con dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 200%;
}

.top .web .web-con dl dt {
  width: 50px;
}

.top .web .web-con dl dd {
  width: 100%;
}

.top .web .web-con dl dd a {
  padding: 0 5px;
}

/** header  **/

header {
  padding: 10px 0;
}

header .logo img {
  height: 78px;
}

header .logo img.icon {
  height: 50px;
  margin-left: 20px;
}

header .header-tel img {
  width: 24px;
  margin-right: 10px;
}

header .header-tel a {
  font-size: 28px;
  /* font-family: Georgia; */
}

header .header-tel p {
  margin-top: 2px;
}

header .header-tel p a {
  font-size: 28px;
  margin-left: 20px;
}

header .header-code {
  padding: 10px 0;
  margin-left: 10px;
}

header .header-code img {
  height: 60px;
}

header .header-code span {
  writing-mode: tb-rl;
  font-size: 14px;
  color: #888;
  line-height: 20px;
}

/** main-menu **/

nav {
  position: relative;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 33;
}

.fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-top: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation > li {
  position: inherit;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
  font-weight: 500;
  opacity: 1;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a:before {
  position: absolute;
  content: '';
  bottom: 0;
  transform: scale(0, 0);
  background-repeat: no-repeat;
  transition: all 500ms ease;
  transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
  left: calc(40%);
  border-color: transparent transparent #3d6db8 transparent;
  border-width: 10px;
  border-style: solid;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
  transform: scale(1, 1);
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #3d6db8;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  line-height: 300%;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before {
  display: block;
  left: -17px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 14px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: -2px;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 14px 0px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  color: #35312f;
  border-bottom: 1px solid #f1e6df;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 14px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  left: -17px;
  opacity: 1;
  display: block;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  display: block;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: fixed;
  top: 2%;
  right: 2%;
  font-size: 20px;
  line-height: 26px;
  width: 30px;
  background: #fff;
  border: 2px solid #3d6db8;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  color: #3d6db8;
  display: none;
}

.main-header .sticky-header .logo-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 20px 0px;
  z-index: 1;
}

.main-header .sticky-header .logo-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
  z-index: -1;
}

.main-header .sticky-header .logo-box:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(90px);
  height: calc(90px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 3% 0 2% 0;
  left: 0;
}

.main-menu .navigation li.dropdown .megamenu li {
  float: left;
  text-align: center;
}

.main-menu .navigation li.dropdown .service-nav li {
  width: 18%;
  margin-right: 2.5%;
}

.main-menu .navigation li.dropdown .service-nav li:nth-child(5n) {
  margin-right: 0;
}

.main-menu .navigation li.dropdown .case-nav li {
  width: 11.11%;
  margin: 1% 0;
}

.main-menu .navigation li.dropdown .case-nav li i {
  display: block;
  font-size: 40px;
}

.main-menu .navigation li.dropdown .news-nav li {
  width: 18%;
  margin-right: 2.5%;
}

.main-menu .navigation li.dropdown .news-nav li:nth-child(5n) {
  margin-right: 0;
}

.main-menu .navigation li.dropdown .about-nav li {
  width: 15%;
  margin-right: 2%;
}

.main-menu .navigation li.dropdown .about-nav li:nth-child(6n) {
  margin-right: 0;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 280px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li ul li img {
  display: none;
}

.mobile-menu .navigation li ul li i {
  margin-right: 10px;
  color: #666;
}

.mobile-menu .navigation .case-nav {
  clear: both;
  overflow: hidden;
}

.mobile-menu .navigation .case-nav li {
  float: left;
  width: 50%;
}

.mobile-menu .navigation li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #fff;
  color: #3b3b3b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
  max-width: none;
  position: relative;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

/*search*/

.search {
  background: #f2f8ff;
  font-size: 14px;
  z-index: 33;
  position: relative;
  overflow: hidden;
  margin-top: -30px;
}

.search .search-txt {
  width: 75%;
  padding: 0 20px;
  line-height: 60px;
}

.search .search-txt a {
  margin-right: 10px;
}

.search .search-txt b {
  color: #3d6db8;
}

.search .search-form {
  width: 25%;
  padding: 15px 20px;
  background: #3d6db8;
  position: relative;
  z-index: 1;
}

.search .search-form::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: #3d6db8;
  z-index: -1;
}

.search .search-form input {
  line-height: 30px;
  color: #fff;
  float: left;
}

.search .search-form button {
  float: right;
  padding: 5px 0;
  height: 30px;
}

/* WebKit browsers */

.search .search-form input::-webkit-input-placeholder {
  color: #f6f6f6;
}

/* Mozilla Firefox 4 to 18 */

.search .search-form input:-moz-placeholder {
  color: #f6f6f6;
}

/* Mozilla Firefox 19+ */

.search .search-form input::-moz-placeholder {
  color: #f6f6f6;
}

/* Internet Explorer 10+ */

.search .search-form input:-ms-input-placeholder {
  color: #f6f6f6;
}

/*title*/

.title {
  padding: 1% 0;
}

.title h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 2px;
}

.title p {
  font-size: 20px;
  line-height: 180%;
  color: #888;
  letter-spacing: 2px;
}

.title p span {
  display: block;
}

/*tel*/

.tel {
  justify-content: flex-start;
  font-size: 20px;
  letter-spacing: 2px;
}

.tel i {
  font-size: 28px;
  color: #ff8f46;
  margin-right: 10px;
}

.tel span {
  opacity: .8;
}

.tel a {
  font-size: 30px;
  font-weight: bold;
  color: #ff8f46;
}

/*laboratory*/

.laboratory {
  position: relative;
  background: #f2f8ff;
}

.laboratory .swiper-container-laboratory {
  padding-bottom: 4%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.laboratory .swiper-wrapper .swiper-slide {
  width: 23.5%;
  margin-right: 2%;
  top: 0;
  background: #fff;
  border-radius: 6px;
  text-align: left;
  transition: all .15s linear;
  overflow: hidden;
}

.laboratory .swiper-wrapper .swiper-slide:hover {
  position: relative;
  top: -20px;
  transition: all .25s linear;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.laboratory .swiper-wrapper .swiper-slide .txt {
  padding: 25px 30px 20px;
}

.laboratory .swiper-wrapper .swiper-slide .txt h3 {
  font-size: 18px;
  letter-spacing: 1px;
}

.laboratory .swiper-wrapper .swiper-slide .txt hr {
  width: 40px;
  height: 2px;
  background: #3d6db8;
  margin: 15px auto 15px 0;
  transition: all 0.2s linear;
}

.laboratory .swiper-wrapper .swiper-slide .txt p {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 200%;
  color: #888;
  text-align: justify;
}

.laboratory .swiper-wrapper .swiper-slide .txt .more {
  display: none;
}

.laboratory .swiper-wrapper .swiper-slide:hover .txt .more {
  display: block;
}

.laboratory .swiper-wrapper .swiper-slide:hover .txt .more a {
  color: #3d6db8;
}

.laboratory .swiper-wrapper .swiper-slide:hover hr {
  opacity: 0;
  margin: 5px auto 5px 0;
}

.laboratory .swiper-pagination {
  bottom: 3%;
}

/*servicelist*/

.serviceTit {
  margin: 2% auto;
}

.serviceTit h3 {
  font-size: 36px;
}

.serviceTit h3 img {
  height: 50px;
  margin: 0 10px 0 0;
}

.serviceTit p {
  text-align: right;
}

.serviceTit p span {
  display: block;
  font-size: 20px;
}

.servicelist {
  overflow: hidden;
  position: relative;
}

.servicelist .swiper-wrapper .swiper-slide {
  width: 20%;
  text-align: center;
  position: relative;
}

.servicelist .swiper-wrapper .swiper-slide .con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(130, 170, 216, 0.5);
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  letter-spacing: 2px;
  color: #fff;
}

.servicelist .swiper-wrapper .swiper-slide:nth-child(even) .con {
  background: rgba(61, 109, 184, 0.3);
}

.servicelist .swiper-wrapper .swiper-slide .con span {
  display: block;
  width: 100%;
}

.servicelist .swiper-wrapper .swiper-slide hr {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 8% auto;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.servicelist .swiper-wrapper .swiper-slide h3 a {
  font-size: 24px;
  transition: .3s;
  color: #fff;
}

.servicelist .swiper-wrapper .swiper-slide .list {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 200%;
  display: none;
  text-align: center;
  margin-top: 8%;
}

.servicelist .swiper-wrapper .swiper-slide .pic img {
  display: block;
  width: 100%;
}

.servicelist .swiper-wrapper .swiper-slide:hover .con {
  background: rgba(23, 84, 177, 0.8);
  color: #fff;
}

.servicelist .swiper-wrapper .swiper-slide:hover .img {
  width: 60px;
  opacity: .8;
}

.servicelist .swiper-wrapper .swiper-slide:hover hr {
  opacity: 0;
  margin: 1% auto;
}

.servicelist .swiper-wrapper .swiper-slide:hover .list {
  display: block;
}

.servicelist .swiper-wrapper .swiper-slide:hover h3 a {
  color: #fff;
}

.servicelist .swiper-wrapper .swiper-slide p a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.servicelist .swiper-wrapper .swiper-slide p a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ff8f46;
}

/*重置swiper*/

.swiper-pagination {
  bottom: 15px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 100px;
  overflow: hidden;
  background: #dfe1f1;
  border: none;
  cursor: pointer;
  content: '';
  display: inline-block;
  box-sizing: border-box;
  opacity: 1;
  vertical-align: middle;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff8f46;
  box-sizing: border-box;
}

.swiper-button-prev {
  left: 1%;
  width: 14.5px;
  height: 30px;
  margin-top: -15px;
  background-image: url();
  background-size: cover;
  transition: background-image 0.15s;
}

.swiper-button-next {
  right: 1%;
  width: 14.5px;
  height: 30px;
  margin-top: -15px;
  background-image: url();
  transform: rotate(180deg);
  background-size: cover;
  transition: background-image 0.15s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-image: url();
  transition: background-image 0.2s;
}

.footerBox {
  background: #3d6db8 url(../img/bg1.jpg) center no-repeat;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
}

.footerBox:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: #ff8f46;
  z-index: -1;
}

.footerBox .container {
  align-items: flex-start;
}

.footerNav {
  width: 68%;
  padding: 3% 0 2% 0;
}

.footerNav h2 {
  justify-content: flex-start;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.footerNav h2 img {
  width: 60px;
  margin: 0 15px 0 0;
}

.footerNav ul {
  align-items: flex-start;
}

.footerNav ul li {
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.footerNav ul li p {
  justify-content: flex-start;
}

.footerNav ul li a {
  color: #fff;
  margin-right: 25px;
}

.footerNav ul li i {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}

.footerNav ul li span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  position: relative;
  padding-left: 20px;
}

.footerNav ul li span::after {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: #fff;
}

.footerNav ul li.caseNav i {
  width: 18px;
  text-align: center;
}

.footerNav ul li a:hover {
  color: #ff8f46;
}

.footerCode {
  width: 320px;
  position: relative;
  z-index: 1;
  padding: 4% 0 2% 0;
}

.footerCode:after {
  display: block;
  content: "";
  position: absolute;
  left: -35%;
  top: 0;
  width: 300%;
  height: 150%;
  background: rgba(255, 143, 70, 0.8);
  z-index: -1;
}

.footerCode h3 {
  color: #fff;
  line-height: 240%;
  font-size: 20px;
  letter-spacing: 1px;
}

.footerCode p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 180%;
  margin: 15px 0;
}

.footerCode p i {
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
}

.footerCode p a {
  font-size: 28px;
  font-weight: bold;
  display: block;
  color: #fff;
}

.footerCode p em {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #fff;
}

.footerCode .pic {
  width: 100%;
}

.footerCode .pic li {
  width: 150px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.footerCode .pic li img {
  border: 5px solid #fff;
}

.copyright {
  background: #fff;
  color: #888;
  font-size: 15px;
  line-height: 150%;
  padding: 10px 0;
}

.copyright a {
  color: #888;
}

.copyright span {
  margin: 0 15px;
}

.footer-bottom {
  display: none;
}

@media only screen and (min-width: 780px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu {
    /*display:block !important;*/
  }
}

@media screen and (max-width: 1440px) {
  .main-menu .navigation > li > a {
    line-height: 60px;
  }

  .main-menu .navigation > li > ul > li > a,
  .main-menu .navigation > li > .megamenu li > a {
    font-size: 15px;
    line-height: 260%;
  }

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

  .title h3 {
    font-size: 36px;
  }

  .title p {
    font-size: 18px;
  }

  .footerNav {
    width: 72%;
  }

  .footerCode:after {
    left: -20%;
  }
}

@media screen and (max-width: 1280px) {
  header .header-code {
    display: none;
  }

  .main-menu .navigation > li > a {
    font-size: 16px;
    line-height: 50px;
  }

  .main-menu .navigation > li > ul > li > a,
  .main-menu .navigation > li > .megamenu li > a {
    font-size: 14px;
    line-height: 260%;
  }

  .search {
    margin-top: -25px;
  }

  .search .search-txt {
    line-height: 50px;
  }

  .search .search-form {
    padding: 10px 20px;
  }

  .laboratory .swiper-wrapper .swiper-slide .txt p {
    line-height: 180%;
  }

  .footerNav {
    width: 68%;
  }

  .footerNav h2 {
    font-size: 32px;
  }

  .footerNav h2 img {
    height: 50px;
    width: 50px;
  }

  .footerNav ul li {
    font-size: 1px;
    font-size: 15px;
    line-height: 200%;
  }

  .footerNav ul li a {
    margin-right: 20px;
  }

  .footerNav ul li span {
    font-size: 18px;
  }

  .footerCode:after {
    left: -18%;
  }
}

@media screen and (max-width: 1024px) {
  .top {
    display: none;
  }

  header .logo img.icon {
    margin-left: 15px;
  }

  header .header-code {
    display: none;
  }

  header .header-tel {
    display: none;
    margin-right: 30px;
  }

  header .header-tel a {
    font-size: 28px;
  }

  header .header-tel p {
    margin-top: 0;
  }

  header .header-tel p a {
    font-size: 24px;
    margin-left: 10px;
  }

  .menu-area {
    width: auto;
  }

  .main-menu {
    display: none;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
  }

  .search {
    display: none;
  }

  .title h3 {
    font-size: 32px;
  }

  .title p {
    letter-spacing: 0;
  }

  .tel {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .servicelist .swiper-wrapper .swiper-slide .list {
    line-height: 180%;
    margin-top: 5%;
  }

  .footerNav {
    width: 100%;
  }

  .footerNav h2 {
    letter-spacing: 1px;
    font-size: 28px;
  }

  .footerNav h2 img {
    margin-right: 10px;
  }

  .footerNav ul li a {
    letter-spacing: 0;
  }

  .footerNav ul li span::after {
    height: 18px;
    margin-top: -8px;
  }

  .footerCode {
    width: 100%;
    padding: 2% 0;
  }

  .footerCode .pic {
    width: 290px;
  }

  .footerCode .pic li {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 15px;
  }

  header .logo img {
    height: 60px;
  }

  header .logo img.icon {
    height: 52px;
  }

  header .header-tel {
    display: none;
  }

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before {
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    top: 20px;
  }

  .title h3 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .title p {
    font-size: 16px;
  }

  .title p span {
    display: inline;
  }

  .servicelist .swiper-wrapper .swiper-slide:hover i {
    font-size: 40px;
  }

  .servicelist .swiper-wrapper .swiper-slide:hover h3 a {
    font-size: 20px;
  }

  .servicelist .swiper-wrapper .swiper-slide:hover .list {
    line-height: 180%;
    margin-top: 5%;
  }

  .footer {
    margin-bottom: 60px;
  }

  .copyright {
    display: block;
    text-align: center;
    line-height: 180%;
  }

  .footer-bottom {
    background: #3d6db8;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: block;
    border-top: 1px solid #fff;
  }

  .footer-bottom li {
    float: left;
    text-align: center;
    width: 21%;
    line-height: 20px;
    padding: 10px 0;
  }

  .footer-bottom li:first-child {
    width: 14%;
    background: #ff8f46;
    margin-right: 1%;
  }

  .footer-bottom li i {
    color: #fff;
    display: block;
    line-height: 20px;
  }

  .footer-bottom li a {
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  body,
  html {
    font-size: 14px;
    line-height: 180%;
  }

  header .logo img {
    height: 50px;
  }

  header .logo img.icon {
    display: none;
  }

  .menu-area .mobile-nav-toggler {
    top: 15px;
  }

  .title h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 0;
  }

  .title p {
    font-size: 15px;
    line-height: 160%;
  }

  .tel {
    font-size: 15px;
    letter-spacing: 0;
  }

  .tel i {
    font-size: 22px;
    margin-right: 5px;
  }

  .tel a {
    font-size: 24px;
  }

  .laboratory {
    padding-bottom: 0;
  }

  .laboratory .swiper-container-laboratory {
    padding: 0 0 4% 0;
  }

  .laboratory .swiper-wrapper .swiper-slide:hover {
    position: relative;
    top: -8px;
    transition: all .25s linear;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  }

  .laboratory .swiper-wrapper .swiper-slide .txt {
    padding: 5%;
  }

  .laboratory .swiper-wrapper .swiper-slide .txt h3 {
    font-size: 15px;
  }

  .laboratory .swiper-wrapper .swiper-slide .txt hr {
    width: 30px;
    margin: 10px 0;
  }

  .laboratory .swiper-wrapper .swiper-slide .txt p {
    font-size: 13px;
    line-height: 180%;
    height: 69px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .laboratory .swiper-wrapper .swiper-slide:hover hr {
    margin: 0;
  }

  .servicelist .swiper-wrapper .swiper-slide:hover i {
    font-size: 50px;
    margin-bottom: 2%;
  }

  .servicelist .swiper-wrapper .swiper-slide:hover h3 a {
    font-size: 24px;
  }

  .servicelist .swiper-wrapper .swiper-slide:hover .list {
    line-height: 200%;
  }

  .swiper-button-prev {
    width: 10px;
    height: 20px;
    margin-top: -10px;
  }

  .swiper-button-next {
    width: 10px;
    height: 20px;
    margin-top: -10px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  .servicelist .title h3 b {
    display: none;
  }

  .servicelist .title p i {
    display: block;
  }

  .footerNav ul {
    display: none;
  }

  .footerNav h2 {
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
    padding-top: 5px;
  }

  .footerNav h2 img {
    position: absolute;
    z-index: 22;
    right: 0;
    top: 90px;
    width: 100px;
    height: 100px;
    opacity: .6;
  }

  .footerNav h2 span {
    display: none;
  }

  .footerCode {
    padding: 0 0 2% 0;
  }

  .footerCode:after {
    background: none;
  }

  .footerCode h3 {
    line-height: 150%;
    font-size: 18px;
  }

  .footerCode p {
    font-size: 16px;
    margin: 10px 0;
    letter-spacing: 1px;
  }

  .footerCode p i {
    font-size: 20px;
    line-height: 150%;
  }

  .footerCode .pic {
    display: none;
  }

  .copyright {
    font-size: 14px;
  }

  .copyright p i {
    display: none;
  }
}

@media (min-width: 360px) {
  .container {
    width: 96%;
  }
}

@media (min-width: 375px) {
  .container {
    width: 94%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1360px) {
  .container {
    width: 1360px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .container {
    width: 1440px;
  }
}

@media (min-width: 1620px) {
  .container {
    width: 1600px;
  }
}