html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  outline: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  color: #333333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
blockquote {
  margin-bottom: 18px;
}

a {
  color: #c52235;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

a:link {
  color: #c52235;
  text-decoration: none;
}

a:hover {
  color: #c52235;
  text-decoration: underline;
}

strong,
b,
dt {
  font-weight: bold;
}

em,
i,
var {
  font-style: italic;
}

del,
s {
  text-decoration: line-through;
}

small {
  font-size: 87.5%;
}

sup,
sub {
  font-size: 61.8047%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

mark {
  background: #fff59d;
}

u,
ins {
  text-decoration: underline;
}

ins {
  font-style: italic;
}

abbr {
  border-bottom: 1px dashed #424242;
  cursor: help;
}

kbd,
code {
  padding: 1em-0.61805em/2 0.54079em;
  font-size: 0.875em;
  background: #f5f5f5;
}

kbd {
  -webkit-box-shadow: 0 1px rgba(66, 66, 66, 0.7);
  box-shadow: 0 1px rgba(66, 66, 66, 0.7);
  border-radius: 3px;
  background-clip: padding-box;
}

pre {
  display: block;
  padding: 14px;
  background: #f5f5f5;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  *white-space: normal !important;
}

pre var {
  color: #4e6cef;
  font-style: normal;
}

sample,
code,
pre {
  font-family: monospace;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: bold;
}

h1 {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 27px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul,
ol {
  overflow: hidden;
  padding: 0 0 0 28px;
}

ul {
  list-style: disc outside;
}

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0;
}

img {
  max-width: 100%;
}

blockquote {
  overflow: hidden;
  padding: 28px;
  border-left: 1 solid #bdbdbd;
  font-size: 16px;
  font-style: italic;
}

blockquote cite {
  display: block;
  color: #999;
  font-size: 12px;
}

blockquote cite:before {
  content: "- ";
}

input:not([type]),
input[type=color],
input[type=date],
input[type=email],
input[type=image],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea,
input[type=file] {
  display: block;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 0;
  white-space: nowrap;
  color: #333333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

textarea,
select[multiple] {
  resize: vertical;
  line-height: 21px;
}

select[multiple] option {
  height: 21px;
  line-height: 21px;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  margin-bottom: 18px;
}

label,
legend,
fieldset {
  display: block;
  padding: 0;
  line-height: auto;
  max-width: 100%;
}

label>span,
label>p,
label>label,
label>fieldset,
fieldset>span,
fieldset>p,
fieldset>label,
fieldset>fieldset {
  display: inline-block;
  vertical-align: top;
}

label label input[type=checkbox],
label label input[type=radio],
label label input:not([type]),
label label input[type=color],
label label input[type=date],
label label input[type=email],
label label input[type=image],
label label input[type=month],
label label input[type=number],
label label input[type=password],
label label input[type=search],
label label input[type=tel],
label label input[type=text],
label label input[type=time],
label label input[type=url],
label label input[type=week],
label label select,
label label textarea,
label fieldset input[type=checkbox],
label fieldset input[type=radio],
label fieldset input:not([type]),
label fieldset input[type=color],
label fieldset input[type=date],
label fieldset input[type=email],
label fieldset input[type=image],
label fieldset input[type=month],
label fieldset input[type=number],
label fieldset input[type=password],
label fieldset input[type=search],
label fieldset input[type=tel],
label fieldset input[type=text],
label fieldset input[type=time],
label fieldset input[type=url],
label fieldset input[type=week],
label fieldset select,
label fieldset textarea,
fieldset label input[type=checkbox],
fieldset label input[type=radio],
fieldset label input:not([type]),
fieldset label input[type=color],
fieldset label input[type=date],
fieldset label input[type=email],
fieldset label input[type=image],
fieldset label input[type=month],
fieldset label input[type=number],
fieldset label input[type=password],
fieldset label input[type=search],
fieldset label input[type=tel],
fieldset label input[type=text],
fieldset label input[type=time],
fieldset label input[type=url],
fieldset label input[type=week],
fieldset label select,
fieldset label textarea,
fieldset fieldset input[type=checkbox],
fieldset fieldset input[type=radio],
fieldset fieldset input:not([type]),
fieldset fieldset input[type=color],
fieldset fieldset input[type=date],
fieldset fieldset input[type=email],
fieldset fieldset input[type=image],
fieldset fieldset input[type=month],
fieldset fieldset input[type=number],
fieldset fieldset input[type=password],
fieldset fieldset input[type=search],
fieldset fieldset input[type=tel],
fieldset fieldset input[type=text],
fieldset fieldset input[type=time],
fieldset fieldset input[type=url],
fieldset fieldset input[type=week],
fieldset fieldset select,
fieldset fieldset textarea {
  margin-bottom: 0;
}

input:not([type])[disabled],
input[type=color][disabled],
input[type=date][disabled],
input[type=email][disabled],
input[type=image][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
select[disabled],
textarea[disabled],
input[type=checkbox][disabled],
input[type=radio][disabled] {
  cursor: not-allowed;
}

button,
input[type=submit],
input[type=reset],
input[type=button],
a[role=button] {
  display: block;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
a[role=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

table {
  width: 100%;
  margin-bottom: 18px;
}

/* @include sassrDefault(wrap, (maxWidth: 1100px, margin: 16px));
.wrap { @include wrap } */
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

a {
  -webkit-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.redButton,
.redButton:link {
  margin: 10px;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  border: 1px #e84c3d solid;
  background-color: #e84c3d;
  text-decoration: none;
}

.redButton:hover,
.redButton:link:hover {
  background-color: #e84c3d;
  color: #fff;
  text-decoration: none;
}

table thead {
  background-color: #333333;
}

table thead td {
  color: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}

table tbody td {
  color: #333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

@media only screen and (max-width: 360px) {
  table tbody td {
    color: #333;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
  }
}

table td {
  border: 1px solid #c6c6c6;
  text-align: center;
  vertical-align: middle;
  line-height: 49px;
}

table td.dark-td {
  background-color: #e7e7e7;
}

.browser-tips {
  display: block;
  height: 48px;
  background-color: #333;
  line-height: 1.4;
  color: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

.wow:first-child {
  visibility: hidden;
}

@-webkit-keyframes backgroundLoading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes backgroundLoading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.pageWrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pageWrapper .color-line {
  display: block;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(24%, #00ffff), color-stop(38%, #00ff00), color-stop(52%, #ffff00), color-stop(68%, #ff0000), color-stop(88%, #ffff00), to(#ff0000));
  background: linear-gradient(to right, #ff0000 0%, #00ffff 24%, #00ff00 38%, #ffff00 52%, #ff0000 68%, #ffff00 88%, #ff0000 100%);
  background-size: 200% 100%;
  background-position: 200% 0;
  -webkit-animation-name: backgroundLoading;
  animation-name: backgroundLoading;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .color-line {
    display: none;
  }
}

.pageWrapper .navigation {
  display: block;
  width: 100%;
  background-color: #fff;
  top: 2px;
  position: fixed;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
  z-index: 9;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.pageWrapper .navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation {
    top: 0;
  }
}

.pageWrapper .navigation>div {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 1132px) {
  .pageWrapper .navigation>div {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.pageWrapper .navigation>div:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.pageWrapper .navigation>div .logo {
  float: left;
  width: 20%;
  margin: 20px 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.pageWrapper .navigation>div .logo a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.pageWrapper .navigation>div .logo a img {
  width: auto;
  height: 72px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media only screen and (max-width: 640px) {
  .pageWrapper .navigation>div .logo a img {
    width: auto;
    height: 58px;
  }
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .logo {
    width: auto;
    margin: 10px 0;
  }
}

.pageWrapper .navigation>div .min-menu-box {
  display: none;
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #e22129;
  line-height: 38px;
  color: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  margin-top: 27px;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .min-menu-box {
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .pageWrapper .navigation>div .min-menu-box {
    margin-top: 18.5px;
  }
}

.pageWrapper .navigation>div .menu {
  float: right;
  display: inline-block;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .menu {
    position: absolute;
    top: 97px;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-top: 1px #e8e8e8 solid;
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .pageWrapper .navigation>div .menu {
    top: 83px;
  }
}

.pageWrapper .navigation>div .menu ul {
  float: right;
  margin-top: 42px;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .menu ul {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}

.pageWrapper .navigation>div .menu ul li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .menu ul li {
    display: block;
    padding: 0 16px;
    border-bottom: 1px #e8e8e8 solid;
  }
}

.pageWrapper .navigation>div .menu ul li>a {
  display: inline-block;
  padding: 0 20px;
  line-height: 100%;
  color: #333;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

@media only screen and (max-width: 980px) {
  .pageWrapper .navigation>div .menu ul li>a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .menu ul li>a {
    display: block;
    width: 100%;
    line-height: 260%;
    color: #333;
    font-size: 16px;
    text-align: center;
  }
}

.pageWrapper .navigation>div .menu ul li.current a {
  line-height: 100%;
  color: #d4232a;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .menu ul li.current a {
    line-height: 260%;
    color: #d4232a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
}

.pageWrapper .navigation>div .menu ul li.current a:after {
  margin-top: 8px;
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 2px #d4232a solid;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .navigation>div .menu ul li.current a:after {
    border-bottom: 0;
    margin-top: auto;
    display: none;
  }
}

.pageWrapper .focus-box {
  display: block;
  width: 100%;
  margin-top: 119px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .focus-box {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 640px) {
  .pageWrapper .focus-box {
    margin-top: 83px;
  }
}

.pageWrapper .focus-box .slick-slide {
  display: block;
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .focus-box .slick-slide {
    height: 375px;
  }
}
@media only screen and (max-width: 640px) {
  .pageWrapper .focus-box .slick-slide {
    height: 200px;
  }
}



.pageWrapper .focus-box .focus-1,
.pageWrapper .focus-box .focus-2,
.pageWrapper .focus-box .focus-3 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
}

.pageWrapper .focus-box .focus-1 a,
.pageWrapper .focus-box .focus-2 a,
.pageWrapper .focus-box .focus-3 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 1100px) {

  .pageWrapper .focus-box .focus-1 a,
  .pageWrapper .focus-box .focus-2 a,
  .pageWrapper .focus-box .focus-3 a {
    width: auto;
    margin: 0 20px;
  }
}

.pageWrapper .focus-box .focus-1 a>div,
.pageWrapper .focus-box .focus-2 a>div,
.pageWrapper .focus-box .focus-3 a>div {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 1132px) {

  .pageWrapper .focus-box .focus-1 a>div,
  .pageWrapper .focus-box .focus-2 a>div,
  .pageWrapper .focus-box .focus-3 a>div {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 768px) {

  .pageWrapper .focus-box .focus-1 a>div,
  .pageWrapper .focus-box .focus-2 a>div,
  .pageWrapper .focus-box .focus-3 a>div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.pageWrapper .focus-box .focus-1 {
  background-image: url(../images/max-bg.jpg);
}

.pageWrapper .focus-box .focus-1 a .p1,
.pageWrapper .focus-box .focus-1 a .t1 {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.pageWrapper .focus-box .focus-1 a .p1 {
  z-index: 1;
  bottom: 23px;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .pageWrapper .focus-box .focus-1 a .p1 {
    bottom: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .pageWrapper .focus-box .focus-1 a .p1 {
    bottom: 23px;
  }
}

@media only screen and (max-width: 640px) {
  .pageWrapper .focus-box .focus-1 a .p1 {
    bottom: 10px;
max-width:320px;
  }
}

.pageWrapper .focus-box .focus-1 a .t1 {
  top: 68px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .focus-box .focus-1 a .t1 {
    top: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .pageWrapper .focus-box .focus-1 a .t1 {
    top: 10px;
max-width:320px;
  }
}

.pageWrapper .focus-box .focus-2 {
  background-image: url(../images/b-2-bg.jpg);
}

.pageWrapper .focus-box .focus-2 .t1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .focus-box .focus-2 .t1 {
    left: 0;
    right: 0;
    top: auto;
    bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .pageWrapper .focus-box .focus-2 .t1 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 140px;
    padding-right: 35%;
  }
}

@media only screen and (max-width: 414px) {
  .pageWrapper .focus-box .focus-2 {
    background-position: -120px 0;
  }
}

.pageWrapper .focus-box .focus-3 {
  background-image: url(../images/b-3-bg.jpg);
}

.pageWrapper .focus-box .focus-3 .t1 {
  position: absolute;
  top: 140px;
  right: 20px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .pageWrapper .focus-box .focus-3 .t1 {
    top: 90px;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .pageWrapper .focus-box .focus-3 .t1 {
 top: 0;
    bottom: 0;
    right: 20px;
    left: auto;
    max-width: 150px;
  }
}


@media only screen and (max-width: 414px) {
  .pageWrapper .focus-box .focus-3 {
    background-position: -40px 0;
  }
}

.pageWrapper .focus-box.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

@media only screen and (max-width: 518px) {
  .pageWrapper .focus-box.slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}

.pageWrapper .main {
  display: block;
  width: 100%;
}

.pageWrapper .main .row {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1132px) {
  .pageWrapper .main .row {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.pageWrapper .main .row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.pageWrapper .main .row.box-1 a,
.pageWrapper .main .row.box-1 a:link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.pageWrapper .main .row.box-1 .left-p,
.pageWrapper .main .row.box-1 .publicize,
.pageWrapper .main .row.box-1 .upgrade {
  float: left;
  width: 49%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}

@media only screen and (max-width: 518px) {

  .pageWrapper .main .row.box-1 .left-p,
  .pageWrapper .main .row.box-1 .publicize,
  .pageWrapper .main .row.box-1 .upgrade {
    width: 100%;
    display: block;
  }
}

.pageWrapper .main .row.box-1 .left-p h3,
.pageWrapper .main .row.box-1 .publicize h3,
.pageWrapper .main .row.box-1 .upgrade h3 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {

  .pageWrapper .main .row.box-1 .left-p h3,
  .pageWrapper .main .row.box-1 .publicize h3,
  .pageWrapper .main .row.box-1 .upgrade h3 {
    font-size: 24px;
  }
}

.pageWrapper .main .row.box-1 .left-p p,
.pageWrapper .main .row.box-1 .publicize p,
.pageWrapper .main .row.box-1 .upgrade p {
  color: #fff;
  font-size: 16px;
}

.pageWrapper .main .row.box-1 .left-p .more,
.pageWrapper .main .row.box-1 .publicize .more,
.pageWrapper .main .row.box-1 .upgrade .more {
  position: absolute;
  right: 30px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.pageWrapper .main .row.box-1 .left-p .more i,
.pageWrapper .main .row.box-1 .publicize .more i,
.pageWrapper .main .row.box-1 .upgrade .more i {
  margin-right: 5px;
}

.pageWrapper .main .row.box-1 .left-p {
  position: relative;
  height: 320px;
  background-color: #009900;
  background: linear-gradient(16deg, #009900 0%, #00cf13 100%);
}

.pageWrapper .main .row.box-1 .left-p h3,
.pageWrapper .main .row.box-1 .left-p p {
  padding: 0 30px;
  margin-bottom: 6px;
}

.pageWrapper .main .row.box-1 .left-p h3 {
  padding-top: 54px;
}

@media only screen and (max-width: 980px) {
  .pageWrapper .main .row.box-1 .left-p h3 {
    padding-top: 28px;
  }
}

.pageWrapper .main .row.box-1 .left-p p {
  padding-top: 0;
}

.pageWrapper .main .row.box-1 .left-p .p-2 {
  width: 50%;
  position: absolute;
  right: 20px;
  bottom: 30px;
}

@media only screen and (max-width: 780px) {
  .pageWrapper .main .row.box-1 .left-p .p-2 {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 18px;
  }
}

@media only screen and (max-width: 518px) {
  .pageWrapper .main .row.box-1 .left-p .p-2 {
    width: 100%;
    text-align: center;
    bottom: 10px;
  }

  .pageWrapper .main .row.box-1 .left-p .p-2 img {
    max-height: 188px;
  }
}

.pageWrapper .main .row.box-1 .publicize,
.pageWrapper .main .row.box-1 .upgrade {
  float: right;
  height: 150px;
}

.pageWrapper .main .row.box-1 .publicize h3,
.pageWrapper .main .row.box-1 .publicize p,
.pageWrapper .main .row.box-1 .upgrade h3,
.pageWrapper .main .row.box-1 .upgrade p {
  padding: 0 30px;
  margin-bottom: 6px;
}

.pageWrapper .main .row.box-1 .publicize h3,
.pageWrapper .main .row.box-1 .upgrade h3 {
  padding-top: 28px;
}

.pageWrapper .main .row.box-1 .publicize p,
.pageWrapper .main .row.box-1 .upgrade p {
  padding-top: 0;
}

.pageWrapper .main .row.box-1 .publicize {
  margin-top: 20px;
  background-color: #0066ff;
  background: linear-gradient(20deg, #0066ff 0%, #0099ff 50%, #0099ff 100%);
}

@media only screen and (max-width: 518px) {
  .pageWrapper .main .row.box-1 .publicize {
    margin-top: 10px;
  }
}

.pageWrapper .main .row.box-1 .upgrade {
  background-color: #b0262b;
  background: linear-gradient(20deg, #b0262b 0%, #e32129 50%, #a7262b 100%);
}

@media only screen and (max-width: 518px) {
  .pageWrapper .main .row.box-1 .upgrade {
    margin-top: 10px;
  }
}

.pageWrapper .main .product-carousel {
  margin-top: 28px;
  display: block;
  width: 100%;
  padding: 46px 0 46px 0;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
}

@media only screen and (max-width: 640px) {
.pageWrapper .main .product-carousel {
  margin-top: 0;
  
  padding: 20px 0 20px 0;
  background-color: #fff;
  
  box-shadow: none !important;
}
}


.pageWrapper .main .product-carousel .box-2 .box2-title {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.pageWrapper .main .product-carousel .box-2 .box2-title h2 {
  color: #333;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-bottom: 46px;
}

@media only screen and (max-width: 640px) {
  .pageWrapper .main .product-carousel .box-2 .box2-title h2 {
    font-size: 24px;
margin-bottom: 10px;
  }
}

.pageWrapper .main .product-carousel .box-2 .box2-title h2:after {
  content: '';
  display: block;
  margin-top: 8px;
  border-bottom: 2px #e4e4e4 solid;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide {
  float: left;
  margin: 0 10px;
  padding: 20px;
  background-color: #ffffff !important;
  border: none !important;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide {
    width: 32.333333%;
  }
}

@media only screen and (max-width:768px) {
  .pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide {
    display: block !important;
    width: 100%;
    margin: 0 auto 20px;
  }
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide:last-child {
  margin-right: 0;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide .product-img {
  margin-bottom: 12px;
  text-align: center;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide .product-img img {
  display: inline-block;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide h3 {
  color: #343434;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide h3 a {
  color: #343434;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide h3 a:hover {
  color: #e22129;
  text-decoration: underline;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide p {
  -webkit-line-clamp: 2;overflow: hidden;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide .more {
  display: inline-block;
  padding: 10px 12px;
  min-width: 160px;
  border-radius: 0;
  text-transform: uppercase;
  margin: 10px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #cd3c2e;
  border-color: #cd3c2e;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-slide .more:hover {
  border-color: #cd3d2f;
  background-color: #cd3d2f;
  text-decoration: none;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-prev,
.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-next {
  width: 42px;
  height: 42px;
  z-index: 2;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-prev:before,
.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-next:before {
  color: #d4232a;
  font-size: 38px;
  opacity: .9;
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-prev {
  left: -55px;
}

@media only screen and (max-width: 1100px) {
  .pageWrapper .main .product-carousel .box-2 .product-list-box .slick-prev {
    left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .pageWrapper .main .product-carousel .box-2 .product-list-box .slick-prev {
    left: 10px;
  }
}

.pageWrapper .main .product-carousel .box-2 .product-list-box .slick-next {
  right: -55px;
}

@media only screen and (max-width: 1100px) {
  .pageWrapper .main .product-carousel .box-2 .product-list-box .slick-next {
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .pageWrapper .main .product-carousel .box-2 .product-list-box .slick-next {
    right: 10px;
  }
}

.pageWrapper .main .box-3 {
  margin: 46px auto;
}

.pageWrapper .main .box-3 .box3-title {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.pageWrapper .main .box-3 .box3-title h2 {
  color: #333;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-bottom: 46px;
}

@media only screen and (max-width: 640px) {
  .pageWrapper .main .box-3 .box3-title h2 {
    font-size: 24px;
  }
}

.pageWrapper .main .box-3 .box3-title h2:after {
  content: '';
  display: block;
  margin-top: 8px;
  border-bottom: 2px #e4e4e4 solid;
}

.pageWrapper .main .box-3 .box3-centent {
  display: block;
  width: 100%;
}

.pageWrapper .main .box-3 .box3-centent p {
  line-height: 2;
  font-size: 16px;
  text-indent: 36px;
}

@media only screen and (max-width: 1100px) {
  .pageWrapper .main .box-3 .box3-centent p {
    margin: 0 16px;
    font-size: 14px;
  }
}

.pageWrapper .main .box-3 .box3-centent .imglist {
  margin-top: 46px;
}

@media only screen and (max-width: 640px) {
  .pageWrapper .main .box-3 .box3-centent .imglist {
    display: none;
  }
}

.pageWrapper .main .box-3 .box3-centent .imglist ul {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding-left: 0;
}

.pageWrapper .main .box-3 .box3-centent .imglist ul li {
  display: inline-block;
  margin: 0 30px;
  list-style-type: none;
}

@media only screen and (max-width: 800px) {
  .pageWrapper .main .box-3 .box3-centent .imglist ul li {
    float: left;
    padding: 10px 0;
    margin: 0;
    width: 33.3333%;
  }
}

@media only screen and (max-width: 568px) {
  .pageWrapper .main .box-3 .box3-centent .imglist ul li {
    float: left;
    padding: 10px 0;
    width: 50%;
    margin: 0;
  }
}

.pageWrapper .main .box-3 .box3-centent .imglist ul li img {
  max-height: 76px;
  width: auto;
}

.pageWrapper .main .news-list-index {
  display: block;
  width: 100%;
  background-image: url("../images/news-bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 560px;
}

@media only screen and (max-width: 980px) {
  .pageWrapper .main .news-list-index {
    background-position: top right;
  }
}

@media only screen and (max-width: 680px) {
  .pageWrapper .main .news-list-index {
    height: auto;
    background-position: bottom right;
    background-size: 1920px 560px;
  }
}

.pageWrapper .main .news-list-index .box-4 {
  padding-left: 45%;
  padding-top: 46px;
}

@media only screen and (max-width: 980px) {
  .pageWrapper .main .news-list-index .box-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .pageWrapper .main .news-list-index .box-4 {
    padding-top: 20px;
  }
}

.pageWrapper .main .news-list-index .box-4 .box4-title {
  display: block;
}

.pageWrapper .main .news-list-index .box-4 .box4-title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  margin-bottom: 26px;
}

@media only screen and (max-width: 640px) {
  .pageWrapper .main .news-list-index .box-4 .box4-title h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .pageWrapper .main .news-list-index .box-4 .box4-title h2 {
    margin-bottom: 0;
  }
}

.pageWrapper .main .news-list-index .box-4 .box4-title h2:after {
  content: '';
  display: block;
  margin-top: 8px;
  border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
}

.pageWrapper .main .news-list-index .box-4 .news-list ul {
  margin: 0;
  padding: 0;
}

.pageWrapper .main .news-list-index .box-4 .news-list ul li {
  list-style-type: none;
  display: block;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

@media only screen and (max-width: 480px) {
  .pageWrapper .main .news-list-index .box-4 .news-list ul li {
    margin-top: 10px;
    padding-bottom: 5px;
  }
}

.pageWrapper .main .news-list-index .box-4 .news-list ul li h4 {
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  .pageWrapper .main .news-list-index .box-4 .news-list ul li h4 {
    margin-bottom: 10px;
  }
}

.pageWrapper .main .news-list-index .box-4 .news-list ul li p {
  color: rgba(255, 255, 255, 0.5);
}

.pageWrapper .main .news-list-index .box-4 .news-list ul li a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

.pageWrapper .main .news-list-index .box-4 .news-list ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .pageWrapper .main .news-list-index .box-4 .news-list ul li a {
    font-size: 12px;
  }
}

.pageWrapper .main .news-list-index .box-4 .news-list ul li:last-child {
  border-bottom: 0;
}

.slick-dots {
  z-index: 1000;
}

.slick-dots li button:before {
  font-size: 12px;
}

.link-box {
  display: inline-block;
  margin: 0 auto 20px auto;
}

.link-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.link-box h4 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 31px;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .link-box h4 {
    float: left;
  }
}

.link-box .link {
  display: inline-block;
  vertical-align: middle;
}

.link-box .link a {
  display: inline-block;
  margin: 5px;
}

.link-box .link a img {
  height: 31px;
  width: 92px;
}

.form-box {
  display: block;
  margin: 0 auto;
}

.form-box table th {
  text-align: right;
  font-size: 16px;
  width: 200px;
  padding-right: 20px;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  .form-box table th {
    font-size: 14px;
    width: 30%;
  }
}

.form-box table td {
  border: 0;
  width: 448px;
}

@media only screen and (max-width: 640px) {
  .form-box table td {
    width: auto;
  }
}

.form-box table td input,
.form-box table td textarea {
  float: left;
  margin-bottom: 28px;
  display: inline-block;
  width: 70%;
  padding: 5px;
  line-height: 32px;
}

@media only screen and (max-width: 640px) {

  .form-box table td input,
  .form-box table td textarea {
    width: 100%;
  }
}

.form-box table td textarea {
  height: 160px;
}

.form-box .redButton {
  display: block;
  margin: 0 auto;
  width: 140px;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: #333;
  background-color: #f4f4f4;
}

footer div {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1132px) {
  footer div {
    margin-left: 16px;
    margin-right: 16px;
  }
}

footer div .footer-menu {
  display: block;
  width: 100%;
  margin: 10px 0 26px 0;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

footer div .footer-menu a {
  padding: 0 20px;
}

.keifu {
  position: fixed;
  top: 5%;
  right: 0;
  width: 131px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
  z-index: 1001;
}

.keifu_tab {
  width: 160px;
}

.icon_keifu {
  width: 26px;
  height: 100px;
  float: left;
  background: url(../images/keifu.png) 0 0;
  position: relative;
  display: none;
  cursor: pointer;
}

.keifu_box {
  float: left;
  width: 131px;
}

.keifu_tab img {
  display: block;
}

.keifu_head {
  width: 131px;
  height: 41px;
  background: url(../images/keifu.png);
  background-position: 0 -103px;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.keifu_close:link,
.keifu_close:visited {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/keifu.png) -42px 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.keifu_close:hover {
  background-position: -60px 0;
}

.keifu_con {
  border-left: 7px solid #029bdb;
  border-right: 7px solid #029bdb;
  padding-top: 15px;
  background: #fbfbfb;
  margin: 0;
  padding: 0;
}

.keifu_con li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
  padding: 2px;
  text-align: center;
}

.keifu_con li img {
  display: inline-block;
}

.keifu_con .weixin {
  font-size: 12px;
  height: 120px;
  text-align: center;
}

.keifu_con .bt {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding: 0 0 0 20px;
  color: #012646;
}

.keifu_bot {
  width: 131px;
  height: 29px;
  background: url(../images/keifu.png);
  background-position: 0 bottom;
}

@media only screen and (max-width: 640px) {
  .keifu {
    display: none;
  }
}

.subPage {
  display: block;
  width: 100%;
  margin-top: 119px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* .page-list {
        display: block;
        @include wrap();
        text-align: center;
        margin: 20px 0 40px;
    
    
        .pagination {
            display: inline-block;
            padding-left: 0;
            margin: 20px 0 40px;
            text-align: left;
            border-radius: 4px;
            list-style: none;
    
            li {
                padding: 0;
                margin: 0 5px 0 0;
                border-bottom: none;
                font-size: 12px;
                display: inline-block;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                font-size: 14px;
    
                a {
                    padding: 10px 15px;
    
                    @include respond(480px, down) {
                        padding: 5px;
                    }
    
                    border: 1px solid #f3f3f3;
                    line-height: 1;
                    background-color: #fafafa;
                    display: inline-block;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    border-radius: 0px;
                    color: #666666;
                    text-decoration: none;
    
                    &:hover {
                        background-color: #e84c3d;
                        color: #fff;
                        text-decoration: none;
    
                    }
                }
    
                &.active {
                    a {
                        color: #ffffff;
                        background-color: #e84c3d;
                        border-color: #e84c3d;
                    }
    
                }
            }
        }
    
    
    } */
}

@media only screen and (max-width: 768px) {
  .subPage {
    margin-top: 97px;
  }
}

@media only screen and (max-width: 640px) {
  .subPage {
    margin-top: 83px;
  }
}

.subPage .top {
  display: block;
  width: 100%;
  height: 375px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 648px) {
  .subPage .top {
    background-position: top center;
    background-size: auto 100%;
    height: 200px;
  }
}

.subPage .top .row {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1132px) {
  .subPage .top .row {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.subPage .breadcrumb-box {
  display: block;
  width: 100%;
  padding: 10px 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
  background-color: #e4e5e6;
  border-bottom: 1px solid #dadada;
}

.subPage .breadcrumb-box .breadcrumb {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 8px 0;
  list-style: none;
}

@media only screen and (max-width: 1132px) {
  .subPage .breadcrumb-box .breadcrumb {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.subPage .breadcrumb-box .breadcrumb li {
  display: inline-block;
  list-style: none;
}

.subPage .breadcrumb-box .breadcrumb li .pr-10 {
  padding-right: 10px;
  color: #666666;
}

.subPage .breadcrumb-box .breadcrumb li.active {
  color: #777777;
}

.subPage .breadcrumb-box .breadcrumb li.active:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.subPage .product-sort {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 0 48px 0;
}

@media only screen and (max-width: 1132px) {
  .subPage .product-sort {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.subPage .product-sort .content {
  display: block;
  text-align: center;
}

.subPage .product-sort .content a {
  margin: 0 10px;
  text-decoration: none;
  padding: 10px 20px;
  color: #666;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px #e84c3d solid;
}

.subPage .product-sort .content a.active {
  background-color: #e84c3d;
  color: #fff;
}

.subPage .product-sort .content a:hover {
  background-color: #e84c3d;
  color: #fff;
}

.subPage .product-list {
  display: block;
  width: 100%;
  padding: 20px 0 46px 0;
}

.subPage .product-list .content {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1132px) {
  .subPage .product-list .content {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.subPage .product-list .content ul {
  margin: 0;
  padding: 0;
}

.subPage .product-list .content ul li {
  list-style-type: none;
  float: left;
  width: 23%;
  margin: 0 1% 28px 1%;
  padding: 20px 20px 10px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-top: 1px #e5e5e5 solid;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .subPage .product-list .content ul li {
    width: 31.333%;
  }
}

@media only screen and (max-width: 568px) {
  .subPage .product-list .content ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 480px) {
  .subPage .product-list .content ul li {
    width: 98%;
  }
}

.subPage .product-list .content ul li .product-img {
  margin-bottom: 12px;
  text-align: center;
  overflow: hidden;
}

.subPage .product-list .content ul li .product-img img {
  max-height: 213px;
  width: auto;
  display: inline-block;
}

.subPage .product-list .content ul li p {
  margin-bottom: 10px;
  min-height: 48px;
}

.subPage .product-list .content ul li p a {
  color: #343434;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .subPage .product-list .content ul li p a {
    font-size: 16px;
  }
}

.subPage .product-list .content ul li p a:hover {
  color: #e22129;
  text-decoration: underline;
}

.subPage .page-list {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media only screen and (max-width: 1132px) {
  .subPage .page-list {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.subPage .page-list a {
  padding: 10px 15px;
  border: 1px solid #f3f3f3;
  line-height: 1;
  background-color: #fafafa;
  display: inline-block;
  color: #666666;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .subPage .page-list a {
    padding: 5px;
  }
}

.subPage .page-list a:hover {
  background-color: #e84c3d;
  color: #fff;
  text-decoration: none;
}

.subPage .page-list span {
  padding: 10px 15px;
  border: 1px solid #f3f3f3;
  line-height: 1;
  color: #ffffff;
  background-color: #e84c3d;
  border-color: #e84c3d;
}

.subPage .news-list {
  display: block;
  margin: 46px 16px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1132px) {
  .subPage .news-list {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .subPage .news-list {
    margin: 0 16px 46px;
  }
}

.subPage .news-list .content {
  display: block;
  width: 100%;
}

.subPage .news-list .content ul {
  padding: 0;
  margin: 0;
}

.subPage .news-list .content ul li {
  list-style-type: none;
  display: table;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border: 1px #e5e5e5 solid;
}

.subPage .news-list .content ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.subPage .news-list .content ul li .news-img {
  float: left;
  display: table-cell;
  margin-right: 30px;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .subPage .news-list .content ul li .news-img {
    margin-right: 10px;
  }
}

.subPage .news-list .content ul li .news-img img {
  max-width: 160px;
}

@media only screen and (max-width: 640px) {
  .subPage .news-list .content ul li .news-img img {
    max-width: 80px;
  }
}

.subPage .news-list .content ul li .news-about {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .subPage .news-list .content ul li .news-about h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 414px) {
  .subPage .news-list .content ul li .news-about h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  .subPage .news-list .content ul li .news-about h4 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .subPage .news-list .content ul li .news-about p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 414px) {
  .subPage .news-list .content ul li .news-about p {
    font-size: 12px;
  }
}

.subPage .detail-main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 1132px) {
  .subPage .detail-main {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.subPage .detail-main:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.subPage .detail-main .detail-title {
  margin: 76px 0;
  display: block;
}

@media only screen and (max-width: 640px) {
  .subPage .detail-main .detail-title {
    margin: 46px 0;
  }
}

.subPage .detail-main .detail-title h1 {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .subPage .detail-main .detail-title h1 {
    font-size: 24px;
  }
}

.subPage .detail-main .detail-title p {
  color: #ccc;
  font-size: 16px;
  text-align: center;
}

.subPage .detail-main .detail-title:after {
  display: block;
  content: '';
  width: 100%;
  border-top: 1px #e5e5e5 solid;
}

.subPage .detail-main .detail-content {
  display: block;
  margin-top: 46px;
  width: 100%;
}

.subPage .detail-main .detail-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.subPage .detail-main .detail-content .left-img {
  float: left;
  width: 40%;
  padding: 20px;
  text-align: center;
  border-right: 1px #e5e5e5 solid;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .subPage .detail-main .detail-content .left-img {
    width: 100%;
    border-right: 0;
  }
}

.subPage .detail-main .detail-content .left-img a {
  display: block;
}

.subPage .detail-main .detail-content .right-box {
  float: left;
  width: 60%;
  padding: 0 20px 20px 20px;
}

@media only screen and (max-width: 640px) {
  .subPage .detail-main .detail-content .right-box {
    width: 100%;
  }
}

.subPage .detail-main .detail-content .right-box .detail-about {
  line-height: 1.8;
  font-size: 18px;
  background-color: #f8f8f8;
  padding: 18px;
  border-radius: 5px;
}

.subPage .detail-main .detail-content .right-box .detail-about p {
  line-height: 1.8;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .subPage .detail-main .detail-content .right-box .detail-about p {
    line-height: 1.6;
    font-size: 15px;
  }
}

.subPage .detail-main .detail-content .right-box .detail-nav {
  display: block;
  width: 100%;
  margin: 48px 0;
  border-bottom: 2px #e84c3d solid;
}

.subPage .detail-main .detail-content .right-box .detail-nav a {
  display: inline-block;
  margin: 0 10px 0 0;
  text-decoration: none;
  padding: 10px 20px;
  color: #666;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px #e84c3d solid;
  border-bottom: 0;
}

.subPage .detail-main .detail-content .right-box .detail-nav a.active {
  background-color: #e84c3d;
  color: #fff;
}

.subPage .detail-main .detail-content .right-box .detail-body {
  display: block;
  width: 100%;
}

.subPage .detail-main .news-detail {
  display: block;
  margin: 46px 0;
}

@media only screen and (max-width: 640px) {
  .subPage .detail-main .news-detail {
    margin: 0 0 46px 0;
  }
}

.subPage .detail-main .news-detail img {
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 800px;
}

.more-page {
  clear: both;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 0 68px 0;
}

.more-page .left {
  float: left;
}

.more-page .right {
  float: right;
}

.more-page strong {
  font-weight: normal;
}

.more-page a {
  display: inline-block;
}

.contact {
  display: block;
  width: 100%;
}

.contact .row {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 26px;
  display: block;
}

@media only screen and (max-width: 1132px) {
  .contact .row {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .contact .row {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.contact .title {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.contact .title h1 {
  margin-bottom: 10px;
}

.contact .title h1:after {
  content: '';
  display: block;
  border-bottom: 1px #e5e5e5 solid;
  width: 30px;
  margin: 10px auto 0 auto;
}

.contact .title p {
  color: #999;
}

.contact .contact-con {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.contact .contact-con ul {
  padding: 0;
  margin: 0;
}

.contact .contact-con ul li {
  float: left;
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 20px 10px 0 10px;
}

@media only screen and (max-width: 768px) {
  .contact .contact-con ul li {
    width: 100%;
    padding: 20px 0;
  }
}

.contact .contact-con ul li.kf h4:before,
.contact .contact-con ul li.hz h4:before,
.contact .contact-con ul li.gs h4:before {
  display: block;
  margin: 0 auto 20px auto;
  width: 110px;
  height: 110px;
}

.contact .contact-con ul li.kf p,
.contact .contact-con ul li.hz p,
.contact .contact-con ul li.gs p {
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
}

.contact .contact-con ul li.kf p span,
.contact .contact-con ul li.hz p span,
.contact .contact-con ul li.gs p span {
  display: inline-block;
  color: #ccc;
  margin: 0 5px;
}

.contact .contact-con ul li.kf h4:before {
  content: url("../images/contact-kefu.svg");
}

.contact .contact-con ul li.hz h4:before {
  content: url("../images/contact-swhz.svg");
}

.contact .contact-con ul li.gs h4:before {
  content: url("../images/contact-dizhi.svg");
}

.pageWrapper.fixed .line-color {
  display: none;
}

.pageWrapper.fixed .navigation {
  top: 0;
}

@media only screen and (min-width: 769px) {
  .pageWrapper.fixed .navigation {
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .pageWrapper.fixed .navigation .logo {
    margin: 5px 0;
  }

  .pageWrapper.fixed .navigation .logo img {
    height: 48px;
  }

  .pageWrapper.fixed .navigation .menu>ul {
    margin-top: 20px;
  }

  .pageWrapper.fixed .navigation .menu>ul li.current a {
    line-height: 80%;
  }

  .pageWrapper.fixed .navigation .menu>ul li.current a:after {
    margin-top: 0;
  }
}

.pageWrapper.fixed .focus-box,
.pageWrapper.fixed .subPage {
  margin-top: 63px;
}

.pl220 {
  padding-left: 220px;
}

@media only screen and (max-width: 1100px) {
  .pl220 {
    padding-left: 0;
  }
}

.about-banner .row,
.product-banner .row,
.news-banner .row,
.baike-banner .row,
.investment-banner .row {
  display: block;
  height: 100%;
}

.about-banner .row .ban-txt,
.product-banner .row .ban-txt,
.news-banner .row .ban-txt,
.baike-banner .row .ban-txt,
.investment-banner .row .ban-txt {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.about-banner .row .ban-txt img,
.product-banner .row .ban-txt img,
.news-banner .row .ban-txt img,
.baike-banner .row .ban-txt img,
.investment-banner .row .ban-txt img {
  display: table-cell;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.about-banner .row .ban-txt img.right,
.product-banner .row .ban-txt img.right,
.news-banner .row .ban-txt img.right,
.baike-banner .row .ban-txt img.right,
.investment-banner .row .ban-txt img.right {
  left: auto;
  right: 0;
}

.about-banner .row .ban-txt img.center,
.product-banner .row .ban-txt img.center,
.news-banner .row .ban-txt img.center,
.baike-banner .row .ban-txt img.center,
.investment-banner .row .ban-txt img.center {
  left: 0;
  right: 0;
}

@media only screen and (max-width: 640px) {

  .about-banner .row .ban-txt img,
  .product-banner .row .ban-txt img,
  .news-banner .row .ban-txt img,
  .baike-banner .row .ban-txt img,
  .investment-banner .row .ban-txt img {
    right: 0;
width:60%
  }
}

.about-banner {
  background-image: url("../images/ban-1-bg.jpg");
}

.product-banner {
  background-image: url("../images/ban-2-bg-2.jpg");
}

.news-banner {
  background-image: url("../images/ban-4-bg.jpg");
}

.baike-banner {
  background-image: url("../images/ban-5-bg.jpg");
}

.investment-banner {
  background-image: url("../images/ban-3-bg.jpg");
}

.top.map {
  height: 610px;
}

@media only screen and (max-width: 640px) {
  .top.map {
    background-position: top center;
    height: 375px;
  }
}

@media only screen and (max-width: 420px) {
  .top.map {
    height: 200px;
  }
}

.top.map #map {
  display: block;
  width: 100%;
  height: 100%;
}

.about-con,
.qycn,
.qywh,
.jyln,
.zsdl,
.zsdl-zc {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {

  .about-con,
  .qycn,
  .qywh,
  .jyln,
  .zsdl,
  .zsdl-zc {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.about-con {
  display: table;
}

.about-con:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.about-con .about-img {
  float: left;
  display: table-cell;
  width: 35%;
}

@media only screen and (max-width: 640px) {
  .about-con .about-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.about-con .about-text {
  float: left;
  width: 100%;
  padding: 0;
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  .about-con .about-text {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.about-con .about-text p {
  line-height: 2;
  font-size: 15px;
}

.about-con .about-text .imglist {
  margin: 28px 0;
}

.about-con .about-text .imglist ul {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding-left: 0;
  font-size: 0;
  line-height: 0;
}

.about-con .about-text .imglist ul li {
  width: 20%;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  list-style-type: none;
}

.about-con .about-text .imglist ul li img {
  max-height: 80px;
  width: auto;
}

.qycn {
  text-align: center;
}

.qycn .qycn-1 {
  display: block;
  margin: 0 0 18px 0;
}

.qycn .qycn-1>div {
  margin: 0 20px;
  background-color: #e84c3d;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  line-height: 80px;
  font-size: 20px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .qycn .qycn-1>div {
    margin: 0 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
  }
}

.qycn p {
  line-height: 2;
  font-size: 15px;
}

.qywh,
.jyln,
.zsdl,
.zsdl-zc,
.qywh {
  text-align: center;
}

.jyln {
  padding-bottom: 0;
}

.jyln p {
  line-height: 2;
  font-size: 15px;
}

.zsdl h4,
.zsdl-zc h4 {
  color: #e84c3d;
}

.sxty {
  display: block;
  width: 100%;
  margin: 46px 0;
}

@media only screen and (max-width: 640px) {
  .sxty {
    margin: 15px 0;
  }
}

.sxty:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.sxty>div {
  display: inline-block;
  float: left;
  text-align: center;
  width: 33.3333%;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .sxty>div {
    padding: 10px;
  }
}

.sxty>div:before {
  display: block;
  margin: 0 auto 15px auto;
  font: normal normal normal 36px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  height: 80px;
  line-height: 80px;
  width: 80px;
  border-radius: 40px;
  overflow: hidden;
  zoom: 1;
  color: #fff;
  background-color: #e84c3d;
}

@media only screen and (max-width: 640px) {
  .sxty>div:before {
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 30px;
  }
}

.sxty .icon-1:before {
  content: '\f0ac';
}

.sxty .icon-2:before {
  content: '\f157';
}

.sxty .icon-3:before {
  content: '\f1b9';
}

.sxty .icon-4:before {
  content: '\f039';
}

.sxty .icon-5:before {
  content: '\f1bc';
}

.sxty .icon-6:before {
  content: '\f2be';
}

.bottom-line {
  border-bottom: 1px #e5e5e5 solid;
}

.mt40 {
  margin-top: 40px;
}

.pc_show{
display:block
}
@media only screen and (max-width: 640px) {
  .pc_show{
display:none!important;
}
}

.mb_show{
display:none!important;
}
@media only screen and (max-width: 640px) {
  .mb_show{
display:block
}
}

/*# sourceMappingURL=style.css.map */