/* 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;
  }
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

.main {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

.top {
  width: 98%;
  min-width: 1200px;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 20px;
}

.top .logo {
  width: 20%;
  min-width: 320px;
}

.top .logo img {
  width: 320px;
}

.top .info {
  font-size: 28px;
  width: 40%;
}

.top .info .content {
  width: 80%;
  margin: 0 auto;
}

.top .info .textone {
  color: #cf2623;
  font-weight: bold;
}

.top .info .textone .up {
  vertical-align: text-top;
  font-size: 18px;
}

.top .info .texttwo {
  font-size: 23px;
  background-color: #1b258a;
  color: #fff;
  padding: 6px;
  border-radius: 12px;
  text-align: center;
  width: 363px;
}

.top .topright {
  width: 370px;
  display: flex;
}

.top .ewm {
  width: 90px;
}

.top .ewm img {
  width: 80px;
}

.top .tel {
  color: #ff0000;
  width: 300px;
  font-size: 18px;
}

.top .tel b {
  color: #000000;
  font-size: 14px;
}

.menu {
  width: 100%;
  height: 60px;
  background-color: #bd3125;
  box-shadow: 0px 0px 10px 0px #ccc;
  margin-top: 10px;
  color: #fff;
}

.menu ul {
  list-style: none;
  display: flex;
  font-size: 16px;
  width: 1050px;
  margin: 0 auto;
}

.menu li {
  width: 145px;
  text-align: center;
  line-height: 60px;
  height: 60px;
}

.menu li a {
  color: #ffffff;
}

.menu li a:hover {
  color: #fcd75c;
}

.menu .hovercolor {
  background-color: #ff5900;
}

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.banner2 {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  height: 230px;
}

.banner2 .content {
  width: 1080px;
  display: flex;
  margin: 0 auto;
  height: 230px;
}

.banner2 .content li {
  list-style: none;
  width: 230px;
  background-color: #fff;
  margin: 20px;
  height: 190px;
}

.banner2 .content li img {
  width: 30%;
  padding-left: 35%;
  padding-top: 20px;
}

.banner2 .content li b {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff4900;
  font-size: 18px;
  padding-top: 10px;
}

.banner2 .content li .color2 {
  color: #0770db;
}

.banner2 .content li .color3 {
  color: #449205;
}

.banner2 .content li .color4 {
  color: #ff0000;
}

.banner2 .content li span {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #676767;
  padding-top: 10px;
}

.product_home {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.product_home .title {
  width: 90%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.product_home .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.product_home .title span {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #676767;
  padding-top: 10px;
}

.product_home .content {
  width: 80%;
  min-width: 1200px;
  display: flex;
  margin: 0 auto;
  padding-top: 30px;
}

.product_home .content .leftcontent {
  width: 26%;
  color: #ccc;
}

.product_home .content .leftcontent .tel {
  border: 1px solid #ccc;
}

.product_home .content .leftcontent .tel img {
  width: 25px;
  padding-left: 20px;
}

.product_home .content .leftcontent .tel span {
  color: #000000;
  font-size: 20px;
  text-align: center;
  padding-left: 10px;
}

.product_home .content .leftcontent .tel .tel_info {
  color: #ff0000;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.product_home .content .rightcontent {
  width: 75%;
  position: relative;
}

.product_home .content .rightcontent .productlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.product_home .content .rightcontent .item {
  width: 30.3%;
  padding-left: 3%;
  padding-bottom: 20px;
}

.product_home .content .rightcontent .item a {
  text-decoration: none;
}

.product_home .content .rightcontent .item .text {
  font-size: 14px;
  color: #676767;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
}

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

.why_home .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.why_home .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.why_home .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #676767;
  padding-top: 10px;
}

.why_home .content {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.why_home .content .leftcontent {
  width: 31%;
  color: #ccc;
}

.why_home .content .rightcontent {
  width: 69%;
  position: relative;
}

.why_home .content .rightcontent .info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.why_home .content .rightcontent .info .item {
  width: 48%;
  display: flex;
  margin-left: 2%;
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
}

.why_home .content .rightcontent .info .item .icon {
  width: 30%;
  position: absolute;
  left: 4%;
  top: 33%;
  color: #fff;
  text-align: center;
  font-size: 21px;
}

.why_home .content .rightcontent .info .item .text {
  width: 60%;
  left: 10%;
  font-size: 16px;
  color: #676767;
  position: absolute;
  left: 35%;
  top: 30%;
}

.why_home .content .rightcontent .why_bottom {
  margin-left: 2%;
  margin-top: 10px;
}

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

.advantage_home .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.advantage_home .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.advantage_home .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #676767;
  padding-top: 10px;
}

.advantage_home .content {
  width: 90%;
  min-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.advantage_home .content .list {
  width: 50%;
  background-color: #fff;
  position: relative;
  height: 400px;
  overflow: hidden;
}

.advantage_home .content .list2 {
  width: 50%;
  background-color: #2f75bc;
  position: relative;
  height: 430px;
}

.advantage_home .content .list3 {
  width: 50%;
  background-color: #fff;
  position: relative;
  height: 430px;
  overflow: hidden;
}

.advantage_home .content .textinfo {
  width: 80%;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
  margin-top: 5%;
}

.advantage_home .content .textinfo .t1 {
  display: flex;
}

.advantage_home .content .textinfo .t1 b {
  background-color: #0770db;
  border-radius: 12px;
  color: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: block;
  font-size: 42px;
}

.advantage_home .content .textinfo .t1 span {
  display: block;
  font-size: 32px;
  margin-left: 20px;
  margin-top: 15px;
}

.advantage_home .content .textinfo .t2 {
  font-size: 14px;
  line-height: 30px;
  padding-left: 96px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.advantage_home .content .textinfo .t3 {
  display: flex;
  padding-left: 56px;
}

.advantage_home .content .textinfo .t3 .icon {
  background-color: #0770db;
  color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100px;
  margin-left: 40px;
}

.advantage_home .content .textinfo .t3 .icon b {
  text-align: center;
  display: block;
  font-size: 30px;
  padding-top: 18px;
}

.advantage_home .content .textinfo .t3 .icon .b1 {
  padding-top: 5px;
}

.advantage_home .content .textinfo .t3 .icon span {
  display: block;
  font-size: 14px;
}

.advantage_home .content .textinfo2 {
  width: 80%;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
  margin-top: 5%;
  color: #fff;
  position: relative;
}

.advantage_home .content .textinfo2 .t1 {
  display: flex;
}

.advantage_home .content .textinfo2 .t1 b {
  background-color: #ffffff;
  border-radius: 12px;
  color: #2f75bc;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  display: block;
  font-size: 42px;
}

.advantage_home .content .textinfo2 .t1 span {
  display: block;
  font-size: 32px;
  margin-left: 20px;
  margin-top: 15px;
}

.advantage_home .content .textinfo2 .t2 {
  font-size: 14px;
  line-height: 30px;
  padding-left: 96px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.advantage_home .content .textinfo2 .t3 {
  position: absolute;
  left: 96px;
  top: 200px;
  width: 680px;
}

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

.solution_home .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.solution_home .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.solution_home .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #676767;
  padding-top: 10px;
}

.solution_home .content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1680px) {
  .solution_home .content {
    width: 1200px;
  }
}

@media (min-width: 1681px) {
  .solution_home .content {
    width: 1681px;
  }
}

.solution_home .content .info_list {
  width: 74%;
}

.solution_home .content .info_list .pic {
  width: 100%;
}

.solution_home .content .info_list .text {
  background-color: #1f292c;
  height: 70px;
  font-size: 12px;
  color: #e6e6e6;
  display: flex;
}

.solution_home .content .info_list .text .jieshao {
  width: 90%;
  padding: 10px;
}

.solution_home .content .info_list .text .btn {
  width: 10%;
  background-color: #cf2623;
  padding: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.solution_home .content .info_menu {
  font-size: 20px;
  width: 25%;
  color: #ffffff;
}

.solution_home .content .info_menu a {
  color: #ffffff;
  text-decoration: none;
}

.solution_home .content .info_menu li {
  margin-top: 14px;
  padding: 20px;
  list-style: none;
  text-align: center;
  font-size: 16px;
}

.solution_home .content .info_menu .redcolor {
  background-color: #cf2623;
}

.solution_home .tabs {
  width: 100%;
  margin: 0 auto;
}

.solution_home .tabs a {
  display: block;
  color: #333;
  width: 100%;
  text-align: center;
  background: #fff;
  line-height: 62px;
  text-decoration: none;
  background: #333;
  font-size: 14px;
  margin: 8px;
}

.solution_home .tabs a.active {
  color: #fff;
  background: #cf2623;
}

@media (max-width: 1680px) {
  .solution_home .swiper-container {
    width: 100%;
    height: 380px;
  }

  .solution_home .tabs a {
    line-height: 66px;
    font-size: 14px;
  }
}

@media (min-width: 1681px) {
  .solution_home .swiper-container {
    width: 100%;
    height: 480px;
  }

  .solution_home .tabs a {
    line-height: 88px;
    font-size: 18px;
  }
}

.solution_home .swiper-slide {
  width: 100%;
  background: none;
  color: #fff;
}

.solution_home .content-slide {
  padding: 8px;
}

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

.solution .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.solution .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.solution .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #676767;
  padding-top: 10px;
}

.solution .content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.solution .content .info_list2 {
  width: 80%;
  min-width: 1200px;
  margin: 30px auto;
  display: flex;
  background-color: #e0eaf4;
}

.solution .content .info_list2 .item1 {
  width: 30%;
}

.solution .content .info_list2 .item2 {
  width: 40%;
}

.solution .content .info_list2 .item2 div {
  width: 100%;
  margin-top: 30px;
}

.solution .content .info_list2 .item2 div b {
  width: 200px;
  padding-top: 20px;
  font-size: 30px;
  display: block;
  background-color: #4273a8;
  color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.solution .content .info_list2 .item2 div span {
  width: 100%;
  margin: 20px auto;
  font-size: 16px;
  display: block;
  line-height: 30px;
  padding-bottom: 20px;
}

.solution .content .info_list2 .item3 {
  width: 40%;
}

.solution .content .info_list2 .item3 div {
  background-color: #ffffff;
  width: 90%;
  margin: 50px auto;
  box-shadow: 0px 0px 10px 0px #b5c1cd;
  border-radius: 8px;
}

.solution .content .info_list2 .item3 div b {
  padding-top: 20px;
  width: 100%;
  font-size: 24px;
  display: block;
  text-align: center;
}

.solution .content .info_list2 .item3 div span {
  width: 80%;
  margin: 20px auto;
  font-size: 16px;
  display: block;
  line-height: 35px;
  padding-bottom: 20px;
}

.solution .content .info_list {
  width: 74%;
  margin: 0 auto;
}

.solution .content .info_list .pic {
  width: 100%;
}

.solution .content .info_list .text {
  background-color: #1f292c;
  height: 70px;
  font-size: 12px;
  color: #e6e6e6;
  display: flex;
}

.solution .content .info_list .text .jieshao {
  width: 90%;
  padding: 10px;
}

.solution .content .info_list .text .btn {
  width: 10%;
  background-color: #cf2623;
  padding: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

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

.custom_home .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.custom_home .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.custom_home .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #676767;
  padding-top: 10px;
}

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

.custom_home .content .list {
  width: 29%;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #ffffff;
}

.custom_home .content .list .pic {
  width: 95%;
  margin: 0 auto;
}

.custom_home .content .list .text {
  width: 95%;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 18px;
}

.custom_home .content .list .text2 {
  width: 95%;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 12px;
  color: #676767;
}

.custom_home .content .list .btn {
  width: 8%;
  padding-left: 10px;
  padding-top: 10px;
}

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

.question_home .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.question_home .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.question_home .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #676767;
  padding-top: 10px;
}

.question_home .menubtn {
  width: 400px;
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.question_home .menubtn .btn {
  width: 200px;
  height: 40px;
  margin: 10px;
  border: 1px solid #ccc;
  color: #676767;
}

.question_home .menubtn .btn2 {
  width: 200px;
  height: 40px;
  margin: 10px;
  background-color: #255aa2;
  color: #ffffff;
}

.question_home .content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.question_home .content .info_pic {
  margin-top: 15px;
  width: 45%;
  cursor: pointer;
}

.question_home .content .info_pic .pic {
  width: 100%;
}

.question_home .content .info_pic .text {
  height: 70px;
  font-size: 14px;
  color: #676767;
}

.question_home .content .info_pic .text .jieshao {
  width: 90%;
}

.question_home .content .info_pic .text .btn {
  width: 90%;
  font-size: 14px;
  color: #0770db;
}

.question_home .content .info_list {
  font-size: 20px;
  width: 50%;
}

.question_home .content .info_list a {
  color: #1f292c;
}

.question_home .content .info_list .h {
  height: 545px;
}

.question_home .content .info_list .list {
  margin-top: 15px;
  padding: 20px;
  list-style: none;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}

.question_home .content .info_list .list .left {
  width: 20%;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.question_home .content .info_list .list .left b {
  font-size: 30px;
  width: 100%;
  display: block;
}

.question_home .content .info_list .list .left span {
  font-size: 14px;
  width: 100%;
  display: block;
}

.question_home .content .info_list .list .right {
  width: 75%;
  color: #676767;
}

.question_home .content .info_list .list .right b {
  font-size: 16px;
  width: 100%;
  display: block;
}

.question_home .content .info_list .list .right span {
  font-size: 12px;
  width: 100%;
  display: block;
  padding-top: 10px;
}

.question_home .content .info_list .page {
  width: 100%;
  display: flex;
}

.question_home .content .info_list .page .per,
.question_home .content .info_list .page .next,
.question_home .content .info_list .page .number {
  width: 100px;
  border: 1px solid #d5dbe2;
  margin-top: 10px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #b5c1cd;
}

.question_home .content .info_list .page .bg {
  border: 1px solid #0770db;
  color: #0770db;
  cursor: pointer;
}

.flowpath_home {
  width: 100%;
  background-color: #e3e3e3;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.flowpath_home .title {
  width: 70%;
  padding-top: 20px;
  margin: 0 auto;
}

.flowpath_home .title b {
  display: block;
  color: #000;
  font-size: 32px;
  border-left: 5px solid #1f292c;
  padding-left: 10px;
}

.foot {
  background-color: #000;
  width: 100%;
  display: flex;
  color: #f5f5f5;
  font-size: 16px;
}

.foot .left {
  width: 60%;
  padding-top: 20px;
  padding-left: 10%;
}

.foot .left .copyright {
  font-size: 14px;
  color: #ccc;
  padding-top: 30px;
  line-height: 30px;
}

.foot .left .red {
  color: #ff0000;
  font-size: 20px;
}

.foot .left a {
  text-decoration: none;
  color: #fff;
  margin: 10px;
}

.foot .right {
  padding-top: 20px;
  width: 30%;
}

.foot .right .ewm {
  width: 100px;
  margin: 0 auto;
  padding-top: 50px;
}

.location {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  padding: 20px;
}

.rongyu {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.rongyu .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.rongyu .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.rongyu .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #676767;
  padding-top: 10px;
}

.rongyu .content {
  width: 90%;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
}

.rongyu .content .item {
  width: 15%;
  margin: 1%;
}

.rongyu .content .item .text {
  font-size: 12px;
  color: #676767;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.product {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.product .content {
  width: 80%;
  min-width: 1200px;
  display: flex;
  margin: 0 auto;
  padding-top: 30px;
}

.product .content .leftcontent {
  width: 26%;
  color: #ccc;
}

.product .content .leftcontent .product_title {
  background-color: #2459a3;
  color: #fff;
  text-align: center;
  font-size: 32px;
  height: 100px;
  line-height: 100px;
}

.product .content .leftcontent .product_menu {
  margin-bottom: 5px;
}

.product .content .leftcontent .product_menu a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

.product .content .leftcontent .product_menu .d1 {
  background-color: #bcbcbc;
  color: #676767;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

.product .content .leftcontent .product_menu .d2 {
  background-color: #f96f13;
}

.product .content .leftcontent .tel {
  border: 1px solid #b5b5b5;
  margin-bottom: 5px;
}

.product .content .leftcontent .tel img {
  width: 25px;
  padding-left: 20px;
}

.product .content .leftcontent .tel span {
  color: #000000;
  font-size: 18px;
  text-align: center;
  padding-left: 10px;
}

.product .content .leftcontent .tel .tel_info {
  color: #ff0000;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.product .content .rightcontent {
  width: 75%;
  position: relative;
}

.product .content .rightcontent .productlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.product .content .rightcontent .pagemunber {
  width: 100%;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.product .content .rightcontent .pagemunber span {
  border: 1px solid #bcbcbc;
  padding: 5px 10px 5px 10px;
  margin-left: 5px;
}

.product .content .rightcontent .pagemunber .bluecolor {
  color: #ffffff;
  padding: 5px 12px 5px 12px;
  background-color: #2459a3;
  border: 1px solid #2459a3;
}

.product .content .rightcontent .loc {
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  padding: 0px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.product .content .rightcontent .item {
  width: 30.3%;
  padding-left: 3%;
  padding-bottom: 20px;
}

.product .content .rightcontent .item .text {
  font-size: 14px;
  color: #676767;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
}

.product .content .rightcontentinfo {
  width: 75%;
  position: relative;
}

.product .content .rightcontentinfo .contentinfo {
  width: 98%;
  margin-left: 2%;
  display: flex;
  justify-content: space-between;
}

.product .content .rightcontentinfo .contentinfo .pic {
  width: 45%;
  border: 1px solid #ccc;
  padding: 2%;
}

.product .content .rightcontentinfo .contentinfo .text {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}

.product .content .rightcontentinfo .contentinfo .text .title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  height: 40px;
}

.product .content .rightcontentinfo .contentinfo .text .detail {
  font-size: 14px;
  line-height: 30px;
}

.product .content .rightcontentinfo .contentinfo .text .detailpic {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.product .content .rightcontentinfo .contentinfo .text .detailpic li {
  list-style: none;
  width: 30%;
  border: 1px solid #ccc;
  padding: 3px;
  cursor: pointer;
}

.product .content .rightcontentinfo .contentinfo .text .zx {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #2459a3;
  margin-top: 10px;
}

.product .content .rightcontentinfo .contentinfo .text .zx a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

.product .content .rightcontentinfo .contentinfo_youshi {
  width: 98%;
  margin-left: 2%;
  margin-top: 20px;
}

.product .content .rightcontentinfo .contentinfo_youshi .nav {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.product .content .rightcontentinfo .contentinfo_youshi .nav li {
  list-style: none;
  width: 150px;
  font-size: 20px;
  padding: 10px;
  background-color: #ccc;
  text-align: center;
  border-left: 1px solid #bcbcbc;
  cursor: pointer;
}

.product .content .rightcontentinfo .contentinfo_youshi .nav .navcolor {
  background-color: #2459a3;
  color: #ffffff;
}

.product .content .rightcontentinfo .contentinfo_youshi .youshi {
  width: 100%;
}

.product-top {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.product-top .title {
  width: 90%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.product-top .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 24px;
  padding-top: 10px;
}

.product-top .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #676767;
  padding-top: 5px;
}

.product-top .content {
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.product-top .content .productlist {
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 auto;
}

.product-top .content .item {
  width: 18%;
  margin: 1%;
}

.product-top .content .item .text {
  font-size: 12px;
  color: #676767;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  overflow: hidden;
}

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

.contact .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.contact .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.contact .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #676767;
  padding-top: 10px;
}

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

.contact .content .list {
  width: 29%;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #ffffff;
}

.contact .content .list b {
  font-size: 20px;
  font-weight: bold;
  display: block;
  height: 40px;
}

.contact .content .list span {
  font-size: 16px;
  display: block;
  height: 40px;
}

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

.about .title {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.about .title b {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 32px;
  padding-top: 10px;
}

.about .title span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #676767;
  padding-top: 10px;
}

.about .content {
  width: 90%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.about .content .leftlist {
  width: 35%;
  padding: 0px;
}

.about .content .rightlist {
  width: 60%;
}

.about .content .rightlist .t {
  color: #000;
  font-size: 16px;
}

.about .content .rightlist .red {
  color: #ff0000;
  padding-top: 10px;
}

.about .content .rightlist b {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 40px;
}

.about .content .rightlist span {
  text-indent: 2em;
  font-size: 16px;
  line-height: 40px;
  display: block;
}

.news {
  width: 100%;
  background-color: #fff;
  position: relative;
}

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

.news .content .leftcontent {
  width: 26%;
  color: #ccc;
}

.news .content .leftcontent .product_title {
  background-color: #2459a3;
  color: #fff;
  text-align: center;
  font-size: 32px;
  height: 100px;
  line-height: 100px;
}

.news .content .leftcontent .product_menu {
  margin-bottom: 5px;
}

.news .content .leftcontent .product_menu a {
  text-decoration: none;
  color: #ffffff;
}

.news .content .leftcontent .product_menu .d1 {
  background-color: #f96f13;
  color: #676767;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

.news .content .leftcontent .product_menu .d2 {
  background-color: #bcbcbc;
  color: #676767;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px;
}

.news .content .leftcontent .tel {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.news .content .leftcontent .tel img {
  width: 25px;
  padding-left: 20px;
}

.news .content .leftcontent .tel span {
  color: #676767;
  font-size: 18px;
  text-align: center;
  padding-left: 10px;
}

.news .content .leftcontent .tel .tel_info {
  color: #000;
  font-size: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news .content .rightcontentinfo {
  width: 75%;
  position: relative;
}

.news .content .rightcontentinfo .contentinfo {
  width: 98%;
  margin-left: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news .content .rightcontentinfo .contentinfo .deadtime {
  font-size: 12px;
  color: #bcbcbc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.news .content .rightcontentinfo .contentinfo .back {
  font-size: 14px;
  color: #315ee3;
  width: 90%;
  margin: 0 auto;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

.news .content .rightcontentinfo .contentinfo .title {
  width: 100%;
  padding: 2%;
  text-align: center;
}

.news .content .rightcontentinfo .contentinfo .detail {
  width: 100%;
  font-size: 14px;
  line-height: 35px;
}