﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
:focus {
  outline: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
code,
kbd,
samp,
tt {
  font-size: 100%;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
:link,
:visited,
ins {
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ======  fonts  ====== */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

ul,
li {
  list-style: none;
}

@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url("../fonts/HarmonyOS_Sans_SC.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC";
  font-display: swap‌;
  src: url("../fonts/AlibabaPuHuiTi-3-45-Light.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC";
  font-display: swap‌;
  src: url("../fonts/AlibabaPuHuiTi-3-55-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC";
  font-display: swap‌;
  src: url("../fonts/AlibabaPuHuiTi-3-85-Bold.ttf?V-1") format("truetype");
}
/* ======  clearfix  ====== */

.clear {
  clear: both;
  visibility: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

/* ======  typo  ====== */

.typo:before,
.typo:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.typo:after {
  clear: both;
}

.typo {
  *zoom: 1;
}

.typo .typo-text {
  overflow: hidden;
  *zoom: 1;
}

.typo .typo-img {
  float: left;
  margin-right: 20px;
}

.typo .typo-img-right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* ======  Columns  ====== */

.column:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  min-height: 0;
  visibility: hidden;
  *zoom: 1;
}

.column {
  width: 100%;
}

.column .col-2-1,
.column .col-3-1,
.column .col-4-1,
.column .col-4-2,
.column .col-5-1,
.column .col-3-2,
.column .col-4-3,
.column .col-5-2,
.column .col-5-3,
.column .col-5-4 {
  float: left;
  min-height: 1px;
  height: auto !important;
  _height: 1px;
}

/* default marg-per3 margin right 3% */

.column .col-1-1 {
  width: 100%;
}

.column .col-2-1 {
  width: 48.5%;
  margin-right: 3%;
}

.column .col-3-1 {
  width: 31.3333%;
  margin-right: 3%;
}

.column .col-4-1 {
  width: 22.75%;
  margin-right: 3%;
}

.column .col-5-1 {
  width: 17.6%;
  margin-right: 3%;
}

.column .col-3-2 {
  width: 65.6666%;
  margin-right: 3%;
}

.column .col-4-2 {
  width: 48.5%;
  margin-right: 3%;
}

.column .col-4-3 {
  width: 74.25%;
  margin-right: 3%;
}

.column .col-5-2 {
  width: 38.2%;
  margin-right: 3%;
}

.column .col-5-3 {
  width: 58.8%;
  margin-right: 3%;
}

.column .col-5-4 {
  width: 79.4%;
  margin-right: 3%;
}

/* margin right 0% */

.marg-per0 > .col-2-1 {
  width: 50%;
  margin-right: 0;
}

.marg-per0 > .col-3-1 {
  width: 33.3333%;
  margin-right: 0;
}

.marg-per0 > .col-4-1 {
  width: 25%;
  margin-right: 0;
}

.marg-per0 > .col-5-1 {
  width: 20%;
  margin-right: 0;
}

.marg-per0 > .col-3-2 {
  width: 66.6666%;
  margin-right: 0;
}

.marg-per0 > .col-4-2 {
  width: 50%;
  margin-right: 0;
}

.marg-per0 > .col-4-3 {
  width: 75%;
  margin-right: 0;
}

.marg-per0 > .col-5-2 {
  width: 40%;
  margin-right: 0;
}

.marg-per0 > .col-5-3 {
  width: 60%;
  margin-right: 0;
}

.marg-per0 > .col-5-4 {
  width: 80%;
  margin-right: 0;
}

/* margin right 2% */

.marg-per2 > .col-2-1 {
  width: 49%;
  margin-right: 2%;
}

.marg-per2 > .col-3-1 {
  width: 32%;
  margin-right: 2%;
}

.marg-per2 > .col-4-1 {
  width: 23.5%;
  margin-right: 2%;
}

.marg-per2 > .col-5-1 {
  width: 18.4%;
  margin-right: 2%;
}

.marg-per2 > .col-3-2 {
  width: 66%;
  margin-right: 2%;
}

.marg-per2 > .col-4-2 {
  width: 49%;
  margin-right: 2%;
}

.marg-per2 > .col-4-3 {
  width: 74.5%;
  margin-right: 2%;
}

.marg-per2 > .col-5-2 {
  width: 38.8%;
  margin-right: 2%;
}

.marg-per2 > .col-5-3 {
  width: 59.2%;
  margin-right: 2%;
}

.marg-per2 > .col-5-4 {
  width: 79.6%;
  margin-right: 2%;
}

/* margin right 4% */

.marg-per4 > .col-2-1 {
  width: 48%;
  margin-right: 4%;
}

.marg-per4 > .col-3-1 {
  width: 30.6667%;
  margin-right: 4%;
}

.marg-per4 > .col-4-1 {
  width: 22%;
  margin-right: 4%;
}

.marg-per4 > .col-5-1 {
  width: 16.8%;
  margin-right: 4%;
}

.marg-per4 > .col-3-2 {
  width: 65.3333%;
  margin-right: 4%;
}

.marg-per4 > .col-4-2 {
  width: 48%;
  margin-right: 4%;
}

.marg-per4 > .col-4-3 {
  width: 74%;
  margin-right: 4%;
}

.marg-per4 > .col-5-2 {
  width: 37.6%;
  margin-right: 4%;
}

.marg-per4 > .col-5-3 {
  width: 58.4%;
  margin-right: 4%;
}

.marg-per4 > .col-5-4 {
  width: 79.2%;
  margin-right: 4%;
}

/* margin right 5% */

.marg-per5 > .col-2-1 {
  width: 47.5%;
  margin-right: 5%;
}

.marg-per5 > .col-3-1 {
  width: 30%;
  margin-right: 5%;
}

.marg-per5 > .col-4-1 {
  width: 21.25%;
  margin-right: 5%;
}

.marg-per5 > .col-5-1 {
  width: 16%;
  margin-right: 5%;
}

.marg-per5 > .col-3-2 {
  width: 65%;
  margin-right: 5%;
}

.marg-per5 > .col-4-2 {
  width: 47.5%;
  margin-right: 5%;
}

.marg-per5 > .col-4-3 {
  width: 73.75%;
  margin-right: 5%;
}

.marg-per5 > .col-5-2 {
  width: 37%;
  margin-right: 5%;
}

.marg-per5 > .col-5-3 {
  width: 58%;
  margin-right: 5%;
}

.marg-per5 > .col-5-4 {
  width: 79%;
  margin-right: 5%;
}

.column .last {
  margin-right: 0;
  *float: right;
  *clear: right;
}

/* ======  row-savr  ====== */

.ieCode-del {
  display: block;
  *display: none;
  display: none\0;
}

:root .ieCode-del {
  display: block\0;
}

.ieCode {
  display: none;
  *display: black;
  display: block\0;
}

:root .ieCode {
  display: none\0;
}

.row2-svar {
  *zoom: 1;
}

.row2-svar:before,
.row2-svar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.row2-svar .col-2-1,
.row2-svar .col-3-1,
.row2-svar .col-4-1,
.row2-svar .col-5-1 {
  float: left;
  min-height: 1px;
  clear: right;
}

.row2-svar .col-2-1 {
  width: 48.5%;
  margin-right: 3%;
}

.row2-svar .col-3-1 {
  width: 31.3333%;
  margin-right: 3%;
}

.row2-svar .col-4-1 {
  width: 22.75%;
  margin-right: 3%;
}

.row2-svar .col-5-1 {
  width: 17.6%;
  margin-right: 3%;
}

.row2-svar .col-2-1:nth-of-type(2n + 2),
.row2-svar .col-3-1:nth-of-type(3n + 3),
.row2-svar .col-4-1:nth-of-type(4n + 4),
.row2-svar .col-5-1:nth-of-type(5n + 5) {
  margin-right: 0;
  *float: right;
  *clear: right;
}

.row2-svar .col-2-1:nth-of-type(2n + 1),
.row2-svar .col-3-1:nth-of-type(3n + 1),
.row2-svar .col-4-1:nth-of-type(4n + 1),
.row2-svar .col-5-1:nth-of-type(5n + 1) {
  clear: both;
}

/* ======  Form  ====== */

.qhdform fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.qhdform fieldset legend {
  margin: 0;
  padding: 0;
}

.qhdform .formHeader,
.qhdform .formSection {
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.qhdform .formHeader p,
.qhdform .formSection p {
  color: #666;
}

/* clear float for Form */

.qhdform .formrow {
  font-size: 12px;
  line-height: 100%;
}

.qhdform .formrow:before,
.formrow:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.qhdform .formrow:after {
  clear: both;
}

.qhdform .formrow {
  #zoom: 1;
}

.qhdform .formrow .controls {
  overflow: hidden;
  #zoom: 1;
  _float: left;
  _clear: right;
}

/* ====== 默认表单布局 ====== */

/*表单抬头*/

.qhdform .formrow .label {
  display: block;
  float: left;
  margin: 5px 15px 0 0;
  line-height: 16px;
  width: 100px;
}

.qhdform .formrow .label em {
  display: inline-block;
  float: right;
  line-height: 22px;
  margin-left: 5px;
}

/*帮助提示*/

.qhdform .inlineHint {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.qhdform .inlineHint,
.qhdform .blockHint {
  color: #777;
  line-height: 20px;
}

/* 默认表单元素宽度 */

.qhdform .textInput,
.qhdform .fileUpload,
.qhdform .selectInput,
.qhdform select,
.qhdform textarea {
  width: 95%;
}

/* 预设表单元素宽度 */

.qhdform .small {
  width: 25% !important;
}

.qhdform .medium {
  width: 50% !important;
}

.qhdform .auto {
  width: auto !important;
  height: auto !important;
  overflow: visible;
}

.qhdform .textInput,
.qhdform .textarea,
.qhdform .selectInput,
.qhdform .fileUpload {
  color: #666;
  margin: 0 5px 6px 0;
}

/* 表单组 */

.qhdform .controls ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.qhdform .controls li {
  padding: 8px 0 0;
  *padding: 5px 0 0;
  list-style: none;
}

.qhdform .controls .inlinelabel li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 15px;
}

.qhdform .controls li label .textInput,
.qhdform .controls li label .textarea,
.qhdform .controls li label .selectInput {
  display: block;
  margin-top: 8px;
}

.qhdform .controls .column li .textInput,
.qhdform .controls .column li .textarea,
.qhdform .controls .column li .selectInput {
  width: 90%;
  margin-right: 0;
}

.qhdform .controls .column {
  margin-bottom: 0;
}

/* ====== 无边框/文本居右 表单布局 ====== */

.qhdform .labelRright .label {
  text-align: right;
  margin-left: 0;
}

.qhdform .labelRright .label em {
  float: none;
  line-height: normal;
  margin: 0 5px 0 0;
}

.qhdform .labelRright .formrow {
  border: none;
  padding: 5px 0;
}

/* ====== 竖排结构 表单布 局====== */

.qhdform .blockLabels .label {
  display: block;
  float: none;
  position: relative;
  margin: 0 0 5px 0;
  line-height: 18px;
  width: 100%;
}

.qhdform .blockLabels .label em {
  display: inline-block;
  float: none;
  line-height: 16px;
  position: absolute;
  left: -6px;
  top: 2px;
  margin-left: 0;
}

/* form skins */

.qhdform .formrow {
  padding: 15px 10px 10px; /* width:100%;*/
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}

.qhdform .formbutton {
  border-bottom: none;
}

.qhdform .textInput,
.qhdform textarea {
  padding: 5px;
  line-height: normal;
  border: solid 1px #ddd;
  background: #fff url(../images/input_bg.png) repeat-x top;
  _background-image: none;
}

.qhdform textarea {
  height: 12em;
  line-height: 160%;
}

.qhdform select {
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

.qhdform .textInput:focus,
.qhdform textarea:focus {
  border-color: #c9c9c9;
  outline: 0;
}

.qhdform .textInput,
.qhdform textarea {
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -ms-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}

/* Form Messages */

.qhdform .formrow.error,
.qhdform .formrow.focused.error {
  background: #ffdfdf;
  border: 1px solid #f3afb5; /* CSS3 */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: px;
  -o-border-radius: 4px;
  -khtml-border-radius: 4px;
}

/* labelRright error Messages */

.qhdform .labelRright .formrow.error,
.qhdform .labelRright .formrow.focused.error {
  background: none;
  border: none;
}

.qhdform .labelRright .formrow.error input.error,
.qhdform .labelRright .formrow.error select.error,
.qhdform .labelRright .formrow.error textarea.error {
  color: #af4c4c;
  border: 1px solid #f3afb5;
}

/* 静态内容

------------------------------------------------------------------------------------------ */

.qhd-content h1 {
  font-size: 34px;
  font-size: 3.4rem;
  padding-top: 25px;
  margin-bottom: 15px;
  font-weight: normal;
}

.qhd-content h2 {
  font-size: 28px;
  font-size: 2.8rem;
  padding-top: 23px;
  margin-bottom: 12px;
  font-weight: normal;
}

.qhd-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

.qhd-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 5px;
}

.qhd-content h5 {
  font-size: 16px;
  font-size: 1.6rem; /*padding-top:10px;*/
}

.qhd-content h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

.qhd-content p {
  line-height: 1.8;
}

.qhd-content hr {
  border-color: #ccc;
}

.qhd-content em {
  font-style: italic;
}

.qhd-content sup {
  vertical-align: super;
  font-size: 12px;
}

.qhd-content sub {
  vertical-align: sub;
  font-size: 12px;
}

.qhd-content blockquote {
  line-height: 1.6;
  padding: 5px 10px 5px 15px;
  font-family: "微软雅黑";
  background: none;
  border-left: 3px solid #b3b3b3;
  background-color: #f7f7f7;
  color: #808080;
}

.qhd-content blockquote p {
  margin-bottom: 5px;
}

.qhd-content ul,
.qhd-content ol {
  line-height: 1.8;
}

.qhd-content ul li,
.qhd-content ol li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.qhd-content ul.iconlist li {
  background-position: 0 7px;
}

.qhd-content ol {
  padding-left: 2.5em;
}

.qhd-content img {
  vertical-align: middle;
  max-width: 100%;
  _max-width: none;
  height: auto !important;
}

.qhd-content a:hover img {
  opacity: 0.9;
  filter: alpha(Opacity=90);
}

.qhd-content .typo .typo_text p:first-child {
  margin-bottom: 5px;
}

/*.table th, .table td { padding:14px 18px; border-top:1px solid #ccc; }

.table th { background-color:#d9d9d9; font-size:16px; }

.table-row thead th { background-color:#d9d9d9; }

.table-row tbody th { background-color:#d9d9d9; }

.table-bordered th, .table-bordered td { border-left:1px solid #ccc; }*/

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.qhd-content table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  overflow: visible;
}

.qhd-content table th,
.qhd-content table td {
  padding: 14px 18px;
  text-align: center;
  border: 1px solid #ddd;
}

.qhd-content table tbody tr.trhover td {
  background-color: #f0f0f0;
}

.qhd-content table tbody tr:first-child td {
  background-color: #24a900;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.qhd-content table table tbody tr:first-child td {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  border: none;
}

.qhd-content table table tbody tr td {
  padding: 0;
}

.qhd-content table tbody img[src*="file"] {
  display: none;
}

.qhd-content table tbody p {
  margin-bottom: 0;
}

.qhd-content table tbody tr.trhover table td {
  background-color: #f0f0f0;
}

.qhd-content table tbody tr:first-child table td {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.qhd-content .table {
  overflow: visible;
}

.qhd-content .table th,
.qhd-content .table td {
  line-height: 1.8;
  padding: 14px 18px;
}

.qhd-content .table th {
  background-color: #24a900;
  color: #fff;
}

.qhd-content .table td {
}

.qhd-content .table tbody tr:first-child td {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

.qhd-content .table tbody tr.trhover td {
  background-color: #f0f0f0;
}

.qhd-content .table th {
  background-color: #24a900;
  color: #fff;
  font-size: 16px;
}

.qhd-content .table-row thead th {
  background-color: #24a900;
  color: #fff;
}

.qhd-content .table-row tbody th {
  background-color: #24a900;
  color: #fff;
}

.qhd-content .table tbody .even-row td {
  background-color: #f0f0f0;
}

.video-responsive video.video-play-wrapper {
  width: 100%;
  height: auto !important;
  text-align: center;
}

.video-responsive span.video-play-wrapper {
  width: 100%;
  *height: auto !important;
  text-align: center;
}

/*IE8*/

@media \0screen {
  .video-responsive .video-play-wrapper {
    position: relative;
    height: 0 !important;
    padding-bottom: 56.25%;
    padding-top: 0 !important;
    overflow: hidden;
  }

  .video-responsive .video-play-wrapper iframe,
  .video-responsive .video-play-wrapper object,
  .article-detail .video-play-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.video-responsive span.video-play-wrapper {
  position: relative;
  height: 0 !important;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.video-responsive span.video-play-wrapper {
  *position: relative;
  *height: auto !important;
  *padding-bottom: 0;
  *margin-top: -30px;
  overflow: visible;
}

.video-responsive span.video-play-wrapper object,
.video-responsive span.video-play-wrapper object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-responsive span.video-play-wrapper object,
.video-responsive span.video-play-wrapper embed {
  *position: static;
}

/*****************   buttons   ******************/

.btn-small,
button.btn-small em {
  font-size: 13px;
  padding: 0 20px 0 0;
}

.btn-small span {
  height: 28px;
  line-height: 27px;
  padding: 0 0 0 20px;
}

.btn-medium,
button.btn-medium em {
  font-size: 15px;
  padding: 0 25px 0 0;
}

.btn-medium span {
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 25px;
}

.btn-large,
button.btn-large em {
  font-size: 16px;
  padding: 0 40px 0 0;
}

.btn-large span {
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0 0 0 40px;
}

.btn-medium-norm span,
.btn-small-norm span,
.btn-large-norm span {
  color: #333333 !important;
  text-shadow: none;
}

.btn-medium-main span,
.btn-small-main span,
.btn-large-main span {
  color: #24a900 !important;
  text-shadow: none;
}

.btn-medium-assist span,
.btn-small-assist span,
.btn-large-assist span {
  color: #7f0019 !important;
  text-shadow: none;
}

.btn-medium-match span,
.btn-small-match span,
.btn-large-match span {
  color: #8f8f8f !important;
  text-shadow: none;
}

/* 小按钮 */

.btn-small-norm,
button.btn-small-norm em {
  background: url(../images/btn-small-norm.png) no-repeat right -30px;
  _background: url(../images/btn-small-norm.gif) no-repeat right -30px;
}

.btn-small-norm span {
  background: url(../images/btn-small-norm.png) no-repeat left 0;
  _background: url(../images/btn-small-norm.gif) no-repeat left 0;
}

.btn-small-main,
button.btn-small-main em {
  background: url(../images/btn-small-main.png) no-repeat right -30px;
  _background: url(../images/btn-small-main.gif) no-repeat right -30px;
}

.btn-small-main span {
  background: url(../images/btn-small-main.png) no-repeat left 0;
  _background: url(../images/btn-small-main.gif) no-repeat left 0;
}

.btn-small-assist,
button.btn-small-assist em {
  background: url(../images/btn-small-assist.png) no-repeat right -30px;
  _background: url(../images/btn-small-assist.gif) no-repeat right -30px;
}

.btn-small-assist span {
  background: url(../images/btn-small-assist.png) no-repeat left 0;
  _background: url(../images/btn-small-assist.gif) no-repeat left 0;
}

.btn-small-match,
button.btn-small-match em {
  background: url(../images/btn-small-match.png) no-repeat right -30px;
  _background: url(../images/btn-small-match.gif) no-repeat right -30px;
}

.btn-small-match span {
  background: url(../images/btn-small-match.png) no-repeat left 0;
  _background: url(../images/btn-small-match.gif) no-repeat left 0;
}

/*中型按钮*/

.btn-medium-norm,
button.btn-medium-norm em {
  background: url(../images/btn-medium-norm.png) no-repeat right -38px;
  _background: url(../images/btn-medium-norm.gif) no-repeat right -38px;
}

.btn-medium-norm span {
  background: url(../images/btn-medium-norm.png) no-repeat left 0;
  _background: url(../images/btn-medium-norm.gif) no-repeat left 0;
}

.btn-medium-main,
button.btn-medium-main em {
  background: url(../images/btn-medium-main.png) no-repeat right -38px;
  _background: url(../images/btn-medium-main.gif) no-repeat right -38px;
}

.btn-medium-main span {
  background: url(../images/btn-medium-main.png) no-repeat left 0;
  _background: url(../images/btn-medium-main.gif) no-repeat left 0;
}

.btn-medium-assist,
button.btn-medium-assist em {
  background: url(../images/btn-medium-assist.png) no-repeat right -38px;
  _background: url(../images/btn-medium-assist.gif) no-repeat right -38px;
}

.btn-medium-assist span {
  background: url(../images/btn-medium-assist.png) no-repeat left 0;
  _background: url(../images/btn-medium-assist.gif) no-repeat left 0;
}

.btn-medium-match,
button.btn-medium-match em {
  background: url(../images/btn-medium-match.png) no-repeat right -38px;
  _background: url(../images/btn-medium-match.gif) no-repeat right -38px;
}

.btn-medium-match span {
  background: url(../images/btn-medium-match.png) no-repeat left 0;
  _background: url(../images/btn-medium-match.gif) no-repeat left 0;
}

/*大型按钮*/

.btn-large-norm,
button.btn-large-norm em {
  background: url(../images/btn-large-norm.png) no-repeat right -48px;
  _background: url(../images/btn-large-norm.gif) no-repeat right -48px;
}

.btn-large-norm span {
  background: url(../images/btn-large-norm.png) no-repeat left 0;
  _background: url(../images/btn-large-norm.gif) no-repeat left 0;
}

.btn-large-main,
button.btn-large-main em {
  background: url(../images/btn-large-main.png) no-repeat right -48px;
  _background: url(../images/btn-large-main.gif) no-repeat right -48px;
}

.btn-large-main span {
  background: url(../images/btn-large-main.png) no-repeat left 0;
  _background: url(../images/btn-large-main.gif) no-repeat left 0;
}

.btn-large-assist,
button.btn-large-assist em {
  background: url(../images/btn-large-assist.png) no-repeat right -48px;
  _background: url(../images/btn-large-assist.gif) no-repeat right -48px;
}

.btn-large-assist span {
  background: url(../images/btn-large-assist.png) no-repeat left 0;
  _background: url(../images/btn-large-assist.gif) no-repeat left 0;
}

.btn-large-match,
button.btn-large-match em {
  background: url(../images/btn-large-match.png) no-repeat right -48px;
  _background: url(../images/btn-large-match.gif) no-repeat right -48px;
}

.btn-large-match span {
  background: url(../images/btn-large-match.png) no-repeat left 0;
  _background: url(../images/btn-large-match.gif) no-repeat left 0;
}

/*  buttons hover  */

.btn-small:hover,
button.btn-small:hover em {
  background-position: right -90px;
  color: #fff !important;
}

.btn-small:hover span {
  background-position: left -60px;
  color: #fff !important;
}

.btn-medium:hover,
button.btn-medium:hover em {
  background-position: right -114px;
  color: #fff !important;
}

.btn-medium:hover span {
  background-position: left -76px;
  color: #fff !important;
}

.btn-large:hover,
button.btn-large:hover em {
  background-position: right -144px;
  color: #fff !important;
}

.btn-large:hover span {
  background-position: left -96px;
  color: #fff !important;
}

/*  buttons active  */

.btn-small:active,
button.btn-small:active em {
  background-position: right -150px;
  color: #fff !important;
}

.btn-small:active span {
  background-position: left -120px;
  color: #fff !important;
}

.btn-medium:active,
button.btn-medium:active em {
  background-position: right -190px;
  color: #fff !important;
}

.btn-medium:active span {
  background-position: left -152px;
  color: #fff !important;
}

.btn-large:active,
button.btn-large:active em {
  background-position: right -240px;
  color: #fff !important;
}

.btn-large:active span {
  background-position: left -192px;
  color: #fff !important;
}

/* ====== Slideshow & Scrollable ====== */

.carousel-direction a {
  display: block;
  width: 30px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -30px;

  font-family: simsun;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  background-color: #7a7a7a;

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.carousel-direction a:hover {
  background-color: #24a900;
  color: #fff;
  text-decoration: none;
}

.carousel-direction a.disabled,
.carousel-direction a.disabled:hover {
  background-color: #dcf2ff;
  color: #ccc;
  cursor: default;
}

.carousel-prev {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10%;
  left: 19.1%;
  margin: 0;
  background: url("../picture/b_l.png") no-repeat;
  z-index: 100;
}

.carousel-next {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10%;
  right: 75%;
  margin: 0;
  background: url("../picture/b_r.png") no-repeat;
  z-index: 100;
}

.carousel-btn {
  text-align: center;
  margin: 10px 0;
}

.carousel-btn a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #ccc;
  border-radius: 50%;
}

.carousel-btn .selected {
  background: #7f0019;
  cursor: default;
}

.carousel-btn a span {
  display: none;
}

.carousel-btn-fixed {
  width: 100%;
  position: absolute;
  bottom: 10%;
  right: 27%;
  margin: 0;
  z-index: 100;
}

.carousel-num {
  position: absolute;
  bottom: 7px;
  right: 10px;
  z-index: 100;
}

.carousel-num a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 0 0 5px;
  text-align: center;
  background: #333;
  font-size: 12px;
  color: #fff;
}

.carousel-num a:hover {
  text-decoration: none;
  color: #fff;
}

.carousel-num a.selected {
  background: #7f0019;
  cursor: default;
}

.carousel-thumbs {
  text-align: center;
}

.carousel-thumbs a {
  border: 2px solid #ccc;
  margin: 0 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.carousel-thumbs a img {
  display: block;
}

.carousel-thumbs a:hover,
.carousel-thumbs a.selected {
  border-color: #f60;
}

.carousel {
  position: relative;
}

.carousel-item {
  position: relative;
  float: left;
  display: block;
}

.carousel-item .carousel-img {
  display: block;
}

.carousel-item .carousel-img a[href="javascript:;"] {
  cursor: default;
}

.carousel-item .carousel-img img {
  display: block;
}

.carousel-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/opa70.png);
}

.carousel-info-inner {
  font-size: 13px;
  padding: 8px 10px;
  color: #fff;
}

.carousel-info-inner a,
.carousel-info-inner a:hover {
  color: #fff;
}

.carousel-info-inner h3 {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.carousel-info-inner p {
  margin-top: 5px;
}

.responsive-carousel {
  overflow: hidden;
}

.responsive-carousel .carousel-item img {
  width: 100%;
  height: auto !important;
}

.responsive-carousel .carousel-direction {
  display: none;
}

.responsive-carousel:hover .carousel-direction {
  display: block;
}

.responsive-carousel-set .carousel-info-inner h3 {
  font-weight: normal;
}

.slideshow {
  overflow: hidden;
}

.slideshow .carousel-direction a {
  width: 45px;
  height: 55px;
  line-height: 55px;
}

.slideshow .carousel-direction a:hover {
}

.slideshow .carousel-prev {
}

.slideshow .carousel-next {
}

.slideshow-gallery {
  margin-bottom: 20px;
}

.slideshow-gallery .carousel-img a {
  display: block;
  text-align: center;
  width: 100%;
}

.slideshow-gallery .carousel-img img {
  display: inline;
}

.slideshow-gallery .carousel-info-inner h3 {
  font-size: 14px;
  line-height: 18px;
}

.slideshow-gallery .carousel-direction a {
  display: none !important;
}

.slideshow-gallery:hover .carousel-direction a {
  display: block !important;
}

.slideshow-gallery:hover .carousel-direction a {
  display: block;
}

.slideshow-gallery-thumbs {
  position: relative;
  padding: 0 30px;
}

.slideshow-gallery-thumbs img {
  float: left;
  display: block;
  margin: 0 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 104px;
}

.slideshow-gallery-thumbs img:hover,
.slideshow-gallery-thumbs img.selected {
  border: 1px solid #f00;
}

.slideshow-gallery-thumbs-direction {
  padding: 0 50px;
}

.slideshow-gallery-thumbs-direction a {
  display: block;
  width: 20px;
  height: 76px;
  line-height: 76px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -38px;

  font-family: simsun;
  text-align: center;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  cursor: pointer;
  background-color: #ccc;
}

.slideshow-gallery-thumbs-direction a:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

.slideshow-gallery-thumbs-direction .thumbs-carousel-prev {
  left: 0;
}

.slideshow-gallery-thumbs-direction .thumbs-carousel-next {
  right: 0;
}

.slideshow-gallery-thumbs-direction .disabled,
.slideshow-gallery-thumbs-direction .disabled:hover {
  background-color: #dcf2ff;
  color: #ccc;
  cursor: default;
}

.scrollable {
  overflow: hidden;
}

.scrollable .caroufredsel_wrapper {
}

.scrollable ul {
  padding: 0;
  _margin-left: -5px !important;
  list-style: none;
  overflow: hidden;
  width: 10000em;
}

.scrollable ul li {
  padding: 0px;
  margin: 0 10px;
  display: block;
  float: left;
  width: 260px;
  text-align: center;
}

.scrollable ul li p a {
  display: block;
}

.scrollable ul li img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.scrollable ul li p {
  margin-bottom: 10px;
  overflow: hidden;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.scrollable ul li p a:hover img {
  transform: scale(1.2, 1.2);

  -webkit-transform: scale(1.2, 1.2);

  -moz-transform: scale(1.2, 1.2);

  -o-transform: scale(1.2, 1.2);

  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.scrollable ul li h2 {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
}

.scrollable ul li h2 a {
  font-size: 14px;
  font-weight: normal;
}

.scrollable ul li h2 a:hover {
  text-decoration: none;
}

.scrollable .text-intro {
  text-align: left;
  font-size: 13px;
  color: #808080;
  line-height: 1.5;
}

.scrollable .carousel-direction a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  top: 74px;
  color: #808080;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #bfbfbf;
}

.scrollable .carousel-direction a:hover {
  background-color: #24a900;
  color: #fff;
  border-color: #24a900;
}

.scrollable .carousel-direction a.disabled,
.scrollable .carousel-direction a.disabled:hover {
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  background-color: transparent;
}

.scrollable a.carousel-prev {
  left: 0px;
}

.scrollable a.carousel-next {
  right: 0px;
}

.scrollable-3col ul li {
  width: 313px;
  text-align: left;
}

.scrollable-3col ul li p {
  margin-bottom: 15px;
}

.scrollable-3col ul li h2,
.scrollable-3col ul li h2 a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.scrollable-3col .carousel-direction a {
  top: 190px;
}

.scrollable-3col .carousel-direction a:hover {
  background-color: #1a1a1a;
}

.scrollable-inside-page ul li {
  width: 160px;
}

.scrollable-height .carousel-direction a {
  top: 150px;
}

.scrollable-height ul li {
  text-align: left;
}

.full-scrollable ul li {
  width: auto;
  margin: 0;
}

.full-scrollable ul li a {
  position: relative;
  display: block;
}

.full-scrollable .scrollable-image {
  overflow: hidden;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.full-scrollable a:hover .scrollable-image img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.full-scrollable .scrollable-info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 20;
  margin-top: -100px;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.full-scrollable .scrollable-info h3 {
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: normal;
  font-weight: normal;
}

.full-scrollable .scrollable-info .scrollable-summarty {
  padding: 0 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}

.full-scrollable .scrollable-info .icon-detail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 41px;
  height: 41px;
  background: url(../images/icon-detail.gif) no-repeat;

  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.full-scrollable .scrollable-info .icon-detail span {
  display: none;
}

.full-scrollable .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #24a900;
  opacity: 0;
  filter: alpha(opacity=0);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.full-scrollable a:hover .scrollable-info {
  opacity: 1;
  filter: alpha(opacity=100);
}

.full-scrollable .scrollable-info:hover .icon-detail {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.full-scrollable a:hover .opacity-overlay {
  display: block;
  filter: alpha(opacity=90);
  opacity: 0.9;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.full-scrollable .carousel-direction {
  text-align: center;
  margin: 20px 0;
  height: 30px;
}

.full-scrollable .carousel-direction a {
  position: static;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  font-size: 22px;
}

.full-scrollable .carousel-direction a:hover {
  border-color: #fff;
  color: #fff;
}

.full-scrollable .carousel-direction a.disabled,
.full-scrollable .carousel-direction a.disabled:hover {
  color: #ccc;
  cursor: default;
}

.scrollable-text {
  width: 100%;
  height: 25px;
  overflow: hidden;
}

.scrollable-text .carousel-direction a {
  top: 0px;
  display: block;
  width: 30px;
  height: 20px;
  overflow: hidden;
  margin-top: 3px;
  background-color: transparent;
  background-image: url(../images/direction-s.gif);
  background-repeat: no-repeat;
}

.scrollable-text .carousel-direction a.carousel-up {
  background-position: 0 0;
  right: 31px;
}

.scrollable-text .carousel-direction a.carousel-down {
  background-position: -31px 0;
  right: 0;
}

.scrollable-text .carousel-direction a.carousel-up:hover {
  background-position: 0 -20px;
}

.scrollable-text .carousel-direction a.carousel-down:hover {
  background-position: -31px -20px;
}

.scrollable-text .carousel-direction a span {
  display: none;
}

.scrollable-text ul li {
  padding: 0;
  border: none;
  width: 100%;
}

.scrollable-text .article-list-row {
  margin-bottom: 0;
}

.scrollable-text .article-title {
  margin-right: 10px;
}

.scrollable-text .article-list-row li {
  overflow: hidden;
  white-space: nowrap;
}

.scrollable-text .article-list-row li .article-title {
  padding-left: 0;
  background: none;
  line-height: 25px;
}

/*

.scrollable .scrollable-item { position:relative; background-color:#fff; border:1px solid #e9eaea; border-bottom-width:4px; padding-bottom:15px; }

.scrollable .scrollable-item h2 { margin:15px 10px; }

.scrollable .scrollable-item em { display:block; width:70px; height:3px; overflow:hidden; background-color:#0e7dc7; position:absolute; top:0; left:50%; margin-left:-35px; }

*/

/* ====== Tab & Accordion ====== */

.tabs-default .tabs-nav {
  font-size: 0;
}

.tabs-default .tabs-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 3px;
}

.tabs-default .tabs-nav li a {
  float: left;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border-radius: 7px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.tabs-default .tabs-nav li a:hover,
.tabs-default .tabs-nav li a.current,
.tabs-default .tabs-nav li a.current:hover {
  background-color: #fff;
  color: #24a900;
  text-decoration: none;
  border-color: #24a900;
}

.tabs-default .tabs-nav li a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.tabs-default .tabs-nav li a i {
  float: left;
  display: inline;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
  position: relative;
  top: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

.tabs-default .tabs-panes {
}

.tabs-default .tabs-panes .tab-box {
  display: none;
  padding: 30px 0 0;
  width: auto;
}

.tab-more {
  float: none;
  clear: both;
  margin-top: 30px;
}

.tab-more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 34px;
  padding: 0 25px;
  border: 1px solid #999;
  color: #666;
  transition: all 0.5s ease 0s;
  border-radius: 7px;
}

.tab-more a:hover {
  background-color: #24a900;
  border-color: #24a900;
  color: #fff;
  text-decoration: none;
}

.tab-more-center {
  text-align: center;
}

.tab-more-right {
  text-align: right;
}

.tabs-down .tabs-nav li a.current,
.tabs-down .tabs-nav li a.current:hover {
  background-color: #fff;
  color: #24a900;
}

.tabs-down .tabs-panes .tab-box {
  padding: 0 0 30px 0;
  width: auto;
}

.tabs-left .tabs-nav {
  float: left;
  display: inline;
  width: 25%;
  height: auto;
  background-color: transparent;
}

.tabs-left .tabs-nav li {
  padding: 0;
  border: none;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  background-color: #f2f2f2;
  *display: inline;
}

.tabs-left .tabs-nav li a {
  display: block;
  padding: 0 15px;
  float: none;
  width: auto;
}

.tabs-left .tabs-nav li a span {
  line-height: normal;
  padding: 12px 0;
}

.tabs-left .tabs-nav li a.current,
.tabs-left .tabs-nav li a.current:hover {
  background-color: #fff;
  color: #24a900;
}

.tabs-left .tabs-panes {
  overflow: hidden;
  *zoom: 1;
}

.tabs-left .tabs-panes .tab-box {
  padding: 0 0 0 20px;
}

.tabs-right .tabs-nav {
  float: right;
  display: inline;
  width: 25%;
  height: auto;
  background-color: transparent;
}

.tabs-right .tabs-nav li {
  padding: 0;
  border: none;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  background-color: #f2f2f2;
  *display: inline;
}

.tabs-right .tabs-nav li a {
  display: block;
  padding: 0 15px;
  float: none;
  width: auto;
}

.tabs-right .tabs-nav li a span {
  line-height: normal;
  padding: 10px 0;
}

.tabs-right .tabs-nav li a.current,
.tabs-right .tabs-nav li a.current:hover {
  background-color: #fff;
  color: #24a900;
}

.tabs-right .tabs-panes {
  overflow: hidden;
  *zoom: 1;
}

.tabs-right .tabs-panes .tab-box {
  padding: 0 15px 0 0;
}

.tabs-center .tabs-nav {
  text-align: center;
}

.tabs-center .tabs-nav li {
  border: none;
  margin: 0 5px 5px;
}

.tab-round {
}

.tab-round .tabs-nav li {
  margin: 0 24px 1px;
  float: left;
  _display: block;
}

.tab-round .tabs-nav li i.line-v {
  display: block;
  width: 1px;
  height: 50px;
  overflow: hidden;
  position: relative;
  left: 50%;
  background-color: transparent;
}

.tab-round .tabs-nav li i.line-v-c {
  background-color: #b5b5b5;
}

.tab-round .tabs-nav li a {
  line-height: normal;
  padding: 0;
  margin: 0;
  width: 146px;
  height: 146px;
  border: 2px solid #cbcbcb;
  border-radius: 50%;
  background-color: transparent;
  color: #808080;
  text-align: center;
}

.tab-round .tabs-nav li a span {
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 60px;
}

.tab-round .tabs-nav li a em {
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.tab-round .tabs-nav li a:hover {
  background-color: #24a900;
  border-color: #24a900;
  color: #fff;
}

.tab-round .tabs-nav li a.current,
.tab-round .tabs-nav li a.current:hover {
  background-color: #24a900;
  border-color: #24a900;
  color: #fff;
}

.tab-round .tabs-nav .tab-nav-item-hasSummary-round span {
  margin-top: 47px;
}

.tab-round .tabs-panes .tab-box {
  padding-top: 0;
}

.tab-round .tab-box-content-line i {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: #b5b5b5;
  clear: both;
}

.accordion {
  max-width: 850px;
  margin: 0 auto;
}

.accordion .accordion-handle {
  position: relative;
  background-color: #e5e5e5;
  color: #4d4d4d;
  padding: 12px 0 12px 15px;
  margin-bottom: 5px;
  cursor: pointer;
  *zoom: 1;
  transition: All 0.5s ease;
}

.accordion .accordion-handle:hover {
  background-color: #ccc;
}

.accordion .accordion-handle h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.accordion .accordion-pane {
  display: none;
  padding: 15px 0 20px;
}

.accordion .current,
.accordion .current:hover {
  background-color: #24a900;
  color: #fff;
}

.accordion .accordion-handle i {
  display: block;
  width: 50px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #fff;
  background: url(../images/accordion.gif) no-repeat 0 0;
}

.accordion .current i {
  border-color: #fff;
  background-position: 0 -44px;
}

/* 不规则多列 */

.izotope-wrapper {
  margin: 0 -6px;
}

.izotope-container {
  position: relative;
  width: 100%;
}

.izotope .grid-sizer {
  width: 25%;
}

.izotope .izotope-item {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.izotope .izotope-item-50 {
  width: 50%;
}

.izotope .izotope-item img {
  width: 100%;
  height: auto;
  display: block;
}

.izotope-overflow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0.85;
  filter: alpha(opacity=85);

  transition: all 0.35s ease-out 0s;
  -moz-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  -ms-transition: all 0.35s ease-out 0s;
}

.izotope-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.izotope-item-content-box {
  opacity: 0;
  filter: alpha(opacity=0);

  transition: all 0.35s ease-out 0s;
  -moz-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  -ms-transition: all 0.35s ease-out 0s;
}

.izotope-item-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  width: 100%;
  text-align: center;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);

  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.izotope-item-content h3 {
  padding: 10px 15px;
  margin-top: -25px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;

  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.izotope-item-content-box .izotope-overflow {
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}

.izotope-item-summary {
  margin-top: -55px;
  padding: 0 15px;
  font-size: 13px;
  color: #fff;

  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.izotope-item-content-min {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.izotope-item-content-min h3 {
  position: relative;
  padding: 6px 15px;
  z-index: 3;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.izotope-item a:hover .izotope-item-content-box,
.izotope-item a:hover .izotope-item-content {
  opacity: 1;
  filter: alpha(opacity=100);
}

.izotope-item a:hover .izotope-item-content-box .izotope-overflow {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.izotope-item a:hover .izotope-item-content h3 {
  margin-top: 0px;
}

.izotope-item a:hover .izotope-item-summary {
  margin-top: 0px;
}

.izotope-item a:hover .izotope-item-content-min {
  opacity: 0;
  filter: alpha(opacity=0);
}

.article-izotope-wrapper {
  margin: 0 -10px;
}

.article-izotope-wrapper .izotope .izotope-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

.article-izotope .izotope-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
}

.article-izotope .izotope-item-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding-top: 10px;
}

.article-izotope .icon-zoom {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: url(../images/icon-zoom.png) no-repeat center 30%;
}

.article-izotope .icon-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: url(../images/icon-video.png) no-repeat center 30%;
}

.article-izotope .izotope-item-50 .icon-zoom,
.article-izotope .izotope-item-50 .icon-video {
  background-position: center 40%;
}

.article-izotope img {
  width: 100%;
  display: block;
  overflow: hidden;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.article-izotope .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.article-izotope a:hover .opacity-overlay {
  filter: alpha(opacity=50);
  opacity: 0.5;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.article-izotope a:hover img {
  transform: scale(1.2, 1.2) rotate(10deg);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* 文章 & 产品 公用

------------------------------------------------------------------------------------------ */

.entry-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #e5e5e5;
}

.entry-item .typo .typo-img {
  margin-right: 25px;
}

.entry-item .typo .typo-img-right {
  margin-right: 0;
  margin-left: 25px;
}

.entry-img {
  margin-bottom: 10px;
}

.entry-img img {
  display: block;
}

.entry-title {
  margin-bottom: 15px;
}

.entry-title h2 {
  font-size: 16px;
  line-height: 1.4;
}

.entry-title a {
}

.entry-title a:hover {
  text-decoration: none;
}

.entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
  color: #999;
}

.entry-meta em {
  margin: 0 8px;
}

.entry-meta strong {
  font-weight: normal;
}

.entry-meta a {
  color: #999;
}

.entry-meta a:hover {
  color: #24a900;
  text-decoration: none;
}

.entry-summary {
  color: #808080;
  font-size: 13px;
  margin-bottom: -5px;
}

.entry-summary p {
  line-height: 1.6;
}

.entry-detail {
  padding-right: 10px;
  font-size: 13px;
  color: #24a900;
  background: url(../images/arrow-r.gif) no-repeat right center;
}

.entry-detail:hover {
  text-decoration: none;
  color: #3d9a5c;
}

.entry-item .typo-img .entry-img {
  margin-bottom: 0;
}

.entry-item .typo-text .entry-title {
  margin-top: -2px;
  _margin-top: -1px;
}

.entry-set .typo .typo-img {
  margin-right: 15px;
}

.entry-set .typo .typo-img-right {
  margin-left: 15px;
  margin-right: 0;
}

.entry-set .entry-title {
  margin-bottom: 10px;
}

.entry-set .entry-title h2 {
  font-size: 15px;
}

.entry-set .entry-summary,
.entry-set .entry-detail {
  font-size: 12px;
}

.entry-set .entry-item .typo-text .entry-title {
  margin-top: -2px;
  _margin-top: -1px;
}

.entry-list-time-hl .entry-item {
  position: relative;
  padding-left: 100px;
  border-bottom: 1px dotted #ccc;
  min-height: 80px;
  height: auto !important;
  _height: 80px;
}

.entry-list-time-hl .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
}

.entry-list-time-hl .time-day {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  color: #666;
  font-size: 30px;
}

.entry-list-time-hl .time-date {
  display: block;
  color: #999;
  line-height: 22px;
  font-size: 12px;
}

.entry-set-time-hl .entry-item {
  padding-left: 80px;
  min-height: 70px;
  height: auto !important;
  _height: 70px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.entry-set-time-hl .entry-title {
  margin-bottom: 10px;
}

.entry-set-time-hl .entry-title h2 {
  font-size: 14px; /*font-weight:normal; */
}

.entry-set-time-hl .entry-summary {
  color: #808080;
  font-size: 12px;
}

.entry-set-time-hl .time {
  width: 60px;
}

.entry-set-time-hl .time-day {
  font-size: 25px;
  line-height: 40px;
}

.entry-set-time-hl .time-date {
  font-size: 11px;
}

.entry-list-time-hl-col .entry-item {
  border-bottom: none;
}

.entry-thumbnail-list .entry-item {
  border-bottom: none;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.entry-thumbnail-list .entry-title h2 {
  font-weight: normal;
  font-size: 13px;
}

.entry-thumbnail-list .price strong {
  font-weight: normal;
}

.detail-bottom {
  border-top: 1px solid #c8c9cb;
  margin: 15px 0;
  padding-top: 15px;
}

.detail-bottom-button {
  background: #cfcfcf;
  padding: 0 5px;
}

.detail-bottom-button a {
  color: #6e6e6e;
}

/* 博客列表 */

.blog-list .entry-img img {
  width: 100%;
}

/* 头条 */

.headlines-list .entry-title h2 {
  font-size: 16px;
}

.headlines-list .entry-summary {
  margin-bottom: -10px;
}

.headlines-list .headlines-content {
  border-bottom: none;
  padding: 0;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.headlines-list .headlines-content .entry-item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.headlines-list .headlines-content .entry-img {
  margin-bottom: 0;
}

.headlines-list .headlines-content .typo-text {
  padding: 0;
}

.headlines-list .headlines-content-bg {
  padding-bottom: 0;
  background-color: #e5e5e5;
}

.headlines-list .headlines-content-bg .entry-img {
  overflow: hidden;
}

.headlines-list .headlines-content-bg .entry-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.headlines-list .headlines-content-bg .entry-img a:hover img {
  transform: scale(1.2, 1.2);

  -webkit-transform: scale(1.2, 1.2);

  -moz-transform: scale(1.2, 1.2);

  -o-transform: scale(1.2, 1.2);

  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.headlines-list .headlines-content-bg .entry-title {
  padding: 7px 10px;
  margin-bottom: 0;
}

.headlines-list .headlines-content-bg .entry-title h2 {
  font-size: 15px;
}

.headlines-set .entry-summary {
  margin-bottom: -20px;
}

.headlines-set .article-title {
  font-size: 13px;
}

.headlines-set .entry-title {
  margin-bottom: 10px;
}

.headlines-set .entry-title h2 {
  font-size: 15px;
}

/* 多列图文 */

.portfolio-list {
  min-height: 20px;
}

.portfolio-list li {
  margin-bottom: 25px;
}

.portfolio-img {
  margin-bottom: 10px;
  overflow: hidden;
}

.portfolio-img a {
  position: relative;
}

.portfolio-img a,
.portfolio-img img {
  width: 100%;
  display: block;
  overflow: hidden;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.portfolio-img .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -o-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.25s ease-in-out;

  -moz-transition: all 0.25s ease-in-out;

  -o-transition: all 0.25s ease-in-out;

  -ms-transition: all 0.25s ease-in-out;

  transition: all 0.25s ease-in-out;
}

.portfolio-img .icon-zoom {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: url(../images/icon-zoom.png) no-repeat center;
}

.portfolio-img .icon-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: url(../images/icon-video.png) no-repeat center;
}

.portfolio-img a:hover .opacity-overlay {
  filter: alpha(opacity=70);
  opacity: 0.7;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 0.25s ease-in-out;

  -moz-transition: all 0.25s ease-in-out;

  -o-transition: all 0.25s ease-in-out;

  -ms-transition: all 0.25s ease-in-out;

  transition: all 0.25s ease-in-out;
}

.portfolio-img a:hover img {
  transform: scale(1.2, 1.2) rotate(10deg);

  -webkit-transform: scale(1.2, 1.2);

  -moz-transform: scale(1.2, 1.2);

  -o-transform: scale(1.2, 1.2);

  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.portfolio-item:hover img,
.product-item:hover img,
.scrollable-item:hover img {
  transform: scale(1.2, 1.2);

  -webkit-transform: scale(1.2, 1.2);

  -moz-transform: scale(1.2, 1.2);

  -o-transform: scale(1.2, 1.2);

  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.portfolio-title {
  margin-bottom: 10px;
  line-height: normal;
}

.portfolio-title h2 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
}

.portfolio-title a {
}

.portfolio-title a:hover {
  text-decoration: none;
}

.portfolio-meta {
  font-size: 12px;
  margin-bottom: 10px;
  color: #808080;
}

.portfolio-meta em {
  margin: 0 8px;
}

.portfolio-meta strong {
  font-weight: normal;
}

.portfolio-meta a {
  color: #808080;
}

.portfolio-meta a:hover {
  color: #cf2a2a;
  text-decoration: none;
}

.portfolio-summary {
  color: #808080;
  font-size: 13px;
  margin-bottom: -10px;
}

.portfolio-summary p {
  line-height: 1.5;
}

.portfolio-detail {
  padding-right: 10px;
  color: #f30;
  font-size: 13px;
  background: url(../images/arrow-r.gif) no-repeat right center;
}

.portfolio-list .col-4-1 .portfolio-title h2 {
  font-size: 14px;
}

.portfolio-list .col-4-1 .portfolio-summary {
  font-size: 12px;
}

.portfolio-list .col-5-1 .portfolio-title h2 {
  font-size: 14px;
}

.portfolio-list .col-5-1 .portfolio-summary {
  font-size: 12px;
}

.portfolio-list-shown .portfolio-img .opacity-overlay {
  filter: alpha(opacity=40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-list-shown .portfolio-img a:hover .opacity-overlay {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.portfolio-list-shown .portfolio-title {
  text-align: center;
}

/*

	.portfolio-item { padding-bottom:20px; background-color:#fff; text-align:center; }

	.portfolio-item .portfolio-title h2 { }

	.portfolio-item .portfolio-title a { color:#333 !important; }

	.portfolio-item .portfolio-title a:hover { color:#cf2a2a !important; }

	.portfolio-item .portfolio-title { padding:5px 10px; }

	.portfolio-item .portfolio-summary  { margin:0 10px; padding-top:5px; }

.portfolio-list .col-2-1 .portfolio-item { min-height:390px; height:auto !important; _height:390px; }

.portfolio-list .col-3-1 .portfolio-item { min-height:360px; height:auto !important; _height:360px; }

.portfolio-list .col-4-1 .portfolio-item { min-height:300px; height:auto !important; _height:300px; }

.portfolio-list .col-5-1 .portfolio-item { min-height:260px; height:auto !important; _height:260px; }

*/

.post-list-item {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.post-img {
  overflow: hidden;
  position: relative;
}

.post-img img {
  width: 100%;
  display: block;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-img span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-img i {
  display: block;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
  background: url(../images/icon-link.png) no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.post-text-box {
  position: relative;
}

.post-text {
  padding: 20px;
}

.post-text h2 {
  line-height: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

.post-text-summary {
  font-size: 13px;
  color: #808080;
  overflow: hidden;
}

.post-text-summary .qhd-content p {
  line-height: 1.6;
}

.post-arrow {
  position: absolute;
  z-index: 10;
  display: block;
  overflow: hidden;
  background-image: url(../images/post-arrow.gif);
  background-repeat: no-repeat;
}

.post-list-item:hover {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);

  /*-webkit-transform:scale(1.01, 1.01); -moz-transform:scale(1.01, 1.01); -o-transform:scale(1.01, 1.01); -ms-transform:scale(1.01, 1.01); transform:scale(1.01, 1.01);*/
}

.post-list-item:hover .post-img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.post-list-item:hover .post-img span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.post-list-item:hover .post-img i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.post-text-center {
  text-align: center;
}

.post-text-detail {
  padding-top: 10px;
  line-height: normal;
}

.post-text-detail a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #999;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.post-text-detail a:hover {
  color: #fab702 !important;
}

.light-box .post-text-detail a {
  color: #999 !important;
}

.post-list-2col .post-img,
.post-list-2col .post-text-box {
  float: left;
  width: 50%;
}

.post-list-2col .post-text {
  padding: 30px;
}

.post-list-2col .post-text h2 {
  margin-bottom: 15px;
}

.post-list-2col .post-list-item .post-arrow {
  width: 10px;
  height: 19px;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  background-position: 0 -42px;
}

.post-list-2col .post-list-item-spec .post-img {
  float: right;
}

.post-list-2col .post-list-item-spec .post-arrow {
  top: 50%;
  left: auto;
  right: -10px;
  margin-top: -10px;
  background-position: 0 -11px;
}

.post-list-3col .post-list-item {
  float: left;
  width: 33.33333%;
}

.post-list-3col .post-list-item .post-text {
  padding: 30px;
}

.post-list-3col .post-list-item .post-arrow {
  width: 19px;
  height: 10px;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  background-position: 0 0;
}

.post-list-3col .post-list-item-spec .post-img {
  top: 280px;
}

.post-list-3col .post-list-item-spec .post-text-box {
  top: -280px;
}

.post-list-3col .post-list-item-spec .post-arrow {
  top: auto;
  bottom: -10px;
  background-position: 0 -31px;
}

.post-list-4col .post-list-item {
  width: 50%;
  float: left;
}

.post-list-4col .post-img,
.post-list-4col .post-text-box {
  width: 50%;
  float: left;
}

.post-list-4col .post-list-item .post-arrow {
  width: 10px;
  height: 19px;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  background-position: 0 -42px;
}

.post-list-4col .post-list-item-spec .post-img {
  float: right;
}

.post-list-4col .post-list-item-spec .post-arrow {
  top: 50%;
  left: auto;
  right: -10px;
  margin-top: -10px;
  background-position: 0 -11px;
}

.post-list-4col .post-text h2 {
  font-size: 15px;
}

.portfolio-grid {
}

.portfolio-grid-item {
  float: left;
}

.portfolio-grid-item a {
  display: block;
  position: relative;
}

.portfolio-grid-img {
  overflow: hidden;
}

.portfolio-grid-img img {
  display: block;
  width: 100%;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-grid-text {
  position: absolute;
  top: 38%;
  left: 0;
  z-index: 11;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-grid-text h3 {
  font-size: 15px;
  text-align: center;
  padding: 0 15px;
  margin-top: -15px;

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-grid-item .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-grid-item a:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.portfolio-grid-item a:hover .portfolio-grid-text {
  opacity: 1;
  filter: alpha(opacity=100);
}

.portfolio-grid-item a:hover .portfolio-grid-text h3 {
  margin-top: 0px;
}

.portfolio-grid-item a:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.portfolio-grid-4col .portfolio-grid-item {
  width: 25%;
}

.portfolio-grid-3col .portfolio-grid-item {
  width: 33.333%;
}

/* 放大镜 */

.cloud-zoom-lens {
  background-color: #fede4f;
  margin: 0;
  cursor: move;
}

.cloud-zoom-title {
  position: absolute !important;
  top: 0px;
  width: 100%;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  background-color: #000;
  font-size: 13px;
  color: #fff;
}

.cloud-zoom-big {
  overflow: hidden;
}

.cloud-zoom-loading {
  color: #fff;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}

.zoom-small-image {
  float: left;
  background-color: #fff;
}

.zoom-thumbs {
  margin-top: 10px;
  width: 450px;
}

.zoom-thumbs ul {
  float: left;
  display: inline;
}

.zoom-thumbs li {
  float: left;
  display: inline;
  margin: 0 4px;
}

.zoom-thumbs li a {
  display: block;
  border: 1px solid #ccc;
}

.zoom-thumbs li a:hover {
  border-color: #f30;
  background-color: #fff;
}

.zoom-thumbs li a img {
  margin: 0;
  display: block;
}

.zoom-thumbs li.zoom-selected a {
  border: 1px solid #f30;
  background-color: #fff;
}

.zoom-thumbs .carousel-direction {
  display: none;
}

.zoom-thumbs .carousel-direction a {
  width: 20px;
  font-size: 25px;
}

.zoom-thumbs:hover .carousel-direction {
  display: block;
}

/* 详情附件下载 */

.detail-file-download {
  padding: 10px 20px;
  margin: 25px 0 20px;
  border: 1px solid #ededed;
  background-color: #fafafa;
}

.detail-file-download h4 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: bold;
  color: #7f0019;
}

.detail-file-download li a {
  padding-left: 15px;
  background: url(../images/icon-dot.gif) no-repeat left center;
  font-size: 13px;
  color: #666;
}

.detail-file-download li a:hover {
  color: #24a900;
  text-decoration: none;
}

/* 详情图库切换 */

.gallery-img-single {
  text-align: center;
  margin-bottom: 15px;
}

.gallery-img-single img {
  max-width: 100%;
  _width: 100%;
}

.gallery-detail {
}

.gallery-detail-title {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-detail-title h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}

.gallery-detail .gallery-img-wrap {
  margin-bottom: 30px;
}

.gallery-detail .ad-gallery {
  width: 720px;
  margin: 0 auto;
}

.gallery-detail .ad-gallery .ad-image-wrapper {
  height: 504px;
}

.gallery-detail .ad-gallery .ad-nav .ad-thumbs {
  margin: 0 30px;
  width: 660px;
}

.gallery-detail .ad-gallery .ad-thumbs li a img {
  width: 100px;
  height: auto !important;
}

.gallery-detail .ad-gallery .ad-thumbs li a.ad-active img {
  border-color: #f30;
}

.gallery-detail .gallery-detail-content {
  padding-top: 10px;
}

.gallery-detail .text-center img {
  max-width: 100%;
  height: auto !important;
}

/* 分类 */

.category {
}

.category ul {
}

.category ul li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.category ul li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  line-height: normal;
  color: #4d4d4d;
  font-size: 14px;
  *zoom: 1;
}

.category ul li i {
  display: block;
  width: 7px;
  height: 7px;
  overflow: hidden;
  position: absolute;
  top: 17px;
  right: 0;
  _right: 15px;
  background: url(../images/page-menu.gif) no-repeat 0 0;
}

.category ul li a:hover {
  text-decoration: none;
  color: #24a900;
}

.category ul li:hover i {
  background-image: url(../images/page-menu-c.gif);
}

.category ul ul {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  display: none;
}

.category ul ul li.last {
  border-bottom: none;
}

.category ul li ul li {
  border-bottom: none;
}

.category ul li ul li a {
  color: #4d4d4d;
  padding-left: 10px;
  background: url(../images/page-menu-sub.gif) no-repeat left 15px;
}

.category ul li ul li a:hover {
  color: #24a900;
  background: url(../images/page-menu-sub-c.gif) no-repeat left center;
}

.category ul ul li a {
  background-image: none;
  padding: 8px 0;
  line-height: normal;
  background-color: #f2f2f2;
  font-size: 13px;
}

.category ul li.current a {
  color: #24a900;
}

.category ul li.current i {
  background-image: url(../images/page-menu-c.gif);
}

.category ul li.current ul {
  display: block;
  margin-top: 0;
}

.category ul li.current ul li {
  border-bottom: none;
}

.category ul li.current ul li a {
  color: #4d4d4d;
}

.category ul li.current ul li a:hover {
  color: #24a900;
}

.category ul li.current ul li.current > a {
  color: #24a900;
  background: url(../images/page-menu-sub-c.gif) no-repeat left 15px;
}

/*竖排分类*/

.categoryNav-vertical {
}

.categoryNav-vertical-content {
  margin-top: 40px;
}

.categoryNav-vertical-content ul {
  padding: 0;
  font-size: 0;
  text-align: center;
}

.categoryNav-vertical-content ul li {
  border-bottom: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: none;
  margin: 0 5px;
}

.categoryNav-vertical-content ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 40px;
  padding: 0 25px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 7px;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.categoryNav-vertical-content ul li a:hover,
.categoryNav-vertical-content ul li.current a,
.categoryNav-vertical-content ul li.active a {
  background: #fff;
  color: #24a900;
  border-color: #24a900;
}

.scrollable-category .category-img {
  overflow: hidden;
  margin-bottom: 15px;
}

.scrollable-category .category-name h2,
.scrollable-category .category-name h2 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.scrollable-category .category-summary {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 13px;
  color: #808080;
  text-align: left;
}

.scrollable-category .carousel-direction a {
  top: 62px;
}

.scrollable-category-product .carousel-direction a {
  top: 110px;
}

.category-bg-img li a {
  display: block;
  position: relative;
  background-color: #24a900;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.category-bg-img li:nth-child(2n) a {
  background-color: #1c8000;
}

.category-bg-img li a:hover {
  background-color: #3d9a5c;
}

.category-bg-img .category-text {
  position: relative;
  z-index: 11;
  color: #fff;
}

.category-bg-img .category-name {
  margin-bottom: 15px;
  line-height: normal;
  font-size: 24px;
  font-weight: normal;
}

.category-bg-img .category-summary {
  max-width: 800px;
  margin: 0 auto 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.category-bg-img span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 40px;
  line-height: 30px;
  border: 2px solid #fff;
  color: #fff;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.category-bg-img span:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
  text-decoration: none;
}

.category-bg-img .category-bg-img-item .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.category-bg-img .category-bg-img-item a:hover .opacity-overlay {
  background-color: #3d9a5c;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.portfolio-list-category li {
  position: relative;
}

.portfolio-list-category li a {
  display: block;
}

.portfolio-list-category .portfolio-img {
  margin-bottom: 0;
}

.portfolio-list-category .portfolio-text {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  text-align: center;
  _height: expression((this.parentElement.clientHeight) +"px");
  cursor: pointer;
}

.portfolio-list-category .portfolio-title {
  padding: 30% 40px 0;
  margin-bottom: 20px;
  color: #fff;

  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.portfolio-list-category .portfolio-title h2 {
  font-size: 18px;
  font-weight: bold;
}

.portfolio-list-category .col-4-1 .portfolio-title h2 {
  font-size: 16px;
}

.portfolio-list-category .portfolio-summary {
  padding: 0 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.portfolio-list-category .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #24a900;
  opacity: 0.3;
  filter: alpha(opacity=30);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.portfolio-list-category li a:before,
.portfolio-list-category li a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 15;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;
}

.portfolio-list-category li a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.portfolio-list-category li a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.portfolio-list-category li:hover a:before,
.portfolio-list-category li:hover a::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-list-category li:hover .portfolio-title,
.portfolio-list-category li:hover .portfolio-summary {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.portfolio-list-category li:hover .opacity-overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.portfolio-list-category li.col-4-1 a:before,
.portfolio-list-category li.col-4-1 a:after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.portfolio-list-category li.col-4-1 .portfolio-title {
  padding-left: 20px;
  padding-right: 20px;
}

.portfolio-list-category li.col-4-1 .portfolio-summary {
  padding-left: 20px;
  padding-right: 20px;
}

.portfolio-list-category-article .portfolio-title {
  padding-top: 20%;
  margin-bottom: 5px;
}

.portfolio-list-category-article li.col-3-1 .portfolio-title {
  margin-bottom: 15px;
}

/* Article 文章

------------------------------------------------------------------------------------------ */

.article-category {
}

.article-list-row {
}

.article-list-row li {
  padding: 8px 0;
  *vertical-align: text-top;
  border-bottom: 1px solid #e5e5e5;
  *zoom: 1;
  _display: inline-block;
}

.article-list-row li .article-title {
  padding-left: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 20px;
  background: url(../images/icon-dot.gif) no-repeat 0 8px;
}

.article-list-row li .article-title:hover {
  text-decoration: none;
}

.article-list-row li .article-time,
.article-list-row li .article-time strong,
.article-list-row li .article-time em {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

.article-list-row .article-time strong {
  padding: 0 3px;
}

.article-list-row li .no-file {
  cursor: default;
}

.article-list-row li .file-download {
  background: url(../images/icon-download.gif) no-repeat left center;
  padding-left: 18px;
  font-size: 12px;
  color: #24a900;
}

.article-list-row li .file-download:hover {
  color: #186f00;
}

.article-list-row li .file-download-disabled,
.article-list-row li .file-download-disabled:hover {
  background: url(../images/icon-download-disabled.gif) no-repeat left center;
  color: #ccc;
  cursor: not-allowed;
}

.article-list-row li a {
  text-decoration: none;
}

.article-list-row-noBorder li {
  border-bottom: none;
  padding: 3px 0;
}

.portfolio-typo-item {
  margin-bottom: 35px;
}

.portfolio-typo-item .portfolio-typo-title {
  margin-bottom: 10px;
}

.portfolio-typo-item .portfolio-typo-title h2 {
  line-height: normal;
  font-size: 15px;
}

.portfolio-typo-item .article-time {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
}

.portfolio-typo-item .portfolio-typo-summary {
  font-size: 12px;
  color: #808080;
  line-height: 1.5;
}

.headlines-list-2col .headlines-content {
  width: 48%;
  float: left;
  display: inline;
  margin-right: 5%;
}

.headlines-list-2col .headlines-content p {
  margin-bottom: 15px;
}

.headlines-list-2col .headlines-content p a {
  display: block;
}

.headlines-list-2col .headlines-content p img {
  display: block;
  width: 100%;
}

.headlines-list-2col .headlines-content h2 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
}

.headlines-list-2col .headlines-content-summary {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.headlines-list-2col .headlines-others {
  overflow: hidden;
  *zoom: 1;
}

.headlines-list-2col .headlines-others .entry-set-time-hl .entry-item {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.headlines-list-2col .headlines-others .entry-set-time-hl .entry-summary {
  margin-bottom: -8px;
}

.carousel-item-content {
  position: relative;
  margin-bottom: 13px;
}

.carousel-item-content .carousel-info-inner h3 {
  font-size: 13px;
}

.carousel-summary {
  font-size: 12px;
  color: #808080;
  height: 43px;
  overflow: hidden;
}

.carousel-summary .qhd-content p {
  margin-bottom: 0;
}

.article-carousel .carousel-btn-fixed {
  line-height: normal;
  bottom: 65px;
  text-align: right;
}

.article-carousel .carousel-btn-fixed a {
  width: 10px;
  height: 10px;
  background-color: #b8b2a5;
  margin: 0 8px 0 0;
}

.article-carousel .carousel-btn-fixed a.selected {
  background-color: #fff;
}

.article-detail .article-title {
  text-align: center;
  margin-bottom: 15px;
}

.article-detail .article-title h1 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
}

.article-detail .entry-meta {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 12px; /*border-bottom:1px dotted #ccc;*/
}

.article-detail .entry-meta span {
  margin: 0 10px;
}

.article-detail .article-content {
  margin-top: 25px;
}

.article-detail .video-player-content {
  margin-top: 20px;
  text-align: center;
}

.article-detail video.video-play-wrapper {
  width: 100%;
  height: auto !important;
  text-align: center;
}

.article-detail span.video-play-wrapper {
  width: 100%;
  *height: auto !important;
  text-align: center;
}

/*IE8*/

@media \0screen {
  .article-detail .video-play-wrapper {
    position: relative;
    height: 0 !important;
    padding-bottom: 56.25%;
    padding-top: 0 !important;
    overflow: hidden;
  }

  .article-detail .video-play-wrapper iframe,
  .article-detail .video-play-wrapper object,
  .article-detail .video-play-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.article-detail span.video-play-wrapper {
  position: relative;
  height: 0 !important;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.article-detail span.video-play-wrapper {
  *position: relative;
  *height: auto !important;
  *padding-bottom: 0;
  *margin-top: -30px;
  overflow: visible;
}

.article-detail span.video-play-wrapper object,
.article-detail span.video-play-wrapper object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-detail span.video-play-wrapper object,
.article-detail span.video-play-wrapper embed {
  *position: static;
}

.article-detail-fancybox {
  *height: 600px;
}

.article-detail-fancybox .video-play-wrapper {
  *position: relative;
  *height: 0 !important;
  *padding-bottom: 56.25%;
  *padding-top: 30px;
  *overflow: hidden;
}

.article-detail-fancybox .video-play-wrapper iframe,
.article-detail-fancybox .video-play-wrapper object,
.article-detail .video-play-wrapper embed {
  *position: absolute;
  *top: 0;
  *left: 0;
  *width: 100%;
  *height: 100%;
}

.team-introduction .team-img {
  margin-right: 50px;
}

.team-introduction .team-name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  color: #000;
}

.team-introduction .team-info p {
  color: #666;
}

.team-cases-title {
  text-align: center;
  margin: 50px 0 30px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
}

.team-cases-title h4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px;
  font-size: 24px;
  line-height: normal;
  font-weight: normal;
}

.team-cases-title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 1px;
  position: relative;
  top: -5px;
  background: #999;
  display: none;
}

.onePage-message {
  height: 320px;
}

.onePage-message .caroufredsel_wrapper {
  width: auto !important;
}

.onePage-message-item {
  margin: 10px 0;
  padding: 10px;
  border-bottom: dotted 1px #a6a6a6;
}

.onePage-message-title {
  margin-bottom: 7px;
  line-height: 18px;
}

.onePage-message-title a {
  font-size: 14px;
  color: #666;
}

.onePage-message-info {
  color: #838282;
  font-size: 14px;
  max-height: 80px;
  overflow: hidden;
}

.onePage-message-title,
.onePage-message-info {
  padding-left: 25px;
  position: relative;
}

.onePage-message-title .icon,
.onePage-message-info .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}

.onePage-message-title .icon {
  background: url(../images/wd_w.png) #f00 no-repeat;
  top: 1px;
}

.onePage-message-info .icon {
  background: url(../images/wd_d.png) #6c6c6c no-repeat;
  top: 4px;
}

.onePage-message-info .qhd-content p {
  margin-bottom: 0;
}

/* Product 产品

------------------------------------------------------------------------------------------ */

.animate-border:before,
.animate-border:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 100001;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.animate-border:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.animate-border:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.animate-border-h:hover .animate-border:before,
.animate-border-h:hover .animate-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product-category {
}

.product-category-scrollable ul li {
  width: 290px;
  margin: 0 21px;
  text-align: left;
}

.product-category-scrollable ul li a {
  position: relative;
  display: block;
}

.product-category-scrollable .category-image {
  overflow: hidden;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;
}

.product-category-scrollable .category-info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.product-category-scrollable .category-info h3 {
  margin-top: 120px;
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: normal;
}

.product-category-scrollable .category-info .icon-detail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 41px;
  height: 41px;
  background: url(../images/icon-detail.gif) no-repeat;
}

.product-category-scrollable .category-info .icon-detail span {
  display: none;
}

.product-category-scrollable .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -o-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.25s ease-in-out;

  -moz-transition: all 0.25s ease-in-out;

  -o-transition: all 0.25s ease-in-out;

  -ms-transition: all 0.25s ease-in-out;

  transition: all 0.25s ease-in-out;
}

.product-category-scrollable a:hover .category-image img {
  transform: scale(1.2, 1.2);

  -webkit-transform: scale(1.2, 1.2);

  -moz-transform: scale(1.2, 1.2);

  -o-transform: scale(1.2, 1.2);

  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.35s ease-out 0s;

  -moz-transition: all 0.35s ease-out 0s;

  -o-transition: all 0.35s ease-out 0s;

  transition: all 0.35s ease-out 0s;
}

.product-category-scrollable a:hover .category-info {
  display: block;
}

.product-category-scrollable a:hover .opacity-overlay {
  display: block;
  filter: alpha(opacity=70);
  opacity: 0.7;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}

.product-category-scrollable .carousel-direction {
  text-align: center;
  margin: 30px;
}

.product-category-scrollable .carousel-direction a {
  position: inherit;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 25px;
  height: auto;
  line-height: normal;
  margin: 0 15px;
  padding: 0 15px;
  border: 1px solid #666;
}

.product-category-scrollable .carousel-direction a:hover {
  border-color: #fff;
  color: #fff;
}

.product-category-scrollable .carousel-direction a.disabled,
.product-category-scrollable .carousel-direction a.disabled:hover {
  border-color: #666;
  color: #666;
  cursor: not-allowed;
}

.product-filter {
}

.product-filter dl {
  border-bottom: 1px dotted #d9d9d9;
  padding: 8px 0;
}

.product-filter dt {
  width: 100px;
  margin-right: 20px;
  text-align: right;
  font-size: 15px;
}

.product-filter dd a {
  margin-right: 20px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  font-size: 13px;
}

.product-filter dd a:hover {
  text-decoration: none;
}

.product-filter dd a.current {
  background-color: #24a900;
  color: #fff;
}

.price {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #f30;
  line-height: 1.2;
}

.price span {
  font-family: verdana;
}

.product-attr {
  margin-bottom: 10px;
}

.product-attr dt {
  text-align: right;
  font-weight: bold;
}

.product-attr dd span {
  margin-right: 10px;
}

.product-attr .share-toolbar {
  margin-bottom: 10px;
}

.product-scrollable .scrollable-item {
  position: relative;
}

.product-scrollable .scrollable-item .scrollable-info {
  display: none;
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 100;
  width: 100%;
  color: #fff;
}

.product-scrollable .scrollable-item .scrollable-info h2 {
  line-height: normal;
  font-size: 18px;
  font-weight: normal;
  margin: 0 15px 10px;
}

.product-scrollable .scrollable-item .scrollable-info .price {
  color: #fff;
}

.product-scrollable .scrollable-item .scrollable-info .icon-detail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 41px;
  height: 41px;
  background: url(../images/icon-detail.gif) no-repeat center;

  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.product-scrollable .scrollable-item .scrollable-info .icon-detail span {
  display: none;
}

.product-scrollable .scrollable-item .scrollable-info:hover .icon-detail {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-scrollable .scrollable-item a:hover .scrollable-info {
  display: block;
}

.product-scrollable .scrollable-item .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #e92525;
  opacity: 0;
  filter: alpha(opacity=0);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-scrollable .scrollable-item a:hover .opacity-overlay {
  filter: alpha(opacity=90);
  opacity: 0.9;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-scrollable .carousel-direction a {
  top: 110px;
}

/*

.product-list li { margin-bottom:45px; }

.product-list .product-item { position:relative; background-color:#fff; border:1px solid #e9eaea; border-bottom-width:4px; padding-bottom:15px; }

.product-list .product-item .portfolio-title h2 { margin-left:10px; margin-right:10px; }

.product-list em { display:block; width:70px; height:3px; overflow:hidden; background-color:#0e7dc7; position:absolute; top:0; left:50%; margin-left:-35px; }

*/

.product-item {
  position: relative;
}

.product-list li {
  margin-bottom: 25px;
  text-align: center;
}

.product-item .portfolio-img {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}

.product-item .portfolio-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.product-item .portfolio-text h2 {
  margin: 80px 20px 20px;
  line-height: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.product-list .col-2-1 .product-item .portfolio-text h2 {
  margin-top: 180px;
}

.product-list .col-3-1 .product-item .portfolio-text h2 {
  margin-top: 80px;
}

.product-list .col-4-1 .product-item .portfolio-text h2 {
  margin-top: 60px;
}

.product-list .col-5-1 .product-item .portfolio-text h2 {
  margin-top: 40px;
}

.product-list .col-5-1 .product-item .portfolio-text .icon-detail {
  width: 30px;
  height: 30px;
}

.product-item .portfolio-text .icon-detail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 41px;
  height: 41px;
  background: url(../images/icon-detail.gif) no-repeat center;

  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.product-item .portfolio-text .icon-detail span {
  display: none;
}

.product-item .portfolio-text .price {
  color: #fff;
  margin-bottom: 20px;
}

.product-item a:hover .portfolio-text {
  display: block;
}

.product-item .portfolio-text:hover .icon-detail {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-item .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #e92525;
  opacity: 0;
  filter: alpha(opacity=0);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-item a:hover .opacity-overlay {
  filter: alpha(opacity=90);
  opacity: 0.9;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-list-popup li {
  margin-bottom: 20px;
}

.product-detail .product-name {
  margin-bottom: 10px;
}

.product-detail .product-name h1 {
  font-size: 20px;
  line-height: 1.5;
}

.product-detail .product-sku {
  margin-bottom: 10px;
  color: #999;
  font-size: 13px;
}

.product-detail .product-sku strong {
  font-weight: normal;
}

.product-detail .product-info-item {
  /*border-bottom:1px solid #f0f0f0;*/
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.product-detail .product-info-item-last {
  border-bottom: none;
  margin-bottom: 0;
}

.product-detail .product-summary {
  font-size: 13px;
  color: #666;
}

.product-detail .product-info .book-btn {
  margin-top: 35px;
}

.product-intr {
  margin-bottom: 45px;
}

.product-intr .product-preview {
  width: 50%;
  float: left;
  display: inline;
  margin-right: 35px;
}

.product-intr .product-preview .single-img-wrap {
  text-align: center;
}

.product-intr .product-preview .single-img-wrap img {
  max-width: 100%;
  _width: 100%;
}

.product-intr .product-preview .share-toolbar {
  margin-bottom: 0;
}

.product-intr .product-info {
  overflow: hidden;
  *zoom: 1;
}

.product-intr .share-toolbar {
  margin: 15px 0 10px;
}

.product-intr .back-category a {
  background: url(../images/icon-back-cate.gif) no-repeat left center;
  padding-left: 15px;
  color: #808080;
}

.product-intr .back-category a:hover {
  color: #24a900;
}

.product-desc-title {
  background-color: #575757;
  margin-bottom: 20px;
}

.product-desc-title h3 {
  height: 42px;
  line-height: 42px;
  float: left;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}

.product-desc-item {
  margin-bottom: 50px;
}

.product-desc-item-title {
  margin-bottom: 15px;
}

.product-desc-item-title h4 {
  float: left;
  height: 30px;
  line-height: 30px;
  background: #575757;
  color: #fff;
  font-size: 15px;
  padding: 0 25px;
}

.product-detail-simple .product-img {
  text-align: center;
  margin-bottom: 15px;
}

.product-detail-simple .product-img img {
  max-width: 100%;
  _width: 100%;
}

.product-detail-simple .product-name {
  text-align: center;
  margin-bottom: 30px;
}

.product-detail-complete .tabs-nav {
  background-color: #575757;
}

.product-detail-complete .tabs-nav li {
  padding: 0;
  margin: 0;
}

.product-detail-complete .tabs-nav li a {
  font-size: 15px;
  background-color: #575757;
  color: #fff;
  border-radius: 0;
  border: 0;
}

.product-detail-complete .tabs-nav li a:hover {
  background-color: #24a900;
  color: #fff;
}

.product-detail-complete .tabs-default .tabs-nav li a.current:hover,
.product-detail-complete .tabs-nav li a.current {
  background: #24a900;
  color: #fff;
}

.product-detail-zoom .product-intr .product-preview {
  width: 450px;
}

.product-detail-zoom .gallery-img-product-detail {
  display: none;
}

.product-detail-zoom .gallery-img-product-detail .ps-caption-wrapper {
  display: none;
}

/* 产品详情文件下载 */

.download-product-detail li {
  padding: 3px 0;
}

.download-product-detail li a {
  padding-left: 15px;
  background: url(../images/icon-dot.gif) no-repeat left center;
  font-size: 13px;
  color: #666;
}

.download-product-detail li a:hover {
  color: #cf2a2a;
  text-decoration: none;
}

.gallery-zoom-img-wrap {
  position: relative;
}

.gallery-zoom-img-wrap .icon-zoom {
  padding-left: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 13px;
  color: #ccc;
  background: url(../images/icon-zoom-tips.png) no-repeat left center;
}

@media only screen {
  .gallery-zoom-img-wrap .icon-zoom {
    background-image: url(../images/icon-zoom-tips@2x.png);
    background-size: 16px 16px;
  }
}

.pgwSlideshow-gallery-zoom .ps-list li .ps-item img {
  height: 85px;
}

.pgwSlideshow-gallery-zoom .ps-list {
  height: 87px;
}

.pgwSlideshow-gallery-zoom .ps-caption-wrapper {
  display: none;
}

.product-detail-wrapper {
  margin-bottom: 45px;
}

.product-detail-wrapper .product-detail-title {
  border-bottom: 2px solid #c5c5c5;
  text-align: center;
  margin-bottom: 15px;
}

.product-detail-wrapper .product-detail-title h3 {
  position: relative;
  margin-bottom: -2px;
  padding: 0 45px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 2px solid #24a900;
  font-size: 18px;
}

.no-data-note {
  font-size: 20px;
  color: #f30;
  padding: 30px 0;
  text-align: center;
}

/* Link 链接

------------------------------------------------------------------------------------------ */

.link a img {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  *top: 0;
}

.link-line a {
  margin: 0 15px 0 0;
}

.link-line em {
  margin: 0 7px 0 -8px;
  *zoom: 1;
  font-style: normal;
}

.link-line-rtl {
  text-align: right;
}

.link-line-rtl a {
  margin: 0 0 0 15px;
}

.link-line-rtl em {
  margin: 0 -10px 0 10px;
  font-style: normal;
}

.link-line-center {
  text-align: center;
}

.link-line-center a {
  margin: 0 8px;
}

.link-line-center em {
  margin: 0 -2px 0 0;
  font-style: normal;
}

.link-block li {
  padding: 4px 0;
  line-height: 1.5;
}

.link-block-sign a {
  display: block;
  background: url(../images/icon-dot.gif) no-repeat 0 8px;
  padding-left: 10px;
}

.link-list li {
  margin-bottom: 15px;
}

.link-list .link-img {
  margin-bottom: 5px;
  overflow: hidden;
}

.link-list .link-img img {
  display: block;
  width: 100%;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.link-list .link-img a:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.link-list .link-name {
  text-align: center;
}

.link-list .link-name h2 {
  line-height: 22px;
  font-size: 13px;
}

.link-list .link-name a {
  font-size: 13px;
  font-weight: normal;
}

.link-list .col-2-1 a {
  font-size: 16px;
}

.link-scrollable ul {
  _margin-left: -8px !important;
}

.link-scrollable ul li {
  width: 166px;
  margin: 0 10px;
}

.link-scrollable .carousel-direction a {
  margin-top: 0;
  top: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.link-scrollable a.carousel-prev {
  left: -50px;
}

.link-scrollable a.carousel-next {
  right: -50px;
}

.link-scrollable-3col ul li {
  width: 300px;
  margin: 0 16px;
}

.link-scrollable-3col ul li h2 a {
  font-size: 16px;
}

.link-scrollable-3col .carousel-direction a {
  margin-top: 0;
  top: 70px;
}

.link-icon {
  text-align: center;
}

.link-icon {
  font-size: 0;
}

.link-icon li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.link-icon li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 140px;
  height: 140px;
  overflow: hidden;
  background-color: #808080;
  color: #fff;

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.link-icon li a:hover {
  background-color: #24a900;
  color: #fff;
  z-index: 2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.link-icon li a span {
  display: block;
  margin-top: 50px;
  font-size: 16px;
}

.link-icon li a.link-img img {
  margin: 30px 0 5px 0;

  -webkit-transition: -webkit-transform 0.5s ease-out;

  -moz-transition: -moz-transform 0.5s ease-out;

  transition: transform 0.5s ease-out;
}

.link-icon li a:hover img {
  -webkit-transform: rotate(360deg);

  -moz-transform: rotate(360deg);

  transform: rotate(360deg);
}

.link-icon li a.link-img span {
  margin-top: 0;
}

.link-bg-img li a {
  display: block;
  position: relative;
  background-color: #24a900;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.link-bg-img li:nth-child(2n) a {
  background-color: #1c8000;
}

.link-bg-img li a:hover {
  background-color: #3d9a5c;
}

.link-bg-img .link-text {
  position: relative;
  z-index: 11;
  color: #fff;
}

.link-bg-img .link-name {
  margin-bottom: 15px;
  line-height: normal;
  font-size: 24px;
  font-weight: normal;
}

.link-bg-img .link-summary {
  max-width: 800px;
  margin: 0 auto 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.link-bg-img span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 40px;
  line-height: 34px;
  border: 2px solid #fff;
  color: #fff;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.link-bg-img span:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
  text-decoration: none;
}

.link-bg-img .link-bg-img-item .opacity-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  _height: expression((this.parentElement.clientHeight) +"px");

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.link-bg-img .link-bg-img-item a:hover .opacity-overlay {
  background-color: #3d9a5c;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.link-fixed-side {
  /*width:80px;*/
  margin-bottom: 1px;
  font-size: 12px;
}

.link-fixed-side li {
  margin-bottom: 1px;
  position: relative;
}

.link-fixed-side li .link-name {
  display: block;
  width: 70px;
  min-height: 70px;
  height: auto !important;
  _height: 70px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  *margin-bottom: -4px;
}

.link-fixed-side li .link-name:hover,
.link-fixed-side li.active .link-name {
  background-color: #fd1d01;
  text-decoration: none;
}

.link-fixed-side li.first .link-name {
  background-color: #24a900;
}

.link-fixed-side li.first .link-name:hover {
  background-color: #fd1d01;
}

.link-fixed-side li i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.link-fixed-side li span {
  display: block;
  line-height: normal;
  padding-bottom: 5px;
}

.link-fixed-side li .link-name-min span {
  display: block;
  line-height: 70px;
}

.link-fixed-side .link-summary {
  display: none;
  position: absolute;
  right: 70px;
  top: 0;
  min-width: 130px;
  max-width: 200px;
  _width: 130px;
  min-height: 35px;
  height: auto !important;
  _height: 35px;
  padding: 20px 15px 15px;
  background-color: #fd1d01;
}

.link-fixed-side .link-summary .arrow-section-r {
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 22px;
  right: 0px;
  background: url(../images/arrow-section-r.gif) no-repeat;
}

.link-fixed-side .link-summary .link-summary-content {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.link-fixed-side .link-summary .qhd-content p {
  margin-bottom: 5px;
}

.link-fixed-side .link-summary .qhd-content p a {
  color: #4d4d4d;
}

.link-fixed-side .link-summary .qhd-content p a:hover {
  color: #1e78e8;
}

.fixed-left .link-fixed-side .link-summary {
  right: 0;
  left: 70px;
}

.fixed-left .link-fixed-side .link-summary .arrow-section-r {
  right: auto;
  left: 0;
  background: url(../images/arrow-section-l.gif) no-repeat;
}

.link-justified ul {
  display: table;
  table-layout: fixed;
  margin-bottom: -1px;
  width: 100%;
  background-color: #24a900;
}

.link-justified ul li {
  display: table-cell;
  margin-bottom: 0;
  width: 100%;
}

.link-justified ul li a {
  display: block;
  padding: 8px 0;
  text-align: center;
  border-left: 1px solid #45b626;
  border-right: 1px solid #1f9000;
  color: #fff;
}

.link-justified ul li a:hover,
.link-justified ul li a:active {
  background-color: #1c8000;
  color: #fff;
}

.link-justified ul li:first-child a {
  border-left: none;
}

.link-justified ul li:last-child a {
  border-right: none;
}

.link-justified ul li p {
  line-height: normal;
  font-size: 14px;
}

.link-justified ul li a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

.link-setion {
  position: relative;
  margin-bottom: 8px;
}

.link-setion a {
  display: block;
}

.link-setion .link-img img {
  display: block;
  width: 100%;
}

.link-setion .link-img-noimg {
  min-height: 230px;
  height: auto !important;
  _height: 230px;
  background-color: #dd5189;
}

.link-name-default {
  position: absolute;
  left: 30px;
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  z-index: 3;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.link-name-default h3 {
  font-size: 20px;
  padding-right: 15px;
  font-weight: normal;
  color: #fff;
  line-height: normal;
}

.link-setion-text {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.link-setion-text h3 {
  margin: 0 20px 15px;
  margin-top: -20px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: normal;

  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.link-setion-text p {
  margin: 0 20px 15px;
  margin-top: -55px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  line-height: normal;

  transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
}

.link-setion-text .link-more {
  line-height: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
  padding: 6px 20px;
  border: 1px solid #fff;
  font-size: 13px;
}

.link-setion .opacity-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: url(../images/link-bg.png) repeat-x bottom;
  opacity: 1;
  filter: alpha(opacity=100);
  _height: expression((this.parentElement.clientHeight) +"px");
}

.link-setion a:hover .link-name-default {
  opacity: 0;
  filter: alpha(opacity=0);
}

.link-setion a:hover .link-setion-text {
  opacity: 1;
  filter: alpha(opacity=100);
}

.link-setion a:hover .link-setion-text h3 {
  margin-top: 0px;
}

.link-setion a:hover .link-setion-text p {
  margin-top: 0px;
}

.link-setion a:hover .opacity-overlay {
  opacity: 0.85;
  filter: alpha(opacity=85);
  background: #000;
}

/* 分页 & 面包屑

------------------------------------------------------------------------------------------ */

.pagination-default {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-left {
  text-align: left;
}

.breadcrumbs {
  font-size: 12px;
  color: #808080;
}

.breadcrumbs a {
  color: #808080;
}

.breadcrumbs a:hover {
  color: #7f0019;
  text-decoration: none;
}

.breadcrumbs i {
  font-style: normal;
  margin: 0 3px;
}

.breadcrumbs strong {
  font-weight: normal;
  color: #333;
}

/* search 搜索

------------------------------------------------------------------------------------------ */

.search-form .form-text {
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  color: #999;
  font-size: 13px;
  background-color: #fff;
  border: 2px solid #ccc;
}

.search-form .form-btn {
  border: none;
  cursor: pointer;
  height: 44px;
  width: 60px;
  color: #fff;
  background: #575757;
}

.search-form .form-btn:hover {
  background-color: #24a900;
}

.search-form .form-btn span {
  display: block;
}

.search-form-responsive {
  position: relative;
  padding: 0 120px 0 10px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
}

.search-form-responsive .form-text {
  width: 100%;
  padding: 0;
  border: none;
  height: 44px;
  overflow: hidden;
  *zoom: 1;
}

.search-form-responsive .form-btn {
  width: 110px;
  height: 48px;
  position: absolute;
  right: -2px;
  top: -2px;
}

.search-result-note {
  background: #fffcf0;
  border: 1px solid #ececec;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #999;
}

.search-result-note .message-note {
  color: #f30;
  margin: 0 3px;
}

.search-no-result {
  padding: 50px 0;
}

.search-no-result .search-result-note {
  border: none;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
}

/* module 外框容器

------------------------------------------------------------------------------------------ */

.module-default {
  margin: 0;
  padding: 0;
}

.module-default > .module-divider {
  margin-bottom: 15px;
}

.module {
  margin-bottom: 25px;
}

.module-title-default {
  margin-bottom: 10px;
  overflow: hidden;
}

.module-title-default > .module-title-content {
  padding-top: 5px;
  padding-bottom: 5px;
}

.module-title-default > .module-title-content h3 {
  display: block;
  float: left;
  _display: inline;
  line-height: 20px;
  font-size: 16px;
}

.module-title-default > .module-title-content span {
  margin-left: 5px;
  float: left;
  line-height: 22px;
  color: #808080;
  font-size: 14px;
}

.module-title-default > .module-title-content span strong {
  font-weight: normal;
  margin-left: 5px;
  color: #808080;
  font-family: Arial, sans-serif;
}

.module-title-default > .module-title-content i {
  display: block;
  float: left;
  _display: inline;
  width: 8px;
  height: 8px;
  overflow: hidden;
  position: relative;
  top: 9px;
  margin-left: 10px;
  background: url(../images/icon-title-d.gif) no-repeat;
}

.module-more-default a {
  color: #888;
  font-size: 13px;
}

.module-more-default a:hover {
  color: #24a900;
  text-decoration: none;
}

.module-icon-default {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.module-divider {
  height: 1px;
  overflow: hidden;
  background-color: #ccc;
  margin-top: 25px;
  clear: both;
}

.module-no-margin,
.module-no-margin .module-content p,
.module-no-margin .module-content ul,
.module-no-margin .module-content ol,
.module-no-margin .module-content h1,
.module-no-margin .module-content h2,
.module-no-margin .module-content h3,
.module-no-margin .module-content h4,
.module-no-margin .module-content h5,
.module-no-margin .module-content h6 {
  margin: 0;
}

.module-hlbg {
}

.module-hlbg > .module-inner {
  background-color: #fffbf7;
}

.module-hlbg-title {
  padding-left: 15px;
  background: #575757;
}

.module-hlbg-title h3 {
  font-size: 18px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  color: #fff;
}

.module-hlbg-icon {
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}

.module-hlbg-content {
  padding: 10px 15px 20px;
}

.module-hlbg-more {
  text-align: right;
  padding: 0 15px 15px;
}

.module-hlbg-more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  line-height: 20px;
  padding: 1px 8px;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 12px;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.module-hlbg-more a:hover {
  background-color: #24a900;
  color: #fff;
  text-decoration: none;
}

.module-hlbg > .module-divider {
  margin-bottom: 10px;
  margin-top: 10px;
}

.module-title-border {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
}

.module-title-border > .module-title-content {
  float: left;
  display: inline;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: -1px;
  border-bottom: 1px solid #1c8000;
}

.module-title-border > .module-title-content h3 {
  float: left;
  font-size: 16px;
  line-height: normal;
}

.module-title-border > .module-title-content span {
  margin-left: 5px;
  float: left;
  line-height: 22px;
  color: #999;
  font-size: 14px;
}

.module-title-border > .module-title-content span strong {
  font-weight: normal;
  margin-left: 5px;
  color: #999;
  font-family: Arial, sans-serif;
}

.module-title-border > .module-more-default {
  margin-top: 5px;
}

.module-title-hl {
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.module-title-hl .module-title-content h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: normal;
  color: #24a900;
  line-height: normal;
}

.module-title-hl > .module-title-content span {
  position: relative;
  top: 13px;
}

.module-title-hl > .module-more-default {
  margin-top: 10px;
}

.module-full-screen > .module-inner {
  padding: 60px 0;
}

.module-full-screen > .module-inner .page-width {
}

.module-full-screen-title {
  margin-bottom: 30px;
  text-align: center;
  font-family: "HarmonyOS_Sans_SC";
}

/*.module-full-screen-title > h2 { margin-bottom: 10px;line-height: normal;font-weight: bold;color: #4d4d4d;font-size: 28px;font-size: 2.8rem;margin-top: 15px;}*/

/*.module-full-screen-title > .module-title-content > h3 { display:inline-block; *display:inline; *zoom:1; margin:0 20px; line-height:normal; font-weight:normal; color:#999; font-size:13px; font-size:1.3rem; }
*/
.module-full-screen-mian {
  position: relative;
}
.module-full-screen-mian .module-full-screen-title > i {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 2px;
  right: 50%;
  height: 70px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.module-divider-full {
  margin: 40px 0 -35px;
  height: 14px;
  overflow: hidden;
  background: url(../images/module-divider-full.png) no-repeat center;
}

.module-full-screen-mian .main-h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  font-size: 68px;
  padding-top: 50px;
  letter-spacing: 2px;
}
.module-full-screen-mian .module-full-screen-title {
  margin-bottom: 0px;
}
.module-full-screen-gray {
  background: url("../img/1_20251029.jpg") no-repeat;
  width: 1920px;
  height: 795px;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}
.module-full-screen-gray .module-inner {
  padding: 110px 0;
}
.module-full-screen-gray .gray-h2 {
  position: absolute;
  top: -8px;
  left: 19.5%;
  font-size: 68px;
  color: #000;
}
.module-full-screen-gray .gray-h3 {
  position: absolute;
  top: 35px;
  left: 19.5%;
  font-size: 6.5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-gray .gray-content {
  margin: 0px 0 0 283px;
  width: 572px;
}
.module-full-screen-gray .gray-content p {
  font-size: 16px;
  text-align: left;
  font-family: "HarmonyOS_Sans_SC";
  margin-bottom: 10px;
}
.module-full-screen-gray .numCount {
  width: 810px;
  height: 100px;
  margin: 0 0 0 270px;
  text-align: left;
}
.module-full-screen-gray .numCount li {
  margin-right: 85px;
}
.module-full-screen-gray .numCount .item span {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.module-full-screen-gray .gray-company {
  width: 1180px;
  height: 100px;
  margin: 0px auto;
  margin-top: 52px;
}
.module-full-screen-gray .gray-company li {
  display: flex;
  margin-bottom: 19px;
}
.module-full-screen-gray .gray-company p {
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  margin-left: 15px;
  color: #000;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-gray .gray-company .company {
  width: 26px;
  height: 26px;
  background: url("../picture/company.png") no-repeat;
}
.module-full-screen-gray .gray-company .warehouse {
  width: 26px;
  height: 26px;
  background: url("../picture/warehouse.png") no-repeat;
}

.module-full-screen-hl {
  background-color: #24a900;
  color: #fff !important;
}

.module-full-screen-hl a {
  color: #fff;
}

.module-full-screen-hl .module-full-screen-title > h2 {
  color: #fff;
}

.module-full-screen-hl .module-full-screen-title > .module-title-content > h3 {
  color: #e5e5e5;
}

.module-full-screen-hl .module-full-screen-title > .module-title-content > i {
  background-color: #e5e5e5;
}

.module-full-screen-hl .page-width > .module-full-screen-content {
  color: #fff !important;
}

.module-full-screen-hl .page-width > .module-full-screen-content p {
  color: #fff !important;
}

.module-full-screen-hl .page-width > .module-full-screen-content a {
  color: #fff !important;
}

.module-full-screen-hl .page-width > .module-full-screen-content a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.module-full-screen-hl .module-full-screen-more a {
  color: #fff;
  border-color: #fff;
}

.module-full-screen-hl .module-full-screen-more a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
  text-decoration: none;
}

.module-full-screen-hl .module-divider-full {
  background: url(../images/module-divider-full-white.png) no-repeat center;
}

.module-full-screen-bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.module-full-screen-padding-bottom {
  padding-bottom: 70px;
}

.module-full-screen-more-fixed > .module-inner .page-width {
  position: relative;
}

.module-full-screen-more-fixed .module-full-screen-more {
  position: absolute;
  left: 50%;
  z-index: 1000;
  margin-left: -48px;
  margin-top: 20px;
  -webkit-animation: upAndDown 2s infinite;
  animation: upAndDown 2s infinite;
}

.module-full-screen-more-fixed .module-full-screen-more a {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #24a900;
  font-size: 16px;
  width: 97px;
  height: 97px;
  line-height: 97px;
  background: url(../images/module-full-screen-more-fixed.png) no-repeat 0 0;
}

.module-full-screen-more-fixed .module-full-screen-more a:hover {
  background-color: transparent;
  background-position: 0 -97px;
  color: #fff;
}

.module-full-screen-gray-expand > .module-inner {
}

.module-full-screen-gray-expand-box-t,
.module-full-screen-gray-expand-box-b {
  position: relative;
  height: 10px;
}

.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg,
.module-full-screen-gray-expand-box-b .module-full-screen-gray-expand-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
}

.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg {
  top: -10px;
}

.module-full-screen-gray-expand-box-t .module-full-screen-gray-expand-bg {
  background: url(../images/module-full-screen-bg-wave-gray-t.png) no-repeat bottom center;
}

.module-full-screen-gray-expand-box-b .module-full-screen-gray-expand-bg {
  background: url(../images/module-full-screen-bg-wave-gray-b.png) no-repeat bottom center;
}

.module-horizontal {
}

.module-title-horizontal {
  float: left;
  margin-right: 10px;
}

.module-title-horizontal .module-title-content {
  margin-top: 2px;
}

.module-title-horizontal .module-title-content > h3 {
  font-size: 15px;
  margin-top: 2px;
  line-height: normal;
  float: left;
}

.module-title-horizontal .module-title-content img {
  vertical-align: middle;
  position: relative;
  top: 2px;
  float: left;
  margin-right: 5px;
}

.module-horizontal > .modult-inner > .module-content {
  overflow: hidden;
  *zoom: 1;
}

.module-horizontal > .modult-inner > .module-more-horizontal a {
  margin-left: 10px;
  margin-top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/icom-more.gif) no-repeat center;
}

.module-horizontal > .modult-inner > .module-more-horizontal a span {
  display: none;
}

.module-horizontal-hlbg {
  background-color: #f7f7f7;
}

.module-horizontal-hlbg .modult-inner {
  padding: 5px 10px;
}

.module-section {
  padding: 50px 0;
}

.module-section-title-wrapper {
  margin-bottom: 25px;
}

.module-section-title {
  float: left;
}

.module-section-title h2 {
  display: inline;
  line-height: normal;
  font-size: 28px;
  font-weight: normal;
  color: #1a1a1a;
}

.module-section-title h3 {
  display: inline;
  line-height: normal;
  color: #999;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.module-section-title em {
  line-height: normal;
  padding: 0 6px;
  color: #999;
  font-size: 16px;
  font-style: normal;
}

.module-section-more {
  float: right;
  margin-top: 10px;
}

.module-section-more a {
  line-height: normal;
  padding: 3px 0;
  font-size: 16px;
  border-bottom: 1px solid #1a1a1a;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.module-section-more a:hover {
  color: #24a900;
  border-bottom: 1px solid #24a900;
  border-color: #24a900;
}

.module-section-gray {
  background-color: #f2f2f2;
}

.module-section > .module-section-inner .page-width {
}

/* 在线客服 */

.service {
  clear: both;
  margin-bottom: 20px;
  width: 160px;
}

.service-title {
  position: relative;
  line-height: 36px;
  background-color: #464a4b;
  color: #fff;
  *padding-top: 1px;
}

.service-title h3 {
  font-size: 16px;
  padding: 0 15px;
}

.service-title .service-title-icon {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.service-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background: url(../images/icon-service-close-btn.gif) no-repeat center;
  cursor: pointer;
}

.service-close-btn span {
  display: none;
}

.service-content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 10px;
  background-color: #fff;
  width: 138px;
}

.service-content .qhd-content,
.service-content .qhd-content a {
  color: #4d4d4d;
}

.service-content .qhd-content a:hover {
  color: #f30;
  text-decoration: none;
}

.service-content .qhd-content h1,
.service-content .qhd-content h2,
.service-content .qhd-content h3,
.service-content .qhd-content h4,
.service-content .qhd-content h5,
.service-content .qhd-content p {
  margin-bottom: 5px;
}

.service-content .qhd-content hr {
  border-color: #e5e5e5;
  height: 1px;
  font-size: 0;
  margin: 15px 0;
  clear: both;
  *margin: 7px 0;
}

.gotop {
  display: none;
}

.service-max {
  width: 160px;
  position: relative;
  display: none;
}

.service-max .gotop {
  margin-top: 5px;
  text-align: center;
  clear: both;
  width: 160px;
}

.service-max .gotop a {
  display: block;
  line-height: 34px;
  background-color: #6b7173;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.service-max .gotop a:hover {
  background-color: #464a4b;
  color: #fff;
  text-decoration: none;
}

.service-max .gotop a span {
  padding-left: 30px;
  background: url(../images/icon-gotop.gif) no-repeat left center;
}

.service-min {
  display: block;
  width: 46px;
  clear: both;
}

.service-min .service-title {
  height: auto;
  line-height: normal;
  border-bottom: none;
  background-color: transparent;
  padding: 0 0;
}

.service-min .service-title a {
  display: block;
  padding: 15px 13px;
  width: 20px;
  background-color: #fd1d01;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.service-min .service-title a:hover {
  background-color: #f01b00;
  color: #fff;
  text-decoration: none;
}

.service-min .service-title .service-title-icon {
  background-position: center 15px;
  padding-top: 45px;
}

.service-min .gotop {
  margin-top: 2px;
  clear: both;
}

.service-min .gotop a {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  background: #6b7173 url(../images/icon-gotop.gif) no-repeat center;
  color: #fff;
  text-decoration: none;
}

.service-min .gotop a span {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  padding: 6px 5px 4px;
  line-height: 16px;
  text-align: center;
  font-size: 13px;
  display: none;
  cursor: pointer;
}

.service-min .gotop a:hover {
  background-color: #464a4b;
  background-image: none;
}

.service-min .gotop a:hover span {
  display: block;
  color: #fff;
  text-decoration: none;
}

.fixed-left .service {
  float: left;
}

.fixed-left .service-inner {
  _float: left;
}

.fixed-right .service {
  float: right;
}

.fixed-right .service-inner {
  _float: right;
}

.fixed-right .service-min {
  float: right;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------

           Pages style

----------------------------------------------------------------------------------------------------------------------------------------------------*/

::selection {
  color: #fff;
  background-color: #316ac5;
}

::-moz-selection {
  color: #fff;
  background-color: #316ac5;
}

/*placeholder 颜色*/

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e2e2e2;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e2e2e2;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e2e2e2;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e2e2e2;
}

html {
  background-repeat: repeat;
  *overflow-x: hidden;
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 14px;
}

body.font-en-US,
body.font-en-US .module-title-default > .module-title-content h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

a:hover {
  color: #3d9a5c;
  text-decoration: none;
}

/* Common Class */

.float-left {
  float: left;
  display: inline;
}

.float-right {
  /*float:right;*/
  display: inline-block;
  margin-left: 315px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.dl-horizontal dt {
  float: left;
  display: inline;
}

.dl-horizontal dd {
  overflow: hidden;
  *zoom: 1;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}

.double-hr {
  border-top: 3px double #ccc;
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  display: none;
}

#wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

/*导航顶部*/
.page-top {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  position: relative;
  z-index: 8888;
  background-color: #fafafa;
}

.top-bar .block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.top-bar .top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-bar .top-contact .contact-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.top-bar .top-contact .contact-infos i {
  color: var(--global--color-primary);
  font-size: 15px;
  margin-right: 10px;
}
.top-bar .top-contact .contact-infos a,
.top-bar .top-contact .contact-infos p {
  font-family: var(--global--font-body);
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #929ba2;
  text-transform: capitalize;
}

.top-bar .block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
}
.page-top .block-right .contact-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 180px;
}

.top-bar .block-right .top-contact .contact-infos i {
  color: var(--global--color-primary);
  font-size: 15px;
  margin-right: 10px;
}

.page-top .block-right .contact-infos a,
.page-top .block_right .contact-infos p {
  font-family: var(--global--font-body);
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: #929ba2;
  text-transform: capitalize;
}

.page-top .block-right .topbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
}
.top-bar .block-right .topbar-links .energia-phone-Icon {
  width: 16px;
  height: 15px;
  background: url("../picture/phone.jpg") no-repeat;
  margin-right: 10px;
}

.page-top .block-right .social-links {
}

.share-box .share-btn {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  line-height: 1;
  background: #808080;
  background-position: center;
  background-size: 90% auto;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.share-box .share-btn svg {
  width: 60%;
  display: block;
}
.share-box .share-btn svg path {
  fill: #fff;
}
.page-top .block-right .social-links .share-btn {
  margin-right: 10px;
  color: var(--global--color-primary);
  /* -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 20px;
    line-height: 1;
    background: #808080;
    background-position: center;
    background-size: 90% auto;
    background-repeat: no-repeat;
    width:26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; */
}
.page-top .block-right .social-links .share-btn:hover {
  background-color: #24a900;
}

/* .top-bar .block-right .social-links .share-facebook{
    background-image: url('../picture/facebook.svg');
}

.top-bar .block-right .social-links .share-instagram{
    background-image: url('../picture/instagram.svg')
}

.top-bar .block-right .social-links .share-linkedin{
    background-image:  url('../picture/LinkedIn.svg');
}

.top-bar .block-right .social-links .share-youtube{
    background-image: url('../picture/YouTube.svg');
} */

/*导航*/
.page-width {
  width: 1730px;
  margin: 0 auto;
}

.page-width .page-width {
  width: auto;
}

.layout-boxed {
}

.layout-boxed #wrapper {
  width: 1300px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.home-page {
}

.insi-page {
}

/* 左右悬浮 */

.fixed-side {
  position: absolute;
  top: 150px;
  z-index: 10001;
}

.fixed-left {
  left: 0;
}

.fixed-right {
  right: 0;
  float: right;
}

.not-animated {
  opacity: 0;
}

/* 返回顶部 */

.gotop-wrapper {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: #969696\9;
}

.gotop-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #6d6d6d\9;
}

.gotop-wrapper a {
  display: none;
  _display: none !important;

  width: 55px;
  height: 55px;
  overflow: hidden;
  background: url(../images/icon-gotop-fixed.gif) no-repeat center;
}

/*数字滚动*/
.qhd-content-num {
  width: 100%;
  height: 100px;
  margin: 0px auto;
}
.numCount {
  width: 850px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
}
.qhd-content-num .numCount .clearfix {
  display: flex;
}
.qhd-content-num .numCount dd .numU {
  display: flex;
  align-items: baseline;
  justify-content: center;
  /* color: rgba(0, 0, 0, 0.5); */
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: -2rem;
}
/*.numCount li:nth-of-type(1){ width: 34%;text-align: left;}
.numCount li:nth-of-type(2){ width: 40%;text-align: right;}
.numCount li:nth-of-type(3){ width: 34%;text-align: right;}*/
.numCount li .item {
  margin: 0 10px;
  text-align: left;
}
.numCount li .numU {
  line-height: 1.7;
}
.numCount li .numCX {
  font-size: 54px;
  font-weight: bold;
  font-family: "微软雅黑";
  letter-spacing: 1px;
  color: #000;
}
.numCount li .numU .unitC {
  font-size: 100%;
  line-height: 1.3;
  margin-left: 0.3em;
}
.numCount li .numU sup {
  vertical-align: top;
}
.numCount li .numU sub {
  vertical-align: baseline;
}
@media (max-width: 800px) {
  .numCount li .numCX {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .numCount li .numCX {
    font-size: 7vw;
  }
}
@media (max-width: 480px) {
  .numCount {
    font-size: 0.5vw;
  }
}

/* ============================= top ============================= */

.top {
  width: 100%;
  position: relative;
  z-index: 1000;
  background-color: #fff;
}

/* top-bar */

/*.top-bar { height: 44px; line-height:44px; font-size:13px; color:#808080; background-color:#fafafa; position:relative; z-index:101; }
*/

.top-bar .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.top-bar .social-links a {
  margin-right: 10px;
  color: var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  line-height: 1;
}
.top-bar .social-links a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top-bar a {
  color: #808080;
}

.top-bar a:hover {
  color: #3b8ced;
  text-decoration: none;
}

.top-bar-content {
  max-width: 750px;
  height: auto !important;
}

.top-bar-content .qhd-content p {
  line-height: 36px;
}

.top-bar-content .qhd-content img {
  vertical-align: middle;
  line-height: normal;
}

.top-bar-content .link a {
  _position: relative;
  _top: 7px;
}

/* language */

.language {
  position: relative;
  font-size: 12px;
  z-index: 100;
}

.language a:hover {
  text-decoration: none;
}

.language .language-ico {
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.language .sf-menu a {
  border: none;
  color: #666 !important;
  padding-top: 6px;
  padding-bottom: 9px;
}

.language .sf-menu li {
  background-color: transparent;
}

.language .sf-menu li ul {
  width: 11em;
}

.language .sf-menu li li {
  background-color: #fff;
}

.language .sf-menu li li a {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.75em 1em;
}

.language .sf-menu li.sfHover,
.language .sf-menu li.sfHover a:hover {
  background-color: #fff;
}

.language .sf-menu li li:hover,
.language .sf-menu li.sfHover li a:hover,
.language .sf-menu li li a:focus,
.language .sf-menu li li a:hover,
.language .sf-menu li li a:active {
  background: #fafafa;
}

.language .sf-menu li:hover ul,
.language .sf-menu li.sfHover ul {
  top: 29px;
}

.language .sf-menu a.sf-with-ul {
  padding-right: 2em;
}

.language .sf-menu .sf-sub-indicator {
  top: 0.6em;
}

.language-sign {
  display: block;
  width: 36px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  left: -30px;
  background: url(../images/language-bg.png) no-repeat left center;
}

/* logo */

.logo img {
  display: block;
}

.top-main-content .qhd-content img {
  vertical-align: text-bottom;
}

/* top-search */

.top-search {
  width: 200px;
}

.top-search .search-form .form-text {
  border: none;
  float: right;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  width: 153px;
  color: #999;
  font-size: 12px;
}

.top-search .search-form .form-btn {
  float: right;
  padding: 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: #fff url(../images/search-icon-n.png) no-repeat center;
}

.top-search .search-form .form-btn:hover {
  background: #f30 url(../images/search-icon-h.png) no-repeat center;
}

.top-search .search-form .form-btn span {
  display: none;
}

/* ---------- header-v1 ---------- */

.header-v1 {
  color: #808080;
}

.header-v1 a {
  color: #808080;
}

.header-v1 a:hover {
  color: #696058;
  text-decoration: none;
}

.header-v1 .top-main {
  background: #fff url(../images/top-bg.png) repeat-x bottom center;
}

.header-v1 .top-main .page-width {
  position: relative;
}

.header-v1 .top-main-content-section {
  margin-top: 8px;
}

.header-v1 .top-main-content {
}

.header-v1 .top-widget {
}

.header-v1 .logo {
  float: left;
  margin: 25px 0 0;
  position: relative;
}

.header-v1 .logo a {
  display: block;
}

/* 多语言 */

.header-v1 .language {
  margin-left: 30px;
  margin-top: 5px;
}

.header-v1 .language a {
  margin-left: 10px;
}

/* 全局 */

.header-v1 .nav {
  margin-top: 7px;
  float: right;
}

.header-v1 .main-nav {
  _float: left;
}

.header-v1 .main-nav .sf-menu a,
.header-v1 .main-nav .sf-menu a:visited {
  color: #808080;
}

.header-v1 .main-nav .sf-menu a:hover {
  text-decoration: none;
  color: #696058;
}

.header-v1 .main-nav .sf-menu a {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  line-height: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}

.header-v1 .main-nav .sf-menu a strong {
  font-weight: normal;
}

/* 一级 */

.header-v1 .main-nav .sf-menu li {
  margin-left: 2px;
  background-color: transparent;
}

.header-v1 .main-nav .sf-menu li:hover,
.header-v1 .main-nav .sf-menu li.sfHover,
.header-v1 .main-nav .sf-menu li.sfHover > a,
.header-v1 .main-nav .sf-menu a:focus,
.header-v1 .main-nav .sf-menu a:hover,
.header-v1 .main-nav .sf-menu a:active {
  background-color: transparent;
  color: #696058;
}

.header-v1 .main-nav .sf-menu li.current,
.header-v1 .main-nav .sf-menu li.current .first-level,
.header-v1 .main-nav .sf-menu li.current .first-level:visited {
  background-color: transparent;
  color: #696058;
}

.header-v1 .main-nav .sf-menu li.sfHover .first-level {
  color: #808080;
}

.header-v1 .main-nav .sf-sub-indicator {
  display: none;
  background-image: url(../images/superfish-arrows-white.gif);
}

.header-v1 .main-nav .first-level {
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.header-v1 .main-nav .first-level .sf-sub-indicator {
  top: 3em;
}

.header-v1 .main-nav .sf-menu li i {
  display: none;
  width: 60px;
  _width: expression((this.parentElement.clientWidth) +"px");
  height: 3px;
  overflow: hidden;
  background-color: #0061b0;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30px;
}

.header-v1 .main-nav .sf-menu li:hover i,
.header-v1 .main-nav .sf-menu .nav-hover i,
.header-v1 .main-nav .sf-menu .current i,
.header-v1 .main-nav .sf-menu .sfHover i {
  display: none;
}

/* 二级以下 */

.header-v1 .sf-menu ul {
  width: 14em;
}

.header-v1 .main-nav .sf-menu li:hover ul,
.header-v1 .main-nav .sf-menu li.sfHover ul {
  top: 60px;
}

.header-v1 .main-nav .sf-menu li li:hover ul,
.header-v1 .main-nav .sf-menu li li.sfHover ul {
  top: 0;
  left: 14em;
}

.header-v1 .main-nav .sf-menu li li {
  margin-left: 0;
  background-color: rgba(139, 127, 116, 0.95);
  background-color: #e74f58\9;
}

.header-v1 .main-nav .sf-menu li li a,
.header-v1 .main-nav .sf-menu li li a:visited {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.header-v1 .main-nav .sf-menu li li:hover,
.header-v1 .main-nav .sf-menu li.sfHover li.sfHover,
.header-v1 .main-nav .sf-menu li.sfHover li.sfHover > a,
.header-v1 .main-nav .sf-menu li li a:focus,
.header-v1 .main-nav .sf-menu li li a:hover,
.header-v1 .main-nav .sf-menu li li a:active {
  background-color: #80756b;
  color: #fff;
}

.header-v1 .main-nav .sf-menu li li .sf-sub-indicator {
  top: 1.5em;
  display: block;
}

.header-v1 .top-search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  width: 80px;
  height: 80px;
}

.header-v1 .search-form-toggle {
  display: block;
  width: 80px;
  height: 80px;
  background: #fda412 url(../images/search-icon-n.png) no-repeat center;
}

.header-v1 .search-form-toggle:hover {
  background-color: #f29c11;
}

.header-v1 .search-form-toggle span {
  display: none;
}

.header-v1 .top-search .search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 11;
  width: 350px;
  padding: 15px;
  background-color: #fda412;
}

.header-v1 .top-search .search-form .form-text {
  padding-right: 20px;
  width: 252px;
  height: 34px;
  line-height: 34px;
  background-color: #e7991c;
  color: #fff;
}

.header-v1 .top-search .search-form .form-btn {
  width: 70px;
  height: 34px;
  background: #cc8718;
}

.header-v1 .top-search .search-form .form-btn span {
  display: block;
}

/* ---------- header-v2 ---------- */

.header-v2 {
  position: relative;
}

.header-v2 .top-bar {
}

.header-v2 .top-main {
  padding: 25px 0;
  background: #fff;
}

.header-v2 .top-main a {
}

.header-v2 .top-main a:hover {
}

.header-v2 .top-main .page-width {
}

.header-v2 .top-main .logo {
}

.header-v2 .top-main .top-widget {
  margin-top: 18px;
}

.header-v2 .top-main .top-widget a {
  color: #808080;
}

.header-v2 .top-main .top-widget a:hover {
  color: #696058;
}

.header-v2 .top-main-content {
  position: relative;
}

.header-v2 .language {
  position: absolute;
  top: -18px;
  right: 0;
}

.header-v2 .language a {
  margin-left: 10px;
}

/* 全局 */

.header-v2 .nav-wrapper {
  background-color: #736960;
}

.header-v2 .nav {
}

.header-v2 .main-nav .sf-menu a,
.header-v2 .main-nav .sf-menu a:visited {
  color: #fff;
}

.header-v2 .main-nav .sf-menu a:hover {
  text-decoration: none;
}

.header-v2 .main-nav .sf-menu a {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  line-height: 55px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

/* 一级 */

.header-v2 .main-nav .sf-menu li {
  margin-right: 2px;
  background-color: transparent;
}

.header-v2 .main-nav .sf-menu li.last {
  background-image: none;
}

.header-v2 .main-nav .sf-menu li:hover,
.header-v2 .main-nav .sf-menu li.sfHover,
.header-v2 .main-nav .sf-menu li.sfHover > a,
.header-v2 .main-nav .sf-menu a:focus,
.header-v2 .main-nav .sf-menu a:hover,
.header-v2 .main-nav .sf-menu a:active {
  background-color: #665d55;
  color: #fff;
}

.header-v2 .main-nav .sf-menu li.current,
.header-v2 .main-nav .sf-menu li.current .first-level,
.header-v2 .main-nav .sf-menu li.current .first-level:visited {
  background-color: #665d55;
  color: #fff;
}

.header-v2 .main-nav .sf-sub-indicator {
  background-image: url(../images/superfish-arrows-white.gif);
}

.header-v2 .main-nav .sf-menu .first-level {
  padding-right: 1.8em;
  padding-left: 1.8em;
  border-right: none;
}

.header-v2 .main-nav .sf-menu .first-level .sf-sub-indicator {
  display: none;
}

.header-v2 .main-nav .sf-menu .last .first-level {
  border-right: none;
}

.header-v2 .main-nav .sf-menu li i {
  display: none;
  width: 100%;
  _width: expression((this.parentElement.clientWidth) +"px");
  height: 3px;
  overflow: hidden;
  background-color: #00b1e1;
  position: absolute;
  top: -3px;
  left: 0;
}

.header-v2 .main-nav .sf-menu li:hover i,
.header-v2 .main-nav .sf-menu .nav-hover i,
.header-v2 .main-nav .sf-menu .current i,
.header-v2 .main-nav .sf-menu .sfHover i {
  display: none;
}

/* 二级以下 */

.header-v2 .sf-menu ul {
  width: 14em;
}

.header-v2 .main-nav .sf-menu li:hover ul,
.header-v2 .main-nav .sf-menu li.sfHover ul {
  top: 55px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.header-v2 .main-nav .sf-menu li li:hover ul,
.header-v2 .main-nav .sf-menu li li.sfHover ul {
  top: 0;
  left: 14em;
}

.header-v2 .main-nav .sf-menu li li {
  margin-right: 0;
  background-color: rgba(110, 100, 91, 0.95);
  background-color: #6e645b\9;
  border-top: none;
  background-image: none;
}

.header-v2 .main-nav .sf-menu li li a,
.header-v2 .main-nav .sf-menu li li a:visited {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  line-height: normal;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}

.header-v2 .main-nav .sf-menu li li a strong {
  font-weight: normal;
}

.header-v2 .main-nav .sf-menu li li:hover,
.header-v2 .main-nav .sf-menu li.sfHover li.sfHover,
.header-v2 .main-nav .sf-menu li.sfHover li.sfHover > a,
.header-v2 .main-nav .sf-menu li li a:focus,
.header-v2 .main-nav .sf-menu li li a:hover,
.header-v2 .main-nav .sf-menu li li a:active {
  background-color: #665d55;
  color: #fff;
}

.header-v2 .main-nav .sf-menu li li .sf-sub-indicator {
  top: 1.3em;
  display: block;
}

/* ---------- header-v3 ---------- */

.header-v3 {
}

.header-v3 a {
  color: #999;
}

.header-v3 a:hover {
  color: #f30;
  text-decoration: none;
}

.header-v3 .top-main {
  padding: 30px 0 40px;
}

.header-v3 .page-width {
  position: relative;
}

.header-v3 .logo {
  text-align: center;
}

.header-v3 .logo img {
  display: inline-block;
  margin-bottom: -5px;
}

.header-v3 .language {
  position: absolute;
  left: 0;
  bottom: 0;
}

.header-v3 .language a {
  margin-right: 15px;
}

.header-v3 .top-main-content {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.header-v3 .top-widget {
  color: #808080;
}

/* 全局 */

.header-v3 .nav {
  height: 46px;
  background: #f30 url(../images/header-v3-bg.jpg) no-repeat center;
}

.header-v3 .main-nav .sf-menu a,
.header-v3 .main-nav .sf-menu a:visited {
  color: #fff;
}

.header-v3 .main-nav .sf-menu a:hover {
  text-decoration: none;
}

.header-v3 .main-nav .sf-menu a {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

/* 一级 */

.header-v3 .main-nav .sf-menu li {
  margin-right: 2px;
  background-color: transparent;
}

.header-v3 .main-nav .sf-menu li.last {
  background-image: none;
}

.header-v3 .main-nav .sf-menu li:hover,
.header-v3 .main-nav .sf-menu li.sfHover,
.header-v3 .main-nav .sf-menu li.sfHover > a,
.header-v3 .main-nav .sf-menu a:focus,
.header-v3 .main-nav .sf-menu a:hover,
.header-v3 .main-nav .sf-menu a:active {
  background-color: #e7f2f8;
  color: #f30;
}

.header-v3 .main-nav .sf-menu li.current,
.header-v3 .main-nav .sf-menu li.current .first-level,
.header-v3 .main-nav .sf-menu li.current .first-level:visited {
  background-color: #e7f2f8;
  color: #f30;
}

.header-v3 .main-nav .sf-sub-indicator {
  background-image: url(../images/superfish-arrows-white.gif);
}

.header-v3 .main-nav .sf-menu .first-level {
  padding-right: 1.2em;
  padding-left: 1.2em;
  border-right: none;
  margin-right: 3px;
}

.header-v3 .main-nav .sf-menu .first-level .sf-sub-indicator {
  display: none;
}

.header-v3 .main-nav .sf-menu .last .first-level {
  border-right: none;
}

.header-v3 .main-nav .sf-menu li i {
  display: none;
  width: 100%;
  _width: expression((this.parentElement.clientWidth) +"px");
  height: 3px;
  overflow: hidden;
  background-color: #00b1e1;
  position: absolute;
  top: -3px;
  left: 0;
}

.header-v3 .main-nav .sf-menu li:hover i,
.header-v3 .main-nav .sf-menu .nav-hover i,
.header-v3 .main-nav .sf-menu .current i,
.header-v3 .main-nav .sf-menu .sfHover i {
  display: none;
}

/* 二级以下 */

.header-v3 .main-nav .sf-menu li:hover ul,
.header-v3 .main-nav .sf-menu li.sfHover ul {
  top: 46px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.header-v3 .main-nav .sf-menu li li:hover ul,
.header-v3 .main-nav .sf-menu li li.sfHover ul {
  top: 0;
  left: 13em;
}

.header-v3 .main-nav .sf-menu li li {
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #fff\9;
  border-top: none;
  background-image: none;
}

.header-v3 .main-nav .sf-menu li li a,
.header-v3 .main-nav .sf-menu li li a:visited {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
  font-weight: normal;
  font-size: 13px;
  color: #4d4d4d;
}

.header-v3 .main-nav .sf-menu li li:hover,
.header-v3 .main-nav .sf-menu li.sfHover li.sfHover,
.header-v3 .main-nav .sf-menu li.sfHover li.sfHover > a,
.header-v3 .main-nav .sf-menu li li a:focus,
.header-v3 .main-nav .sf-menu li li a:hover,
.header-v3 .main-nav .sf-menu li li a:active {
  background-color: #25a9ba;
  color: #fff;
}

.header-v3 .main-nav .sf-menu li li .sf-sub-indicator {
  top: 1em;
  display: block;
}

/* 搜索 */

.header-v3 .top-search {
  width: 190px;
  margin-top: 10px;
}

.header-v3 .top-search .search-form .form-text {
  width: 128px;
  margin-right: 1px;
  background-color: #fff;
}

/* ---------- header-v4 ---------- */

.header-v4 {
  /*position:absolute;*/
  width: 100%;
  background-color: #fff;
}

.header-v4 .top-bar,
.header-v4 .top-bar p {
  /*line-height: 36px ;*/
}

.header-v4 .logo {
  float: left;
  margin-top: 15px;
}

.header-v4 .nav,
.header-v4 .main-nav {
  float: right;
}

/* 多语言 */

.header-v4 .language {
  float: right;
}

.header-v4 .language .first-level,
.header-v4 .language .first-level:active {
  font-size: 13px;
  padding: 0 1.5em !important;
  font-size: 13px;
}

.header-v4 .language .sf-menu .sfHover .first-level {
  background-color: #24a900;
  color: #fff !important;
}

.header-v4 .language .first-level span {
  display: block;
  width: 20px;
  height: 90px;
  line-height: 90px;
  background: url(../images/icon-lang.png) no-repeat left center;
}

.header-v4 .language .first-level span em {
  display: none;
}

.header-v4 .language .sf-menu .sf-sub-indicator {
  display: none;
  width: 9px;
  height: 6px;
  right: 20px;
  top: 4.1em;
}

.header-v4 .language em {
  margin: 0 3px;
}

.header-v4 .language .first-level .language-ico {
  padding-left: 30px;
}

.header-v4 .language .sf-menu li:hover ul,
.header-v4 .language .sf-menu li.sfHover ul {
  top: 90px;
}

.header-v4 .language .sf-menu li ul {
  width: 200px;
  left: auto;
  right: 0;
}

.header-v4 .language .sf-menu li li {
  background-color: #24a900;
}

.header-v4 .language .sf-menu li li a {
  line-height: normal;
  padding: 15px;
  color: #fff !important;
  border-bottom: none;
  font-size: 13px;
}

.header-v4 .language .sf-menu li li:hover,
.header-v4 .language .sf-menu li.sfHover li a:hover,
.header-v4 .language .sf-menu li li a:focus,
.header-v4 .language .sf-menu li li a:hover,
.header-v4 .language .sf-menu li li a:active {
  background: #1c8000;
}

.header-v4 .language .sfHover .first-level span {
  background: url(../images/icon-lang-w.png) no-repeat left center;
}

/* 全局 */

.header-v4 .main-nav .sf-menu a:hover {
  text-decoration: none;
  color: #24a900;
}

.header-v4 .main-nav .sf-menu a {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  line-height: 90px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.header-v4 .main-nav .sf-menu a strong {
  font-weight: normal;
  font-family: "微软雅黑";
}

/* 一级 */

.header-v4 .main-nav .sf-menu li {
  margin-left: 70px;
  background-color: transparent;
}

.header-v4 .main-nav .sf-menu .zx {
  width: 212px;
  height: 52px;
  margin-top: 20px;
  display: inline-flex;
}

.header-v4 .main-nav .sf-menu li:hover,
.header-v4 .main-nav .sf-menu li.sfHover,
.header-v4 .main-nav .sf-menu li.sfHover > a,
.header-v4 .main-nav .sf-menu a:focus,
.header-v4 .main-nav .sf-menu a:hover,
.header-v4 .main-nav .sf-menu a:active {
  background-color: #fff;
  color: #24a900;
}

.header-v4 .main-nav .sf-menu li.current,
.header-v4 .main-nav .sf-menu li.current .first-level,
.header-v4 .main-nav .sf-menu li.current .first-level:visited {
  background-color: #fff;
  color: #24a900;
}

.header-v4 .main-nav .sf-sub-indicator {
}

.header-v4 .main-nav .first-level {
  padding-right: 1em;
  padding-left: 1em;
}

.header-v4 .main-nav .first-level .sf-sub-indicator {
  display: none;
}

.header-v4 .main-nav .sf-menu li i {
  display: none;
  width: 100%;
  _width: expression((this.parentElement.clientWidth) +"px");
  height: 2px;
  overflow: hidden;
  background-color: #36a268;
  position: absolute;
  left: 0;
}

.header-v4 .main-nav .sf-menu li:hover i,
.header-v4 .main-nav .sf-menu .nav-hover i,
.header-v4 .main-nav .sf-menu .current i,
.header-v4 .main-nav .sf-menu .sfHover i {
  display: block;
}

/* 二级以下 */

.header-v4 .main-nav .sf-menu li:hover ul,
.header-v4 .main-nav .sf-menu li.sfHover ul {
  top: 90px;
}

.header-v4 .main-nav .sf-menu li li:hover ul,
.header-v4 .main-nav .sf-menu li li.sfHover ul {
  top: 0;
  left: 13em;
}

.header-v4 .main-nav .sf-menu li li {
  margin-left: 0;
  background-color: #fff;
}

.header-v4 .main-nav .sf-menu li li a,
.header-v4 .main-nav .sf-menu li li a:visited {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 36px;
  font-weight: normal;
  font-size: 13px;
  color: #666;
}

.header-v4 .main-nav .sf-menu li li:hover,
.header-v4 .main-nav .sf-menu li.sfHover li.sfHover,
.header-v4 .main-nav .sf-menu li.sfHover li.sfHover > a,
.header-v4 .main-nav .sf-menu li li a:focus,
.header-v4 .main-nav .sf-menu li li a:hover,
.header-v4 .main-nav .sf-menu li li a:active {
  background-color: #fff;
  color: #24a900;
}

.header-v4 .main-nav .sf-menu li li .sf-sub-indicator {
  top: 1em;
  display: block;
}

/* ---------- header-v5 ---------- */

.header-v5 {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -560px;
  width: 1120px;
}

.header-v5 .page-width {
  width: auto;
  position: relative;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header-v5 .logo {
  height: 85px;
  float: left;
  background-color: #ff3333;
  padding: 0 20px;
}

.header-v5 .logo a {
  display: block;
  margin-top: 8px;
}

.header-v5 .top-main {
  background-color: #fff;
}

.header-v5 .top-main-content {
  margin-right: 90px;
}

/* language */

.header-v5 .language {
  position: absolute;
  top: 28px;
  right: 20px;
}

.header-v5 .language em {
  display: none;
}

.header-v5 .language a.first-level {
  padding: 0 15px 0 10px;
  width: 25px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #fff;
}

.header-v5 .language .sfHover a.first-level {
  border-color: #ededed;
}

.header-v5 .language .sf-menu li ul {
  top: 30px;
  width: 50px;
  background-color: #fafafa;
  border: 1px solid #ededed;
  border-top: none;
}

.header-v5 .language .sf-sub-indicator {
  width: 9px;
  height: 6px;
  top: 1em;
  background: url(../images/lang-select.gif) no-repeat;
}

.header-v5 .language .sf-menu li li a {
  padding: 9px 12px 9px 17px;
}

.language-tips {
  position: absolute;
  z-index: 10001;
  border: 1px solid #ccc;
  background: #ffffcc;
  padding: 2px 10px;
  color: #333;
  font-size: 12px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

/* 首屏 */

.mySwiper .swiper-button-next {
  width: 42px;
  height: 42px;
  position: absolute;
  background: url(../picture/b_r.png) no-repeat;
  z-index: 100;
}

.mySwiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  position: absolute;
  background: url(../picture/b_l.png) no-repeat;
  z-index: 100;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  top: 85% !important;
}

.mySwiper .swiper-button-prev,
.swiper-container-rtl .mySwiper .swiper-button-next {
  left: 19.5%;
  right: auto;
}
.mySwiper .swiper-button-next,
.swiper-container-rtl .mySwiper .swiper-button-prev {
  right: 75%;
  left: auto;
}
.mySwiper .swiper-pagination {
  display: none;
}

/* 新首屏 */
.headerSwiper {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 10px;
  /* width: 65%; */
}
.headerSwiper > .swiper-pagination{
  bottom: 6.5em !important;
  display: block;
}
.headerSwiper > .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  width: 2em;
  height: 2em;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../picture//home/index-icon.png);
  opacity: 1;;
}
.headerSwiper > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
   background-image: url(../picture//home/index-icon-1.png);
}
.headerSwiper > .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-left: 10em;
}
.headerSwiper > .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '';
  position: absolute;
  right: 100%;
  top: calc((100% - .1em) / 2);
  width: 10em;
  height: .1em;;
  background-size: .9em auto;
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url(../picture//home/index-icon-3.png);
}
.headerSwiper .swi-box {
  position: relative;
  padding: 20% 50%;
}
.headerSwiper .bgimg{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.headerSwiper .bgimg,
.headerSwiper .bgimg picture,
.headerSwiper .bgimg picture img {
  width: 100%;
  height: 100%;
}
.headerSwiper .bgimg picture img {
  position: relative;
  object-fit: cover;
  object-position: center;
}
/* .headerSwiper .bgimg picture{
  object-fit: fill;
} */
.headerSwiper .text-box {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  text-align: center;
  line-height: 1.2;
  
}
.headerSwiper .text-item-main{
  text-shadow: 0px .6em .3em rgba(1, 57, 27, 0.61);
}
.headerSwiper .text-item-main .text {
  font-size: 6em;
  
}
.headerSwiper .slide-1 .text-item-main{
  padding-top: 14%;
  font-family: "HarmonyOS_Sans_SC";
}
.headerSwiper .text-item-btnmore{
  width: fit-content;
  padding: .6em 2.3em;
  border-radius: 1em;
  background: #11924b;
  margin: 0px auto;
  margin-top: 3em;
}
.headerSwiper .text-item-btnmore .text{
  font-size: 2em;
  color: #fff;
  display: inline-block;
}
.headerSwiper .slide-2 .text-item-main{
  padding-top: 14%;
  text-shadow: 0px .6em .3em rgba(1, 57, 27, 0.61);
}
.headerSwiper .slide-2 .text-item-main .text{
  font-size: 6em;
  font-family: "HarmonyOS_Sans_SC";
}
.headerSwiper .slide-2 .text-item-sub1{

  text-shadow: 0px .6em .3em rgba(1, 57, 27, 0.23);
}
.headerSwiper .slide-2 .text-item-sub1 .text{
  font-size: 6em;
  font-family: "HarmonyOS_Sans_SC";
}
.headerSwiper .slide-2 .text-item-sub2{
  text-shadow: 0px .6em .3em rgba(1, 57, 27, 0.23);
  margin-top: 3em;
}
.headerSwiper .slide-2 .text-item-sub2 .text{
  font-size: 3em;
  font-family: "HarmonyOS_Sans_SC";
}
.headerSwiper .slide-3 .text-item-main{
  padding-top: 14%;
  text-shadow: 0px .6em .3em rgba(1, 57, 27, 0.78);
}
.headerSwiper .slide-3 .text-item-main .text{
  font-size: 6em;
  font-weight: 200;
  font-family: "HarmonyOS_Sans_SC";
}
.headerSwiper .slide-3 .text-item-sub1{
  text-shadow: 0px .2em .3em rgba(1, 57, 27, 0.78);
}
.headerSwiper .slide-3 .text-item-sub1 .text{
  font-size: 3em;
}
@media screen and (max-width: 1120px) {
  .headerSwiper {
    font-size: 8px;
  }
}
@media all and (max-width: 480px) {
  .headerSwiper {
    font-size: 5px;
  }
  .headerSwiper .bgimg{
    position: relative;
    left: unset;
    top: unset;
    height: unset;
  }
  .headerSwiper .swi-box {
    width: 100%;
    padding: 0px;
  }
}
/* 产品中心 */
.cp .module-inner {
  width: 100%;
  position: relative;
  z-index: 999;
}

.mycp .swiper-pagination {
  display: none;
}
.mycp .swiper-slide .carousel-img {
  width: 974px;
  height: 816px;
  margin: 0 auto;
}

.mycp .swiper-button-next {
  width: 29px;
  height: 51px;
  position: absolute;
  background: url(../picture/cp/b_r.png) no-repeat;
  z-index: 100;
}

.mycp .swiper-button-prev {
  width: 29px;
  height: 51px;
  position: absolute;
  background: url(../picture/cp/b_l.png) no-repeat;
  z-index: 100;
}

.mycp .swiper-button-next,
.mycp .swiper-button-prev {
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  top: 38% !important;
}
.mycp .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.mycp .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

/*按钮高光*/
@-webkit-keyframes greenPulse {
  from {
    background-color: #4fb67e;
    -webkit-box-shadow: 0 0 9px #333;
  }
  50% {
    background-color: #36a268;
    -webkit-box-shadow: 0 0 18px #36a268;
  }
  to {
    background-color: #4fb67e;
    -webkit-box-shadow: 0 0 9px #333;
  }
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.button {
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
.header-v4 .main-nav .sf-menu .zx a {
  color: #000;

  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 16px;
}
.header-v4 .main-nav .sf-menu .zx a:hover {
  color: #fff;
  background-color: #36a268;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
}
.header-v4 .main-nav .sf-menu .zx i {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 2px;
  right: 0px;
  height: 30px;
  overflow: hidden;
  background-color: #999;
  margin: 0 10px;
}
.green.button {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 3s;
}
.green.button {
  background-color: #36a268;
}
.green.button:hover {
  background-color: #4fb67e;
}

.swiper-slide .carousel-img .learn-more {
  cursor: pointer;
  background-color: #36a268;
  width: 182px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 66%;
  left: 19%;
}
.swiper-slide .carousel-img .learn-more strong {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "微软雅黑";
}

/* 全局 */

.header-v5 .nav,
.header-v5 .main-nav {
  float: right;
}

.header-v5 .main-nav .sf-menu a:hover {
  text-decoration: none;
}

.header-v5 .main-nav .sf-menu a {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  line-height: 85px;
  font-size: 15px;
  color: #333;
}

/* 一级 */

.header-v5 .main-nav .sf-menu li {
  margin-left: 0;
  background-color: transparent;
}

.header-v5 .main-nav .sf-menu li:hover,
.header-v5 .main-nav .sf-menu li.sfHover,
.header-v5 .main-nav .sf-menu li.sfHover > a,
.header-v5 .main-nav .sf-menu a:focus,
.header-v5 .main-nav .sf-menu a:hover,
.header-v5 .main-nav .sf-menu a:active {
  background-color: #fafafa;
  color: #ff3333;
}

.header-v5 .main-nav .sf-menu li.current,
.header-v5 .main-nav .sf-menu li.current .first-level,
.header-v5 .main-nav .sf-menu li.current .first-level:visited {
  background-color: #fafafa;
  color: #ff3333;
}

.header-v5 .main-nav .sf-sub-indicator {
  background-image: url(../images/superfish-arrows-white.gif);
}

.header-v5 .main-nav .sf-menu .first-level {
  padding-right: 1.3em;
  padding-left: 1.3em;
  border-right: 1px solid #f2f2f2;
  text-align: center;
}

.header-v5 .main-nav .sf-menu .first-level .sf-sub-indicator {
  display: none;
}

.header-v5 .main-nav .sf-menu .first-level strong {
  font-weight: normal;
}

.header-v5 .main-nav .sf-menu .first-level-min {
  display: block;
  line-height: 71px;
}

.header-v5 .main-nav .sf-menu .first-level em {
  display: block;
  line-height: 14px;
  position: relative;
  top: -22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999;
}

.header-v5 .main-nav .sf-menu .last .first-level {
  border-right: none;
}

.header-v5 .main-nav .sf-menu li i {
  display: none;
  width: 100%;
  _width: expression((this.parentElement.clientWidth) +"px");
  height: 3px;
  overflow: hidden;
  background-color: #ff3333;
  position: absolute;
  top: -3px;
  left: 0;
}

.header-v5 .main-nav .sf-menu li:hover i,
.header-v5 .main-nav .sf-menu .nav-hover i,
.header-v5 .main-nav .sf-menu .current i,
.header-v5 .main-nav .sf-menu .sfHover i {
  display: block;
}

/* 二级以下 */

.header-v5 .main-nav .sf-menu li:hover ul,
.header-v5 .main-nav .sf-menu li.sfHover ul {
  top: 85px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.header-v5 .main-nav .sf-menu li li:hover ul,
.header-v5 .main-nav .sf-menu li li.sfHover ul {
  top: 0;
  left: 13em;
}

.header-v5 .main-nav .sf-menu li li {
  margin-left: 0;
  background-color: rgba(1, 175, 62, 0.95);
  background-color: #ff3333\9;
}

.header-v5 .main-nav .sf-menu li li strong {
  font-weight: normal;
}

.header-v5 .main-nav .sf-menu li li a,
.header-v5 .main-nav .sf-menu li li a:visited {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}

.header-v5 .main-nav .sf-menu li li:hover,
.header-v5 .main-nav .sf-menu li.sfHover li.sfHover,
.header-v5 .main-nav .sf-menu li.sfHover li.sfHover > a,
.header-v5 .main-nav .sf-menu li li a:focus,
.header-v5 .main-nav .sf-menu li li a:hover,
.header-v5 .main-nav .sf-menu li li a:active {
  background-color: rgba(2, 153, 55, 0.95);
  background-color: #029937\9;
  color: #fff;
}

.header-v5 .main-nav .sf-menu li li .sf-sub-indicator {
  top: 1em;
  display: block;
}

/* ---------- side-header ---------- */

/*#wrapper { padding-left:260px; width:auto; } 启动后全局侧边栏导航模式*/

.side-header {
  position: fixed;
  top: 0; /*left:0;*/
  z-index: 11;
  width: 260px;
  margin-left: -260px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.2);
}

.side-header-wrapper {
  position: relative;
  height: 100%;
}

.side-header .top-main-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #666;
}

.side-header .top-main-content a {
  color: #666;
}

.side-header .top-main-content a:hover {
  color: #e60566;
}

.side-header .top-main-content em {
  margin: 0 5px;
}

.side-header .top-main-content .language {
  padding: 10px 35px;
}

.side-header .top-main-content .top-widget {
  padding: 0 35px;
}

.side-header .logo {
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  text-align: center;
}

.side-header .logo img {
  display: inline;
  max-width: 100%;
}

.main-nav-vertical {
}

.main-nav-vertical .sf-menu a,
.main-nav-vertical .sf-menu a:visited {
  color: #4d4d4d;
}

.main-nav-vertical .sf-menu a {
  border: none; /* padding:0 40px; height:50px; line-height:50px;*/
  padding: 15px 35px;
  line-height: normal;
  font-size: 14px;
}

.main-nav-vertical .sf-menu {
  width: 260px;
}

.main-nav-vertical .sf-menu li {
  width: 100%;
  float: none;
  background-color: transparent;
  margin-bottom: 1px;
  *margin-bottom: -3px;
}

.main-nav-vertical .sf-menu li strong {
  font-weight: normal;
}

.main-nav-vertical .sf-menu li.current,
.main-nav-vertical .sf-menu li.current .first-level,
.main-nav-vertical .sf-menu li.current .first-level:visited {
  color: #e60566;
}

.main-nav-vertical .sf-menu li:hover,
.main-nav-vertical .sf-menu li.sfHover,
.main-nav-vertical .sf-menu li.sfHover > a,
.main-nav-vertical .sf-menu a:focus,
.main-nav-vertical .sf-menu a:hover,
.main-nav-vertical .sf-menu a:active {
  background-color: #f8f8f8;
  color: #e60566;
}

.main-nav-vertical .sf-menu .first-level .sf-sub-indicator {
  display: none;
}

/* 二级 */

.main-nav-vertical .sf-menu ul {
  width: 230px;
}

.main-nav-vertical .sf-menu li:hover ul,
.main-nav-vertical .sf-menu li.sfHover ul {
  left: 100%;
  top: 0;
}

.main-nav-vertical .sf-menu li:hover ul.position-bottom,
.main-nav-vertical .sf-menu li.sfHover ul.position-bottom {
  top: auto;
  bottom: 0;
}

.main-nav-vertical .sf-menu li li {
  margin-bottom: 0;
  background-color: transparent;
}

.main-nav-vertical .sf-menu li li a {
}

.main-nav-vertical .sf-menu li li strong {
  font-weight: normal;
}

.main-nav-vertical .sf-menu li li:hover,
.main-nav-vertical .sf-menu li.sfHover li.sfHover,
.main-nav-vertical .sf-menu li.sfHover li.sfHover > a,
.main-nav-vertical .sf-menu li li a:focus,
.main-nav-vertical .sf-menu li li a:hover,
.main-nav-vertical .sf-menu li li a:active {
  background-color: transparent;
}

/* 三级 */

.main-nav-vertical .sf-menu ul ul li {
  background-color: #f8f8f8;
}

.main-nav-vertical .sf-menu ul ul li:hover,
.main-nav-vertical .sf-menu li.sfHover ul ul li.sfHover,
.main-nav-vertical .sf-menu li.sfHover ul ul li.sfHover > a,
.main-nav-vertical .sf-menu ul ul li a:focus,
.main-nav-vertical .sf-menu ul ul li a:hover,
.main-nav-vertical .sf-menu ul ul li a:active {
  background-color: #f2f2f2;
  color: #e60566;
}

.main-nav-vertical .vertical-nav-bg {
  position: fixed;
  left: 260px;
  top: 0;
  width: 230px;
  height: 100%;
  background-color: #fcfcfc;
  display: none;
}

.main-nav-vertical .sf-menu li.sfHover .vertical-nav-bg {
  display: block;
}

.main-nav-vertical .sf-sub-indicator {
  top: 1.4em;
  background-position: 0 0;
}

.main-nav-vertical .sf-menu a:focus > .sf-sub-indicator,
.main-nav-vertical .sf-menu a:hover > .sf-sub-indicator,
.main-nav-vertical .sf-menu a:active > .sf-sub-indicator,
.main-nav-vertical .sf-menu li:hover > a > .sf-sub-indicator,
.main-nav-vertical .sf-menu li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}

/* ============================= header ============================= */

.header {
  /*min-height:100px; height:auto !important; _height:100px;*/
  line-height: 0;
}

/* ============================= page-title & page-name & page-menu ============================= */

.page-title .page-width {
  overflow: hidden;
}

.page-title .page-name {
  line-height: 44px;
}

.page-title .page-name h2 {
  font-size: 16px;
}

.page-title .breadcrumbs {
  line-height: 44px;
}

.page-title-inner {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  margin-bottom: 30px;
}

.page-title-inner .breadcrumbs {
  padding-left: 16px;
  background: url(../images/icon-home.png) no-repeat left center;
}

.page-menu {
  margin-bottom: 35px;
  padding-bottom: 10px;
  background-color: #fffbf7;
}

.page-menu-title {
  background: #575757;
}

.page-menu-title h3 {
  padding-left: 15px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
}

.page-menu-title-max h3 {
  font-size: 24px;
}

.page-menu-title h4 {
  margin-bottom: 5px;
  padding-left: 35px;
  line-height: normal;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.page-menu-content {
  padding: 10px 0 25px;
}

.page-menu-content ul {
  padding: 0 15px;
}

.page-menu-content ul li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.page-menu-content ul li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 10px;
  line-height: normal;
  color: #4d4d4d;
  font-size: 14px;
  *zoom: 1;
}

.page-menu-content ul li i {
  display: block;
  width: 7px;
  height: 7px;
  overflow: hidden;
  position: absolute;
  top: 17px;
  right: 0;
  _right: 15px;
  background: url(../images/page-menu.gif) no-repeat 0 0;
}

.page-menu-content ul li a:hover {
  text-decoration: none;
  color: #24a900;
}

.page-menu-content ul li:hover i {
  background-image: url(../images/page-menu-c.gif);
}

.page-menu-content ul ul {
  padding: 5px 0 0 15px;
  margin: 0 0 20px;
  display: none;
}

.page-menu-content ul ul li.last {
  border-bottom: none;
}

.page-menu-content ul li ul li {
  border-bottom: none;
}

.page-menu-content ul li ul li a {
  color: #4d4d4d;
  padding-left: 10px;
  background: url(../images/page-menu-sub.gif) no-repeat left center;
}

.page-menu-content ul li ul li a:hover {
  color: #24a900;
  background: url(../images/page-menu-sub-c.gif) no-repeat left center;
}

.page-menu-content ul ul li a {
  background-image: none;
  padding: 6px 0;
  line-height: normal;
  background-colot: #f2f2f2;
  font-size: 13px;
}

.page-menu-content ul li.current a {
  color: #24a900;
}

.page-menu-content ul li.current i {
  background-image: url(../images/page-menu-c.gif);
}

.page-menu-content ul li.current ul {
  display: block;
  margin-top: 0;
}

.page-menu-content ul li.current ul li {
  border-bottom: none;
}

.page-menu-content ul li.current ul li a {
  color: #4d4d4d;
}

.page-menu-content ul li.current ul li a:hover {
  color: #24a900;
}

.page-menu-content ul li.current ul li.current > a {
  color: #24a900;
  background: url(../images/page-menu-sub-c.gif) no-repeat left center;
}

.full-page-title-wrap {
  position: relative;
  margin: 30px 0 0;
  text-align: center;
}

.full-page-title-wrap h2 {
  margin-bottom: 5px;
  line-height: normal;
  font-weight: normal;
  color: #333;
  font-size: 30px;
  font-size: 3rem;
}

.full-page-title-wrap .full-page-title h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px;
  line-height: normal;
  font-weight: normal;
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
}

.full-page-title-wrap .full-page-title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
  position: relative;
  top: -5px;
  width: 180px;
  height: 1px;
  background-color: #ccc;
}

.full-page-menu-content {
  margin-top: 30px;
}

.full-page-menu-content ul {
  padding: 0;
  font-size: 0;
  text-align: center;
}

.full-page-menu-content ul li {
  border-bottom: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: none;
  margin: 0 10px;
}

.full-page-menu-content ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 7px;

  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.full-page-menu-content ul li a:hover,
.full-page-menu-content ul li.current a {
  background: #fff;
  color: #24a900;
  border-color: #24a900;
}

.qhd-content table.slimtable {
  width: 100% !important;
}

/* ============================= main ============================= */

.main {
  min-height: 150px;
  height: auto !important;
  _height: 150px;
}

.home-page .main {
}

.sidebar {
  width: 230px;
  padding: 35px 0 65px;
}

.sidebar-content {
}

.content {
  width: 940px;
  padding: 35px 0 65px;
  _overflow: hidden;
}

.content .scrollable ul li {
  width: 246px;
}

.content .scrollable .carousel-direction a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.content .scrollable a.carousel-prev {
  left: 0px;
}

.content .scrollable a.carousel-next {
  right: 0px;
}

.content .product-set .carousel-direction a {
  top: 100px;
}

.content .scrollable-3col .carousel-direction a {
  top: 125px;
}

.content .link-scrollable ul li {
  width: 180px;
}

.content .link-scrollable .carousel-direction a {
  top: 37px;
}

/* 文章 */

.content .team-introduction .team-img {
  margin-right: 15px;
}

.content .team-introduction .team-img img {
  width: 300px;
}

.content .team-introduction .team-name {
  margin-bottom: 10px;
  font-size: 22px;
}

.content .team-cases-title {
  margin: 35px 0 20px;
  padding-top: 35px;
}

/* 产品 */
.cp {
  width: 1500px;
  height: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cp .module-default {
  /*width: 1000px; height: 800px; margin:0 auto;*/
}

.cp .carousel-prev {
  width: 29px;
  height: 51px;
  position: absolute;
  top: 25%;
  left: 10%;
  margin: 0;
  background: url(../picture/cp/b_l.png) no-repeat;
  z-index: 100;
}

.cp .carousel-next {
  width: 29px;
  height: 51px;
  position: absolute;
  top: 25%;
  right: 10%;
  margin: 0;
  background: url(../picture/cp/b_r.png) no-repeat;
  z-index: 100;
}
.module-full-screen-mian .main-more {
  float: none;
  clear: both; /*margin-top:40px; */
}

.module-full-screen-mian .main-more a {
  width: 332px;
  height: 96px;
  margin: 0 auto;
  display: block; /*display: inline-block;*display: inline;*zoom: 1;line-height: 50px;padding: 0 35px;border: 1px solid #999;color: #666;transition: all 0.5s ease 0s;border-radius: 20px;height: 50px;width: 120px;*/
}

.module-full-screen-more a:hover,
.module-full-screen-more a:active {
  /* background-color:#36a268; border-color:#36a268; color:#fff; text-decoration:none;*/
}

.content .product-list .col-2-1 .product-item .portfolio-text h2 {
  margin-top: 120px;
}

.content .product-list .col-3-1 .product-item .portfolio-text h2 {
  margin-top: 40px;
}

.content .product-list .col-4-1 .product-item .portfolio-text h2 {
  margin-top: 30px;
}

.content .product-list .col-4-1 .product-item .portfolio-text .icon-detail {
  display: none;
}

.content .product-list .col-5-1 .product-item .portfolio-text h2 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.content .product-list .col-5-1 .product-item .portfolio-text .icon-detail {
  display: none;
}

.content .product-detail-zoom .product-intr .product-preview {
  width: 360px;
}

.content .product-detail-zoom .product-intr .zoom-small-image img {
  width: 360px !important;
}

.content .product-detail-zoom .product-intr .zoom-thumbs {
  width: 360px;
}

.content .product-detail-zoom .product-intr .zoom-thumbs img {
  width: 80px;
  height: auto !important;
}

/*

		.content .product-detail-zoom .product-intr .product-preview .zoom-small-image img { width:360px !important; }

		.content .product-detail-zoom .product-intr .product-preview .zoom-thumbs { width:360px; }

		*/

/* 新----------- */
.newcp {
  position: relative;
  width: 100%;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 10px;
}
.newcp .my-pagination {
  width: 65.6em;
  position: absolute;
  left: 29em;
  bottom: 6.5em;
  height: 1px;
  background: #8b8b8b;
  z-index: 1;
}
.newcp .my-pagination .my-pbar {
  width: calc(100% / 8);
  height: 200%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #00843c;
  transition: 1s width linear;
}
.newcp .swiper-slide {
  padding: 0px 23em;
  box-sizing: border-box;
  background: #fff;
}
.newcp .swiper-slide .img-text-box {
  position: relative;
  padding: 23% 50%;
  /* pointer-events: none; */
}
.newcp .swiper-slide .img-text-box .slide-cont {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}
.newcp .swiper-slide .img-text-box .slide-text-box {
  position: relative;
  text-align: left;
  margin-left: 6em;
  line-height: 1;
  margin-bottom: 9em;
}
.newcp .swiper-slide .img-text-box .slide-text-box .text {
  line-height: inherit;
}
.newcp .swiper-slide .img-text-box .text-index {
  color: #4f4f4f;
  border: .2em solid #000000;
  border-radius: 1.5em;
  padding: 0.35em 1em;
  min-width: 7.8em;
  box-sizing: border-box;
  width: fit-content;
  line-height: 1;
  text-align: center;
}
.newcp .swiper-slide .img-text-box .text-index .text {
  font-size: 3em;
}
.newcp .swiper-slide .img-text-box .text-type {
  color: #00843c;
  margin-top: 4em;
}
.newcp .swiper-slide .img-text-box .text-type .text {
  font-size: 2.5em;
}
.newcp .swiper-slide .img-text-box .text-name {
  margin-top: 3em;
}
.newcp .swiper-slide .img-text-box .text-name .text {
  font-size: 5em;
}
.newcp .swiper-slide .img-text-box .text-list {
  margin-top: 7em;
}
.newcp .swiper-slide .img-text-box .text-item + .text-item {
  margin-top: 3.2em;
}
.newcp .swiper-slide .img-text-box .item-label {
  color: #4f4f4f;
  font-size: 2.5em;
}
.newcp .swiper-slide .img-text-box .item-value {
  font-size: 2.5em;
  color: #000000;
}
.newcp .swiper-slide .img-text-box .slide-img-box {
  position: absolute;
  right: 1.3em;
  width: 50em;/* 78.7em; */
}
.newcp .swiper-slide .img-text-box .slide-img-box picture {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .newcp,
  .newcp .swiper-slide .img-text-box .slide-cont  {
    font-size: 8px;
  }
  .newcp .swiper-slide{
    padding: 0px 5em;
  }
  .newcp .my-pagination {
    left: 11em;
  }
  .newcp .swiper-slide .img-text-box{
    padding: 25% 50%;
  }
}
@media all and (max-width: 480px) {
  .newcp {
    font-size: 5px;
  }
  .newcp .swiper-slide .img-text-box {
    padding: 0px;
  }
  .newcp .swiper-slide .img-text-box .slide-cont {
    position: relative;
    height: auto;
    font-size: 5px;
    display: block;
  }
  .newcp .swiper-slide {
    padding: 0px 0px;
  }
  .newcp .swiper-slide .img-text-box .slide-img-box {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    width: 80%;
    margin: 0px auto;
  }
  .newcp .swiper-slide .img-text-box .slide-text-box {
    margin-left: 0px;
    margin-bottom: 2em;
  }
  .newcp .my-pagination {
    position: relative;
    bottom: unset;
    left: unset;
  }
}
/*产品*/
.grey {
  background: #fafafa;
}
.module-full-screen-pro {
  border-bottom: 1px #d9d9d9 solid;
}
.module-full-screen-pro .search_box input::-moz-input-placeholder {
  color: #9e9e9e;
}
.module-full-screen-pro .search_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e;
}

.module-full-screen-pro .module-inner .page-width {
  width: 100%;
}
.module-full-screen-pro .module-full-screen-title > .module-title-content > i {
  display: inline-block;
  position: relative;
  top: 18px;
  width: 100%;
  right: 0px;
  height: 1px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.module-full-screen-pro .module-title-content {
  width: 1400px; /*height: auto;*/
  margin: 0 auto; /*border-bottom: 1px #d9d9d9 solid;*/
}
.module-full-screen-pro .module-title-content li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  padding-left: 20px;
  border-bottom: 1px #d9d9d9 solid;
  text-align: left;
  width: 1400px;
  margin: 0 auto;
}

.module-full-screen-pro .search_box {
  width: 100%;
  height: 80px;
  padding: 0 24px;
  padding-top: 5px;
  min-width: 1440px;
  position: relative;
  box-sizing: border-box;
}
.search_box input {
  width: calc(100% - 507px);
  height: 100%;
  border: 1px #cfcfcf solid;
  padding: 0;
  padding-left: 90px;
  background: #fafafa;
  font-size: 24px;
  color: #000;
  height: 68px;
  border-radius: 35px;
}
.search_box b {
  background: url(../picture/sousuo-2.png) no-repeat #36a268 50%;
  top: 6px;
  right: 12%;
  width: 115px;
  height: 68px;
  cursor: pointer;
  float: right;
  position: absolute;
  border-radius: 35px;
}
#txt_Keyword {
  background: url(../picture/sousuo.png) no-repeat;
  background-position: 45px 20px;
}

/*产品分类*/
.module-full-screen-category .page-width {
  width: 1552px;
  height: 1220px;
  margin: 0 auto;
}

.module-full-screen-category .page-width .category-left {
  float: left;
}

.body_nav {
  width: 415px;
  height: 840px;
}
.body_nav ul.prlnavul {
  background: #fff;
}
.body_nav ul.prlnavul li {
  width: 415px;
  height: 100px;
  border-bottom: 1px solid #d3d3d3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.body_nav ul.prlnavul li:last-child {
  border: none;
}
.body_nav ul.prlnavul li em {
  font-size: 35px;
  margin-right: 45px;
  float: right; /*position: relative;bottom: 30px;*/
}
.body_nav ul.prlnavul li a {
  color: #000;
  font-size: 14px;
  display: block;
  height: 100px;
  line-height: 100px;
}
.body_nav ul.prlnavul li a b {
  font-size: 25px;
  font-weight: 100;
  font-family: "HarmonyOS_Sans_SC";
}
.body_nav ul.prlnavul li:hover {
  background: #36a268;
}
.body_nav ul.prlnavul li:hover a {
  color: #fff;
}
.body_nav ul.prlnavul .current {
  background: #36a268;
}
.body_nav ul.prlnavul .current a {
  color: #fff;
}

.body_nav .column-left {
  width: 415px;
  height: 230px;
  margin-top: 200px;
  background: #36a268;
  position: relative;
}
.body_nav .column-left .hollow-out {
  width: 355px;
  height: 104px;
  background: #fff;
  border-radius: 150px;
  position: absolute;
  top: 48px;
  left: 30px;
}
.body_nav .column-left .hollow-out ul {
  display: flex;
}
.body_nav .column-left .hollow-out ul li {
  width: 355px;
  height: 104px;
}
.body_nav .column-left .hollow-out img {
  float: left;
  margin: 20px 5px 20px 20px;
}
.hotline {
  color: #666666;
  font-size: 24px;
  font-family: "HarmonyOS_Sans_SC";
  margin-top: 19px;
  height: 26px;
  line-height: 26px;
}
.hollow-out span {
  color: #36a268;
  font-size: 30px;
}
.email-left {
  color: #fff;
  font-size: 24px;
  font-family: "HarmonyOS_Sans_SC";
  position: absolute;
  bottom: 24px;
  left: 62px;
}

/*产品列表内容*/
.main_rlght {
  width: 1040px;
  float: right;
}
.main_title h2 {
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  line-height: 30px;
  font-weight: normal;
  margin-top: 20px;
}
.main_title h2 i {
  width: 165px;
  height: 1px;
  display: block;
  border-bottom: 3px #36a268 solid;
}
.main_title h2 p {
  margin-bottom: 50px;
  font-size: 26px;
  display: inline-block;
  font-family: "HarmonyOS_Sans_SC";
}
.main_title h2 p span {
  font-size: 14px;
}
.mbxnav {
  margin-bottom: 50px;
  color: #000;
  float: right;
  margin-top: 10px;
  font-size: 18px;
  font-family: "HarmonyOS_Sans_SC";
}
.mbxnav a.current {
  color: #36a268;
}

.proul {
  background: #fff;
  padding-bottom: 30px;
}
.proul ul.proulli li {
  width: 100% !important;
  margin-top: 0 !important;
  background: #fafafa;
  width: 260px;
  float: left;
  margin: 20px 10px 14px 0px;
  height: 62px;
  line-height: 62px;
}
.proul ul.proulli li div {
  text-align: center;
}
.proul ul.proulli li img {
  width: 258px;
  height: 214px;
}
.proul ul.proulli li:nth-child(3),
.proul ul li:nth-child(6),
.proul ul li:nth-child(9),
.proul ul li:nth-child(12),
.proul ul li:nth-child(15) {
  margin-right: 0;
}
.proul ul.proulli li h4 {
  font-size: 24px;
  color: #333333;
  float: left;
  font-weight: 100;
  font-family: "HarmonyOS_Sans_SC";
  margin-left: 45px;
}
.proul ul.proulli li p {
  float: right;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 18px;
  color: #464646;
  margin-right: 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.proul ul.proulli li div {
  /*padding: 8px;*/
}
.proul ul.proulli li:hover {
  background: #36a268;
}
.proul ul.proulli li:hover h4 {
  color: #fff;
}
.proul ul.proulli li:hover p {
  color: #fff;
}

/*------------------------分页------------------------*/
.page {
  clear: both;
  padding: 80px 0;
  text-align: left;
}
.page .pageinfo,
.total,
.pagefirst,
.pageend {
  display: none;
}
.page .current {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #3e3e3e;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 3px;
  user-select: none;
}
.page a:hover {
  color: #fff;
  background: #3e3e3e;
}
.page span:hover {
  color: #fff;
  background: #3e3e3e;
  cursor: pointer;
  border: 1px solid #3e3e3e;
}
.page .pagenum {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  color: #3d3d3d;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 3px;
  user-select: none;
}
.page .pageup,
.pagedown {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  color: #3d3d3d;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 3px;
  user-select: none;
}

.pagepreall,
.pagenextall {
  display: none;
}

/*.module-full-screen-pro .module-full-screen-title .pro-h2{text-align: left; font-size: 48px;color: #000; font-family: 'HarmonyOS_Sans_SC';}
	 	.module-full-screen-pro .module-full-screen-title > .module-title-content > i {display: inline-block;position: relative;top: 18px;width: 100%;right: 0px; height: 1px;overflow: hidden;background-color: #d9d9d9;}
		
		.module-full-screen-pro .pro-explore{ width: 1552px;height: auto;margin: 0 auto;display: flex;}
		.module-full-screen-pro .pro-content{width: 780px;height: auto;margin-right: 400px;margin-top: 50px;}
		.module-full-screen-pro .pro-content p{font-size: 24px; font-family:'HarmonyOS_Sans_SC';letter-spacing: 1px;color: #555555;}
		.module-full-screen-pro .pro-content strong{letter-spacing: 1px;color: #000;}
		.module-full-screen-pro .pro-explore .pro-list{letter-spacing: 2px; width: 180px;height: 230px;font-size: 17px;margin-top: 50px;color: #6e6e6e;}
		*/

/*产品详情*/
.module-full-screen-details {
  width: 1413px;
  height: auto;
  margin-top: 50px;
  margin: 0 auto;
}
.module-full-screen-details .page-width {
  width: 1415px;
  height: auto;
  margin: 0 auto;
}

.module-full-screen-details .det-h2 {
  text-align: left;
  font-size: 45px;
  font-weight: 500;
  color: #000;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-details .det-h3 {
  text-align: left;
  font-size: 4.5rem;
  margin: 0;
  font-weight: bold;
  font-family: "HarmonyOS_Sans_SC";
  color: hsl(0deg 0% 19%);
}
.module-full-screen-details .module-full-screen-title {
  position: relative;
}
.module-full-screen-details .module-full-screen-title > .module-title-content > i {
  display: inline-block;
  position: relative;
  top: 35px;
  width: 1415px;
  right: 0px;
  height: 1px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.module-full-screen-details .det-order {
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #36a268;
  width: 256px;
  height: 74px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 74px;
  display: block;
  letter-spacing: 2px;
}

.module-full-screen-img > .module-inner {
  padding-top: 0px;
}
.module-full-screen-img .pro-img {
  width: 1418px;
  height: 623px;
  margin: 0 auto;
  background: #f8f8f8;
  position: relative;
}
.module-full-screen-img .pro-img .img {
  position: absolute;
  top: 35px;
  left: 31%;
  margin-left: -88px;
  width: 700px;
  height: 700px;
  border-radius: 350px;
  background-color: #fff;
}
.module-full-screen-img .pro-img .img img {
  width: 700px;
  height: 588px;
  border-radius: 100px;
}

.module-full-screen-info .page-width {
  width: 1415px;
  height: auto;
  margin: 0 auto;
}
.module-full-screen-info .info-h2 {
  text-align: left;
  font-size: 22px;
  letter-spacing: 2px;
  color: #303030;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-info .module-full-screen-title > .module-title-content > i {
  display: inline-block;
  position: relative;
  top: 0;
  width: 1415px;
  right: 0px;
  height: 1px;
  overflow: hidden;
  background-color: #d9d9d9;
}
.module-full-screen-info .module-full-screen-title > .module-title-content ul {
  text-align: left;
  width: 1405px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
}
.module-full-screen-info .module-full-screen-title > .module-title-content li {
  line-height: 72px;
  height: 72px;
}
.module-full-screen-info .module-full-screen-title > .module-title-content p {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 24px;
}

.module-full-screen-proform {
  width: 1415px;
  margin: 0 auto;
  height: 1260px;
  margin-bottom: 200px;
}
.module-full-screen-proform .module-inner {
  padding: 20px 0;
}
.module-full-screen-proform .module-inner .form-letter {
  width: 1415px;
  margin: 25px auto;
}
.module-full-screen-proform .module-inner .form-letter span {
  color: #68b98e;
  font-size: 24px;
}
.module-full-screen-proform .module-inner .form-letter p {
  font-size: 24px;
  margin: 10px 0 50px 0;
}
.module-full-screen-proform .det-form {
  background: #f8f8f8;
  width: 1415px;
  height: 1075px;
}
.module-full-screen-proform .det-form .contact-card {
  background-color: var(--global--color-white);
  border-radius: 8px 8px 0 8px;
  padding: 88px 50px 40px;
  border-radius: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.module-full-screen-proform .det-form .form-k label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #000;
}

.module-full-screen-proform .det-form .contact-card .contact-remark {
  float: left;
  height: 315px;
}

.module-full-screen-proform .det-form .contact-card .contact-remark textarea {
  width: 1270px;
  height: 275px;
  padding: 20px;
  color: #000;
  font-size: 16px;
}

.module-full-screen-proform .det-form .contact-card .contact-remark label {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.module-full-screen-proform .det-form .contact-card .contact-submit {
  margin: 0 auto;
  text-align: center;
}
.module-full-screen-proform .det-form .contact-card .contact-submit .btn-cont {
  font-size: 18px;
  cursor: pointer;
  width: 340px;
  height: 100px;
  background-color: #1f1f1f;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 120px;
}

.module-full-screen-proform input::-moz-input-placeholder,
textarea::-moz-placeholder {
  color: #949393;
}
.module-full-screen-proform input::-webkit-input-placeholder,
textarea::-webkit-placeholder {
  /* WebKit browsers */
  color: #949393;
}

.module-full-screen-proform .det-form .form-k {
  width: 50%;
  height: 120px;
  float: left;
}

.module-full-screen-proform .det-form .form-label {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--global--color-secondary);
  margin-bottom: 9px;
}

.module-full-screen-proform .det-form .form-control {
  font-family: var(--global--font-body);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 65px;
  width: 610px;
  line-height: 1px; /*border-radius: 4px;*/
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}

/*解决方案*/
.module-full-screen-plan {
  background: url("../img/2.jpg") no-repeat;
  width: 1920px;
  height: 700px;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}

.module-full-screen-plan .plan-h2 {
  position: absolute;
  top: 105px;
  right: 19.2%;
  font-size: 68px;
  color: #000;
}

.module-full-screen-plan .plan-h3 {
  position: absolute;
  top: 222px;
  right: 19%;
  font-size: 6.5rem;
  margin: 0;
  font-weight: bold;
  font-family: "HarmonyOS_Sans_SC";
  color: #000;
}
.module-full-screen-plan .plan-content {
  width: 46%;
  height: auto;
  position: absolute;
  bottom: 54.2%;
  left: 35.2%;
}
.module-full-screen-plan .plan-content p {
  text-align: right;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-plan .features {
  display: inline-flex;
  margin: 0 auto;
  height: auto;
  position: absolute;
  bottom: 32.2%;
  justify-content: center;
  align-items: center;
  left: 25.1%;
  /* width: 62%;*/
}
.module-full-screen-plan .features li {
  font-size: 1.5rem;
  color: #333;
  margin-right: 40px;
  width: 160px;
  text-align: center;
}
.module-full-screen-plan .plan-more {
  position: absolute;
  bottom: 0px;
  right: 18.5%;
}
.module-full-screen-plan .plan-more p {
  font-size: 18px;
  color: #333;
}

.module-full-screen-plan .plan-more .more-r {
  float: right;
  display: block;
  width: 28px;
  height: 13px;
  background: url("../img/more-r.png");
}

.module-full-screen-test {
  background: url("../picture/test.jpg") no-repeat;
  width: 1920px;
  height: 810px;
  position: relative;
  margin: 0 auto;
}
.module-full-screen-test .page-width {
  width: 1510px;
  height: 700px;
  margin: 0 auto;
}
.module-full-screen-test .test-h2 {
  font-size: 45px;
  color: #000;
  margin: 0 auto;
  line-height: 50px;
  text-align: left;
  float: left;
}

.module-full-screen-test .test-h3 {
  font-size: 2rem;
  margin: 0 auto;
  font-weight: bold;
  color: #c4c4c4;
  width: 120px;
  height: 50px;
  line-height: 75px;
  text-align: left;
  margin-left: 15px;
  float: left;
}

.module-full-screen-test .module-full-screen-title > .module-title-content > i {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 100;
  left: 0px;
  height: 1px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.module-full-screen-test .test-content {
  width: 800px;
  height: auto;
  float: right;
  margin: 145px 0 auto;
}
.module-full-screen-test .module-full-screen-title.module-full-screen-title {
  margin-bottom: 0px;
  text-align: center;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-test .test-content p {
  letter-spacing: 1px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  font-family: "HarmonyOS_Sans_SC";
}

/**轮播**/
.module-full-screen-test .test {
  position: relative;
  width: 600px;
  height: 524px;
  padding-top: 130px;
}
.module-full-screen-test .test .swiper-wrapper {
  width: 800px;
  height: 520px;
}
.module-full-screen-test .test .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.module-full-screen-service {
  background: url("../picture/service.jpg") no-repeat;
  width: 1920px;
  height: 540px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.module-full-screen-test .test .swiper-pagination .swiper-pagination-bullet-active {
  background: #36a267;
}

.module-full-screen-test .test .swiper-button {
  z-index: 1;
  position: absolute;
  top: 342px;
  transform: translateY(50%);
  width: 40px;
  height: 40px;
  margin-left: 10px;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  display: none;
}
.module-full-screen-test .test:hover .swiper-button {
  display: flex;
}
.module-full-screen-test .test .swiper-button svg {
  width: 50%;
  pointer-events: none;
}
.module-full-screen-test .test .swiper-button svg path {
  fill: #36a267;
}
.module-full-screen-test .test .sbutton-next {
  right: 0px;
  margin-right: 10px;
}

.module-full-screen-service > .module-inner {
  padding: 40px 0;
}

.module-full-screen-service .module-full-screen-title h2 {
  font-size: 52px;
  font-weight: bold;
  font-family: "HarmonyOS_Sans_SC";
  color: #000;
  margin: 0 auto;
}

.module-full-screen-service .module-full-screen-title h3 {
  font-size: 35px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 500;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-service .service-type {
  width: 1280px;
  height: 70px;
  margin: 0 auto;
  padding-top: 195px;
}

.module-full-screen-service .service-type ul {
  display: flex;
}

.module-full-screen-service .service-type ul li {
  text-align: center;
  font-size: 20px;
  font-family: "HarmonyOS_Sans_SC";
  color: #000;
  width: 148px;
  margin: 0 30px;
}
.module-full-screen-service .service-type ul li:first-child {
  margin-right: 38px;
  margin-left: 43px;
}
.module-full-screen-service .service-type ul li:last-child {
  margin-right: 0px;
}

.module-full-screen-process {
  background: url("../picture/english/process.jpg") no-repeat;
  width: 1920px;
  height: 960px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}

.module-full-screen-process > .module-inner {
  padding: 15px 0;
}

.module-full-screen-process .module-full-screen-title h2 {
  font-size: 52px;
  font-weight: bold;
  font-family: "HarmonyOS_Sans_SC";
  color: #000;
  margin: 0 auto;
}

.module-full-screen-process .module-full-screen-title h3 {
  font-size: 35px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 500;
}

.module-full-screen-process .qhd-content {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}
/*轮播*/
.module-full-screen-process .factory {
  width: 630px;
  height: 330px;
  padding-top: 202px;
  margin-left: 365px;
}
.module-full-screen-process .factory .swiper-wrapper {
  width: 630px;
  height: 291px;
}
.module-full-screen-process .factory .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.module-full-screen-transpor {
  background: url("../picture/english/transpor.jpg") no-repeat;
  width: 1920px;
  height: 1090px;
  position: relative;
  margin: 80px auto;
}

.module-full-screen-transpor > .module-inner {
  padding: 15px 0;
}

.module-full-screen-transpor .module-full-screen-title h2 {
  font-size: 52px;
  font-weight: bold;
  font-family: "HarmonyOS_Sans_SC";
  color: #000;
  margin: 0 auto;
}

.module-full-screen-transpor .module-full-screen-title h3 {
  font-size: 35px;
  color: #000;
  letter-spacing: 3px;
  font-weight: 500;
}

.module-full-screen-transpor .qhd-content p {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px; /*-webkit-line-clamp: 2*/
  width: 1086px;
  margin: 0 auto;
}

/*贸易*/
.module-full-screen-map {
  background: url("../img/3.jpg") no-repeat;
  width: 1920px;
  height: 850px;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.module-full-screen-map .module-full-screen-title {
  width: 455px;
  height: 120px;
  position: absolute;
  top: -30px;
  left: 14%;
  text-align: left;
  margin-bottom: 0px;
}
.module-full-screen-map .module-full-screen-title .module-title-content {
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
}
.module-full-screen-map .map-h2 {
  font-size: 34px;
  color: #000;
  height: 30px;
  line-height: 30px;
}
.module-full-screen-map .map-h3 {
  font-size: 6.5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}

/*English*/
.module-full-screen-enmap {
 /*  background: url("../picture/english/3.jpg") no-repeat; */
  max-width: 1920px;
  /* width: 83%; */
  /* height: 850px; */
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.home-customers .imgbox{
  position: relative;
  width: 70%;
  margin: 0px auto;
  margin-top: -2%;
}


@media all and (max-width: 480px) {
  .home-customers .imgbox{
    margin-top: 20px;
  }
}
.home-customers .imgbox svg{
  width: 100%;
}
.module-full-screen-enmap .module-full-screen-title {
  width: 100%;
  text-align: center;
}
.module-full-screen-enmap .module-full-screen-title .module-title-content {
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
}
.module-full-screen-enmap .map-h2 {
  font-size: 68px;
  color: #000;
  height: 30px;
  line-height: 30px;
}
.module-full-screen-enmap .map-h3 {
  font-size: 6.5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-enmap .inner {
  z-index: 4;
  position: absolute;
  left: 21.8%;
  top: 32.3%;
}
.module-full-screen-enmap .inner .col:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.module-full-screen-enmap .col:nth-of-type(1) .map {
  width: 100%;
  position: relative;
}
.module-full-screen-enmap .inner .col:nth-of-type(1) .map .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-enmap .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-enmap .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-enmap .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-enmap .inner .col:nth-of-type(1) .map .ripple > span {
  position: absolute;
  left: 87%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

.module-full-screen-enmap .inner-r {
  z-index: 4;
  position: absolute;
  right: 35.2%;
  top: 40.1%;
}
.module-full-screen-enmap .inner-r .col-r:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.module-full-screen-enmap .col-r:nth-of-type(1) .map-r {
  width: 100%;
  position: relative;
}
.module-full-screen-enmap .inner-r .col-r:nth-of-type(1) .map-r .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-enmap .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-enmap .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-enmap .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-enmap .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
  position: absolute;
  left: 5%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

/*右*/
.module-full-screen-map .inner-r {
  z-index: 4;
  position: absolute;
  right: 35.2%;
  top: 40.1%;
}

.module-full-screen-map .inner-r .col-r:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.module-full-screen-map .col-r:nth-of-type(1) .map-r {
  width: 100%;
  position: relative;
}

.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
  position: absolute;
  left: 5%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

/*视频*/
.module-full-screen-video {
  background: #fff;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.video-box {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto; /*background: url(../img/video.jpg)no-repeat;*/
}
.module-full-screen-video .video-box #video {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.module-full-screen-map .inner {
  z-index: 4;
  position: absolute;
  left: 21.8%;
  top: 32.3%;
}
.module-full-screen-map .inner .col:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.module-full-screen-map .col:nth-of-type(1) .map {
  width: 100%;
  position: relative;
}
.module-full-screen-map .inner .col:nth-of-type(1) .map .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-map .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-map .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-map .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-map .inner .col:nth-of-type(1) .map .ripple > span {
  position: absolute;
  left: 87%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

/*右*/
.module-full-screen-map .inner-r {
  z-index: 4;
  position: absolute;
  right: 35.2%;
  top: 40.1%;
}

.module-full-screen-map .inner-r .col-r:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.module-full-screen-map .col-r:nth-of-type(1) .map-r {
  width: 100%;
  position: relative;
}

.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
  position: absolute;
  left: 5%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

@keyframes ripple {
  0% {
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    opacity: 0.12;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 0;
  }
}

/*联系我们*/
.module-full-screen-contact {
  width: 1920px;
  height: 640px;
  position: relative;
  padding-bottom: 150px;
  margin: 0 auto;
}
.module-full-screen-contact .module-inner {
  padding: 126px 0 30px 0;
}
.module-full-screen-contact .contact-h3 {
  font-size: 50px;
  margin: 0 auto;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
  font-family: "HarmonyOS_Sans_SC";
  text-align: left;
}
.module-full-screen-contact .page-width {
  width: 1552px;
  height: auto;
  margin: 0 auto;
}
.module-full-screen-contact .module-full-screen-title > .module-title-content > i {
  display: inline-block;
  position: relative;
  top: 0;
  width: 1552px;
  right: 0px;
  height: 1px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.module-full-screen-contact .cont-office {
  width: 1552px;
  height: auto;
  margin: 0 auto;
}
.module-full-screen-contact .cont-office .office-right {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 10%;
}
.module-full-screen-contact .cont-office p {
  font-size: 21px;
}
.module-full-screen-contact .cont-office span {
  font-weight: bold;
}
.module-full-screen-contact .cont-office .office-left li {
  font-size: 22px;
  margin-bottom: 10px;
}

.module-full-screen-contact .cont-office .office-right .office-default {
  width: 50px;
  height: 38px;
  margin: 0 auto;
  display: block;
}
.module-full-screen-contact .cont-office .office-right .off-phone {
  background: url("../img/contact.png") 0px 0px no-repeat;
  display: block;
}
.module-full-screen-contact .cont-office .office-right .off-mail {
  background-image: url("../img/contact.png");
  background-repeat: no-repeat;
  background-position: -56px 0px;
}
.module-full-screen-contact .cont-office .office-right .off-adr {
  background-image: url("../img/contact.png");
  background-repeat: no-repeat;
  background-position: -112px 0px;
}

.module-full-screen-contact-map {
  width: 1920px;
  height: 660px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.module-full-screen-contact-map .map-content {
  width: 1200px;
  margin: 0 auto;
}
.module-full-screen-contact-map .ditu {
  height: 500px; /*border: 1px solid #999;*/
  width: 1200px; /*margin: 40px 0 100px 0;*/
}
/* -------------新 */

.module-full-screen-contact-map .ditu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-full-screen-contact-map .ditu .mapitem {
  width: 49%;
  height: 100%;
  background: #ddd;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.module-full-screen-contact-map .ditu .mapitem.zh {
  background-image: url(../picture/contact/china.jpg);
}
.module-full-screen-contact-map .ditu .mapitem.usa {
  background-image: url(../picture/contact/USA.jpg);
}
.module-full-screen-form {
  width: 1550px;
  height: 1085px;
  margin: 0 auto;
}
.module-full-screen-form .con-form {
  background: #f8f8f8;
  width: 1550px;
  height: 1020px;
}

.module-full-screen-form .con-form .contact-card {
  background-color: var(--global--color-white);
  border-radius: 8px 8px 0 8px;
  padding: 88px 50px 40px;
  border-radius: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.module-full-screen-form .con-form .form-k label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #000;
}

.module-full-screen-form .con-form .contact-card .contact-remark {
  float: left;
  height: 315px;
}

.module-full-screen-form .con-form .contact-card .contact-remark textarea {
  width: 1400px;
  height: 275px;
  padding: 20px;
  color: #000;
  font-size: 16px;
}

.module-full-screen-form .con-form .contact-card .contact-remark label {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.module-full-screen-form .con-form .contact-card .contact-submit {
  margin: 0 auto;
  text-align: center;
}
.module-full-screen-form .con-form .contact-card .contact-submit .btn-cont {
  font-size: 18px;
  cursor: pointer;
  width: 340px;
  height: 100px;
  background-color: #1f1f1f;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 120px;
}

.module-full-screen-form input::-moz-input-placeholder,
textarea::-moz-placeholder {
  color: #949393;
}
.module-full-screen-form input::-webkit-input-placeholder,
textarea::-webkit-placeholder {
  /* WebKit browsers */
  color: #949393;
}

.form-k {
  width: 50%;
  height: 120px;
  float: left;
}

.form-label {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--global--color-secondary);
  margin-bottom: 9px;
}

.form-control {
  font-family: var(--global--font-body);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  width: 670px;
  line-height: 1px; /*border-radius: 4px;*/
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}

.module-full-screen-recrut {
  width: 1920px;
  height: auto;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.module-full-screen-recrut .page-width {
  width: 1550px;
  margin: 0 auto;
}
.module-full-screen-recrut .module-inner {
  padding: 30px 0;
}
.module-full-screen-recrut .domest-h2 {
  color: #000;
  font-size: 50px;
  margin: 50px auto;
  text-align: left;
}
.module-full-screen-recrut .con-rec {
  width: 1550px;
  height: auto;
  margin-right: 260px;
  display: flex;
}
.module-full-screen-recrut .con-rec ul {
  width: 390px;
  height: 150px;
  margin: 0 0 0 120px;
}
.module-full-screen-recrut .con-rec .rec-p {
  font-size: 24px !important;
  font-weight: bold;
  letter-spacing: 5px;
  color: #000;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-recrut .con-rec .rec-staff {
  width: auto;
  height: auto;
  padding-right: 90px;
}
.module-full-screen-recrut .con-rec .rec-staff:last-of-type {
  padding-right: 0;
}
.module-full-screen-recrut .con-rec .rec-staff p {
  text-align: left;
  font-size: 19px;
  color: #000;
}
.module-full-screen-recrut .con-rec .rec-staff img {
  float: left;
}
.module-full-screen-recrut .con-rec .rec-left {
  float: left;
}
/*	.module-full-screen-recrut .con-rec .rec-right{ float: right;}*/

.pc-bg-container {
  width: 1550px;
  margin: 0 auto;
}
.home-market-section {
  text-align: center;
}

/*内容盒子*/
.home-market-section .section-inner {
  position: relative;
  max-width: 1550px;
  margin: 0 auto;
}
.home-market-section .section-inner .swiper-container {
  height: 200px;
  max-width: 1550px;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper {
  align-items: center;
  height: 279px !important;
}
/*内容列表*/
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
  width: 490px !important;
  height: 279px !important;
  background: 0 0;
  *padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
}
.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide img {
  height: auto;
  width: auto;
}

.swiper-wrapper .swiper-slide > a:last-of-type {
  margin-right: 0;
}
/*分页*/
.home-market-section .section-inner .swiper-container .swiper-pagination-bullets {
  bottom: 0px;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet {
  position: relative;
  margin: 0 15px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  opacity: 1;
  background: 0 0;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px !important;
  height: 10px;
  opacity: 1;
  left: 0;
  border-radius: 100px;
  background: #adadad;
  vertical-align: middle;
  transition: opacity 0.8s, background-color 0.8s;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
}
.home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {
  width: 10px !important;
  opacity: 1;
  border-radius: 100px;
  transform: scale(1.2);
  background: #535353;
}

/*企业简介*/

.module-full-screen-introd {
  background: url(../picture/about-cont.jpg) no-repeat;
  width: 1920px;
  height: 1252px;
  position: relative;
  margin: 0 auto;
}

.module-full-screen-introd .module-inner {
  padding-top: 135px;
  padding-bottom: 0;
}
.module-full-screen-introd .module-inner .module-full-screen-title {
  margin-bottom: 55px;
}

.module-full-screen-introd .int-h2 {
  font-size: 4rem;
  margin: 0;
  font-weight: bold;
  color: #000;
  font-family: "HarmonyOS_Sans_SC";
  letter-spacing: 2px;
}

.module-full-screen-introd .int-content {
  margin: 0 auto;
  font-size: 18px;
  width: 1215px;
  text-align: center;
}

.module-full-screen-introd .int-content p {
  margin-bottom: 18px;
}

.module-full-screen-introd .int-content b {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
  font-weight: bold;
}

.int-num {
  width: 1920px;
  height: 100px;
  margin: 0 auto;
}

.int-num .numCount {
  width: 820px;
  height: 100px;
}
.int-num .numCount li {
  margin-right: 45px;
}
.int-num .numCount span {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

/*企业文化*/
.module-full-screen-culture {
  background: url(../picture/culture.jpg) no-repeat;
  width: 1920px;
  height: 1570px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}

.module-full-screen-culture .module-inner {
  padding-top: 30px;
}
.module-full-screen-culture .module-full-screen-title {
  margin-bottom: 60px;
  text-align: center;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-culture .cul-h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}

.module-full-screen-culture .cul-h3 {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-culture .cul-qy {
  width: 1120px;
  height: 620px;
  margin: 0px auto;
  padding: 220px 0;
}

.module-full-screen-culture .cul-qy li {
  display: flex;
  width: 1120px;
  height: 120px;
  line-height: 120px;
  border-top: 1px #d9d9d9 solid;
}

.module-full-screen-culture .cul-qy span {
  font-size: 30px;
  letter-spacing: 60px;
  margin-right: 140px;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-culture .cul-qy .cul-qy-span {
  font-size: 30px;
  letter-spacing: 8px;
  margin-right: 168px;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-culture .cul-qy p {
  font-size: 17px;
}
/*英文改*/
.module-full-screen-culture .cul-qy .en-l {
  margin: 0 50px;
  font-size: 30px;
  width: 230px;
}
.module-full-screen-culture .cul-qy .en-r {
  height: 120px;
  line-height: 40px;
  width: 945px;
  margin-top: 22px;
  font-size: 17px;
}

.module-full-screen-culture .cm-top-sub {
  display: block;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.035em;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
}
.module-full-screen-culture .thumnail-list {
  display: flex;
  width: 72.81%;
  margin: 0 auto 5%;
}
.module-full-screen-culture .thumnail-list li {
  width: calc((100% - 20rem) / 3); /* margin-right: 10rem; */
  margin-right: 7.55rem;
}
.module-full-screen-culture .thumnail-list li:last-child {
  margin-right: 0;
}
.module-full-screen-culture .thumnail-list li:hover a {
  transform: scale(1.5);
}
.module-full-screen-culture .thumnail-list .img-box img {
  max-width: 100%;
}
.module-full-screen-culture .thumnail-list .thumnail-tit {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.6rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  bottom: 4.3rem;
}

.module-full-screen-culture .thumnail-list .inner-box {
  position: relative; /* width: 98.83%; */
  width: 105%;
  height: 0;
  padding-top: 105%;
  border-radius: 50%;
  background: url(../images/bg.png) no-repeat;
  background-size: 100%;
}
.module-full-screen-culture .thumnail-list .item:nth-of-type(2) .inner-box {
  background: url(../images/bg_center.png) no-repeat;
  background-size: 100%;
}
.module-full-screen-culture .thumnail-list .item:last-of-type .inner-box {
  background: url(../images/bg_left.png) no-repeat;
  background-size: 100%;
}
.module-full-screen-culture .thumnail-list .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/content/sk_img.png) no-repeat;
  width: 85.87%;
  height: 85.87%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s;
}
.module-full-screen-culture .thumnail-list .item:nth-of-type(2) .circle {
  background: url(/images/content/management_img.png) no-repeat;
  background-size: cover;
}
.module-full-screen-culture .thumnail-list .item:last-child .circle {
  background: url(/images/content/practice_img.png) no-repeat;
  background-size: cover;
}
.module-full-screen-culture .thumnail-list .circle i {
  font-size: 3.1rem;
  color: #fff;
  font-family: "xeicon";
}
.module-full-screen-culture .thumnail-list .circle .circle-tit {
  position: absolute;
  bottom: 4rem;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: -0.025em;
  font-weight: 700;
}
.module-full-screen-culture .thumnail-list .item .img-txt-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.module-full-screen-culture .thumnail-list .item .circle .img-box {
  position: absolute;
  opacity: 0;
  transition: 0.4s;
}
.module-full-screen-culture .thumnail-list .item .circle .img-box img {
  transition: all 0.4s;
  border-radius: 50%;
}
.module-full-screen-culture .thumnail-list .item:hover .circle .img-box {
  opacity: 1;
}
/* .culture-page .thumnail-list .item:hover .circle .img-box img{transform:scale(1.45);} */
.module-full-screen-culture .thumnail-list .item .circle .img-inner-tit {
  font-size: 3.6rem;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 600;
}
.module-full-screen-culture .thumnail-list .item .circle .img-inner-txt {
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.065em;
  color: #fff;
}

@media all and (max-width: 800px) {
  .module-full-screen-culture .thumnail-list {
    width: 100%;
    flex-wrap: wrap;
  }
  .module-full-screen-culture .thumnail-list li {
    width: 50%;
    margin: 0 25% 10% 25%;
  }
}

@media all and (max-width: 480px) {
  .module-full-screen-culture .thumnail-list .item:hover .circle .img-inner-tit {
    font-size: 2rem;
  }
  .module-full-screen-culture .thumnail-list .item:hover .circle .img-inner-txt {
    font-size: 1.5rem;
  }
}

.module-full-screen-culture .thumnail-list .item:last-child .inner-box:before {
  display: none;
}
.module-full-screen-culture .thumnail-list .inner-box:before {
  position: absolute;
  content: "";
  width: 5.4rem;
  height: 1px;
  background: no-repeat center;
  background-size: cover;
  background-image: url("../images/culture_top_dashed_line.png");
  top: calc(50% - 1px);
  right: -3px;
  transform: translate(100%, -50%);
}

.module-full-screen-culture .thumnail-list .circle {
  background: none !important;
}
.module-full-screen-culture .thumnail-list .circle > i,
.module-full-screen-culture .thumnail-list .circle > em {
  z-index: 1;
  transition: all 0.4s;
}
.module-full-screen-culture .thumnail-list .item .circle .img-box {
  opacity: 1;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.module-full-screen-culture .thumnail-list .item .circle .img-box .inner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-0.001deg);
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.4s;
}
.module-full-screen-culture .thumnail-list .item .circle .img-box .inner-img:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85) rotate(-0.001deg);
  width: 420px;
  height: 420px;
  background: no-repeat center;
  transition: all 0.4s;
}
.module-full-screen-culture .thumnail-list .item:nth-child(1) .circle .img-box .inner-img:before {
  background-image: url("../images/cor-1.png");
}
.module-full-screen-culture .thumnail-list .item:nth-child(2) .circle .img-box .inner-img:before {
  background-image: url("../images/cor-2.png");
}
.module-full-screen-culture .thumnail-list .item:nth-child(3) .circle .img-box .inner-img:before {
  background-image: url("../images/cor-3.png");
}

.module-full-screen-culture .thumnail-list .item .circle .img-box .img-txt-box {
  opacity: 0;
  transition: all 0.4s;
}

.module-full-screen-culture .thumnail-list .item a:hover .circle > i,
.module-full-screen-culture .thumnail-list .item a:hover .circle > em {
  opacity: 0;
}
.module-full-screen-culture .thumnail-list .item a:hover .circle .img-box .inner-img {
  width: 420px;
  height: 420px;
}
.module-full-screen-culture .thumnail-list .item a:hover .circle .img-box .img-txt-box {
  opacity: 1;
}
.module-full-screen-culture .thumnail-list .item a:hover .circle .img-box .inner-img:before {
  transform: translate(-50%, -50%) scale(1);
}

/*  */
@media (max-width: 1480px) and (min-width: 1281px) {
  .module-full-screen-culture .thumnail-list .item a:hover .circle .img-box .inner-img,
  .module-full-screen-culture .thumnail-list .item .circle .img-box .inner-img:before {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1280px) and (min-width: 801px) {
  .module-full-screen-culture .thumnail-list .item a:hover .circle .img-box .inner-img,
  .module-full-screen-culture .thumnail-list .item .circle .img-box .inner-img:before {
    width: 250px;
    height: 250px;
  }
}

@media all and (max-width: 800px) {
  .module-full-screen-culture .thumnail-list .inner-box:before {
    display: none;
  }
  .module-full-screen-culture .culture-con .tab-con .txt-box .inner-gray-box {
    padding: 5rem 3rem;
    margin-top: 3rem;
  }
  .module-full-screen-culture .culture-con .con-tit-txt {
    margin-bottom: 6rem;
  }
  .module-full-screen-culture .thumnail-list li {
    margin-bottom: 15%;
  }
}

@media all and (max-width: 480px) {
  .module-full-screen-culture .thumnail-list {
    justify-content: center;
  }
  .module-full-screen-culture .thumnail-list li {
    width: 70%;
    margin: 0 10% 3% 10%;
  }
  .module-full-screen-culture .thumnail-list li:last-child {
    margin-right: 10%;
  }
  .module-full-screen-culture .thumnail-list .item a:hover .circle .img-box .inner-img {
    width: 340px;
    height: 340px;
  }
}
/* 发展历程 */
.module-full-screen-history {
  /* background: url(../picture/history.jpg) no-repeat; */
  /* width: 1920px; */
  /* height: 1015px; */
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
/* 新 */
.module-full-screen-history .imgbox{
  position: relative;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-top: -4%;
}

.module-full-screen-history .imgbox svg{
  width: 100%;
}
.module-full-screen-history .imgbox svg.pc-history{
  position: relative;
  width: 2100px;
  left: 50%;
  transform: translateX(-50%);
}

.module-full-screen-history .pc-history{
  display: block;
}
.module-full-screen-history .m-history{
  display: none;
}
.module-full-screen-history .his-h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-history .his-h3 {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-ehistory {
  background: url(../picture/english/history.jpg) no-repeat;
  width: 1920px;
  height: 1085px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.module-full-screen-ehistory .his-h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-ehistory .his-h3 {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-display {
  background: url(../picture/about/display-new.jpg) center bottom no-repeat;
  width: 1920px;
  height: 1800px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.module-full-screen-display .dis-h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-display .dis-h3 {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-edisplay {
  background: url(../picture/english/display.jpg) no-repeat;
  width: 1920px;
  height: 1260px;
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
}
.module-full-screen-edisplay .dis-h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-edisplay .dis-h3 {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC";
}

.module-full-screen-layout {
  background: url(../picture/layout.jpg) no-repeat;
  width: 1920px;
  height: 1170px;
  position: relative;
  padding-bottom: 50px;
  margin: 0 auto;
}
.module-full-screen-layout .lay-h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-layout .lay-h3 {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-layout .layout-content {
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  width: 880px;
  height: 110px;
}
.module-full-screen-layout .layout-content p {
  font-size: 16px;
}
.module-full-screen-layout .layout-content .lay-p {
  font-size: 23px;
  letter-spacing: 1px;
  color: #000;
  font-weight: bold;
}

.module-full-screen-layout .inner {
  z-index: 4;
  position: absolute;
  left: 19.5%;
  top: 52.5%;
}
.module-full-screen-layout .inner .col:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.module-full-screen-layout .col:nth-of-type(1) .map {
  width: 100%;
  position: relative;
}
.module-full-screen-layout .inner .col:nth-of-type(1) .map .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-layout .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-layout .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-layout .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-layout .inner .col:nth-of-type(1) .map .ripple > span {
  position: absolute;
  left: 87%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

/*右*/
.module-full-screen-layout .inner-r {
  z-index: 4;
  position: absolute;
  right: 37.3%;
  top: 45.2%;
}

.module-full-screen-layout .inner-r .col-r:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.module-full-screen-layout .col-r:nth-of-type(1) .map-r {
  width: 100%;
  position: relative;
}

.module-full-screen-layout .inner-r .col-r:nth-of-type(1) .map-r .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-layout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-layout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-layout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-layout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
  position: absolute;
  left: 5%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  line-height: 20rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

/*english*/
.module-full-screen-elayout {
  background: url(../picture/english/layout.jpg) no-repeat;
  width: 1920px;
  height: 1170px;
  position: relative;
  padding-bottom: 50px;
  margin: 0 auto;
}
.module-full-screen-elayout .lay-h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.module-full-screen-elayout .lay-h3 {
  font-size: 44px;
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC";
}
.module-full-screen-elayout .layout-content {
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  width: 880px;
  height: 110px;
}
.module-full-screen-elayout .layout-content p {
  font-size: 16px;
}
.module-full-screen-elayout .layout-content .lay-p {
  font-size: 23px;
  letter-spacing: 1px;
  color: #000;
  font-weight: bold;
}

.module-full-screen-elayout .inner {
  z-index: 4;
  position: absolute;
  left: 19.5%;
  top: 52.5%;
}
.module-full-screen-elayout .inner .col:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.module-full-screen-elayout .col:nth-of-type(1) .map {
  width: 100%;
  position: relative;
}
.module-full-screen-elayout .inner .col:nth-of-type(1) .map .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-elayout .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-elayout .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-elayout .inner .col:nth-of-type(1) .map .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-elayout .inner .col:nth-of-type(1) .map .ripple > span {
  position: absolute;
  left: 87%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 10rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

/*右*/
.module-full-screen-elayout .inner-r {
  z-index: 4;
  position: absolute;
  right: 37.3%;
  top: 45.2%;
}

.module-full-screen-elayout .inner-r .col-r:nth-of-type(1) {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.module-full-screen-elayout .col-r:nth-of-type(1) .map-r {
  width: 100%;
  position: relative;
}

.module-full-screen-elayout .inner-r .col-r:nth-of-type(1) .map-r .ripple {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 10rem;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.module-full-screen-elayout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(1) {
  animation-delay: 0s;
}
.module-full-screen-elayout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(2) {
  animation-delay: 1.4s;
}
.module-full-screen-elayout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span:nth-of-type(3) {
  animation-delay: 3s;
}
.module-full-screen-elayout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
  position: absolute;
  left: 5%;
  top: 26%;
  transform: scale(0.01);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -o-transform: scale(0.01);
  -ms-transform: scale(0.01);
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  line-height: 20rem;
  text-align: center;
  opacity: 0.2;
  background-color: #008755;
  animation: ripple 5s ease-in-out infinite;
}

.xi-plus-thin {
  width: 27px;
  height: 26px;
  background: url("../images/cor-b.png") no-repeat;
}

/*关于我们*/

.full-page-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 85px;
}

.full-page-content-wrapper {
  min-height: 150px;
  height: auto !important;
  _height: 150px;
}

.full-screen {
  width: 100%;
  overflow: hidden;
}

/* ============================= footer ============================= */

.footer {
  overflow: hidden;
  background-color: #f8f8f8;
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer .page-width {
  width: 1200px;
  margin: 0 auto;
}
.footer .footer-main {
  font-family: "HarmonyOS_Sans_SC";
}
/*.footer a { color: #666; font-size: 16px; }

.footer a:hover { color: #24a900;  }*/
.footer .foot-menu li:nth-child(1) i {
  display: none;
  width: 1.7%;
  height: 2px;
  overflow: hidden;
  background-color: #36a268;
  position: absolute; /*top: 70px;*/
}

.footer .foot-menu li i {
  display: none;
  width: 3.4%;
  height: 2px;
  overflow: hidden;
  background-color: #36a268;
  position: absolute; /*top: 70px;*/
}

.footer .foot-menu li:hover i {
  display: block;
}

.footer .module-title-default {
  margin-bottom: 10px;
}

.footer .module-title-default > .module-title-content h3 {
  color: #333;
  font-weight: normal;
}

.footer .module-more-default a {
  font-size: 12px;
}

.footer .module-divider {
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer .module-title-border {
}

.footer .module-title-border > .module-title-content h3 {
}

.footer-main .page-width {
  padding-top: 45px;
  padding-bottom: 20px;
}

.footer .link {
  float: left; /*position: relative;left: 4%;*/
  width: 51%;
  padding-top: 40px;
  font-size: 20px;
}

.footer .link ul {
  display: flex;
}

.footer .link li p {
  color: #333;
  font-size: 18px;
  margin-right: 37px;
  width: 100%;
}

.footer .link .copyright {
  margin-top: 50px;
  color: #333;
}

.footer .foot-icon {
  text-align: center;
}
.footer .foot-icon img {
  width: auto;
  margin-bottom: 10px;
}
.footer .foot-icon span {
  font-size: 16px;
  color: #000;
  line-height: 1.8rem;
}
.footer .foot-cont {
  padding-top: 40px;
  float: left;
  width: 36%;
}

.footer .foot-cont .info {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  width: 100%;
}
.footer .last p:last-child {
  height: 45px;
}
.footer .foot-cont .info p {
  font-family: var(--global--font-body);
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #333; /*text-transform: capitalize;*/
}
.footer .foot-cont .info i {
  width: 40px;
  height: 20px;
}
.footer .foot-right {
  /* float: right; */
  width: fit-content;
  /* text-align: end; */
}

/* .footer .foot-right ul{display: inline-flex;}

.footer .foot-right ul li{margin-right: 15px; display: inline-flex;}
.footer .foot-right ul li:last-child{margin-right: 0px;} */

.footer .foot-cont .phone {
  width: 34px;
  height: 20px;
  background: url("../img/call.png") no-repeat;
  display: block;
}

.footer .foot-cont .email {
  width: 34px;
  height: 14px;
  background: url("../img/mail.png") no-repeat;
  display: block;
}

.footer .foot-cont .adr {
  width: 34px;
  height: 20px;
  background: url("../img/map.png") no-repeat;
  display: block;
}

.footer .foot-right .foot-right-p {
  color: #929292;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
}

/* .footer .foot-right .foot-default{width: 38px;height: 38px;margin:0 auto;}
.footer .foot-right .foot-face{background: url('../img/icon.png') 0px 0px no-repeat; display: block; cursor: pointer;background-size: cover;}
.footer .foot-right .foot-link{background-image: url(../img/icon.png);background-repeat: no-repeat;background-position: -56px 0px;cursor: pointer;background-size: cover;background-position: center;}
.footer .foot-right .foot-email{background-image: url(../img/icon.png);background-repeat: no-repeat;background-position: -112px 0px;cursor: pointer;background-size: cover;background-position: 100%;}
 */
.footer .foot-right .share-box {
  display: inline-flex;
}
.footer .foot-right .share-box .share-btn + .share-btn {
  margin-left: 15px;
}
.footer .foot-right .share-box .share-btn {
  width: 34px;
  height: 34px;
  background-color: rgba(54, 162, 103, 0.2);
}
.footer .foot-right .share-box .share-btn svg {
  transition: all 0.5s linear;
}
.footer .foot-right .share-box .share-btn svg path {
  fill: rgba(54, 162, 103, 1);
}
.footer .foot-right .share-box .share-btn:hover svg {
  transform: scale(0.8, 0.8);
}

/* ============================= bottom ============================= */

.bottom {
  overflow: hidden;
  background: #2c2a2b;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.bottom a {
  color: #e5e5e5 !important;
}

.bottom a:hover {
  color: #fff !important;
}

.bottom .module-title-default {
  margin-bottom: 10px;
}

.bottom .module-title-default > .module-title-content h3 {
  color: #fff;
}

.bottom .module-more-default a {
  font-size: 12px;
}

.bottom .module-divider {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #938981;
}

.bottom .module-title-border {
  border-color: #666;
}

.bottom .module-title-border > .module-title-content h3 {
  color: #fff;
}

.bottom .page-width {
  padding-top: 20px;
  padding-bottom: 20px;
}

#dituContent .bottom {
  background-image: none;
  border: 0;
}

/* ==================== fixed-bottom ==================== */

.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100001;
  display: none;
}

/* ============================= popup ============================= */

.popup {
  display: none;
}

.popup-content {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 10000003;
  min-width: 200px;
  max-width: 10000px;
  background-color: #fff;
  padding: 20px;
  _position: absolute;
  _width: auto;
}

.popup-close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 10000003;
}

.popup-close-btn a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #808080 url(../images/icon-close.gif) no-repeat center;
}

.popup-close-btn a:hover {
  background-color: #666;
}

.popup-close-btn a span {
  display: none;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000002;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* dark box */

.dark-box {
  color: #fff !important;
}

.dark-box a {
  color: #fff !important;
}

.dark-box a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* light box */

.light-box {
  color: #4d4d4d !important;
}

.light-box a {
  color: #4d4d4d !important;
}

.light-box a:hover {
  color: #24a900 !important;
  text-decoration: none;
}

/* ============================= page-loading-cover ============================= */

.page-cover {
  background: #fff url(../images/loading.gif) no-repeat center 350px;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  z-index: 10000001;
}

/* 百度地图 */

#dituContent img {
  max-width: inherit;
}

#dituContent .pop .bottom {
  padding: 0;
}

#dituContent .iw_poi_title {
  color: #cc5522;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

#dituContent .iw_poi_content {
  font-size: 13px;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.QHDEmptyArea {
  line-height: 0;
  height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ============================= animate ============================= */

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-moz-keyframes bounceIn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-ms-keyframes bounceIn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes upAndDown {
  0% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

@-moz-keyframes upAndDown {
  0% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

@-ms-keyframes upAndDown {
  0% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

@keyframes upAndDown {
  0% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  50% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}

/* ============================= 响应式 CSS ============================= */

.desktops-section {
  display: block;
}

.mobile-section {
  display: none;
}

.touch-top-wrapper {
  padding: 10px 15px;
  background-color: #fff;
}
.touch-logo {
  float: left;
}
.touch-switch {
  float: right;
  margin-right: 6rem;
}
.touch-switch a {
  display: inline-block;
  color: #666;
}
.touch-navigation {
  display: none;
}

.touch-toggle-wrapper {
  margin: 0 -10px;
}

.touch-toggle {
  position: absolute;
  right: 10px;
  top: 0;
}

.touch-toggle li {
  float: left;
  height: 70px;
  padding: 0 12px;
  text-align: center;
}

.touch-toggle li a {
  height: 70px;
}

.touch-toggle li:hover,
.touch-toggle li:active {
}

.touch-toggle .touch-toggle-item-first {
  border-left: none;
}

.touch-toggle .touch-toggle-item-last {
  border-right: none;
}

.touch-toggle li a {
  display: block;
  font-size: 12px;
}

.touch-toggle li i {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.touch-toggle .touch-icon-language {
  background-image: url(../images/touch-icon-language.png);
}

.touch-toggle .touch-icon-user {
  background-image: url(../images/touch-icon-user.png);
}

.touch-toggle .touch-icon-search {
  background-image: url(../images/touch-icon-search.png);
}

.touch-toggle .touch-icon-menu {
  background-image: url(../images/touch-icon-menu.png);
}

.touch-toggle li span {
  display: none;
  text-align: center;
}

.drawer-section {
  background-color: #36a268;
  padding: 20px 20px 35px;
  display: none;
}

.touch-language li {
  width: 49.9%;
  float: left;
}

.touch-language li a {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0 5px 5px;
  color: #fff;
}

.touch-language li a:hover,
.touch-language li a:active {
  background-color: #1c8100;
}

.touch-search {
  border: 1px solid #27b500;
  position: relative;
}

.touch-search-form {
  padding: 0 50px 0 10px;
}

.touch-form-text {
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  color: #e5e5e5;
  width: 100%;
  height: 42px;
  line-height: 42px;
}

.touch-form-btn {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/touch-icon-search-w.png) no-repeat center;
  background-size: 16px 16px;
}

.touch-form-btn span {
  display: none;
}

.touch-menu ul li {
  border-bottom: 1px solid #4ab17a;
  position: relative;
}

.touch-menu ul li a {
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
}

.touch-menu ul li a:hover,
.touch-menu ul li a:active {
  background-color: #1c8100;
}

.touch-menu ul li i {
  position: absolute;
  top: 9px;
  right: 0px;
  display: block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 13px;
  padding: 10px;
}

.touch-menu ul li i.touch-arrow-right {
  display: none;
  background-image: url(../images/touch-arrow-r.png);
}

.touch-menu ul li i.touch-arrow-down {
  background-image: url(../images/touch-arrow-d.png);
}

.touch-menu ul li i.touch-arrow-up {
  background-image: url(../images/touch-arrow-u.png);
}

.touch-menu ul ul {
  display: none;
  margin: 0;
  padding: 0 10px 30px 30px;
}

.touch-menu ul ul li {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.touch-menu ul ul li a {
  padding: 0;
  padding-left: 5px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}

.touch-menu ul ul li i {
  top: 13px;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fixed-side {
    display: none;
  }

  .scrollable a.carousel-prev {
    left: 0;
  }

  .scrollable a.carousel-next {
    right: 0;
  }

  .layout-boxed #wrapper {
    width: 100%;
  }

  html,
  body {
    background-image: none !important;
  }
}

@media screen and (max-width: 1120px) {
  html {
    -webkit-text-size-adjust: none;
  }

  .fixed-side {
    display: none;
  }

  .gotop-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .gotop-wrapper a {
    width: 45px;
    height: 45px;
  }

  .page-width,
  .boxed-layout {
    width: 100%;
  }

  .layout-boxed #wrapper {
    width: 100%;
  }

  html,
  body {
    background-image: none !important;
  }

  .scrollable a.carousel-prev {
    left: 0 !important;
  }

  .scrollable a.carousel-next {
    right: 0 !important;
  }

  .module-default,
  .module {
  }

  .module-no-margin {
  }

  .module-full-screen {
    margin: 0 -10px;
    padding: 0 10px;
  }

  .module-full-screen > .module-inner {
    padding: 30px 0;
  }

  .module-full-screen-more-fixed > .module-inner {
    padding: 30px 0 50px;
  }

  .module-full-screen-more-fixed .module-full-screen-more {
    margin-top: 15px;
    margin-left: -40px;
  }

  .module-full-screen-more-fixed .module-full-screen-more a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    background-size: cover;
  }

  .module-full-screen-more-fixed .module-full-screen-more a:hover {
    background-position: 0 -80px;
  }

  .fixed-bottom .module-default,
  .fixed-bottom .module,
  .fixed-bottom .module-no-margin {
    margin-bottom: 0;
  }

  .default-top {
    display: none;
  }

  .touch-top {
    display: block;
  }

  .touch-top-wrapper .touch-logo {
    margin: 0;
  }

  .touch-navigation {
    display: block;
  }

  .touch-top-wrapper .touch-logo {
    margin: 0 0;
  }

  .touch-top-wrapper .touch-logo img {
    height: 50px;
    display: block;
  }

  .header {
    min-height: 30px !important;
  }

  .main {
    padding: 0 10px;
  }

  .sidebar {
    width: 100%;
    padding: 0;
  }

  .sidebar .page-menu {
    display: none;
  }

  .sidebar .sidebar-content {
    padding: 15px 0 25px;
  }

  .content {
    width: 100%;
    padding: 10px 0 15px;
  }

  .full-screen {
    overflow: inherit;
  }

  .page-title-inner {
    display: none;
  }

  .full-page-content {
    padding: 10px 0 25px;
  }

  .full-page-title-wrap {
    display: none;
  }

  .full-page-menu {
    display: none;
  }

  .footer,
  .bottom {
    padding: 0 15px;
  }

  .bottom .module-default,
  .bottom .module {
    margin-bottom: 0;
  }

  /* 文章、产品分类 */

  .category-bg-img li a {
    margin: 0 -10px;
  }

  .full-scrollable ul li {
    margin: 0 10px;
    text-align: left;
  }

  .full-scrollable .scrollable-image {
    margin-bottom: 15px;
  }

  .full-scrollable .scrollable-info {
    position: static;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    color: #333;
    text-align: left;
  }

  .full-scrollable .scrollable-info h3 {
    padding: 0;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .full-scrollable .scrollable-info .scrollable-summarty {
    padding: 0;
  }

  .full-scrollable .scrollable-info .icon-detail {
    display: none;
  }

  .full-scrollable a:hover h3,
  .full-scrollable a:active h3 {
    color: #24a900;
  }

  .portfolio-list-category .portfolio-img {
    margin-bottom: 15px;
  }

  .portfolio-list-category .portfolio-text {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: left;
  }

  .portfolio-list-category .portfolio-title {
    padding: 0 !important;
    margin-bottom: 0;
    color: #333;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .portfolio-list-category .portfolio-summary {
    padding: 0 !important;
    margin: 15px 0 0px;
    color: #808080;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .portfolio-list-category .opacity-overlay {
    display: none;
  }

  .portfolio-list-category a:before,
  .portfolio-list-category a:after {
    display: none;
  }

  .portfolio-grid-text {
    top: auto;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(0, 0, 0, 0.8);
  }

  .portfolio-grid-text h3 {
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    z-index: 10;
    color: #ddd;
  }

  .portfolio-grid-item a .overlay,
  .portfolio-grid-item a:hover .overlay {
    display: none;
  }

  /* 文章 */

  .team-introduction .team-img,
  .content .team-introduction .team-img {
    margin-right: 30px;
  }

  .full-scrollable ul li {
    margin: 0 10px;
    text-align: left;
  }

  .full-scrollable .scrollable-image {
    margin-bottom: 15px;
  }

  .full-scrollable .scrollable-info {
    position: static;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    color: #333;
    text-align: left;
  }

  .full-scrollable .scrollable-info h3 {
    padding: 0;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .full-scrollable .scrollable-info .scrollable-summarty {
    padding: 0;
  }

  .full-scrollable .scrollable-info .icon-detail {
    display: none;
  }

  .full-scrollable .opacity-overlay,
  .full-scrollable a:hover .opacity-overlay {
    display: none;
  }

  /* 产品 */

  /*	.product-list .product-item a { display:block; }

	.product-list .product-item .portfolio-img { margin-bottom:15px; }

	.product-list .product-item .portfolio-text { display:block; position:static; text-align:left; color:#4d4d4d; }

	.product-list .product-item .portfolio-text .portfolio-title h2 { margin:0 !important; }	

	.product-list .product-item a:hover .portfolio-text .portfolio-title h2 { color:#24a900; }

	.product-list .col-2-1 .product-item .portfolio-text .portfolio-title h2, .product-list .col-3-1 .product-item .portfolio-text .portfolio-title h2 { font-size:16px; }

	.product-list .product-item .portfolio-text .price { color:#f30; margin-bottom:0; }

	.product-list .product-item .portfolio-text .icon-detail { display:none; }

	.product-list .product-item .opacity-overlay { display:none; }

	

	.product-scrollable .scrollable-item a { display:block; }

	.product-scrollable .scrollable-item .portfolio-img { margin-bottom:15px; }

	.product-scrollable .scrollable-item .scrollable-info { display:block; position:static; text-align:left; color:#4d4d4d; }

	.product-scrollable .scrollable-item .scrollable-info h2 { font-size:16px; margin:0 0 15px !important; }

	.product-scrollable .scrollable-item  a:hover .scrollable-info h2 { color:#24a900; }

	.product-scrollable .scrollable-item .scrollable-info .price { color:#f30; margin-bottom:0; }

	.product-scrollable .scrollable-item .scrollable-info .icon-detail { display:none; }

	.product-scrollable .scrollable-item .opacity-overlay { display:none; }

	*/

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /*产品详情*/

  /* 链接 */

  .link-bg-img li a {
    margin: 0 -10px;
  }

  /* 图文交叉排版 */

  .post-list-3col .post-list-item .post-text {
    padding: 20px;
  }

  /* 产品多列 */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* slideshow */

  .slideshow {
    height: 380px !important;
  }

  .slideshow img {
    height: 380px !important;
  }

  .slideshow-min {
    height: 280px !important;
  }

  .slideshow-min img {
    height: 280px !important;
  }

  .slideshow .carousel-direction {
    display: none;
  }

  .carousel-thumbs a img {
    width: 100px;
  }

  /* Tab */

  .tab-more {
    margin-top: 20px;
  }

  .tab-round .tabs-nav li {
    padding: 0;
  }

  .tab-round .tabs-nav li a {
    line-height: normal;
    padding: 0 !important;
    width: 115px;
    height: 115px;
  }

  .tab-round .tabs-nav li a span {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .tab-round .tabs-nav li a em {
    display: none;
  }

  .tab-round .tabs-nav .tab-nav-item-hasSummary-round span {
    margin: 0;
  }

  .tab-round .tabs-nav li i.line-v {
    height: 35px;
  }

  /* 产品 */

  .product-list li {
    margin-bottom: 30px;
  }

  .product-item .portfolio-text h2 {
    margin-top: 50px;
  }

  .product-detail-zoom .product-intr .product-preview {
    width: 420px;
  }

  .product-detail-zoom .product-intr .zoom-small-image img {
    width: 420px !important;
  }

  .product-detail-zoom .product-intr .zoom-thumbs {
    width: 420px;
  }

  .product-detail-zoom .product-intr .zoom-thumbs img {
    width: 80px;
    height: auto !important;
  }

  .product-detail-zoom .zoom-section {
    display: none;
  }

  .product-detail-zoom .gallery-img-product-detail {
    display: block;
  }

  .module-divider-full {
    margin-bottom: -20px;
  }

  /* 图文交叉排版 */

  .post-list-2col .post-text {
    padding: 20px;
  }

  .post-list-3col .post-list-item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .post-list-3col .post-img,
  .post-list-3col .post-text-box {
    width: 50%;
    float: left;
  }

  .post-list-3col .post-list-item .post-text {
    padding: 20px;
  }

  .post-list-3col .post-list-item .post-arrow {
    width: 10px;
    height: 19px;
    margin: 0;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    background-position: 0 -42px;
  }

  .post-list-3col .post-list-item:nth-of-type(2n + 2) .post-img {
    float: right;
  }

  .post-list-3col .post-list-item:nth-of-type(2n + 2) .post-arrow {
    left: auto;
    right: -10px;
    background-position: 0 -11px;
  }

  .post-list-3col .post-list-item-spec .post-img {
    top: auto !important;
  }

  .post-list-3col .post-list-item-spec .post-text-box {
    top: auto !important;
  }

  .post-list-4col .post-list-item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .post-list-4col .post-list-item-spec .post-img {
    float: left;
  }

  .post-list-4col .post-list-item:nth-of-type(2n + 2) .post-img {
    float: right;
  }

  .post-list-4col .post-list-item .post-arrow {
    width: 10px;
    height: 19px;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    background-position: 0 -42px;
  }

  .post-list-4col .post-list-item:nth-of-type(2n + 2) .post-arrow {
    top: 50%;
    left: auto;
    right: -10px;
    margin-top: -10px;
    background-position: 0 -11px;
  }
}

@media screen and (max-width: 767px) {
  .desktops-section {
    display: none;
  }

  .mobile-section {
    display: block;
  }

  /* 多列 */

  .column .col-2-1,
  .column .col-3-1,
  .column .col-4-1,
  .column .col-4-2,
  .column .col-5-1,
  .column .col-3-2,
  .column .col-4-3,
  .column .col-5-2,
  .column .col-5-3,
  .column .col-5-4 {
    width: 16.5% !important;
    margin-right: 0 !important;
  }

  .row2-svar .col-4-1,
  .row2-svar .col-5-1 {
    width: 31.33333%;
    margin-right: 3%;
  }

  .row2-svar .col-4-1:nth-of-type(4n + 4),
  .row2-svar .col-5-1:nth-of-type(5n + 5) {
    margin-right: 3%;
  }

  .row2-svar .col-4-1:nth-of-type(4n + 1),
  .row2-svar .col-5-1:nth-of-type(5n + 1) {
    clear: none;
  }

  .row2-svar .col-4-1:nth-of-type(3n + 3),
  .row2-svar .col-5-1:nth-of-type(3n + 3) {
    margin-right: 0;
    clear: none;
  }

  .row2-svar .col-4-1:nth-of-type(3n + 1),
  .row2-svar .col-5-1:nth-of-type(3n + 1) {
    clear: both;
  }

  /* 图文展示 */

  .table-responsive {
    width: 100%;
    padding-bottom: 1px;
    margin-bottom: 5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive table th,
  .table-responsive table td {
    white-space: nowrap;
  }

  .btn-medium,
  .btn-small,
  .btn-large {
    margin: 2px;
  }

  /* slideshow */

  .slideshow {
    height: 350px !important;
  }

  .slideshow img {
    height: 350px !important;
  }

  .slideshow-min {
    height: 250px !important;
  }

  .slideshow-min img {
    height: 250px !important;
  }

  .slideshow .carousel-direction {
    display: none;
  }

  .carousel-thumbs a {
    border: none;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
  }

  .carousel-thumbs a.selected {
    background-color: #998b81;
  }

  .carousel-thumbs a img {
    display: none;
  }

  /* Tab */

  .tabs-default .tabs-nav li a {
    padding: 0 15px;
    line-height: 38px;
    font-size: 14px;
  }

  .tabs-default .tabs-nav li a i {
    display: none;
  }

  .tabs-center .tabs-nav li {
    margin: 0 3px 5px;
  }

  .tab-round .tabs-nav li {
    padding: 0 5px;
  }

  .tab-round .tabs-nav li a {
    line-height: normal;
    padding: 0 !important;
    width: 90px;
    height: 90px;
  }

  .tab-round .tabs-nav li a span {
    margin: 0;
    font-size: 13px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .tab-round .tabs-nav li a em {
    display: none;
  }

  .tab-round .tabs-nav .tab-nav-item-hasSummary-round span {
    margin: 0;
  }

  .tab-round .tabs-nav li i.line-v {
    height: 35px;
  }

  /* 多列图文*/

  .portfolio-list .column .col-2-1,
  .link-list .column .col-2-1 {
    width: 48.5% !important;
    margin-right: 3% !important;
  }

  .portfolio-list .column .col-3-1 {
    width: 31.3333% !important;
    margin-right: 3% !important;
  }

  .portfolio-list .column .col-4-1 {
    width: 22.75% !important;
    margin-right: 3% !important;
  }

  .portfolio-list .column .col-5-1 {
    width: 17.6% !important;
    margin-right: 3% !important;
  }

  .portfolio-list .column .last,
  .link-list .column .last {
    margin-right: 0 !important;
  }

  .portfolio-grid-4col .portfolio-grid-item {
    width: 50%;
  }

  .portfolio-grid-3col .portfolio-grid-item {
    width: 33.333%;
  }

  /* 文章与产品 */

  .category-bg-img li a {
    padding: 40px 0;
  }

  .category-bg-img .category-name {
    font-size: 18px;
    font-weight: bold;
  }

  .category-bg-img span {
    font-size: 13px;
    line-height: 30px;
  }

  .entry-set .entry-detail {
    display: none;
  }

  .gallery-detail-title h1 {
    font-size: 18px;
    font-weight: bold;
  }

  /*竖排分类*/

  .categoryNav-vertical-content ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* 文章 */

  .article-list-row {
  }

  .download-list-row .article-title {
    max-width: 65%;
  }

  .entry-img img {
    width: 140px !important;
    height: auto !important;
  }

  .entry-thumbnail-list .entry-item img {
    width: 90px !important;
    height: auto !important;
  }

  .blog-list .entry-img img {
    width: 100% !important;
  }

  .headlines-list .headlines-content-bg .entry-img img {
    width: 100% !important;
  }

  .team-introduction .team-img,
  .content .team-introduction .team-img {
    margin-right: 20px;
  }

  .team-introduction .team-img img,
  .content .team-introduction .team-img img {
    width: 250px;
  }

  /* 产品 */

  .product-filter dt {
    width: 80px;
  }

  .product-filter dt {
    margin-right: 10px;
  }

  .product-detail .product-name {
    margin-bottom: 20px;
  }

  .product-detail .product-name h1 {
    font-size: 16px;
  }

  .product-detail .product-name h1,
  .product-detail .product-info .price {
    text-align: center;
  }

  .content .product-detail-zoom .product-intr .product-preview,
  .product-detail-zoom .product-intr .product-preview {
    width: 50%;
  }

  .product-detail-zoom .zoom-section {
    display: none;
  }

  .product-detail-zoom .gallery-img-product-detail {
    display: block;
  }

  /* 链接 */

  .link-line,
  .link-line-rtl,
  .link-line-center {
    text-align: left;
  }

  .link-line a,
  .link-line-rtl a,
  .link-line-center a {
    margin: 0 15px 0 0;
  }

  .link-bg-img li a {
    padding: 40px 0;
  }

  .link-block li {
    padding: 6px 0;
    border-bottom: 1px solid #cdcdcd;
  }

  /* 容器 */

  .module-full-screen-title {
    margin-bottom: 20px;
  }

  .module-full-screen-title > .module-title-content > h2 {
    margin: 0 15px;
    font-size: 20px;
    font-weight: bold;
  }

  .module-full-screen-title > h3 {
    display: none;
  }

  .module-full-screen-title > .module-title-content > i {
    display: inline-block;
    position: relative;
    top: -140px;
    width: 2px;
    right: 0px;
    height: 70px;
    overflow: hidden;
    background-color: #d9d9d9;
  }

  .module-full-screen-more a {
    line-height: 34px;
  }

  .module-divider-full {
    margin: 20px 0 -20px;
  }

  .carousel-item .carousel-img .learn-more {
    cursor: pointer;
    background-color: #36a268;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 62%;
    left: 18.5%;
  }
  .carousel-item .carousel-img .learn-more strong {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0px;
    font-family: "HarmonyOS_Sans_SC";
  }
  .carousel-prev {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 4%;
    left: 18.1%;
    margin: 0;
    background: url(../picture/b_l.png) no-repeat;
    z-index: 100;
  }
  .carousel-next {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 4%;
    right: 69%;
    margin: 0;
    background: url(../picture/b_r.png) no-repeat;
    z-index: 100;
  }

  /*首页产品*/
  .cp {
    width: 1500px;
    height: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /*尾部*/
  .footer .page-width {
    width: 100%;
    margin: 0 auto;
  }
  .footer .module-inner {
    position: relative;
  }
  .footer .link ul {
    display: none;
  }
  .footer .link .copyright p {
    position: absolute;
    right: 0;
    bottom: -1rem;
  }
  .footer .foot-cont {
    position: absolute;
    right: 52%;
    padding-top: 0px;
  }
  .footer .foot-right {
    position: absolute;
    padding-top: 0px;
    right: 0;
  }
  .footer .foot-icon img {
    width: auto;
    margin-bottom: 1rem;
  }
  .footer .foot-icon span {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.8rem;
  }
  .footer .foot-right .foot-right-p {
    height: 2rem;
    line-height: 2rem;
    color: #929292;
    margin-top: 2rem;
  }

  /* 分页 */

  .pagination {
    margin: 15px 0 10px;
  }

  .pagination a,
  .pagination span {
    display: none;
  }

  .pagination a:hover,
  .pagination a:active {
    background-color: #333;
    color: #fff;
  }

  .pagination .page-prev,
  .pagination .page-next {
    margin: 0 1%;
    padding: 0;
    display: inline-block;
    width: 47%;
    height: 38px;
    line-height: 38px;
    background-color: #3d9a5c;
    color: #fff;
  }

  .pagination .page-prev {
    border-radius: 30px 0 0 30px;
  }

  .pagination .page-next {
    border-radius: 0 30px 30px 0;
  }

  .pagination .disabled {
    background-color: #f7fafa;
    color: #ccc;
  }

  /* touch menu */

  .top-main-content {
    display: none;
  }

  .touch-top-wrapper .touch-logo img {
    height: 40px;
  }

  .touch-toggle li {
    height: 60px;
  }

  .touch-toggle li a {
    height: 60px;
  }

  .touch-toggle li i {
    width: 28px;
    height: 28px;
    margin-top: 15px;
  }

  .footer .qhd-content p,
  .footer .qhd-content p,
  .bottom .qhd-content p,
  .bottom .qhd-content p {
    text-align: center;
  }

  /* 图文交叉排版 */

  .post-text h2 {
    font-weight: normal;
    font-size: 16px;
  }

  .post-text-summary {
    font-size: 12px;
  }

  .post-list .post-list-item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .post-list-2col .post-img,
  .post-list-2col .post-text-box {
    width: 100%;
  }

  .post-list-2col .post-img img {
    height: auto !important;
  }

  .post-list-2col .post-text-box {
    height: auto !important;
  }

  .post-list-2col .post-text-summary {
    height: auto !important;
  }

  .post-list-2col .post-text {
    padding: 20px;
  }

  .post-list-2col .post-list-item .post-arrow {
    width: 19px;
    height: 10px;
    margin: 0;
    right: auto;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    background-position: 0 0;
  }

  .post-list-3col .post-img,
  .post-list-3col .post-text-box {
    width: 50%;
    float: left;
  }

  .post-list-3col .post-list-item .post-text {
    padding: 20px;
  }

  .post-list-3col .post-list-item .post-arrow {
    width: 10px;
    height: 19px;
    margin: 0;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    background-position: 0 -42px;
  }

  .post-list-3col .post-list-item:nth-of-type(2n + 2) .post-img {
    float: right;
  }

  .post-list-3col .post-list-item:nth-of-type(2n + 2) .post-arrow {
    left: auto;
    right: -10px;
    background-position: 0 -11px;
  }

  .post-list-3col .post-list-item-spec .post-img {
    top: auto !important;
  }

  .post-list-3col .post-list-item-spec .post-text-box {
    top: auto !important;
  }

  .footer {
    background-color: #f0f0f0;
  }
}

@media screen and (max-width: 640px) {
  /* slideshow */

  .slideshow {
    height: 300px !important;
  }

  .slideshow img {
    height: 300px !important;
  }

  .slideshow-min {
    height: 200px !important;
  }

  .slideshow-min img {
    height: 200px !important;
  }

  .scrollable .carousel-direction a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  /* Tab */

  .tabs-left .tabs-nav {
    width: 30%;
  }

  .tab-round .tabs-nav li a {
    width: 70px;
    height: 70px;
  }

  .tab-round .tabs-nav li i.line-v {
    height: 30px;
  }

  /* 图文展示 */

  .qhd-content .typo .typo_img,
  .qhd-content .typo .imgtoright {
    width: auto !important;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }

  .qhd-content .typo > a {
    display: block;
  }

  .qhd-content div,
  .qhd-content a,
  .qhd-content p,
  .qhd-content h1,
  .qhd-content h2,
  .qhd-content h3,
  .qhd-content h4,
  .qhd-content h5,
  .qhd-content h6 {
  }

  /* 多列图文*/

  .portfolio-list .column .col-4-1,
  .link-list .column .col-4-1 {
    width: 48.5% !important;
    margin-right: 3% !important;
  }

  .portfolio-list .column .col-4-1:nth-child(2n),
  .link-list .column .col-4-1:nth-child(2n) {
    margin-right: 0 !important;
  }

  .portfolio-list .column .col-5-1,
  .link-list .column .col-5-1 {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .portfolio-grid-4col .portfolio-grid-item {
    width: 50%;
  }

  .portfolio-grid-3col .portfolio-grid-item {
    width: 50%;
  }

  .row2-svar .col-3-1,
  .row2-svar .col-4-1,
  .row2-svar .col-5-1 {
    width: 48.5%;
    margin-right: 3%;
  }

  .row2-svar .col-5-1:nth-of-type(5n + 5) {
    margin-right: 3%;
  }

  .row2-svar .col-5-1:nth-of-type(5n + 1) {
    clear: none;
  }

  .row2-svar .col-3-1:nth-of-type(3n + 3),
  .row2-svar .col-4-1:nth-of-type(3n + 3),
  .row2-svar .col-5-1:nth-of-type(3n + 3) {
    margin-right: 3%;
  }

  .row2-svar .col-3-1:nth-of-type(3n + 1),
  .row2-svar .col-4-1:nth-of-type(3n + 1),
  .row2-svar .col-5-1:nth-of-type(3n + 1) {
    clear: none;
  }

  .row2-svar .col-3-1:nth-of-type(2n + 2),
  .row2-svar .col-4-1:nth-of-type(2n + 2),
  .row2-svar .col-5-1:nth-of-type(2n + 2) {
    margin-right: 0;
  }

  .row2-svar .col-3-1:nth-of-type(2n + 1),
  .row2-svar .col-4-1:nth-of-type(2n + 1),
  .row2-svar .col-5-1:nth-of-type(2n + 1) {
    clear: both;
  }

  /* 文章 */

  .headlines-list-2col .headlines-content {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .headlines-others .entry-set-time-hl .entry-item {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .headlines-others .entry-set-time-hl .entry-summary {
    margin-bottom: -8px;
  }

  .team-cases-title {
    margin: 25px 0 25px;
    padding-top: 25px;
  }

  .team-introduction .team-img,
  .content .team-introduction .team-img {
    margin-right: 0px;
  }

  .team-introduction .team-img img,
  .content .team-introduction .team-img img {
    width: 200px;
  }

  .team-introduction .team-name {
    font-size: 18px;
    font-weight: bold;
  }

  .full-scrollable ul li {
    margin: 0 5px;
  }

  .full-scrollable .scrollable-info .scrollable-summarty {
    font-size: 13px;
  }

  /* 产品 */

  .product-intr .product-preview {
    width: auto;
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 30px;
  }

  .content .product-detail-zoom .product-intr .product-preview,
  .product-detail-zoom .product-intr .product-preview {
    width: 100%;
  }

  .gallery-zoom-img-wrap .icon-zoom {
    display: none;
  }

  /* 链接 */

  .link-icon li {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-icon li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 80px;
  }

  .link-icon li a span {
    display: block;
    margin-top: 26px;
    font-size: 14px;
  }

  .link-icon li a.link-img img {
    width: 24px;
    margin: 15px 0 5px 0;
  }

  .link-icon li a.link-img span {
    margin-top: 0;
  }

  /* 容器 */

  .module-horizontal .module-title-horizontal {
    float: none;
    margin-right: 0;
  }

  .module-title-horizontal .module-title-content {
    margin: 0 0 10px 0;
  }

  .module-horizontal > .modult-inner > .module-more-horizontal a {
    margin-top: 12px;
  }

  .fixed-bottom {
    display: block;
  }

  /*竖排分类*/

  .categoryNav-vertical-content {
    margin-top: 20px;
  }

  .categoryNav-vertical-content ul li a {
    line-height: 40px;
  }

  /* 图文交叉排版 */

  .post-text h2 {
    margin-bottom: 15px;
  }

  .post-list .post-img,
  .post-list .post-text-box {
    width: 100%;
  }

  .post-list .post-img img {
    height: auto !important;
  }

  .post-list .post-text-box {
    height: auto !important;
  }

  .post-list .post-text-summary {
    height: auto !important;
  }

  .post-list .post-list-item .post-arrow {
    width: 19px;
    height: 10px;
    margin: 0;
    right: auto;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    background-position: 0 0;
  }

  .post-list .post-list-item-spec .post-img {
    top: auto !important;
  }

  .post-list .post-list-item-spec .post-text-box {
    top: auto !important;
  }

  .post-list .post-list-item:nth-of-type(2n + 2) .post-arrow {
    width: 19px;
    height: 10px;
    margin: 0;
    right: auto;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    background-position: 0 0;
  }
}

@media screen and (max-width: 480px) {
  /*头部*/
  .module-full-screen-mian {
    position: relative;
  }
  .module-full-screen-mian .main-more img {
    width: 36%;
  }
  .module-full-screen-mian .module-title-content {
    display: none;
  }
  .module-full-screen-mian .module-full-screen-title {
    position: relative;
  }
  .module-full-screen-mian .main-h2 {
    margin: 0 auto;
    line-height: normal;
    font-weight: bold;
    color: #000;
    font-size: 3rem;
    padding-top: 50px;
    letter-spacing: 2px;
    height: 5rem;
  }
  .module-full-screen-mian .module-full-screen-title > i {
    display: -webkit-inline-box;
    position: absolute;
    top: 0;
    width: 2px;
    right: 0px;
    left: 50%;
    height: 40px;
    overflow: hidden;
    background-color: #d9d9d9;
  }

  .mySwiper .carousel-img .learn-more {
    cursor: pointer;
    background-color: #47b47a;
    width: 7rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 60%;
    left: 10.5%;
  }
  .mySwiper .carousel-img .learn-more strong {
    font-weight: 100;
    font-size: 1rem;
    letter-spacing: 0px;
    font-family: "HarmonyOS_Sans_SC";
  }
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    top: 80% !important;
    display: none;
  }
  .mycp .swiper-button-next,
  .mycp .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    top: 80% !important;
    display: none;
  }
  .mycp .swiper-pagination {
    bottom: -8px !important;
    display: contents;
  }
  .module-full-screen-mian .main-more {
    float: none;
    clear: both;
    margin-top: 1rem;
  }

  /*轮播*/
  .cp {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mycp .swiper-slide .carousel-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .module-full-screen-mian .main-more a {
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .module-full-screen-mian .main-more img {
    width: 100%;
    height: auto;
  }
  .module-full-screen-gray {
    background-image: url(../wap/wap-1.jpg);
    width: 100%;
    height: 520px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 2.5rem;
    max-height: 77vh;
  }
  .module-full-screen-gray .gray-h2 {
    position: unset;
    /* top: -8px; */
    /* left: 19.5%; */
    font-size: 3rem;
    color: #000;
    text-align: left;
  }
  .module-full-screen-gray .gray-h3 {
    position: unset;
    /* top: 35px; */
    /* left: 19.5%; */
    font-size: 3.5rem;
    margin: 0;
    font-weight: bold;
    color: #000;
    text-align: left;
    line-height: 3rem;
    height: 5rem;
  }
  .module-full-screen-gray .gray-content {
    margin: 0 auto;
    width: 100%;
  }
  .module-full-screen-gray .gray-content p {
    font-size: 1rem;
    text-align: left;
    font-family: "HarmonyOS_Sans_SC";
    margin-bottom: 10px;
    float: left;
    /* margin-right: 42px; */
    height: auto;
    line-height: 1.3;
    width: 100%;
  }
  .module-full-screen-gray .qhd-content-num {
    width: 68%;
    height: auto;
    margin: 0px auto;
    float: left;
    /*   padding-top: 0.2rem;*/
  }
  .qhd-content-num {
    width: 68%;
    height: 100px;
    margin: 0px auto;
    float: left;
    /*   padding-top: 0.2rem;*/
  }
  .numCount li .numCX {
    font-size: 5vw;
    font-weight: bold;
    font-family: "微软雅黑";
    letter-spacing: 1px;
    color: #000;
  }
  .module-full-screen-gray .numCount {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: left;
  }
  .module-full-screen-gray .numCount li {
    margin-right: 1rem;
  }
  .module-full-screen-gray .numCount .item span {
    color: #000;
    font-size: 0.1rem;
    font-weight: 500;
    letter-spacing: 0em;
  }
  .module-full-screen-gray .numCount .item p {
    line-height: 1.2;
    margin-top: 5px;
  }

  .module-full-screen-gray .gray-company {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    margin-top: 75px;
    display: none;
  }

  .module-full-screen-plan {
    background-image: url(../wap/wap-2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
    position: relative;
    margin-top: 0px;
    max-height: 47vh;
    margin: 2rem auto;
    padding: 0px;
  }

  .module-full-screen-plan .module-full-screen-title {
    width: 100%;
    height: auto;
    position: unset;
    text-align: left;
  }
  .module-full-screen-plan .plan-h2 {
    position: unset;
    font-size: 3rem;
    color: #000;
    font-family: "HarmonyOS_Sans_SC";
    text-align: left;
  }
  .module-full-screen-plan .plan-h3 {
    position: unset;
    font-size: 2.5rem;
    margin: 0;
    font-weight: bold;
    font-family: "HarmonyOS_Sans_SC";
    color: #000;
    text-align: left;
    line-height: 0.8;
  }
  .module-full-screen-plan .plan-content {
    height: auto;
    position: unset;
    left: 8%;
    top: 19%;
    width: 100%;
  }
  .module-full-screen-plan .plan-content p {
    text-align: right;
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-plan .features {
    display: flex;
    margin: 0 auto;
    height: auto;
    position: absolute;
    bottom: 21.2%;
    left: 44%;
    display: none;
  }
  .module-full-screen-plan .plan-more {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 18.5%;
  }

  .module-full-screen-video {
    background: #fff;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /*关于我们*/

  .module-full-screen-introd {
    background-image: url(../wap/wap-gy.jpg);
    width: 100%;
    height: 980px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0px;
    max-height: 150vh;
  }
  .module-full-screen-introd .about {
    display: block !important;
  }
  .module-full-screen-introd .module-inner .module-full-screen-title {
    margin-bottom: 1rem;
    padding-top: 3rem;
  }
  .module-full-screen-introd .int-content b {
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
  }
  .module-full-screen-introd .int-h2 {
    font-size: 1.7rem;
    margin: 0;
    font-weight: bold;
    color: #000;
    font-family: "HarmonyOS_Sans_SC";
    letter-spacing: 2px;
  }
  .module-full-screen-introd .int-content {
    margin: 0 auto;
    font-size: 1.2rem;
    width: 100%;
    text-align: inherit;
  }
  .module-full-screen-introd .int-content p {
    margin-bottom: 0.5rem;
  }
  .int-num {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .int-num .numCount {
    width: 100%;
    height: auto;
  }
  .int-num .numCount li {
    margin-right: 1.1rem;
  }
  .int-num .numCount li:last-child {
    margin-right: 0;
  }
  .numCount li .item {
    margin: 0 auto;
    text-align: left;
  }
  .qhd-content-num .numCount dd .numU {
    display: flex;
    align-items: baseline;
    justify-content: center;
    /* color: rgba(0, 0, 0, 0.5); */
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: -1rem;
  }
  .int-num .numCount span {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.05em;
  }

  .module-full-screen-culture {
    background-image: url(../wap/culture.jpg);
    width: 100%;
    height: 1270px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0px;
    max-height: 182vh;
  }
  .module-full-screen-culture .cul-h2 {
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .module-full-screen-culture .cul-qy {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: none;
  }
  .module-full-screen-culture .cul-qy li {
    display: inline-flex;
    width: 100%;
    /* height: 6rem; */
    /* line-height: 6rem; */
    border-top: 1px #d9d9d9 solid;
  }
  .module-full-screen-culture .cul-qy span {
    width: 16%;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    letter-spacing: 0;
    margin-right: 0;
    font-family: "HarmonyOS_Sans_SC";
    text-align: center;
    font-weight: 800;
  }
  .module-full-screen-culture .cul-qy .cul-qy-span {
    font-size: 1rem;
    letter-spacing: 0;
    margin-right: 0.1rem;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-culture .thumnail-list .circle .circle-tit {
    position: absolute;
    bottom: 4rem;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    font-weight: 700;
  }
  .module-full-screen-culture .module-full-screen-title {
    margin-bottom: 1rem;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC";
  }

  .module-full-screen-history {
    /* background-image: url(../wap/history.jpg); */
    width: 100%;
    /*height: auto;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0px;
    max-height: 100vh;
  }
  .module-full-screen-history .m-history{
    display: block;
  }
  .module-full-screen-history .pc-history{
    display: none;
  }
  .module-full-screen > .module-inner {
    padding: 0px 0;
  }
  .module-full-screen-history .his-h2 {
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .module-full-screen-history .his-h3 {
    font-size: 2rem;
    color: #000;
    font-weight: normal;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-display {
    background-image: url(../wap/picture/about/display.jpg);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0px;
    max-height: 60vh;
  }

  .module-full-screen-display .dis-h2 {
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .module-full-screen-display .dis-h3 {
    font-size: 3rem;
    color: #000;
    font-weight: normal;
    font-family: "HarmonyOS_Sans_SC";
  }

  .module-full-screen-enmap .inner {
    z-index: 4;
    position: absolute;
    left: 9.2%;
    top: 22.8%;
  }
  .module-full-screen-elayout {
    background-image: url(../wap/layout.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 1070px;
    max-height: 65vh;
    position: relative;
    margin-bottom: 2rem;
  }

  .module-full-screen-layout {
    background-image: url(../wap/layout.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 1170px;
    max-height: 62vh;
    position: relative;
    margin-bottom: 50px;
  }

  .module-full-screen-elayout .lay-h2 {
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
    color: #000;
  }

  .module-full-screen-elayout .lay-h3 {
    font-size: 3rem;
    color: #000;
    font-weight: normal;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-elayout .module-full-screen-title {
    margin-bottom: 0.1rem;
  }
  .module-full-screen-elayout .layout-content .lay-p {
    font-size: 1rem;
    letter-spacing: 0;
    color: #000;
    font-weight: bold;
  }
  .module-full-screen-elayout .layout-content {
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    width: 100%;
    height: auto;
  }
  .module-full-screen-elayout .layout-content p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .module-full-screen-elayout .inner {
    z-index: 4;
    position: absolute;
    left: 5.3%;
    top: 47.5%;
  }

  .module-full-screen-elayout .inner .col:nth-of-type(1) .map .ripple > span {
    position: absolute;
    left: 0%;
    top: 24%;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    line-height: 10rem;
    text-align: center;
    opacity: 0.2;
    background-color: #008755;
    animation: ripple 5s ease-in-out infinite;
  }
  .module-full-screen-elayout .inner-r {
    z-index: 4;
    position: absolute;
    right: 51.8%;
    top: 37.5%;
  }
  .module-full-screen-elayout .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
    position: absolute;
    left: 0%;
    top: 26%;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    line-height: 20rem;
    text-align: center;
    opacity: 0.2;
    background-color: #008755;
    animation: ripple 5s ease-in-out infinite;
  }

  /*联系我们*/
  .module-full-screen-contact {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 3rem;
  }
  .module-full-screen-contact .module-full-screen {
    margin: 0 auto;
    padding: 0;
  }

  .module-full-screen-contact .page-width {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .module-full-screen-contact .contact-h3 {
    font-size: 2rem;
    margin: 1rem auto;
    font-weight: 500;
    color: #000;
    letter-spacing: 0px;
    font-family: "HarmonyOS_Sans_SC";
    text-align: center;
  }
  .module-full-screen-contact .module-full-screen-title > .module-title-content > i {
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
    right: 0px;
    height: 1px;
    overflow: hidden;
    background-color: #d9d9d9;
  }
  .module-full-screen-contact .cont-office {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2rem;
    position: relative;
  }
  .module-full-screen-contact .cont-office .office-left li {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .module-full-screen-contact .cont-office p {
    font-size: 1rem;
  }
  .module-full-screen-contact .cont-office .office-right {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
  }
  .module-full-screen-contact .cont-office .office-right .office-default {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    display: block;
  }
  /*表单*/
  .module-full-screen-form {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5rem;
    padding: 0;
  }

  .module-full-screen-form .con-form {
    background: #f8f8f8;
    width: 100%;
    height: auto;
  }
  .module-full-screen-form .con-form .contact-card {
    background-color: var(--global--color-white);
    border-radius: 8px 8px 0 8px;
    padding: 40px 60px 40px 40px;
    border-radius: 12px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }
  .form-k {
    width: 100%;
    height: 120px;
    float: left;
  }
  .form-control {
    font-family: var(--global--font-body);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 100%;
    line-height: 1px;
    font-size: 1rem;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 20px;
    margin-bottom: 25px;
    position: relative;
  }
  .module-full-screen-form .con-form .contact-card .contact-remark {
    float: left;
    height: auto;
  }
  .module-full-screen-form .con-form .contact-card .contact-remark textarea {
    width: 100%;
    height: 10vh;
    padding: 10px;
    color: #000;
    font-size: 1rem;
  }
  .module-full-screen-form .con-form .contact-card .contact-submit .btn-cont {
    font-size: 1rem;
    cursor: pointer;
    width: 65%;
    height: 5rem;
    background-color: #1f1f1f;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 5rem;
  }

  /*销售人员*/
  .module-full-screen-recrut {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
    padding: 0;
  }
  .module-full-screen-recrut .page-width {
    width: 100%;
    margin: 0 auto;
  }
  .pc-bg-container {
    width: 100%;
    margin: 2rem auto;
  }
  .home-market-section .section-inner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .home-market-section .section-inner .swiper-container {
    height: auto;
    max-width: 100%;
  }
  .home-market-section .section-inner .swiper-container .swiper-wrapper {
    align-items: center;
    height: auto !important;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide {
    height: auto !important;
    background: 0 0;
    *padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
    width: 69% !important;
    margin-right: 0 !important;
  }
  .home-market-section .section-inner .swiper-container .swiper-pagination-bullets {
    bottom: 0px;
    width: 102%;
  }
  .module-full-screen-recrut .con-rec {
    width: 100%;
    height: auto;
    margin: 3rem auto;
    display: flex;
  }
  .module-full-screen-recrut .con-rec ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: right;
  }
  .module-full-screen-recrut .con-rec .rec-staff p {
    text-align: left;
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
  }
  .module-full-screen-recrut .con-rec .rec-p {
    font-size: 1.5rem !important;
    font-weight: bold;
    letter-spacing: 5px;
    color: #000;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-recrut .con-rec .rec-staff {
    width: 80%;
    height: auto;
    padding-right: 0.1rem;
  }
  .module-full-screen-recrut .con-rec .rec-staff:last-of-type {
    padding-right: 0;
    /* text-align: left; */
  }
  .module-full-screen-recrut .con-rec .rec-staff img {
    float: left;
  }

  /*地图*/
  .module-full-screen-contact-map .map-content {
    width: 100%;
    margin: 0 auto;
  }
  .module-full-screen-contact-map .ditu {
    height: 25vh;
    /* border: 1px solid #999; */
    width: 100%;
    /* margin: 40px 0 100px 0; */
  }
  .module-full-screen-contact-map {
    width: 100%;
    height: 25vh;
    position: relative;
    margin: 30px auto;
    padding: 0;
  }
  .module-full-screen-contact-map {
    width: 100%;
    height: 25vh;
    position: relative;
    margin: 30px auto;
    padding: 0;
  }

  /*产品详情*/
  .module-full-screen-details {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin: 0 auto;
    padding: 0;
  }
  .module-full-screen-details .page-width {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .module-full-screen-details .det-h2 {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-details .det-h3 {
    text-align: left;
    font-size: 2rem;
    margin: 0;
    font-weight: bold;
    font-family: "HarmonyOS_Sans_SC";
    color: hsl(0deg 0% 19%);
  }
  .module-full-screen-details .module-full-screen-title > .module-title-content > i {
    display: inline-block;
    position: relative;
    top: 1rem;
    width: 100%;
    right: 0px;
    height: 1px;
    overflow: hidden;
    background-color: #d9d9d9;
  }
  .module-full-screen-details .det-order {
    position: absolute;
    top: 2rem;
    right: 0;
    background-color: #36a268;
    width: 7rem;
    height: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    line-height: 4rem;
    display: block;
    letter-spacing: 2px;
  }
  .module-full-screen-img .pro-img {
    width: 100%;
    height: 47vh;
    margin: 0 auto;
    background: #f8f8f8;
    position: relative;
  }
  .module-full-screen-img .pro-img .img {
    position: absolute;
    top: 1rem;
    left: 24%;
    margin-left: -88px;
    width: 100%;
    height: auto;
    border-radius: 210px;
    background-color: #fff;
  }
  .module-full-screen-img .pro-img .img img {
    width: 100%;
    height: 100%;
    border-radius: 90px;
  }

  .module-full-screen-info {
    margin-top: 1rem;
  }

  .module-full-screen-info .page-width {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .module-full-screen-info .module-full-screen-title > .module-title-content > i {
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
    right: 0px;
    height: 1px;
    overflow: hidden;
    background-color: #d9d9d9;
  }
  .module-full-screen-info .module-full-screen-title > .module-title-content ul {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
  }
  .module-full-screen-info .module-full-screen-title > .module-title-content li {
    width: 100%;
    height: auto;
  }
  .module-full-screen-info .module-full-screen-title > .module-title-content p {
    font-family: "HarmonyOS_Sans_SC";
    font-size: 1.5rem;
    color: #333;
  }

  /*产品详情表单*/
  .module-full-screen-proform {
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 1rem;
    padding: 0;
  }

  .module-full-screen-proform .module-inner .form-letter {
    width: 100%;
    margin: 25px auto;
  }
  .module-full-screen-proform .module-inner .form-letter p {
    font-size: 2rem;
    margin: 10px 0 50px 0;
  }
  .module-full-screen-proform .det-form {
    background: #f8f8f8;
    width: 100%;
    height: auto;
  }

  .module-full-screen-proform .det-form .form-k {
    width: 100%;
    height: 120px;
    float: left;
  }
  .module-full-screen-proform .det-form .form-control {
    font-family: var(--global--font-body);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 65px;
    width: 100%;
    line-height: 1px;
    font-size: 1rem;
    border: 1px solid #eaeaea;
    background-color: #fff;
    padding-left: 20px;
    margin-bottom: 25px;
    position: relative;
  }
  .module-full-screen-proform .det-form .contact-card .contact-remark {
    float: left;
    height: 15rem;
  }
  .module-full-screen-proform .det-form .contact-card .contact-remark textarea {
    width: 100%;
    height: 10vh;
    padding: 9px;
    color: #000;
    font-size: 1rem;
  }

  .module-full-screen-proform .det-form .contact-card .contact-submit .btn-cont {
    font-size: 1rem;
    cursor: pointer;
    width: 75%;
    height: 6rem;
    background-color: #1f1f1f;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 6rem;
  }

  /*解决方案*/

  .module-full-screen-test {
    background-image: url(../wap/test.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 810px;
    max-height: 121vh;
    position: relative;
  }

  .module-full-screen-test .page-width {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .module-full-screen-test .test-content {
    width: 100%;
    height: auto;
    float: right;
    margin: 0 auto;
  }
  .module-full-screen-test .test-h2 {
    font-size: 2.5rem;
    color: #000;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    float: none;
    font-weight: bold;
  }
  .module-full-screen-test .module-full-screen-title > .module-title-content > i {
    display: none;
    position: relative;
    top: 3px;
    width: 600px;
    left: 0px;
    height: 1px;
    overflow: hidden;
    background-color: #d9d9d9;
  }
  .module-full-screen-test .test-content p {
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-test .test {
    width: 100%;
    height: auto;
    padding-top: 0;
    position: absolute;
    bottom: 0;
  }
  .module-full-screen-test .test .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  .module-full-screen-test .test .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 20px !important;
  }

  .module-full-screen-service {
    background-image: url(../wap/service.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 510px;
    position: relative;
    margin-top: 1rem;
    max-height: 45vh;
  }
  .module-full-screen-service .module-full-screen-title h2 {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: "HarmonyOS_Sans_SC";
    color: #000;
    margin: 0 auto;
  }
  .module-full-screen-service .module-full-screen-title h3 {
    font-size: 3rem;
    color: #000;
    letter-spacing: 3px;
    font-weight: 100;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-service .service-type {
    display: none;
  }

  .module-full-screen-process {
    background-image: url(../wap/process.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 960px;
    max-height: 58vh;
    position: relative;
    margin-top: 30px;
  }
  .module-full-screen-process .module-full-screen-title {
    margin-bottom: 0.2rem;
  }
  .module-full-screen-process .qhd-content {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
    color: #999;
  }

  .module-full-screen-process .module-full-screen-title h2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "HarmonyOS_Sans_SC";
    color: #000;
    margin: 0 auto;
  }
  .module-full-screen-process .module-full-screen-title h3 {
    font-size: 3rem;
    color: #000;
    letter-spacing: 3px;
    font-weight: 100;
  }
  .module-full-screen-process .factory {
    width: 51%;
    height: 16.2vh;
    top: 47.2%;
    left: 10%;
    position: absolute;
    padding-top: 0;
    margin-left: 0;
  }
  .module-full-screen-process .factory .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .module-full-screen-process .factory .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  .module-full-screen-transpor {
    background-image: url(../wap/transpor.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    max-height: 60vh;
    height: 1045px;
    position: relative;
    margin: 2rem 0 0 0;
    padding: 0;
  }
  .module-full-screen-transpor .module-full-screen-title h2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "HarmonyOS_Sans_SC";
    color: #000;
    margin: 0 auto;
  }
  .module-full-screen-transpor .module-full-screen-title {
    margin-bottom: 0px;
  }
  .module-full-screen-transpor .qhd-content p {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
    /* -webkit-line-clamp: 2; */
    width: 100%;
    margin: 0 auto;
  }

  /*产品中心*/
  .module-full-screen-category .page-width {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /*搜索*/
  .module-full-screen-pro .search_box {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0 1rem;
    padding-top: 1rem;
    position: relative;
    box-sizing: border-box;
  }
  .search_box b {
    background: url(../picture/sousuo-2.png) no-repeat #36a268 50%;
    top: 17%;
    right: 0%;
    width: 21%;
    height: 5rem;
    cursor: pointer;
    float: right;
    position: absolute;
    border-radius: 4rem;
  }
  #txt_Keyword {
    background: url(../picture/sousuo.png) no-repeat;
    background-position: 0.5rem 1.1rem;
  }

  .search_box input {
    width: calc(100% - 507px);
    /* height: auto; */
    width: 92% !important;
    border: 1px #cfcfcf solid;
    padding: 0;
    padding-left: 3.5rem;
    background: #fafafa;
    font-size: 1.5rem;
    color: #000;
    height: 5rem;
    border-radius: 4rem;
  }
  .module-full-screen-category .page-width .category-left {
    float: none;
  }
  .body_nav {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 1rem;
  }
  .body_nav ul.prlnavul {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .body_nav ul.prlnavul li {
    width: 100%;
    height: 3rem;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    margin: 0.5rem 0.5rem 0 0;
  }
  .body_nav ul.prlnavul li:last-child {
    border: 1px solid #d3d3d3;
    margin-right: 0;
  }
  .body_nav ul.prlnavul li a {
    color: #000;
    display: block;
    height: 3rem;
    line-height: 3rem;
  }
  .body_nav ul.prlnavul li a b {
    width: 8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 100;
    font-family: "HarmonyOS_Sans_SC";
    letter-spacing: 0;
    display: block;
  }
  .body_nav ul.prlnavul li em {
    font-size: 1rem;
    margin-right: 1rem;
    float: right;
    display: none;
  }
  .body_nav .column-left {
    width: 100%;
    height: 230px;
    margin-top: 2rem;
    background: #36a268;
    position: relative;
    display: none;
  }
  .body_nav .column-left .hollow-out {
    width: 85%;
    height: auto;
    background: #fff;
    border-radius: 5rem;
    position: absolute;
    top: 4rem;
    left: 2.5rem;
  }
  .body_nav .column-left .hollow-out img {
    float: left;
    margin: 2rem 1rem 2rem 2rem;
  }
  .body_nav .column-left .hollow-out ul li {
    width: 100%;
    height: auto;
  }
  .hollow-out span {
    color: #36a268;
    font-size: 2rem;
  }
  .hotline {
    color: #666666;
    font-size: 2rem;
    font-family: "HarmonyOS_Sans_SC";
    margin-top: 2rem;
    height: 3rem;
    line-height: 3rem;
  }
  .email-left {
    color: #fff;
    font-size: 2rem;
    font-family: "HarmonyOS_Sans_SC";
    position: absolute;
    bottom: 2rem;
    left: 5rem;
  }
  .main_rlght {
    width: 100%;
    float: none;
  }
  .main_title h2 {
    border-bottom: 1px solid #dfdfdf;
    color: #000;
    line-height: 3rem;
    font-weight: normal;
    margin-top: 4rem;
    font-size: 1rem;
  }
  .main_title h2 p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    display: inline-block;
    font-family: "HarmonyOS_Sans_SC";
    width: 50%;
  }
  .main_title h2 i {
    width: 42%;
    height: 1px;
    display: block;
    border-bottom: 3px #36a268 solid;
  }
  .mbxnav {
    margin-bottom: 2rem;
    color: #000;
    float: right;
    margin-top: 0rem;
    font-size: 1rem;
    font-family: "HarmonyOS_Sans_SC";
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .proul {
    background: #fff;
    padding: 2rem 0;
  }
  .proul ul.proulli li {
    width: 100% !important;
    margin-top: 0 !important;
    background: #fafafa;
    float: left;
    margin: 1rem 1rem 1.5rem 0;
    height: 5rem;
    line-height: 5rem;
  }
  .proul ul.proulli li h4 {
    font-size: 1.5rem;
    color: #000;
    float: left;
    font-weight: 100;
    font-family: "HarmonyOS_Sans_SC";
    margin-left: 2rem;
    overflow: hidden;
    width: 50%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .proul ul.proulli li p {
    float: right;
    font-family: "HarmonyOS_Sans_SC";
    font-size: 1rem;
    color: #464646;
    margin-right: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /*分页*/
  .page .current {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background: #3e3e3e;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0.3rem;
    user-select: none;
  }
  .page .pagenum {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background: #f8f8f8;
    color: #3d3d3d;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0.3rem;
    user-select: none;
  }
  .page .pageup,
  .pagedown {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background: #f8f8f8;
    color: #3d3d3d;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0.3rem;
    user-select: none;
  }

  /*尾部*/
  .footer {
    background-image: url(../wap/foot.jpg);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 220px;
    margin-top: 0px;
    max-height: 26vh;
    /* background-color: #f0f0f0;*/
  }
  .footer .footer-main {
    display: none;
  }
  .footer,
  .bottom {
    padding: 0 0;
  }

  /* 多列 */

  .column .col-4-1 {
    width: 15.9% !important;
    margin-right: 0 !important;
    display: -webkit-inline-box;
    float: unset !important;
  }

  .module-full-screen-map {
    background-image: url(../wap/wap-3.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 314px;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 3rem;
    background-size: 100% 100%;
    max-height: 40vh;
  }
  .module-full-screen-map .module-full-screen-title {
    width: 100%;
    height: auto;
    position: unset;
    text-align: left;
  }
  .module-full-screen-map .map-h2 {
    font-size: 2rem;
    color: #000;
    height: 30px;
    line-height: 30px;
  }
  .module-full-screen-map .module-full-screen-title .module-title-content {
    height: 2.8rem;
    line-height: 2.8rem;
    margin-top: 0px;
  }
  .module-full-screen-map .map-h3 {
    font-size: 3.5rem;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .module-full-screen-map .inner {
    z-index: 4;
    position: absolute;
    left: 10.1%;
    top: 25.4%;
  }
  .module-full-screen-map .inner-r {
    z-index: 4;
    position: absolute;
    right: 36.9%;
    top: 31.7%;
  }
  .module-full-screen-map .inner .col:nth-of-type(1) .map .ripple > span {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    line-height: 10rem;
    text-align: center;
    opacity: 0.2;
    background-color: #008755;
    animation: ripple 5s ease-in-out infinite;
  }
  .module-full-screen-map .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    line-height: 10rem;
    text-align: center;
    opacity: 0.2;
    background-color: #008755;
    animation: ripple 5s ease-in-out infinite;
  }
  /*English*/
  .module-full-screen-enmap {
    /* background-image: url(../wap/wap-3.jpg); */
    background-repeat: no-repeat;
    width: 100%;
    /* height: 314px; */
    position: relative;
    margin-top: 5rem;
    margin-bottom: 3rem;
    background-size: 100% 100%;
    max-height: 43vh;
  }
  .module-full-screen-enmap .module-full-screen-title {
    width: 100%;
    height: auto;
    position: unset;
    text-align: left;
  }
  .module-full-screen-enmap .map-h2 {
    font-size: 3rem;
    color: #000;
    height: 30px;
    line-height: 30px;
  }
  .module-full-screen-enmap .module-full-screen-title .module-title-content {
    height: 2.8rem;
    line-height: 2.8rem;
    margin-top: 0px;
  }
  .module-full-screen-enmap .map-h3 {
    font-size: 3.5rem;
    margin: 0;
    font-weight: bold;
    color: #000;
  }
  .module-full-screen-map .inner {
    z-index: 4;
    position: absolute;
    left: 10.1%;
    top: 25.4%;
  }
  .module-full-screen-enmap .inner-r {
    z-index: 4;
    position: absolute;
    right: 37.5%;
    top: 28.7%;
  }
  .module-full-screen-enmap .inner .col:nth-of-type(1) .map .ripple > span {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    line-height: 10rem;
    text-align: center;
    opacity: 0.2;
    background-color: #008755;
    animation: ripple 5s ease-in-out infinite;
  }
  .module-full-screen-enmap .inner-r .col-r:nth-of-type(1) .map-r .ripple > span {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    line-height: 10rem;
    text-align: center;
    opacity: 0.2;
    background-color: #008755;
    animation: ripple 5s ease-in-out infinite;
  }
  /*视频*/
  .video-box {
    width: 100%;
    margin: 0 auto;
    /* background: url(../img/video.jpg)no-repeat;*/
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  /*尾部*/
  .footer .link .copyright p {
    position: absolute;
    right: 0;
    font-size: 0.1rem;
    bottom: -2rem;
    left: 4rem;
  }

  .footer .foot-cont .adr {
    width: 24px;
    height: 21px;
    background: url(../img/map.png) no-repeat;
    display: block;
    margin-right: 10px;
  }
  .footer .foot-cont .info p {
    font-family: "HarmonyOS_Sans_SC";
    line-height: 15px;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0;
    color: #929ba2;
    height: 15px;
    text-transform: capitalize;
  }
  .footer .foot-cont .info {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0px;
  }
  .footer .foot-icon img {
    width: auto;
    margin-bottom: 1rem;
  }
  .footer .foot-icon span {
    font-size: 0.2rem;
    color: #000;
    line-height: 1rem;
    height: 1rem;
    display: inline-grid;
    width: 100%;
  }

  /* slideshow */

  .slideshow {
    height: 250px !important;
  }

  .slideshow img {
    height: 250px !important;
  }

  .slideshow-min {
    height: 180px !important;
  }

  .slideshow-min img {
    height: 180px !important;
  }

  .slideshow .carousel-direction {
    display: none;
  }

  .carousel-thumbs a img {
    width: 80px;
  }

  .scrollable-text {
    height: auto;
  }

  .scrollable-text .carousel-direction {
    display: none;
  }

  .carousel-btn-fixed {
    bottom: 8px;
  }

  /* Tab */

  .tabs-default .tabs-nav li a {
    padding: 0 10px;
    line-height: 34px;
    font-size: 14px;
  }

  .tabs-center .tabs-nav li {
    margin: 0 2px 5px;
  }

  .tab-round .tabs-nav li {
    width: auto;
    margin-bottom: 10px;
  }

  .tab-round .tabs-nav li a {
    width: 78px;
    height: 78px;
  }

  .tab-round .tabs-nav li i.line-v {
    display: none;
  }

  /* 文章产品公用 */

  .entry-list-mobile .entry-summary {
    display: none;
  }

  .entry-list-mobile .entry-detail {
    display: none;
  }

  .portfolio-typo-item .portfolio-typo-summary {
    display: none;
  }

  /* 多列图文*/

  .portfolio-list .column .col-2-1,
  .portfolio-list .column .col-3-1,
  .portfolio-list .column .col-4-1,
  .portfolio-list .column .col-5-1,
  .link-list .column .col-2-1,
  .link-list .column .col-3-1,
  .link-list .column .col-4-1,
  .link-list .column .col-5-1 {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .portfolio-grid-item {
    margin-bottom: 10px;
  }

  .portfolio-grid-text h3 {
    font-size: 13px;
  }

  .portfolio-grid-4col .portfolio-grid-item,
  .portfolio-grid-3col .portfolio-grid-item {
    width: 50%;
  }

  /* 图库 */

  .pgwSlideshow .ps-current {
    min-height: 200px;
  }

  /* 文章 */

  .article-list-row li .article-time {
    display: none;
  }

  .entry-img img {
    width: 120px !important;
    height: auto !important;
  }

  .blog-list .entry-img img {
    width: 100% !important;
    height: auto !important;
  }

  .headlines-list .headlines-content-bg .entry-img img {
    width: 100% !important;
    height: auto !important;
  }

  .entry-list-time-hl .entry-item {
    padding-left: 80px;
  }

  .entry-list-time-hl .time {
    width: 60px;
  }

  .entry-list-time-hl .time-day {
    line-height: 40px;
    font-size: 26px;
  }

  .entry-list-time-hl .time-date {
    line-height: 20px;
    font-size: 12px;
  }

  .team-introduction .typo .typo-img {
    float: none;
    margin: 0 0 20px;
  }

  .team-introduction .team-img img,
  .content .team-introduction .team-img img {
    width: auto;
    max-width: 100%;
  }

  .scrollable-text .article-time {
    display: none;
  }

  /* touch-menu */

  .touch-top-wrapper .touch-logo img {
    height: 30px;
  }

  .touch-toggle li {
    height: 50px;
    padding: 0 10px;
  }

  .touch-toggle li a {
    height: 50px;
  }

  .touch-toggle li i {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    right: -10px;
    position: absolute;
  }

  /* 容器 */

  .module-full-screen-title > .module-title-content > i {
    display: inline-block;
    position: relative;
    top: -140px;
    width: 2px;
    right: 0px;
    height: 70px;
    overflow: hidden;
    background-color: #d9d9d9;
  }

  .module-horizontal .module-title-horizontal {
    float: none;
    margin-right: 0;
  }

  .module-title-horizontal .module-title-content {
    margin: 0 0 10px 0;
  }

  .module-horizontal > .modult-inner > .module-more-horizontal {
    margin: 6px 0 0;
  }

  /*静态文件*/

  .qhd-content .typo a {
    display: block;
  }

  .qhd-content .typo a,
  .qhd-content .typo .typo_text {
    text-align: center;
  }

  /*不规则*/

  .izotope .grid-sizer,
  .izotope .izotope-item,
  .izotope .izotope-item-50 {
    width: 100% !important;
  }
}

@media screen and (max-width: 375px) {
  .module-full-screen > .module-inner {
    padding: 0px 0;
  }

  /*.module-full-screen-plan .plan-h2 {
    font-size: 2rem;
    color: #000;
    text-align: left;
    margin-left: 2rem;
    position: relative;
    top: 0;
    right: 0;
}
.module-full-screen-plan .plan-h3 {
	position: relative;
	top: 0;
    right: 0;
    height: 2rem;
    line-height: 2rem;
    font-size: 3.5rem;
    font-weight: bold;
    font-family: 'HarmonyOS_Sans_SC';
    color: #000;
    text-align: left;
    margin-left: 2rem;
}*/
  /*.module-full-screen-plan {
    background-image: url(../wap/wap-2.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    width: 100%;
    height: 361px;
    position: relative;
    margin-top: 30px;
}*/
  /*.module-full-screen-plan .plan-content {
    height: auto;
    position: absolute;
    left: 8%;
    top: 19%;
    width: 57%;
}*/
  .module-full-screen-plan .plan-content p {
    text-align: left;
    font-weight: 500;
    font-size: 10px;
    color: #000;
    font-family: "HarmonyOS_Sans_SC";
  }
  .module-full-screen-plan .plan-more {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 18.5%;
  }

  .module-full-screen-map .inner {
    z-index: 4;
    position: absolute;
    left: 8.8%;
    top: 24.2%;
  }
  .module-full-screen-map .inner-r {
    z-index: 4;
    position: absolute;
    right: 38.2%;
    top: 29.8%;
  }
  .column .col-4-1 {
    width: 15.7% !important;
    margin-right: 0 !important;
    display: -webkit-inline-box;
    float: unset !important;
  }
  .footer .foot-right .foot-default {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }
  .footer .foot-right .foot-right-p {
    height: 2rem;
    line-height: 2rem;
    color: #929292;
    margin-top: 1rem;
  }
  .footer .foot-cont {
    position: absolute;
    right: 52%;
    padding-top: 0px;
    top: -12px;
  }
  .footer .link .copyright p {
    position: absolute;
    right: 0;
    font-size: 1px;
    bottom: -4rem;
    left: 10px;
    top: 89px;
    height: 1px;
    line-height: 1px;
  }
}

@media screen and (max-width: 360px) {
  /* slideshow */

  .slideshow-min {
    height: 150px !important;
  }

  .slideshow-min img {
    height: 150px !important;
  }

  .slideshow .carousel-direction {
    display: none;
  }

  /*竖排分类*/

  .categoryNav-vertical-content ul li a {
    margin-bottom: 5px;
  }

  .categoryNav-vertical-content ul li {
    margin: 0 0px;
    display: block;
    width: 100%;
  }

  .categoryNav-vertical-content ul li a {
    display: block;
  }
}

.maximg img {
  max-width: 100% !important;
  height: auto !important;
}

.goumai {
  display: block;
  border: 3px solid #393;
  width: 100px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.goumai:hover {
  background: #393;
  color: #fff;
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st {
  font-family: 宋体;
}
.text-secondary {
  text-align: center;
  padding: 20px 0;
}
