@charset "utf-8";
:root {
  --main-color: #269a4f;
  --hover-color: #2ea05d;
  --MiSans-Bold: MiSans-Bold;
  --ZMiSans-Bold: ZMiSans-Bold;
  --MiSans-Regular: MiSans-Regular;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: var(--MiSans-Regular), 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
  font-size: 14rem;
  color: #666666;
  line-height: 1.1;
  width: 100%;
  background: #fff;
  margin: 0 auto !important;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: var(--MiSans-Regular);
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1580rem;
}
#privacyPopup {
  z-index: 10000;
  position: fixed;
  width: auto;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 800rem;
  transform: translate(-50%, -50%);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#privacyPopup video {
  display: block;
  max-width: 100%;
}
#privacyPopup .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 768px) {
  #privacyPopup {
    width: 100%;
  }
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#section-footer .fp-tableCell {
  display: block;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38rem;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 55%;
  opacity: 1;
  width: 50px;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 70px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 50px;
  height: 30px;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a:before,
.fp-slidesNav ul li a:before {
  content: '';
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  display: none;
  background: #fff;
  position: absolute;
  transition: all 334ms ease;
  -webkit-transition: all 334ms ease;
}
#fp-nav ul li a.active:before,
#fp-nav ul li:hover a.active:before,
.fp-slidesNav ul li a.active:before,
.fp-slidesNav ul li:hover a:before {
  width: 20px;
  left: 24px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  border: 0;
  color: #fff;
  font-size: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: solid 2px #fff;
  border-radius: 100%;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInLeft3 {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft3 {
  animation-name: fadeInLeft3;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@font-face {
  font-family: MiSans-Bold;
  src: url('../font/MiSans-Demibold.woff2') format('woff2'), url('../font/MiSans-Demibold.woff') format('woff'), url('../font/MiSans-Demibold.ttf') format('truetype'), url('../font/MiSans-Demibold.eot') format('embedded-opentype'), url('../font/MiSans-Demibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ZMiSans-Bold;
  src: url('../font/MiSans-Bold.woff2') format('woff2'), url('../font/MiSans-Bold.woff') format('woff'), url('../font/MiSans-Bold.ttf') format('truetype'), url('../font/MiSans-Bold.eot') format('embedded-opentype'), url('../font/MiSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MiSans-Regular;
  src: url('../font/MiSans-Regular.woff2') format('woff2'), url('../font/MiSans-Regular.woff') format('woff'), url('../font/MiSans-Regular.ttf') format('truetype'), url('../font/MiSans-Regular.eot') format('embedded-opentype'), url('../font/MiSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -264px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top1 {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top1:hover {
  color: var(--main-color);
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: var(--main-color);
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 155777;
  transition: 0.5s;
  left: 0;
}
.bg {
  padding-top: 100vh;
  position: relative;
  z-index: 300;
  background-size: cover;
  background-position: center center;
}
.bg img {
  display: none;
}
.bg video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutbg:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 301;
}
.section {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.section1 {
  position: relative;
  width: 100%;
  z-index: 400;
}
.section1 .bg {
  z-index: 80;
}
.section1 .bg img {
  display: none;
}
.active .home-title {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-p {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.active .plist {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .home-app .right {
  -webkit-animation: fadeInLeft2 3s alternate;
  animation: fadeInLeft2 3s alternate;
}
.active .home-app .left .show {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .home-service .home-bottom {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .home-about .right {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .home-partner .home-span {
  -webkit-animation: fadeInDown2 2s alternate;
  animation: fadeInDown2 2s alternate;
}
.active .home-partner .right {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.active .ib3list {
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
#fp-nav {
  display: none !important;
}
.home {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 320;
  padding-top: 125rem;
  transform: translateY(-50%);
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
.height {
  height: 1px;
  position: absolute;
  top: -125rem;
  left: 0;
  width: 100%;
}
.height1 {
  height: 125rem;
}
#menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 8px;
}
#menu .lan {
  text-align: center;
  margin-bottom: 10px;
}
#menu .lan a {
  color: #666;
  font-size: 16px;
  margin: 0 5px 10px 5px;
}
#menu .lan .active {
  color: var(--main-color);
}
#menu .search {
  background: #f1f1f1;
  position: relative;
}
#menu .search .form-control {
  width: 100%;
  height: 40px;
  border: 0;
  background: none;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  font-family: var(--Montserrat-Regular);
}
#menu .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 15px !important;
  padding: 0;
  margin: 0;
}
#menu ul .subnav {
  display: none;
}
#menu ul ul {
  padding: 0;
  margin: 0 -5px;
}
#menu ul ul li {
  width: 100%;
  float: left;
  padding: 0 5px;
  border: 0;
}
#menu ul ul li a {
  padding: 0;
  font-weight: normal;
}
#menu ul {
  overflow: hidden;
  padding: 0 0 0 10px;
}
#menu ul li {
  position: relative;
  padding-right: 48px;
  border-bottom: 1px solid #f1f1f1;
}
#menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #e01121;
  text-align: center;
  background: url(../images/jt.png) no-repeat center center;
  background-size: 13px;
}
#menu ul li a {
  font-size: 16px;
  color: #333;
  font-family: var(--Montserrat-Bold);
  display: block;
  line-height: 38px;
  padding: 5px 0;
  position: relative;
}
#menu ul li ul li a {
  font-size: 14px;
  color: #555;
  font-family: var(--Montserrat-Regular);
  line-height: 24px;
  margin: 10px 0;
}
#menu ul li ul li ul li a {
  font-size: 14px;
}
#menu ul li ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../images/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
.fix .top {
  background: #313131;
}
.fix .top .left {
  font-family: var(--MiSans-Bold);
  font-size: 14rem;
  line-height: 35rem;
  letter-spacing: 1rem;
  color: #ffffff;
  float: left;
}
.fix .top .right {
  float: right;
  padding-right: 16rem;
}
.fix .top .right .hcontact {
  font-family: var(--MiSans-Bold);
  font-size: 16rem;
  line-height: 35rem;
  letter-spacing: 1rem;
  color: #ffffff;
  float: left;
  background: url(../images/lianxi.png) no-repeat center left;
  background-size: 15rem;
  padding-left: 22rem;
}
.fix .top .right .header-search {
  float: left;
  position: relative;
  padding-left: 31rem;
  margin-left: 30rem;
  /*搜索*/
}
.fix .top .right .header-search:after {
  content: '';
  display: block;
  width: 1px;
  height: 18rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9rem;
  background: #505050;
}
.fix .top .right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.fix .top .right .header-search .pull-right a {
  display: block;
  overflow: hidden;
  height: 35rem;
  transition: 0.7s;
  background: url(../images/search.png) no-repeat center left;
  background-size: 16rem !important;
  font-family: var(--MiSans-Bold);
  font-size: 16rem;
  line-height: 35rem;
  letter-spacing: 1rem;
  color: #ffffff;
  padding-left: 27rem;
}
.fix .top .right .header-search .search .search-main {
  top: 100%;
  right: 0;
  z-index: 777;
  width: 300rem;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.fix .top .right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 16rem;
  color: #666;
  height: 50rem;
  vertical-align: top;
  padding: 0 60rem 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.fix .top .right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 50rem;
  height: 50rem;
  line-height: 50rem;
  position: absolute;
  padding:0;
  background: var(--main-color) url(../images/search.png) no-repeat center center;
  background-size: 16rem !important;
  margin:0;
}
.header {
  height: 90rem;
  width: 100%;
  transition: 0.7s;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.header .logo {
  padding: 0;
  float: left;
  transition: 0.7s;
  padding-top: 18rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 191rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .lg2 {
  display: none;
}
.header .header-right {
  float: right;
}
.header .header-right .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  display: none;
}
.header .header-right .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-right .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--main-color);
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-right .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.nav {
  transition: 0.2s;
  float: right;
}
.nav ul {
  z-index: 1;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 70rem;
  /* position: relative; */
}
.nav ul li.pro{
	position: static;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  color: #fff;
  line-height: 90rem;
  transition: 0.7s;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-family: var(--MiSans-Bold);
}
.nav ul li a i {
  height: 77rem;
  width: 11rem;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10rem;
}
.nav ul li .subnav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200rem;
  margin-left: -100rem;
  display: none;
  z-index: 333;
  box-shadow: 0 8px 16px -16px rgba(0, 0, 0, 0.16);
}
.nav ul li .subnav ul {
  overflow: hidden;
  float: none;
  padding: 10rem;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.nav ul li .subnav ul li {
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  vertical-align: top;
  width: 100%;
}
.nav ul li .subnav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  font-size: 15rem;
  font-weight: normal;
  color: #666 !important;
  text-decoration: none;
  padding: 0 20rem;
  line-height: 50rem;
}
.nav ul li .subnav ul li .pic {
  background-color: #ccc;
}
.nav ul li .subnav ul li .pic:after {
  padding-bottom: 75%;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    background: var(--main-color) !important;
    color: #fff !important;
  }
}
.nav ul li:hover a {
  color: var(--hover-color);
}
.nav ul .active a {
  color: var(--hover-color);
}
.header:hover,
.headerfix,
.header1 {
  background: #fff;
  box-shadow: 0rem 7rem 38rem 0rem rgba(31, 33, 32, 0.06);
}
.header:hover .logo a .lg1,
.headerfix .logo a .lg1,
.header1 .logo a .lg1 {
  display: none;
}
.header:hover .logo a .lg2,
.headerfix .logo a .lg2,
.header1 .logo a .lg2 {
  display: block;
}
.header:hover .nav ul li a,
.headerfix .nav ul li a,
.header1 .nav ul li a {
  color: #333;
}
.header:hover .nav ul li:hover a,
.headerfix .nav ul li:hover a,
.header1 .nav ul li:hover a {
  color: var(--hover-color);
}
.header:hover .nav ul .active a,
.headerfix .nav ul .active a,
.header1 .nav ul .active a {
  color: var(--hover-color);
}
.swiper-renewal-main {
  position: relative;
}
.swiper-renewal-main .img {
  display: none;
}
.swiper-renewal-main video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-renewal-main .banner-hover {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: 0;
  padding-top: 90rem;
}
.swiper-renewal-main .banner-hover .info {
  text-align: center;
  position: relative;
}
.swiper-renewal-main .banner-hover .span {
  font-family: var(--MiSans-Bold);
  font-size: 58rem;
  color: #ffffff;
  text-shadow: 0rem 2rem 7rem rgba(0, 6, 20, 0.53);
}
.swiper-renewal-main .banner-hover .span br {
  display: none;
}
.swiper-renewal-main .swiper-slide-active .banner-hover .span {
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.section1 .swiper-pagination {
  bottom: 18rem;
  left: 0;
  width: 100%;
  z-index: 55555555;
  position: absolute;
}
.section1 .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0 7rem;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
}
.section1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}
.section1 .swiper-button-prev,
.section1 .swiper-button-next {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background: url(../images/left.png) no-repeat center center;
  background-size: 14rem;
  border: solid 2rem #ebebeb;
  margin-top: 0;
  left: 20rem;
  right: auto;
  z-index: 3333;
}
.section1 .swiper-button-prev:after,
.section1 .swiper-button-next:after {
  display: none;
}
@media (min-width: 1025px) {
  .section1 .swiper-button-prev:hover,
  .section1 .swiper-button-next:hover {
    border: solid 2rem var(--main-color);
    background-color: var(--main-color);
  }
}
.section1 .swiper-button-next {
  right: 20rem;
  left: auto;
  background: url(../images/right.png) no-repeat center center;
  background-size: 14rem;
}
.gundong {
  position: absolute;
  bottom: 30rem;
  left: 0;
  width: 100%;
  z-index: 33;
  animation: fadeInUp2 1.5s alternate infinite;
}
.gundong a {
  display: block;
  font-family: var(--MiSans-Bold);
  font-size: 14rem;
  line-height: 48rem;
  color: #ffffff;
  text-align: center;
  padding-top: 35rem;
  background: url(../images/shubiao.png) no-repeat top center;
  background-size: 24rem;
}
.home-title {
  position: relative;
  padding-top: 9rem;
  padding-left: 6rem;
}
.home-title p {
  font-family: var(--ZMiSans-Bold);
  font-size: 85rem;
  line-height: 74rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  z-index: 1;
  color: rgba(116, 164, 196, 0);
  text-stroke: 1px #d2d5d5;
  -webkit-text-stroke: 1px #d2d5d5;
}
.home-title .bt {
  font-size: 48rem;
  color: #1a1a1a;
  line-height: 67rem;
  position: relative;
  z-index: 33;
}
.home-title .bt span {
  font-family: var(--MiSans-Bold);
  color: var(--hover-color);
}
.home-p {
  font-size: 18rem;
  margin-top: 9rem;
  color: #1a1a1a;
}
.swiper-zhanshi .item .left {
  float: left;
  width: 40%;
  padding-top: 19rem;
}
.swiper-zhanshi .item .left .h3 {
  font-family: var(--ZMiSans-Bold);
  font-size: 38rem;
  margin-top: 78rem;
  margin-bottom: 64rem;
  color: #1a1a1a;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.swiper-zhanshi .item .right {
  float: right;
  width: 53%;
  margin-right: 7%;
  background: url(../images/di.png) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 46rem;
}
.swiper-zhanshi .item .right .pic:after {
  padding-bottom: 52.38095238%;
}
.plist {
  position: absolute;
  bottom: 20rem;
  left: 0;
  width: 100%;
  z-index: 4444;
}
.plist .item {
  position: relative;
  line-height: 90rem;
  font-family: var(--ZMiSans-Bold);
  font-size: 20rem;
  letter-spacing: 1rem;
}
.plist .item a {
  color: #333;
  display: block;
}
.plist .item a .h3 {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  padding-left: 20rem;
  padding-right: 110rem;
}
.plist .item .pic {
  position: absolute;
  width: 120rem;
  top: 0;
  right: 0;
}
.plist .item .pic:after {
  padding-bottom: 69.23076923%;
}
.plist .item .pic .mh {
  mask-image: url(../images/probg.png);
  -webkit-mask-image: url(../images/probg.png);
  mask-position: 30% 30%;
  -webkit-mask-position: 30% 30%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  visibility: hidden;
  -webkit-transition: all 1s, opacity 0s;
  -o-transition: all 1s, opacity 0s;
  -moz-transition: all 1s, opacity 0s;
  transition: all 1s, opacity 0s;
}
@media (min-width: 1025px) {
  .plist .item:hover a {
    color: var(--main-color);
  }
  .plist .item:hover .pic .mh {
    opacity: 1;
    visibility: visible;
    mask-position: 50% 100%;
    -webkit-mask-position: 50% 100%;
  }
}
.plist .swiper-slide-thumb-active a {
  color: var(--main-color);
}
.plist .swiper-slide-thumb-active .pic .mh {
  opacity: 1;
  visibility: visible;
  mask-position: 50% 100%;
  -webkit-mask-position: 50% 100%;
}
.more a,
.more p {
  font-family: var(--ZMiSans-Bold);
  font-size: 18rem;
  line-height: 40rem;
  color: #000000;
}
.more a span,
.more p span {
  width: 40rem;
  height: 40rem;
  margin-right: 10rem;
  border-radius: 50%;
  background: var(--main-color) url(../images/right.png) no-repeat center center;
  background-size: 16rem;
  display: inline-block;
  vertical-align: top;
}
.more1 a,
.more1 p {
  color: #fff;
}
.bgs {
  z-index: 4;
}
.bgs li {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home-title1 p {
  text-stroke: 1px rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.home-title1 .bt {
  color: #fff;
}
.home-app {
  font-size: 0;
}
.home-app .left {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 116rem 0 170rem;
}
.home-app .left .nr {
  padding-top: 0;
}
.home-app .left .home-title {
  text-align: left;
}
.home-app .left .more p {
  margin: 0;
}
.home-app .left .show {
  padding-top: 86rem;
}
.home-app .left .show .info {
  display: none;
}
.home-app .left .show .info .h3 {
  font-size: 32rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  margin-bottom: 12rem;
  color: #ffffff;
}
.home-app .left .show .info .p {
  font-size: 16rem;
  line-height: 30rem;
  color: #ffffff;
  height: 90rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.home-app .right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.home-app .right ul {
  font-size: 0;
}
.home-app .right ul li {
  position: relative;
  width: 25%;
  float: left;
  margin: -0.5px;
}
.home-app .right ul li a {
  display: block;
  height: 180rem;
  width: 100%;
  position: relative;
  background-color: rgba(46, 160, 93, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.6);
}
.home-app .right ul li .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 32rem;
  text-align: center;
}
.home-app .right ul li .pic {
  width: 68rem;
  background: url(../images/application-icon-bg-1.png) no-repeat top center;
  background-size: 100%;
  margin: 0 auto;
}
.home-app .right ul li .pic:after {
  padding-bottom: 80.88235294%;
}
.home-app .right ul li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/application-icon-bg-2.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-app .right ul li .bt {
  margin-top: 33rem;
  font-family: var(--MiSans-Bold);
  font-size: 17rem;
  line-height: 33rem;
  color: #ffffff;
}
.home-app .right ul li .en {
  font-size: 14rem;
  line-height: 24rem;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0;
}
.home-app .right ul li .en span {
  width: 24rem;
  height: 24rem;
  background: #ffffff url(../images/right1.png) no-repeat center center;
  background-size: 12rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.home-app .right ul li:nth-child(2) {
  clear: both;
}
.home-app .right ul li:nth-child(2):after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
.home-app .right ul li:nth-child(5) {
  clear: both;
}
.home-app .right ul li:nth-child(5):after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
.home-app .right ul .active a {
  background-color: var(--main-color);
  border: solid 1rem var(--main-color);
}
.home-about {
  top: 17%;
  transform: none;
}
.home-about .left {
  float: left;
  width: 40%;
}
.home-about .right {
  float: right;
  width: 50%;
}
.home-about .right .span {
  font-family: var(--MiSans-Bold);
  font-size: 28rem;
  letter-spacing: 2rem;
  margin-bottom: 42rem;
  color: #ffffff;
}
.home-about .right .p {
  font-size: 18rem;
  line-height: 24rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.home-about .right .p p {
  margin-bottom: 18rem;
}
.ys {
  overflow: hidden;
  position: relative;
  z-index: 444;
  padding-top: 44rem;
}
.ys ul li {
  width: 21%;
  float: left;
}
.ys ul li .box {
  position: relative;
}
.ys ul li .text .num span {
  font-family: var(--Oswald-Medium);
  font-size: 48rem;
  line-height: 65rem;
  color: #fff;
}
.ys ul li .text .num i {
  font-size: 26rem;
  line-height: 36rem;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  color: #fff;
}
.ys ul li .text .pp {
  font-family: var(--MiSans-Bold);
  font-size: 18rem;
  line-height: 24rem;
  color: #ffffff;
}
.ys ul li:nth-child(1) .text {
  float: left;
  text-align: center;
}
.ys ul li:nth-child(2) {
  width: 30%;
}
.ys ul li:nth-child(3) {
  width: 27%;
}
.ys ul li:nth-last-child(1) {
  width: 22%;
}
.home-span {
  font-size: 50rem;
  line-height: 55rem;
  letter-spacing: 4rem;
  color: #2ea05d;
}
.home-partner .right {
  padding-top: 60rem;
}
.home-partner .right .picMarquee-top {
  width: 100%;
  margin-top: -25rem;
  float: left;
  overflow: hidden;
  position: relative;
}
.home-partner .right .picMarquee-top .bd {
  height: 163rem;
}
.home-partner .right .picMarquee-top .bd .tempWrap {
  width: 100% !important;
}
.home-partner .right .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.home-partner .right .picMarquee-top .bd ul li {
  text-align: center;
  height: 163rem;
  width: 386rem;
  margin-left: -30rem;
  zoom: 1;
}
.home-partner .right .picMarquee-top .bd ul li .pic {
  background: url(../images/bj.png) no-repeat center center;
  background-size: 100%;
}
.home-partner .right .picMarquee-top .bd ul li .pic:after {
  padding-bottom: 42.22797927%;
}
.home-history {
  top: 0;
  transform: none;
}
.home-history .biaoti {
  top: 187rem;
  transform: none;
  width: 100%;
  z-index: 1;
}
.home-history .phone {
  display: none;
}
.ib3list {
  display: flex;
  position: relative;
  z-index: 555;
  margin-top: 120rem;
}
.il3item {
  position: relative;
  float: left;
  width: 16.66667%;
  box-sizing: border-box;
  padding-left: 20rem;
  padding-bottom: 140rem;
}
.il3item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.il3item::after {
  content: '';
  position: absolute;
  left: 3rem;
  top: 6rem;
  width: 1rem;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.il3item:nth-child(1) {
  margin-top: 430rem;
}
.il3item:nth-child(2) {
  margin-top: 370rem;
}
.il3item:nth-child(3) {
  margin-top: 300rem;
}
.il3item:nth-child(4) {
  margin-top: 230rem;
}
.il3item:nth-child(5) {
  margin-top: 170rem;
}
.il3item:nth-child(6) {
  margin-top: 100rem;
}
.il3item:nth-child(7) {
  margin-top: 30rem;
}
.il3item:nth-child(8) {
  margin-top: -40rem;
}
.il3year {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 58rem;
  line-height: 1;
  transform: rotate(90deg) translate(60rem, 50rem);
  transition: 0.45s all ease-in-out;
  /* writing-mode:vertical-rl; */
}
.il3pics {
  opacity: 0;
  visibility: hidden;
  color:#fff;
  line-height: 26rem;
  transition: 0.45s all ease-in-out;
}
.il3pics img {
  display: block;
  margin-top: 10rem;
}
.il3item:hover .il3pics {
  opacity: 1;
  visibility: visible;
}
.il3item:hover .il3year {
  color: #fff;
  transform: rotate(0) translate(0, 0);
}
.home-news .home-title {
  text-align: center;
}
.home-news .phone {
  display: none;
}
.jiejueSwiper {
  max-width: 1920rem;
  margin: 0 auto;
  margin-top: 35rem;
  padding-left: 3.9%;
  position: relative;
}
.jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
  position: relative;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.active .jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}
.active .jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
  transform: translateX(0%);
  opacity: 1;
  transition: all 1s ease 0.5s;
}
.jiejueSwiper .swiper-slide.swiper-slide-active {
  transform: translateX(-29.9556rem) translateZ(-159.407rem) rotateY(0deg) !important;
}
.jiejueSwiper::after {
  width: 19%;
  height: 480rem;
  background-color: #e7e7e7;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-57%) translateY(-54%);
}
.jiejueSwiper .jiejueSwiper-img {
  height: max-content;
  position: relative;
  z-index: 99;
}
.jiejueSwiper .jiejueSwiper-img:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.jiejueSwiper .jiejueSwiper-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/zhe.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.home-news .text {
  z-index: 99;
  position: relative;
  top: -90rem;
  padding: 0 20rem;
}
.home-news .text .time {
  color: #fff;
  display: none;
  font-family: arial;
}
.home-news .text .tag {
  display: none;
  color: #0053a6;
}
.home-news .text .tit {
  color: #fff;
  font-size: 18rem;
  height: 60rem;
  overflow: hidden;
  line-height: 30rem;
}
.home-news .swiper-slide {
  position: relative;
}
.home-news .swiper-slide-active .text {
  top: -40rem;
}
.home-news .swiper-slide-active .text .time {
  display: block;
  margin-bottom: 40rem;
}
.home-news .swiper-slide-active .text .tit {
  color: #424242;
  font-size: 20rem;
  margin: 5rem 0 10rem 0;
}
.jiejuePage {
  height: 40rem;
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -120rem;
  left: 48%;
  transform: translateX(-50%);
  z-index: 9;
}
.jiejuePage .jiejue-next,
.jiejuePage .jiejue-prev {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  text-align: center;
  line-height: 36rem;
  border: solid 1px var(--main-color);
}
.jiejuePage .jiejue-prev:after,
.jiejuePage .jiejue-next:after {
  content: '';
  display: inline-block;
  width: 13rem;
  height: 10rem;
}
.jiejuePage .jiejue-prev:after {
  background: url(../images/left1.png) no-repeat center center;
  background-size: cover;
}
.jiejuePage .jiejue-next:after {
  background: url(../images/right1.png) no-repeat center center;
  background-size: cover;
}
.jiejuePage .jiejue-prev:hover {
  background-color: var(--main-color);
}
.jiejuePage .jiejue-next:hover {
  background-color: var(--main-color);
}
.jiejuePage .jiejue-prev:hover:after {
  background: url(../images/left.png) no-repeat center center;
  background-size: cover;
}
.jiejuePage .jiejue-next:hover:after {
  background: url(../images/right.png) no-repeat center center;
  background-size: cover;
}
.footer {
  background: #1a1a1a;
}
.footer .footer-top {
  padding: 54rem 0 54rem 0;
}
.footer .info {
  padding-bottom: 88rem;
}
.footer .link {
  font-size: 14rem;
  line-height: 27rem;
  color: #ffffff;
}
.footer .link span {
  font-family: var(--MiSans-Bold);
}
.footer .link a {
  color: #ffffff;
  margin-left: 5px;
}
.footer .left {
  float: left;
  width: 29%;
  padding-top: 4rem;
}
.footer .left .tel {
  background: url(../images/tel.png) no-repeat top left;
  background-size: 60rem;
  padding-left: 78rem;
  margin-bottom: 33rem;
  padding-top: 8rem;
}
.footer .left .tel span {
  font-family: var(--MiSans-Bold);
  font-size: 16rem;
  letter-spacing: 1rem;
  color: #ffffff;
  display: block;
  margin-bottom: 10rem;
}
.footer .left .tel p {
  font-size: 28rem;
  line-height: 39rem;
  color: var(--hover-color);
}
.footer .left .jsh {
  font-size: 18rem;
  line-height: 30rem;
  color: #ffffff;
  margin-bottom: 57rem;
}
.footer .left .jsh p {
  padding-left: 40rem;
  margin-left: 18rem;
  margin-bottom: 22rem;
}
.footer .left .jsh p a {
  color: #ffffff;
  font-size: 20rem;
  font-family: var(--ZMiSans-Bold);
}
.footer .left .jsh .ft2 {
  background: url('../images/ft2.png') no-repeat left 11rem;
  background-size: 19rem !important;
}
.footer .left .jsh .ft3 {
  background: url('../images/ft3.png') no-repeat left 7rem;
  background-size: 16rem !important;
}
.footer .left .list ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 11rem;
}
.footer .left .list ul li .pic {
  background: #fff;
}
.footer .left .list ul li .bt {
  font-family: var(--MiSans-Bold);
  font-size: 14rem;
  line-height: 21rem;
  margin-top: 5rem;
  color: #ffffff;
  text-align: center;
}
.footer .right {
  width: 66.5%;
  float: right;
  padding-top: 36rem;
}
.footer .right ul li {
  float: left;
  width: 18%;
  padding-right: 50rem;
}
.footer .right ul li a {
  display: block;
  font-family: var(--MiSans-Bold);
  font-size: 20rem;
  letter-spacing: 1rem;
  color: #ffffff;
  margin-bottom: 7rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.footer .right ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  margin-top: 18rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .right ul li a:hover {
  color: var(--main-color) !important;
}
.footer .right ul li ul li {
  float: none;
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.footer .right ul li ul li a {
  font-family: var(--MiSans-Regular);
  font-size: 16rem;
  line-height: 32rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.footer .right ul li ul li a:after {
  display: none;
}
.footer .right ul li:nth-child(2) {
  width: 19%;
}
.footer .right ul li:nth-child(3) {
  width: 18%;
}
.footer .right ul li:nth-child(4) {
  width: 16%;
}
.footer .right ul li:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
  width: 11%;
}
.footer .right ul li:nth-last-child(1) a {
  padding-right: 0;
}
.footer-bottom {
  padding: 17rem 0;
  line-height: 30rem;
  font-size: 14rem;
  background: #333333;
  color: #fff;
  font-family: var(--MiSans-Bold);
}
.footer-bottom span {
  display: inline-block;
  vertical-align: top;
}
.footer-bottom a {
  margin-left: 10rem;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.footer-bottom .fr {
  font-family: var(--MiSans-Regular);
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inbanner .img {
  position: relative;
  overflow: hidden;
}
.inbanner .img1 {
  position: relative;
  overflow: hidden;
  display: none;
}
.inbanner .item {
  position: relative;
  overflow: hidden;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-21%);
  z-index: 5;
}
.inbanner .banner-hover .bt {
  font-size: 50rem;
  font-family: var(--ZMiSans-Bold);
  letter-spacing: 1rem;
  margin-bottom: 30rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 1s alternate;
  animation: fadeInUp2 1s alternate;
}
.inbanner .banner-hover .p {
  font-size: 155rem;
  line-height: 150rem;
  color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--MiSans-Bold);
  -webkit-animation: fadeInUp2 3s alternate;
  animation: fadeInUp2 3s alternate;
}
.inbanner .banner-hover .span {
  font-size: 22rem;
  line-height: 26rem;
  margin-bottom: 30rem;
  color: #ffffff;
  -webkit-animation: fadeInUp2 2s alternate;
  animation: fadeInUp2 2s alternate;
}
.current {
  position: absolute;
  top: 162rem;
  width: 100%;
  left: 0;
}
.current span {
  font-size: 14rem;
  line-height: 20rem;
  color: #fff;
  background: url(../images/home.png) no-repeat center left;
  background-size: 17rem;
  padding-left: 19rem;
}
.current span a {
  color: #fff;
  padding: 0 10rem;
}
.current span b {
  font-weight: normal;
}
.second-nav {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.second-nav ul {
  font-size: 0;
  text-align: center;
}
.second-nav ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
}
.second-nav ul li a {
  font-size: 18rem;
  font-weight: bold;
  line-height: 80rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a {
    background: var(--main-color);
  }
}
.second-nav ul .active a {
  background: var(--main-color);
}
.second-nav4 ul li {
  width: 25%;
}
.second-nav3 ul li {
  width: 33.33333333%;
}
.second-nav6 ul li {
  width: 16.66666667%;
}
.content {
  padding: 120rem 0 82rem 0;
  min-height: 600rem;
}
.home-title2 {
  text-align: center;
}
.home-title4 {
  width: 300rem;
  text-align: center;
}
.case {
  background: #f7f7f7;
}
.case-nav {
  margin-top: 80rem;
  background: #ffffff;
}
.case-nav ul li {
  width: 12.5%;
  float: left;
}
.case-nav ul li a {
  height: 170rem;
  position: relative;
  display: block;
}
.case-nav ul li a .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.case-nav ul li .pic {
  margin: 0 auto;
  width: 50rem;
}
.case-nav ul li .pic .mh {
  display: none;
}
.case-nav ul li .bt {
  font-size: 18rem;
  line-height: 45rem;
  padding: 0 5px;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1025px) {
  .case-nav ul li:hover a {
    background: var(--main-color);
  }
  .case-nav ul li:hover .pic .mh {
    display: block;
  }
  .case-nav ul li:hover .pic .m {
    display: none;
  }
  .case-nav ul li:hover .bt {
    color: #fff;
  }
}
.case-nav ul .active a {
  background: var(--main-color);
}
.case-nav ul .active .pic .mh {
  display: block;
}
.case-nav ul .active .pic .m {
  display: none;
}
.case-nav ul .active .bt {
  color: #fff;
}
.case-bottom {
  padding: 75rem 0 0 0;
}
.caselist {
  margin: 0 -22rem;
  padding-bottom: 44rem;
}
.caselist li {
  width: 33.33333333%;
  float: left;
  padding: 0 22rem;
  margin-bottom: 49rem;
}
.caselist li .box {
  background-color: #ffffff;
  border-radius: 10rem;
  overflow: hidden;
}
.caselist li .pic:after {
  padding-bottom: 63.15381526%;
}
.caselist li .pic:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/more.png) no-repeat center center;
  background-size: 78rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 44444;
}
.caselist li .text {
  padding: 26rem 23rem;
}
.caselist li .text .bt {
  font-size: 24rem;
  margin-bottom: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #333333;
}
.caselist li .text .p {
  font-size: 18rem;
  line-height: 32rem;
  height: 64rem;
  margin-bottom: 17rem;
  overflow: hidden;
  color: #333333;
}
.caselist li .text .more2 p {
  display: inline-block;
  font-size: 13rem;
  line-height: 32rem;
  color: #666666;
  background: url(../images/jia.png) no-repeat center right;
  background-size: 24rem;
  padding-right: 40rem;
}
@media (min-width: 1025px) {
  .caselist li:hover .pic img {
    transform: scale(1.1);
  }
  .caselist li:hover .pic:before {
    opacity: 1;
  }
  .caselist li:hover .text {
    background: var(--main-color);
  }
  .caselist li:hover .text .bt {
    color: #fff;
  }
  .caselist li:hover .text .p {
    color: #fff;
  }
  .caselist li:hover .text .more2 p {
    color: #fff;
    background: url(../images/jiah.png) no-repeat center right;
    background-size: 24rem;
  }
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #858585;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background-color: var(--main-color);
  -webkit-box-shadow: 0 0 0 1px #f5f5f7;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #858585;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 6px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 6px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 6px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 6px;
}
.shengming-bottom {
  padding-top: 93rem;
}
.shengming-bottom .show .info {
  display: none;
}
.shengming-bottom .year {
  margin-bottom: 35rem;
}
.shengming-bottom .year span {
  float: left;
  font-size: 28rem;
  line-height: 52rem;
  color: #333333;
  display: block;
}
.shengming-bottom .year select {
  width: 160rem;
  height: 52rem;
  border-radius: 4rem;
  border: solid 2rem #b9baba;
  background-color: #ffffff;
  float: right;
  font-size: 18rem;
  color: #333333;
  padding: 0 30rem 0 15rem;
}
.shengming-bottom .year select::-ms-expand {
  display: none;
}
.shengming-bottom .year select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/arrow1.png) no-repeat scroll 95% center;
  background: #ffffff \9 \0;
  background-size: 11rem;
}
.shengming-bottom .list {
  border-bottom: 2px solid #666666;
  margin-bottom: 60rem;
}
.shengming-bottom .list .to {
  border-bottom: 1px solid #e8e8e8;
}
.shengming-bottom .list .to span {
  float: left;
  font-size: 18rem;
  line-height: 78rem;
  color: #333333;
}
.shengming-bottom .list span {
  float: left;
}
.shengming-bottom .list .span1,
.shengming-bottom .list .span2 {
  text-align: left;
  float: left;
}
.shengming-bottom .list .span1 {
  width: 16%;
}
.shengming-bottom .list .span2 {
  width: 84%;
  padding: 0 50rem;
}
.shengming-bottom .list .li p {
  background: #f0f9f4;
  overflow: hidden;
}
.shengming-bottom .list .li p span {
  font-size: 16rem;
  line-height: 42rem;
  display: block;
  color: #666666;
}
.shengming-bottom .list .li p:nth-child(2n) {
  background: #fff;
}
.thlist {
  margin-bottom: 48rem;
}
.thlist li {
  float: left;
  margin-right: 27rem;
}
.thlist li a {
  display: block;
  width: 281rem;
  line-height: 70rem;
  background-color: #ffffff;
  border-radius: 6rem;
  font-size: 26rem;
  color: #333333;
  text-align: center;
  border: solid 1rem #e6e6e6;
}
.thlist .active a {
  background: var(--main-color);
  border: solid 1rem var(--main-color);
  color: #fff;
}
.contact {
  padding: 0;
}
.contact01 {
  padding: 120rem 0 218rem 0;
  background: url(../images/bg5.jpg) no-repeat center center;
  background-size: cover;
}
.contact01 .contact-bottom {
  padding-top: 113rem;
}
.contact01 .contact-bottom ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 65rem;
}
.contact01 .contact-bottom ul li .box {
  border-radius: 20rem;
  height: 394rem;
  background-color: #ffffff;
  box-shadow: 0rem 26rem 147rem 0rem rgba(10, 26, 46, 0.22);
  padding: 44rem 36rem;
  position: relative;
}
.contact01 .contact-bottom ul li .box .span {
  position: absolute;
  top: 39rem;
  right: 32rem;
  font-family: var(--MiSans-Bold);
  font-size: 12rem;
  line-height: 24rem;
  color: #2ea05d;
  writing-mode: vertical-rl;
}
.contact01 .contact-bottom ul li .pic {
  width: 77rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1rem #2ea05d;
  z-index: 3;
  position: relative;
}
.contact01 .contact-bottom ul li .bt {
  font-size: 24rem;
  margin-top: 43rem;
  margin-bottom: 15rem;
  z-index: 3;
  position: relative;
  color: #222222;
}
.contact01 .contact-bottom ul li .p {
  font-size: 32rem;
  line-height: 49rem;
  z-index: 3;
  position: relative;
  color: #222222;
}
.contact01 .contact-bottom ul li .p a {
  color: #222222;
}
.contact01 .contact-bottom ul li .img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 166rem;
  z-index: 2;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul li:hover .box {
    background-image: linear-gradient(45deg, #5ed66f 0%, #279755 100%);
    box-shadow: 0rem 5rem 43rem 0rem rgba(21, 22, 23, 0.6);
  }
  .contact01 .contact-bottom ul li:hover .box .span {
    color: #fff;
  }
  .contact01 .contact-bottom ul li:hover .bt {
    color: #fff;
  }
  .contact01 .contact-bottom ul li:hover .p {
    color: #fff;
  }
  .contact01 .contact-bottom ul li:hover .p a {
    color: #fff;
  }
}
.contact01 .contact-bottom ul .cc1 .img {
  background: url(../images/cc1.png) no-repeat center center;
  background-size: 100%;
  width: 182rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul .cc1:hover .img {
    background: url(../images/cc1h.png) no-repeat center center;
    background-size: 100%;
  }
}
.contact01 .contact-bottom ul .cc2 .img {
  background: url(../images/cc2.png) no-repeat center center;
  background-size: 100%;
  width: 176rem;
  height: 158rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul .cc2:hover .img {
    background: url(../images/cc2h.png) no-repeat center center;
    background-size: 100%;
  }
}
.contact01 .contact-bottom ul .cc3 .img {
  background: url(../images/cc3.png) no-repeat center center;
  background-size: 100%;
  width: 140rem;
}
@media (min-width: 1025px) {
  .contact01 .contact-bottom ul .cc3:hover .img {
    background: url(../images/cc3h.png) no-repeat center center;
    background-size: 100%;
  }
}
.contact02 {
  position: relative;
}
.contact02 img {
  display: block;
}
.contact02 .dian {
  position: absolute;
  top: 28%;
  left: 51%;
  width: 110rem;
}
.contact02 .dian img {
  display: block;
}
.contact02 .hover {
  position: absolute;
  width: 859rem;
  height: 427rem;
  background: url(../images/tankuan.png) no-repeat top left;
  background-size: 100%;
  top: 18%;
  left: 10%;
  padding: 13rem 82rem 20rem 39rem;
}
.contact02 .hover .info {
  padding: 46rem 32rem;
}
.contact02 .hover .info .text {
  float: left;
  width: 46%;
  padding-right: 13rem;
}
.contact02 .hover .info .text .span {
  font-size: 20rem;
  color: #333333;
}
.contact02 .hover .info .text .bt {
  font-size: 26rem;
  margin-bottom: 43rem;
  margin-top: 10rem;
  font-family: var(--MiSans-Bold);
  color: #333333;
}
.contact02 .hover .info .text .p {
  font-size: 20rem;
  line-height: 33rem;
  color: #333333;
}
.contact02 .hover .info .tupian {
  float: left;
  width: 54%;
}
.contact03 {
  position: relative;
  padding: 69rem 0;
  background: url(../images/bg6.jpg) no-repeat center center;
  background-size: cover;
}
.contact03 .contact-bottom {
  margin-top: 66rem;
}
.contact03 .contact-bottom .list {
  position: relative;
  width: 93%;
  margin: 0 auto;
  overflow: hidden;
}
.contact03 .contact-bottom li {
  width: 50%;
  float: left;
  padding: 0 60rem 30rem 60rem;
  position: relative;
}
.contact03 .contact-bottom .box {
  position: relative;
  padding-left: 133rem;
}
.contact03 .contact-bottom .box .span {
  font-size: 18rem;
  line-height: 44rem;
  display: block;
  font-family: var(--MiSans-Bold);
  color: #303530;
  position: absolute;
  top: 0;
  left: 0;
}
.contact03 input,
.contact03 select,
.contact03 textarea {
  height: 44rem;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: solid 1rem #eaeaea;
  font-size: 16rem;
  color: #dcdcdc;
}
.contact03 input::-webkit-input-placeholder,
.contact03 select::-webkit-input-placeholder,
.contact03 textarea::-webkit-input-placeholder {
  color: #dcdcdc;
}
.contact03 input:-moz-placeholder,
.contact03 select:-moz-placeholder,
.contact03 textarea:-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
.contact03 input::-moz-placeholder,
.contact03 select::-moz-placeholder,
.contact03 textarea::-moz-placeholder {
  color: #dcdcdc;
  opacity: 1;
}
.contact03 input:-ms-input-placeholder,
.contact03 select:-ms-input-placeholder,
.contact03 textarea:-ms-input-placeholder {
  color: #dcdcdc;
}
.contact03 .textarea .box {
  padding: 0;
  padding-top: 57rem;
}
.contact03 .textarea .box textarea {
  border: solid 1rem #eaeaea;
}
.contact03 .verifyDiv {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.contact03 textarea {
  height: 158rem;
  padding: 15rem 15rem 15rem 30rem;
  margin-bottom: 23rem;
}
.contact03 .submit {
  float: right;
}
.contact03 .submit a {
  float: left;
  margin-right: 20rem;
  width: 180rem;
  background-color: #1a9952;
  border-radius: 28rem;
  font-family: var(--MiSans-Bold);
  font-size: 16rem;
  line-height: 57rem;
  color: #ffffff;
  text-align: center;
}
.contact03 .submit a span {
  height: 57rem;
  width: 16rem;
  margin-left: 5rem;
  background: url(../images/right.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
}
.contact03 .verify {
  height: 57rem;
  background-color: #e5e5e5;
  font-size: 14rem;
  position: relative;
  width: 420rem !important;
}
.contact03 .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 57rem;
  height: 57rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.contact03 .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20rem 20rem;
}
.contact03 .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 57rem;
  line-height: 55rem;
  width: 0;
  background-color: var(--main-color);
  color: #333;
  font-size: 14rem;
  text-align: center;
}
.contact03 .verify .fix-tips,
.contact03 .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 57rem;
  padding-left: 57rem;
  text-align: center;
}
.contact03 .verify .verify-msg {
  padding-left: 0;
  padding-right: 57rem;
}
.contact03 .verify .verify-msg {
  background-color: var(--main-color);
  display: none;
  color: #fff;
}
.faq {
  padding: 80rem 0 82rem 0;
  background: #f7f7f7;
}
.faq .qaList ul {
  margin: 0 -21rem;
  font-size: 0;
  padding-top: 73rem;
  padding-bottom: 60rem;
}
.faq .qaList li {
  width: 33.3%;
  margin-bottom: 40rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 21rem;
}
@media (min-width: 1025px) {
  .faq .qaList li:hover .content1 {
    box-shadow: 0rem 6rem 68rem 0rem rgba(18, 52, 32, 0.16);
  }
}
.faq .qaList li .content1 {
  border-radius: 10rem;
  background: #fff;
  padding: 70rem 28rem 30rem;
}
.faq .qaList li .content1 .listTitleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.faq .qaList li .content1 .listTitleBox .Q,
.faq .qaList li .content1 .descMain .A {
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: var(--hover-color);
  font-size: 18rem;
  color: #ffffff;
  line-height: 36rem;
  text-align: center;
}
.faq .qaList li .content1 .listTitleBox .listTitle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: var(--MiSans-Bold);
  font-size: 22rem;
  line-height: 27rem;
  letter-spacing: 2rem;
  color: #333333;
  margin-left: 26rem;
}
.faq .qaList li .content1 .descMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40rem;
}
.faq .qaList li .content1 .descMain .A {
  background: #7e7e7e;
}
.faq .qaList li .content1 .descMain .descBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 26rem;
}
.faq .qaList li .content1 .descMain .descBox .desc {
  font-size: 18rem;
  line-height: 28rem;
  letter-spacing: 1rem;
  color: #888888;
  display: -webkit-box;
  height: 112rem;
  margin-bottom: 56rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.faq .qaList li .content1 .descMain .descBox .moreBtn {
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18rem;
  line-height: 30rem;
  cursor: pointer;
  color: var(--hover-color);
}
.faq .qaList li .content1 .descMain .descBox .moreBtn b {
  font-weight: normal;
  display: none;
}
.faq .qaList li .content1 .descMain .descBox .moreBtn i {
  display: block;
  width: 14rem;
  height: 30rem;
  margin-left: 10rem;
  background: url(../images/right2.png) no-repeat center center;
  background-size: 100%;
  position: relative;
}
.faq .qaList li .content1 .descMain .descBox .moreBtn.cur b {
  display: inline-block;
  vertical-align: top;
}
.faq .qaList li .content1 .descMain .descBox .moreBtn.cur span {
  display: none;
}
.faq .qaList li .content1 .descMain .descBox .moreBtn.cur i {
  background: url(../images/right3.png) no-repeat center center;
  background-size: 100%;
}
.faq .qaList li .content1 .descMain .descBox .desc.descShow {
  height: auto;
  -webkit-line-clamp: 1000;
}
.join {
  padding: 0;
}
.join01 {
  padding: 81rem 0 122rem 0;
}
.join01 .span {
  font-size: 50rem;
  line-height: 59rem;
  letter-spacing: 4rem;
  color: #333333;
  padding-top: 95rem;
  margin-bottom: 49rem;
}
.join01 .jsh {
  font-size: 18rem;
  line-height: 34rem;
  padding-left: 9rem;
  border-left: 2px solid #2ea05d;
  letter-spacing: 1rem;
  color: #333333;
}
.join02 {
  overflow: hidden;
  background: url(../images/bg7.jpg) no-repeat center center;
  background-size: cover;
}
.join02 .left {
  float: left;
  width: 57%;
  margin-left: -170rem;
}
.join02 .left img {
  display: block;
  width: 100%;
}
.join02 .right {
  float: right;
  width: 48%;
  padding-top: 131rem;
}
.join02 .right .bt {
  font-size: 50rem;
  line-height: 54rem;
  margin-bottom: 137rem;
  letter-spacing: 4rem;
  color: #333333;
}
.join02 .right .p {
  font-size: 18rem;
  line-height: 59rem;
  letter-spacing: 1rem;
  color: #333333;
}
.join02 .right .p span {
  color: #2ea05d;
}
.join02 .right .p p {
  width: 50%;
  float: left;
}
.join03 {
  padding: 97rem 0 121rem 0;
  background: url(../images/bg8.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.join03 .join-bottom {
  padding-top: 124rem;
}
.join03 .flcon {
  width: 25%;
  float: left;
}
.join03 .zpclass {
  padding-top: 17rem;
}
.join03 .zpclass li {
  padding: 31rem 33rem 47rem 33rem;
  border-radius: 10rem;
  background: #18ad7e;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 24rem;
  position: relative;
  margin-top: -17rem;
}
.join03 .zpclass li.active {
  color: #fff;
  background: var(--hover-color);
}
.join03 .sxbox {
  background: #fff;
  border-radius: 10rem;
  overflow: hidden;
  margin-top: -17rem;
  position: relative;
  padding: 33rem 32rem 33rem 32rem;
}
.join03 .sxbox .titbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 43rem;
}
.join03 .sxbox .tit {
  font-size: 24rem;
  color: #000000;
}
.join03 .sxbox .btn1 {
  font-size: 18rem;
  color: #000000;
}
.join03 .sxbox li {
  margin-bottom: 25rem;
}
.join03 .sxbox .text {
  display: block;
  height: 53rem;
  background-color: #f4f4f4;
  border-radius: 27rem;
  width: 100%;
  border: none;
  background: #f4f4f4;
  padding: 0 30rem;
  color: #777;
  font-size: 16rem;
  color: rgba(51, 51, 51, 0.7);
  -webkit-appearance: none;
}
.join03 .yxbox {
  border-radius: 10rem;
  height: 141rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20rem;
  font-size: 18rem;
  padding: 20rem 24rem;
  color: #000000;
}
.join03 .yxbox .ico {
  display: block;
  width: 55rem;
  margin-right: 30rem;
}
.join03 .yxbox a {
  display: block;
  line-height: 42rem;
  color: var(--main-color);
  font-size: 20rem;
  text-decoration: underline;
}
.join03 .frcon {
  width: 71.5%;
  float: right;
}
.join03 .frcon .titbar {
  border-bottom: 1px solid #dcdcdc;
  font-size: 28rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 27rem;
  padding-bottom: 27rem;
}
.join03 .zpnav {
  float: left;
  width: 15%;
}
.join03 .zpnav li {
  margin-bottom: 16rem;
  padding-right: 34rem;
  transition: 0.5s;
}
.join03 .zpnav li span {
  display: block;
  line-height: 41rem;
  background-color: #ffffff;
  background: #fff;
  border-radius: 30rem;
  color: #7e7e7e;
  font-size: 16rem;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.join03 .zpnav li.active {
  padding-right: 0;
}
.join03 .zpnav li.active span {
  background: var(--hover-color);
  color: #fff;
}
.join03 .zpcon {
  width: 79.5%;
  margin-left: auto;
  color: #fff;
  float: right;
}
.join03 .zpcon h3 {
  font-size: 16rem;
  margin-bottom: 24rem;
  font-family: var(--MiSans-Bold);
  color: #ffffff;
}
.join03 .zpcon .p {
  font-size: 16rem;
  line-height: 42rem;
  color: #ffffff;
}
.join03 .zpcon .child {
  display: none;
  padding-top: 12rem;
}
.join03 .zpcon .child.active {
  display: block;
}
.news {
  padding: 96rem 0 107rem 0;
}
.news-one {
  position: relative;
  z-index: 5;
  padding: 83rem 0 82rem 0;
}
.news-one .pic {
  float: left;
  width: 56%;
  position: relative;
  overflow: hidden;
  border-radius: 18rem;
}
.news-one .pic:after {
  content: '';
  display: block;
  padding-bottom: 54.23728814%;
}
.news-one .list {
  float: right;
  width: 41%;
}
.news-one .list ul li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 25rem;
  margin-bottom: 25rem;
}
.news-one .list ul li a {
  display: block;
}
.news-one .list ul li a .date {
  font-size: 16rem;
  color: #9099a3;
  margin-bottom: 28rem;
}
.news-one .list ul li a .bt {
  font-size: 22rem;
  line-height: 36rem;
  color: #030f1b;
  height: 72rem;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .news-one .list ul li:hover {
    border-bottom: 1px solid var(--main-color);
  }
  .news-one .list ul li:hover a .bt {
    color: var(--main-color);
    font-weight: bold;
  }
}
.news-one .list ul li:nth-last-child(1) {
  margin: 0;
}
.newslist {
  position: relative;
  overflow: hidden;
  margin: 0 -25rem;
  padding-bottom: 44rem;
}
.newslist .item {
  float: left;
  width: 25%;
  padding: 0 25rem;
  margin-bottom: 48rem;
}
.newslist .item a {
  display: block;
  transition: 0.5s;
}
.newslist .item .pic {
  border-radius: 6rem;
}
.newslist .item .pic:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  z-index: 33;
  background-image: linear-gradient(98deg, rgba(1, 80, 170, 0.89) 0%, rgba(31, 201, 113, 0.89) 100%);
}
.newslist .item .text {
  padding-top: 25rem;
}
.newslist .item .text .jsh {
  font-size: 22rem;
  color: #222222;
  line-height: 33rem;
  height: 66rem;
  overflow: hidden;
  margin-bottom: 8rem;
}
.newslist .item .text .more {
  border-top: 1px solid #cbcfd5;
}
.newslist .item .text .more .date,
.newslist .item .text .more .right {
  float: left;
  font-size: 16rem;
  line-height: 81rem;
  color: #9099a3;
}
.newslist .item .text .more .right {
  float: right;
  background: url(../images/more1.png) no-repeat center right;
  background-size: 28rem;
  padding-right: 35rem;
}
@media (min-width: 1025px) {
  .newslist .item:hover .pic img {
    transform: scale(1.05);
  }
}
.news-show {
  padding: 79rem 0 0 0;
  background: #f0f2f4;
}
.current1 span {
  color: var(--hover-color);
  background: url(../images/home1.png) no-repeat center left;
  background-size: 17rem;
}
.current1 span a {
  color: var(--hover-color);
}
.news-bottom1 .news-nr {
  padding-left: 34rem;
  background: #fff;
}
.news-left {
  float: left;
  width: 5%;
  padding-top: 133rem;
  position: sticky;
  top: 100rem;
}
.news-left .share {
  overflow: hidden;
  padding: 48rem 0 19rem 0;
  background-color: #f2f2f2;
  border-radius: 30rem 0rem 0rem 30rem;
  position: relative;
  z-index: 3;
}
.news-left .share span {
  display: block;
  margin-bottom: 19rem;
  text-align: center;
}
.news-left .share .dib {
  display: inline-block;
  font-size: 16rem;
}
.news-left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 40rem !important;
  height: 40rem !important;
  padding-left: 0 !important;
  display: block;
  margin: 0 auto 12rem auto !important;
}
.news-left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.news-left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.news-left .span {
  padding-top: 82rem;
  margin-top: -50rem;
  background-color: #2ea05d;
  border-radius: 30rem 0rem 0rem 30rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-left .span a {
  display: block;
  font-size: 14rem;
  line-height: 30rem;
  color: #ffffff;
  background: url(../images/fanhui1.png) no-repeat top center;
  background-size: 37rem;
  padding-top: 40rem;
  padding-bottom: 20rem;
}
.news-left .p {
  position: relative;
  z-index: 1;
  padding-top: 82rem;
  margin-top: -50rem;
  background: #0c8f7b;
  border-radius: 30rem 0rem 0rem 30rem;
  text-align: center;
}
.news-left .p a {
  display: block;
  font-size: 14rem;
  line-height: 30rem;
  color: #ffffff;
  background: url(../images/fanhui.png) no-repeat top center;
  background-size: 31rem;
  padding-top: 40rem;
  padding-bottom: 20rem;
}
.news-right {
  float: right;
  width: 95%;
  padding-left: 68rem;
  padding-right: 68rem;
  border-left: 1px solid #dcdcdc;
  padding-top: 94rem;
  padding-bottom: 80rem;
}
.h1 {
  font-size: 40rem;
  margin-bottom: 45rem;
  color: #030f1b;
}
.h2 {
  font-size: 14rem;
  color: #888888;
  padding-bottom: 38rem;
  border-bottom: 1px solid #dcdcdc;
}
.h2 span {
  margin: 0 40rem;
}
.news-info {
  font-size: 18rem;
  line-height: 36rem;
  color: #333333;
  padding: 49rem 0 100rem 0;
}
.tips {
  padding: 40rem 80rem;
  border: solid 2rem #0c8f7b;
  margin-bottom: 90rem;
}
.tips h3 {
  font-size: 20rem;
  margin-bottom: 20rem;
  color: #0c8f7b;
}
.tips p {
  font-size: 18rem;
  line-height: 36rem;
  color: #555555;
}
.biaoqian {
  font-size: 18rem;
  line-height: 36rem;
  color: #333333;
  padding: 15rem 80rem;
  background-color: #f7f7f7;
}
.biaoqian a {
  color: #333333;
}
@media (min-width: 1025px) {
  .biaoqian a:hover {
    color: var(--hover-color);
    text-decoration: underline;
  }
}
.btn {
  margin: 0 -160rem;
  padding-top: 90rem;
  overflow: hidden;
  padding-bottom: 50rem;
}
.btn .li {
  width: 50%;
  float: left;
  padding: 0 160rem;
}
.btn .li span {
  display: block;
  font-size: 18rem;
  margin-bottom: 22rem;
  color: #333333;
}
.btn .li a {
  font-size: 24rem;
  line-height: 32rem;
  color: #0fad59;
  display: block;
}
@media (min-width: 1025px) {
  .btn .li a:hover {
    color: var(--hover-color);
    text-decoration: underline;
  }
}
.return {
  overflow: hidden;
}
.return a {
  font-size: 16rem;
  width: 112rem;
  background-color: #efefef;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 36rem;
  color: #222222;
}
@media (min-width: 1025px) {
  .return a:hover {
    background: var(--main-color);
    color: #fff;
  }
}
.related-news {
  padding: 90rem 0 75rem 0;
}
.related-news .swiper {
  padding-top: 74rem;
}
.related-news .swiper-list {
  margin: 0;
  position: relative;
}
.related-news .swiper-list .item {
  padding: 0;
}
.related-news .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 55555555;
  position: absolute;
}
.related-news .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0 3rem;
  background-color: #9099a3;
  border-radius: 50%;
  opacity: 1;
}
.related-news .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
  width: 34rem;
  border-radius: 6rem;
}
.download .download-bottom {
  padding-top: 106rem;
}
.inside-menu {
  position: relative;
  padding-bottom: 55rem;
  overflow: hidden;
}
.inside-menu .item {
  width: 60%;
  float: left;
}
.inside-menu span {
  padding-bottom: 25rem;
  margin-right: 28rem;
  display: inline-block;
  position: relative;
}
.inside-menu span a {
  padding: 0 2rem;
  display: inline-block;
  width: 178rem;
  height: 53rem;
  background-color: #ffffff;
  border-radius: 26rem;
  border: solid 1rem #afafaf;
  font-size: 20rem;
  line-height: 51rem;
  color: #555555;
  text-align: center;
}
.inside-menu span:hover a,
.inside-menu .cur a {
  color: #fff;
  background: var(--hover-color);
  border: solid 1rem var(--hover-color);
}
.inside-menu span:nth-last-child(1):before {
  display: none;
}
.inside-menu .search {
  width: 523rem;
  position: relative;
  float: right;
}
.inside-menu .search input {
  width: 100%;
  background: #fff;
  height: 53rem;
  padding: 0 33rem;
  font-size: 16rem;
  border-radius: 26rem;
  border: solid 1rem #afafaf;
}
.inside-menu .search .icon {
  right: 15rem;
  top: 50%;
  fill: #c8c8c8;
  width: 24rem;
  height: 24rem;
  position: absolute;
  transform: translateY(-50%);
}
.inside-menu .search .icon:hover {
  fill: var(--hover-color);
}
.inside-menu .search input:focus {
  border-color: var(--hover-color);
}
.dolist ul {
  margin-bottom: 82rem;
}
.dolist ul li span {
  font-size: 20rem;
  color: #3c3c3c;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.dolist ul li .t1 {
  width: 70%;
  padding-left: 171rem;
  text-align: left;
}
.dolist ul li .t1 img {
  width: 45rem;
  position: absolute;
  top: 50%;
  left: 74rem;
  transform: translateY(-50%);
}
.dolist ul li .t3 {
  width: 22%;
  position: absolute;
  top: 0;
  right: 105rem;
  font-size: 18rem;
  letter-spacing: 1rem;
  color: #888888;
  opacity: 0;
  transition: 0.5s;
}
.dolist ul li .t3 b {
  font-weight: normal;
  margin-left: 30rem;
}
.dolist ul li .t5 {
  width: 44rem;
  height: 44rem;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 40rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url(../images/do.png) no-repeat center center;
  background-size: 21rem;
  box-shadow: none;
}
.dolist ul li .txt {
  background-color: #f2f4f3;
  box-shadow: 0rem 3rem 9rem 0rem rgba(0, 0, 0, 0.03);
  margin-bottom: 24rem;
  border: solid 1rem #f2f4f3;
  position: relative;
}
.dolist ul li .txt span {
  line-height: 96rem;
}
@media (min-width: 1025px) {
  .dolist ul li .txt:hover {
    border: 1px solid var(--hover-color);
    background: #fff;
  }
  .dolist ul li .txt:hover .t3 {
    opacity: 1;
  }
  .dolist ul li .txt:hover .t5 {
    background: var(--hover-color) url(../images/do1.png) no-repeat center center;
    background-size: 21rem;
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes run {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 30px;
    height: 100px;
  }
}
.market {
  background: var(--hover-color);
}
.market .market-bottom {
  padding-top: 88rem;
}
.market .phone {
  display: none;
}
.market .show-list {
  width: 27%;
  float: left;
}
.market .show-list .bt {
  line-height: 83rem;
  background-image: linear-gradient(45deg, #5ed66f 0%, #279755 100%), linear-gradient(225deg, #0060b0 0%, #8ec31f 100%);
  border: solid 1rem #ffffff;
  font-size: 32rem;
  padding: 0 35rem;
  letter-spacing: 1rem;
  color: #ffffff;
}
.market .show-list .top-box {
  padding: 1.5vw;
}
.market .show-list .tab-child {
  background-color: #fff;
}
.market .show-list .child {
  cursor: pointer;
}
.market .show-list .child.active {
  display: block;
}
.market .show-list .bot-box {
  padding: 0 20rem 0 36rem;
  max-height: 720rem;
  overflow: auto;
}
.market .show-list .bot-box .item {
  padding: 38rem 0;
  border-bottom: dashed 1px #60d691;
}
.market .show-list .bot-box .item h3 {
  font-size: 22rem;
  color: #1a1a1a;
}
.market .show-list .bot-box .item .para {
  margin-top: 4rem;
  font-size: 18rem;
  line-height: 34rem;
  color: #999999;
}
.market .show-list .bot-box .item.active h3 {
  color: var(--main-color);
}
.market .map {
  position: relative;
  width: 1048rem;
  margin-top: -51rem;
  margin-right: 33rem;
  float: right;
}
.market .map img.map-bg {
  display: block;
  width: 100%;
}
.market .dot {
  position: absolute;
  width: 24rem;
  height: 24rem;
  margin: -12rem 0 0 -12rem;
}
.market .dot .range {
  width: 80rem;
  height: 80rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40rem 0 0 -40rem;
}
.market .dot .range:after {
  content: '';
  width: 8rem;
  height: 8rem;
  background-color: #9af191;
  border-radius: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4rem 0 0 -4rem;
}
.market .dot .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: scale 4.5s ease-out infinite;
  -moz-animation: scale 4.5s ease-out infinite;
  -ms-animation: scale 4.5s ease-out infinite;
  animation: scale 4.5s ease-out infinite;
  border: 2px solid #9af191;
}
.market .dot .range i:nth-of-type(2) {
  animation-delay: 1.125s;
}
.market .dot .range i:nth-of-type(3) {
  animation-delay: 2.25s;
}
.market .dot span.addr {
  position: absolute;
  left: 100%;
  top: 0;
  line-height: 24rem;
  color: #fff;
  font-size: 22rem;
  width: 72rem;
  display: inline-block;
  padding-left: 5rem;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.market .dot .c-box {
  position: absolute;
  right: 12rem;
  bottom: 24rem;
  padding-right: 88rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.market .dot .c-box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88rem;
  height: 130rem;
  background-image: url('../images/img-36.png');
  background-size: 100%;
}
.market .dot .c-box .box {
  padding: 5rem;
  position: relative;
}
.market .dot .c-box i.ani {
  width: 30rem;
  height: 100rem;
  position: absolute;
}
.market .dot .c-box i.lt {
  top: 0;
  left: 0;
  border-top: 2px solid #4ccd81;
  border-left: 2px solid #4ccd81;
}
.market .dot .c-box i.lb {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #4ccd81;
  border-left: 2px solid #4ccd81;
}
.market .dot .c-box i.rt {
  top: 0;
  right: 0;
  border-top: 2px solid #4ccd81;
  border-right: 2px solid #4ccd81;
}
.market .dot .c-box i.rb {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #4ccd81;
  border-right: 2px solid #4ccd81;
}
.market .dot .c-box .info {
  width: 389rem;
}
.market .dot .c-box .info:before {
  content: '';
  width: 100%;
  height: 25rem;
  display: block;
  background-image: url('../images/img-37.png');
}
.market .dot .c-box .info:after {
  content: '';
  width: 100%;
  height: 31rem;
  display: block;
  background-image: url('../images/img-38.png');
}
.market .dot .c-box .txt {
  background-color: rgba(76, 205, 129, 0.5);
  border-left: 1rem solid #4ccd81;
  border-right: 1rem solid #4ccd81;
  padding: 0 24rem;
  font-size: 0;
}
.market .dot .c-box .img-b {
  width: 180rem;
  overflow: hidden;
}
.market .dot .c-box .img-b img {
  display: block;
  width: 100%;
}
.market .dot .c-box .txt-b h3 {
  font-size: 22rem;
  font-family: var(--MiSans-Bold);
  color: #fff;
}
.market .dot .c-box .txt-b p {
  font-size: 18rem;
  color: #fff;
  line-height: 30rem;
  margin-top: 10rem;
}
.market .dot:nth-of-type(1) {
  top: 83.5%;
  left: 84.5%;
  z-index: 2;
}
.market .dot:nth-of-type(2) {
  top: 62.8%;
  left: 84.5%;
}
.market .dot:nth-of-type(3) {
  top: 59.1%;
  left: 67.8%;
}
.market .dot:nth-of-type(4) {
  top: 86.4%;
  left: 71%;
}
.market .dot:nth-of-type(5) {
  top: 60.2%;
  left: 77.47%;
}
.market .dot:nth-of-type(6) {
  top: 62.57%;
  left: 79%;
}
.market .dot:nth-of-type(7) {
  top: 66%;
  left: 84.43%;
}
.market .dot:nth-of-type(8) {
  top: 78.4%;
  left: 79.3%;
}
.market .dot:nth-of-type(9) {
  top: 68.8%;
  left: 56.4%;
}
.market .dot:nth-of-type(10) {
  top: 41.4%;
  left: 74.5%;
}
.market .dot:nth-of-type(11) {
  top: 91%;
  left: 53%;
}
.market .dot:nth-of-type(12) {
	top: 6%;
	left: 37%
}

.market .dot:nth-of-type(13) {
	top: 38%;
	left: 73%;
}
.market .dot:nth-of-type(14) {
    top: 50%;
    left: 95%;
}
.market .dot:nth-of-type(15) {
    top: 67.8%;
    left: 48.4%;
}
.market .dot:nth-of-type(16) {
	top: 77.4%;
	left: 71.3%;
}
.market .dot:nth-of-type(17) {
	top: 100%;
	left: 44%;
}


.market .dot.active .c-box {
  opacity: 1;
  visibility: visible;
}
.market .dot.active .c-box i.ani {
  -webkit-animation: run 2s ease-in-out;
  -moz-animation: run 2s ease-in-out;
  -ms-animation: run 2s ease-in-out;
  animation: run 2s ease-in-out;
}
.home-service .home-bottom {
  height: 709rem;
  margin-top: -20rem;
  position: relative;
}
.home-service .img {
  width: 1463rem;
  height: 709rem;
  margin-left: -731rem;
  position: relative;
  left: 50%;
  top: 0;
}
.home-service .img .hide {
  display: none;
}
.home-service .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-service .img .globalMap {
  width: 100%;
  height: 709rem;
  position: relative;
  z-index: 66;
}
.home-service .img .area {
  position: absolute;
  -webkit-transition: transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}
.home-service .img .area i {
  width: 69rem;
  height: 69rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  -webkit-animation: 10s ease mymove infinite;
  animation: 10s ease mymove infinite;
}
.home-service .img .area span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16rem;
  line-height: 26rem;
  color: #3d2502;
}
.home-service .img .area .dot {
  position: relative;
  font-size: 17rem;
  line-height: 30rem;
  letter-spacing: 4rem;
  color: #ffffff;
  display: block;
  padding: 0 6rem 0 8rem;
  text-align: center;
  z-index: 1;
}
.home-service .img .m01 {
    top: 43.5%;
    left: 52.5%;
    text-align: left;
	z-index: 999999;
}
.home-service .img .m02 {
	top: 37.7%;
	left: 46.8%;
	text-align: right;
}
.home-service .img .m03 {
    top: 56%;
    left: 43.5%;
}
.home-service .img .m04 {
	text-align: right;
	top: 40%;
	left: 47.5%;
}
.home-service .img .m05 {
    top: 40.5%;
    left: 51%;
}
.home-service .img .m06 {
top: 32%;
    left: 47%;
    text-align: right;
}
.home-service .img .m07 {
	top: 39%;
	left: 40.5%;
	text-align: right;
}
.home-service .img .m07-1 {
	top: 38%;
	left: 38.5%;
	text-align: right;
}
.home-service .img .m08 {
  top: 53%;
  left: 47%;
}
.home-service .img .m09 {
  top: 44.5%;
  left: 52%;
}
.home-service .img .m010 {
	top: 30%;
	left: 46.5%;
	text-align: right;
}
.home-service .img .m011 {
  top: 54.3%;
  left: 50.5%;
}
.home-service .img .m011-1 {
    top: 50%;
    left: 47%;
}
.home-service .img .m012 {
  top: 71%;
  left: 35%;
}
.home-service .img .m013 {
	top: 35%;
	left: 56%;
}
.home-service .img .m014 {
  top: 10%;
  left: 35%;
}
.home-service .img .m015 {
    top: 60%;
    left: 39%;
}
.home-service .img .m01 i {
  width: 27rem;
  height: 27rem;
  background: url(../images/meibaologo.png) no-repeat center center;
  background-size: 100%;
}
.service {
  background: #ecfef3;
}
.service .home-bottom {
  margin-top: 66rem;
  height: 1110rem !important;
}
.service .img {
	transform: scale(1) !important;
	width: 100%;
	height: 1110rem !important;
	left: 0;
	margin: 0;
}

.service .img .globalMap {
    width: 100%;
    height: 965rem;
    position: relative;
    z-index: 66;
}

.service .img .m01 {
    top: 49.5%;
    left: 60.5%;
	z-index: 999999;
    text-align: left;
}
.service .img .m02 {
    top: 43%;
    left: 55%;
	text-align: right;
}
.service .img .m03 {
    top: 66%;
    left: 50.5%;
}
.service .img .m04 {
	text-align: right;
    top: 46%;
    left: 56%;
}
.service .img .m05 {
    top: 45.5%;
    left: 58%;
}
.service .img .m06 {
    top: 35%;
    left: 55%;
    text-align: right;
}
.service .img .m07 {
    top: 50%;
    left: 45.5%;
	text-align: right;
}
.service .img .m07-1 {
    top: 49%;
    left: 43.5%;
	text-align: right;
}
.service .img .m08 {
	top: 63%;
	left: 54%;
}
.service .img .m09 {
	top: 51.5%;
	left: 60%;
}
.service .img .m010 {
    top: 33%;
    left: 54.5%;
	text-align: right;
}
.service .img .m011 {
	top: 65.3%;
	left: 58.5%;
}
.service .img .m011-1 {
    top: 58%;
    left: 53%;
}
.service .img .m012 {
    top: 77%;
    left: 36%;
}
.service .img .m013 {
    top: 40%;
    left: 66%;
}
.service .img .m014 {
	top: 6%;
	left: 38%;
}
.service .img .m015 {
    top: 69%;
    left: 44%;
}

.plist1 {
  position: relative;
  bottom: auto;
  left: auto;
  margin-bottom: 110rem;
}
.plist1 .item {
  float: left;
  padding: 0 15rem;
  width: 14.28571429%;
}
.plist1 .active a {
  color: var(--main-color);
}
.plist1 .active .pic .mh {
  opacity: 1;
  visibility: visible;
  mask-position: 50% 100%;
  -webkit-mask-position: 50% 100%;
}
.more4 a,
.more4 p {
  width: 179rem;
  line-height: 55rem;
  border: 1px solid #1a9952;
  background: #1a9952;
  border-radius: 28rem;
  font-family: var(--MiSans-Bold);
  font-size: 16rem;
  color: #ffffff;
  text-align: center;
  display: block;
}
.more4 a span,
.more4 p span {
  width: 40rem;
  height: 55rem;
  margin-left: 10rem;
  border-radius: 50%;
  background: url(../images/right.png) no-repeat center center;
  background-size: 16rem;
  display: inline-block;
  vertical-align: top;
}
.product .product-bottom {
  padding-top: 78rem;
}
.prolist {
  overflow: hidden;
  padding-bottom: 110rem;
}
.prolist ul {
  margin: 0 -1px;
}
.prolist ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 1px;
  margin-bottom: 2px;
}
.prolist ul li .box {
  padding: 40rem;
  background: url(../images/pbg.jpg) no-repeat top center;
  background-size: cover;
}
.prolist ul li .box .pic:after {
  padding-bottom: 84.83754513%;
}
.prolist ul li .box .text {
  padding-top: 18rem;
}
.prolist ul li .box .text .bt {
  font-family: var(--ZMiSans-Bold);
  font-size: 22rem;
  line-height: 28rem;
  margin-bottom: 23rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
  color: #3c3c3c;
}
@media (min-width: 1025px) {
  .prolist ul li:hover .box {
    background: url(../images/pbg1.jpg) no-repeat top center;
    background-size: cover;
  }
  .prolist ul li:hover .box .text .bt {
    color: #fff;
  }
  .prolist ul li:hover .box .text .more4 p {
    border: 1px solid #fff;
    background: none;
  }
}
.about {
  padding: 0 !important;
}
.about01 {
  padding: 120rem 0 150rem 0;
  overflow: hidden;
  position: relative;
}
.about01 .about-bottom {
  padding-top: 69rem;
  padding-bottom: 51rem;
}
.about01 .about-bottom .left {
  float: left;
  width: 50%;
}
.about01 .about-bottom .left .bt {
  font-size: 86rem;
  font-family: var(--MiSans-Bold);
  color: #2ea05d;
}
.about01 .about-bottom .left .span {
  font-family: var(--MiSans-Bold);
  font-size: 20rem;
  line-height: 34rem;
  margin-top: 34rem;
  margin-bottom: 34rem;
  color: #333333;
}
.about01 .about-bottom .left .p {
  font-size: 20rem;
  line-height: 34rem;
  color: #333333;
}
.about01 .about-bottom .left .p span {
  color: var(--hover-color);
}
.about01 .about-bottom .left .p p {
  margin-bottom: 44rem;
}
.about01 .about-bottom .right {
  float: right;
  width: 58%;
  margin-right: -170rem;
}
.about01 .about-ul .li {
  width: 255rem;
  float: left;
  text-align: center;
  height: 99rem;
  padding-top: 20rem;
  margin-right: 184rem;
  font-size: 20rem;
  background: url(../images/abg.png) no-repeat top center;
  background-size: 100%;
  color: #333333;
}
.about01 .about-ul .li .counter {
  font-family: var(--MiSans-Bold);
  font-size: 70rem;
  line-height: 56rem;
  color: #2ea05d;
}
.about01 .about-ul .li:nth-child(4) {
  margin-right: 0;
}
.about02 {
  position: relative;
}
.about02 .about-bottom {
  overflow: hidden;
  margin-top: 70rem;
}
.about02 .about-bottom ul {
  margin: 0 -2rem;
}
.about02 .about-bottom ul li {
  padding: 0 2rem;
  float: left;
  width: 16.5%;
  transition: 0.5s;
}
.about02 .about-bottom ul li .box {
  height: 681rem;
  text-align: center;
  padding-top: 76rem;
}
.about02 .about-bottom ul li .box .img {
  width: 220rem;
  margin: 0 auto;
  margin-bottom: 58rem;
}
.about02 .about-bottom ul li .box .text .bt {
  font-size: 16rem;
  color: #ffffff;
}
.about02 .about-bottom ul li .box .text .span {
  font-size: 18rem;
  font-family: var(--MiSans-Bold);
  color: #ffffff;
  margin-top: 18rem;
  margin-bottom: 44rem;
}
.about02 .about-bottom ul li .box .text .p {
  font-size: 16rem;
  line-height: 28rem;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s;
}
.about02 .about-bottom ul .active {
  width: 50.5%;
}
.about02 .about-bottom ul .active .box .text .p {
  opacity: 1;
}
.about03 {
  padding: 78rem 0 142rem 0;
  background: url(../images/hbg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.about03 .about-bottom {
  position: relative;
  margin-top: 84rem;
  overflow: hidden;
}
.about03 .about-bottom .about-list1 {
  position: relative;
  margin-top: 75rem;
}
.about03 .about-bottom .about-list1 .mySwiper1:after {
  content: '';
  display: block;
  background: #bfbfbf;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 22rem;
  right: 0;
}
.about03 .mySwiper2 {
  position: relative;
  width: 32%;
  margin: 0 auto;
}
.about03 .mySwiper2 .swiper-slide .box {
  width: 100%;
  transition: 0.5s;
  padding-right: 110rem;
}
.about03 .mySwiper2 .swiper-slide .box .h1 {
  font-family: var(--MiSans-Bold);
  font-size: 40rem;
  margin-bottom: 16rem;
  color: #2ea05d;
}
.about03 .mySwiper2 .swiper-slide .box .h3 {
  font-size: 18rem;
  line-height: 26rem;
  min-height: 130rem;
  margin-bottom: 10rem;
  color: #333841;
}
.about03 .mySwiper2 .swiper-slide .box .pic {
  opacity: 0;
}
.about03 .mySwiper2 .swiper-slide .box .pic:after {
  padding-bottom: 64.1025641%;
}
.about03 .mySwiper2 .swiper-slide-active .box .pic {
  opacity: 1;
}
.about03 .mySwiper1 {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}
.about03 .mySwiper1 .swiper-slide {
  height: auto;
  padding-top: 40rem;
  font-size: 32rem;
  text-align: center;
  background: url(../images/dian2.png) no-repeat center 18rem;
  background-size: 8rem;
  color: rgba(25, 151, 88, 0.3);
}
.about03 .mySwiper1 .swiper-slide span {
  display: block;
  width: 100%;
}
.about03 .mySwiper1 .swiper-slide-thumb-active {
  font-family: var(--MiSans-Bold);
  color: var(--main-color);
  background: url(../images/dian1.png) no-repeat center 11rem;
  background-size: 25rem;
}
.about03 .swiper-button-next,
.about03 .swiper-button-prev {
  width: 47rem;
  height: 47rem;
  background: #e9e9e9 url('../images/left.png') no-repeat center center !important;
  background-size: 16rem !important;
  margin-top: 0;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 66;
}
.about03 .swiper-button-next:after,
.about03 .swiper-button-prev:after {
  content: '';
  display: none;
}
@media (min-width: 1025px) {
  .about03 .swiper-button-next:hover,
  .about03 .swiper-button-prev:hover {
    background: var(--main-color) url('../images/left.png') no-repeat center center !important;
    background-size: 16rem !important;
  }
}
.about03 .swiper-button-next {
  right: 0;
  left: auto;
  background: #e9e9e9 url('../images/right.png') no-repeat center center !important;
  background-size: 16rem !important;
}
@media (min-width: 1025px) {
  .about03 .swiper-button-next:hover {
    background: var(--main-color) url('../images/right.png') no-repeat center center !important;
    background-size: 16rem !important;
  }
}
.about04 {
  padding-bottom: 148rem;
  background: url(../images/bg10.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.about04 .left {
  float: left;
  width: 57%;
  padding: 204rem 0 0 92rem;
}
.about04 .left .p {
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 99rem;
  color: #ffffff;
}
.about04 .right {
  float: right;
  width: 40%;
}
.about04 .right .span {
  text-align: center;
  font-family: var(--MiSans-Bold);
  font-size: 20rem;
  line-height: 32rem;
  margin-top: 14rem;
  margin-bottom: 7rem;
  color: #ffffff;
}
.about04 .right .img1 {
  padding-right: 84rem;
}
.about05 {
  padding: 134rem 0 61rem 0;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.about05 .about-bottom {
  margin-top: 72rem;
}
.about05 .about-one {
  position: relative;
  width: 800rem;
  margin: 0 auto;
}
.about05 .about-one .list {
  position: relative;
  z-index: 5;
}
.about05 .about-one .list li .box {
  position: relative;
}
.about05 .about-one .list li .box .pic:after {
  padding-bottom: 66.625%;
}
@media (min-width: 1025px) {
  .about05 .about-one .list li:hover .pic img {
    transform: scale(1.04);
  }
}
.about05 .btn1 {
  position: relative;
  height: 34rem;
  margin-top: 47rem;
}
.about05 .btn1 .swiper-button-prev:after,
.about05 .btn1 .swiper-button-next:after {
  content: '';
}
.about05 .btn1 .swiper-button-prev,
.about05 .btn1 .swiper-button-next {
  border: 1px solid #dedede;
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin: 0;
}
.about05 .btn1 .swiper-button-prev {
  background: url('../images/left1.png') no-repeat center center !important;
  left: 18%;
  background-size: 17rem !important;
}
@media (min-width: 1025px) {
  .about05 .btn1 .swiper-button-prev:hover {
    border: 1px solid var(--main-color);
  }
}
.about05 .btn1 .swiper-button-next {
  background: url('../images/right1.png') no-repeat center center !important;
  right: 18%;
  background-size: 17rem !important;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .about05 .btn1 .swiper-button-next:hover {
    border: 1px solid var(--main-color);
  }
}
.about05 .btn1 .swiper-pagination {
  height: 2px;
  width: 56%;
  left: 22%;
  top: 16rem;
  background: #e1e1e1;
}
.about05 .btn1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color);
}
.about06 {
  padding: 90rem 0 49rem 0;
  overflow: hidden;
  position: relative;
  background: url(../images/bg11.jpg) no-repeat center center;
  background-size: cover;
}
.about06 .home-p {
  text-align: center;
  font-size: 20rem;
  margin-top: 41rem;
  margin-bottom: 64rem;
}
.about06 .honorlist li {
  width: 20%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.about06 .honorlist li .box {
  background: #fff;
  position: relative;
  transform: scale(0.6);
  transition: 0.5s;
}
.about06 .honorlist li .pic:after {
  padding-bottom: 137.93103448%;
}
.about06 .honorlist .swiper-slide-active {
  padding: 0;
}
.about06 .honorlist .swiper-slide-active .box {
  transform: scale(1);
}
.about06 .shubiao {
  text-align: center;
  font-size: 14rem;
  margin-top: 64rem;
}
.product-show {
  padding: 0 !important;
}
.product-show .height {
  top: -225rem;
}
.product-show01 {
  position: sticky;
  top: 125rem;
  left: 0;
  width: 100%;
  height: 101rem;
  background: #e4e6eb;
  z-index: 222;
}
.product-show01 .bt {
  font-size: 24rem;
  line-height: 101rem;
  font-family: var(--ZMiSans-Bold);
  float: left;
  color: #373737;
}
.product-show01 ul {
  float: right;
}
.product-show01 ul li {
  float: left;
  margin-right: 43rem;
}
.product-show01 ul li a {
  font-size: 18rem;
  line-height: 101rem;
  color: #373737;
  display: block;
  position: relative;
}
.product-show01 ul li a img {
  width: 21rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5rem;
}
.product-show01 ul li a:after {
  content: '';
  display: block;
  width: 0;
  transition: 0.5s;
  height: 3rem;
  background: #146234;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .product-show01 ul li:hover a:after {
    width: 100%;
  }
}
.product-show01 ul .active a:after {
  width: 100%;
}
.product-show02 {
  padding: 87rem 0 124rem 0;
  background: #ffffff;
  background: url(../images/proshowbg.jpg) no-repeat center center;
}
.product-show02 .left {
  float: left;
  width: 51.6%;
  padding-right: 153rem;
  position: relative;
}
.product-show02 .left .pic {
  background: url(../images/pbg.jpg) no-repeat top center;
  background-size: cover;
}
.product-show02 .left .pic:after {
  padding-bottom: 84.83754513%;
}
.product-show02 .left .mySwiper2 {
  position: relative;
  overflow: hidden;
}
.product-show02 .left .li {
  width: 138rem;
  position: absolute;
  top: 50%;
  padding: 26rem 0;
  transform: translateY(-50%);
  right: 0;
  overflow: hidden;
  height: 100%;
}
.product-show02 .left .mySwiper1 {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.product-show02 .left .mySwiper1 .pic {
  border: solid 2rem #dddddd;
}
.product-show02 .left .mySwiper1 .swiper-slide-thumb-active .pic {
  border: solid 2rem var(--main-color);
}
.product-show02 .left .swiper-button-next,
.product-show02 .left .swiper-button-prev {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: #eaebf0 url(../images/top.png) no-repeat center center;
  background-size: 10rem;
  height: 15rem;
  z-index: 3;
}
.product-show02 .left .swiper-button-next:after,
.product-show02 .left .swiper-button-prev:after {
  display: none;
}
@media (min-width: 1025px) {
  .product-show02 .left .swiper-button-next:hover,
  .product-show02 .left .swiper-button-prev:hover {
    background: #eaebf0 url(../images/top1.png) no-repeat center center;
    background-size: 10rem;
  }
}
.product-show02 .left .swiper-button-next {
  top: auto;
  bottom: 0;
  background: #eaebf0 url(../images/bottom.png) no-repeat center center;
  background-size: 10rem;
}
@media (min-width: 1025px) {
  .product-show02 .left .swiper-button-next:hover {
    background: #eaebf0 url(../images/bottom1.png) no-repeat center center;
    background-size: 10rem;
  }
}
.product-show02 .right {
  float: right;
  width: 45.4%;
  padding: 30rem;
  padding-top: 27rem;
  position: relative;
  background: #fff;
}
.product-show02 .right .bt {
  font-size: 42rem;
  color: #000000;
  font-family: var(--ZMiSans-Bold);
  margin-bottom: 50rem;
  padding-right:300rem;
}
.product-show02 .right .bt b {
  display: block;
}
.product-show02 .right .yangben a {
  display: block;
  width: 276rem;
  line-height: 61rem;
  background-color: #146234;
  border-radius: 2rem;
  font-size: 18rem;
  padding: 0 40rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.product-show02 .right .yangben a img {
  width: 80rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 20rem;
  box-shadow: 1rem 2rem 29rem 0rem rgba(63, 63, 63, 0.16);
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .product-show02 .right .yangben a:hover {
    text-decoration: underline;
  }
}
.product-show02 .right .jsh {
  font-size: 18rem;
  line-height: 36rem;
  color: #303140;
  margin-bottom: 76rem;
  min-height: 288rem;
}
.product-show02 .right .jsh .dui {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
}
.product-show02 .right .btn2 {
  background-color: #146234;
}
.product-show02 .right .btn2 a {
  display: block;
  float: left;
  width: 33.3333333%;
  font-size: 18rem;
  color: #fafafa;
  line-height: 76rem;
  text-align: center;
  position: relative;
}
.product-show02 .right .btn2 a:after {
  content: '';
  display: block;
  width: 1px;
  height: 16rem;
  background: #478460;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8rem;
}
.product-show02 .right .btn2 a img {
  display: inline-block;
  vertical-align: text-top;
  width: 20rem;
  margin-left: 10rem;
  margin-top: 4rem;
}
@media (min-width: 1025px) {
  .product-show02 .right .btn2 a:hover {
    text-decoration: underline;
  }
}
.product-show02 .right .btn2 .dianhua:after {
  display: none;
}
.inmain-title {
  text-align: center;
  font-size: 38rem;
  letter-spacing: 3rem;
  line-height: 50rem;
  color: #333333;
}
.inmain-title span {
  font-family: var(--ZMiSans-Bold);
  display: block;
}
.inmain-title1 {
  color: #fff;
}
.product-show03 {
  padding: 84rem 0 59rem 0;
  background-color: #f7f7f7;
  position: relative;
}
.product-show03 .table {
  width: 89%;
  margin: 0 auto;
  margin-top: 54rem;
}
.product-show03 .table table td {
  font-size: 20rem;
  line-height: 31rem;
  padding: 15rem 40rem;
  color: #333333;
}
.product-show04 {
  padding: 80rem 0 85rem 0;
  position: relative;
}
.product-show04 .pro-bottom {
  padding-top: 79rem;
}
.product-show04 .left {
  float: left;
  width: 56%;
}
.product-show04 .right {
  float: right;
  width: 43%;
}
.product-show04 .right ul li {
  margin-bottom: 16rem;
}
.product-show04 .right ul li .box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95rem;
  background-color: #2ea05d;
  border-radius: 30rem 0rem 30rem 0rem;
  padding: 10rem;
}
.product-show04 .right ul li .box .span {
  font-family: var(--MiSans-Bold);
  font-size: 26rem;
  line-height: 95rem;
  width: 25%;
  padding: 0 20rem;
  color: #ffffff;
}
.product-show04 .right ul li .box .p {
  font-size: 16rem;
  line-height: 25rem;
  color: #ffffff;
  width: 75%;
}
.product-show05 {
  padding: 116rem 0 128rem 0;
  background-color: #f7f7f7;
  position: relative;
}
.product-show05 .list {
  padding-top: 64rem;
}
.product-show05 .list ul {
  margin: 0 -11rem;
}
.product-show05 .list ul li {
  width: 25%;
  float: left;
  padding: 0 11rem;
  text-align: center;
}
.product-show05 .list ul li .box {
  padding: 46rem 36rem;
  height: 402rem;
  background-color: #ffffff;
}
.product-show05 .list ul li .pic {
  width: 160rem;
  margin: 0 auto;
}
.product-show05 .list ul li .text {
  padding-top: 25rem;
}
.product-show05 .list ul li .text .bt {
  font-family: var(--MiSans-Bold);
  font-size: 24rem;
  margin-bottom: 11rem;
  color: #3c3c3c;
}
.product-show05 .list ul li .text .p {
  font-size: 18rem;
  line-height: 28rem;
  color: #3c3c3c;
}
.product-show06 {
  padding: 117rem 0 125rem 0;
  background: url(../images/bg13.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.product-show06 .pro-bottom {
  padding-top: 62rem;
}
.product-show06 .swiper-case {
  position: relative;
  overflow: hidden;
}
.product-show06 .caselist {
  margin: 0;
  padding-bottom: 0;
}
.product-show06 .caselist li {
  padding: 0;
  margin-bottom: 0;
}
.product-show07 {
  padding: 102rem 0 117rem 0;
  background: url(../images/bg14.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.product-show07 .rightbox {
  width: 91%;
  margin: 0 auto;
  margin-top: 72rem;
}
.product-show07 .leftimg {
  width: 51.5%;
  float: left;
}
.product-show07 .leftimg img {
  display: block;
}
.product-show07 .rightbox .content1 {
  display: none;
}
.product-show07 .item {
  float: right;
  width: 48.5%;
  padding: 43rem 50rem;
  height: 468rem;
  background-color: #ffffff;
  box-shadow: 1rem 2rem 29rem 0rem rgba(63, 63, 63, 0.16);
}
.product-show07 .rightbox .bt {
  height: 80rem;
  padding-left: 108rem;
  position: relative;
}
.product-show07 .rightbox .bt span {
  top: 0;
  left: 0;
  color: var(--main-color);
  font-size: 81rem;
  line-height: 73rem;
  font-family: var(--MiSans-Bold);
  position: absolute;
}
.product-show07 .rightbox .bt span::before {
  top: 0;
  right: -7rem;
  content: '';
  width: 1rem;
  height: 20rem;
  position: absolute;
  transform: rotate(45deg);
  border-left: solid 1rem #2ea05d;
}
.product-show07 .rightbox .bt span::after {
  bottom: -10rem;
  left: -10rem;
  content: '';
  width: 1rem;
  height: 20rem;
  position: absolute;
  transform: rotate(45deg);
  border-left: solid 1rem #2ea05d;
}
.product-show07 .rightbox .bt .cn {
  font-size: 30rem;
  line-height: 40rem;
  color: #000;
  font-weight: 700;
  margin-top: 15rem;
}
.product-show07 .rightbox .bt .en {
  color: #666;
  font-size: 18rem;
  margin-top: 5rem;
  text-transform: uppercase;
}
.product-show07 .rightbox .txt {
  font-size: 16rem;
  line-height: 32rem;
  color: #3e3a38;
  overflow: hidden;
}
.product-show07 .rightbox .txt p {
  padding-left: 20rem;
  margin-top: 5rem;
  position: relative;
}
.product-show07 .rightbox .txt p::before {
  content: '';
  top: 12rem;
  left: 0;
  width: 7rem;
  height: 12rem;
  position: absolute;
  background: url(../images/dot2.png) no-repeat top left;
  background-size: 100%;
}
.product-show07 .rightbox .tablist {
  width: 48.5%;
  float: right;
  z-index: 10;
  padding: 0 43rem;
  position: relative;
  margin-top: -110rem;
}
.product-show07 .rightbox .tablist ul {
  margin: 0 -10rem;
}
.product-show07 .rightbox .tablist li {
  width: 25%;
  float: left;
  cursor: pointer;
  padding: 0 10rem;
}
.product-show07 .rightbox .tablist li span {
  display: block;
  line-height: 40rem;
  text-align: center;
  font-size: 16rem;
  border-radius: 30rem;
  color: #333;
  -webkit-box-shadow: 0 0 0 1px #dcdcdc;
  box-shadow: 0 0 0 1px #dcdcdc;
}
.product-show07 .rightbox .tablist .active span {
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #146234;
  box-shadow: 0 0 0 1px #146234;
  background: #146234;
}
.product-show08 {
  padding: 119rem 0 145rem 0;
  background: url(../images/bg12.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.product-show08 .home-shenqing {
  position: relative;
  margin: 0 auto;
  margin-top: 51rem;
  width: 91%;
  background: #fff;
  border-bottom: 6rem solid #146234;
}
.product-show08 .home-shenqing .img {
  width: 44.8%;
  float: left;
}
.product-show08 .home-shenqing .img img {
  display: block;
}
.product-show08 .home-shenqing .form {
  float: right;
  width: 50%;
  padding-right: 73rem;
  padding-top: 41rem;
}
.product-show08 .home-shenqing .form .h3 {
  font-size: 30rem;
  font-weight: bold;
  color: #333333;
}
.product-show08 .home-shenqing .form .p {
  font-size: 18rem;
  line-height: 32rem;
  color: #1d2c38;
  margin-top: 6rem;
  margin-bottom: 21rem;
  overflow: hidden;
}
.product-show08 .home-shenqing .form .p p {
  width: 50%;
  background: url(../images/dui.png) no-repeat center left;
  background-size: 30rem;
  padding-left: 43rem;
  float: left;
}
.product-show08 .home-shenqing .form ul {
  margin: 0 -13rem;
}
.product-show08 .home-shenqing .form ul li {
  float: left;
  width: 50%;
  padding: 0 13rem;
  margin-bottom: 16rem;
}
.product-show08 .home-shenqing .form ul li .box {
  position: relative;
}
.product-show08 .home-shenqing .form ul li label {
  font-size: 18rem;
  line-height: 32rem;
  margin-bottom: 5rem;
  display: block;
  color: #1d2c38;
}
.product-show08 .home-shenqing .form ul li label font {
  color: #c70303;
}
.product-show08 .home-shenqing .form ul li .input,
.product-show08 .home-shenqing .form ul li textarea {
  height: 50rem;
  border-radius: 4rem;
  border: solid 1px #c7c7c7;
  width: 100%;
  padding: 0 10rem;
  background: none;
  font-size: 16rem;
}
.product-show08 .home-shenqing .form ul li textarea {
  padding: 10rem;
  height: 123rem;
}
.product-show08 .home-shenqing .form ul li .submit {
  width: 210rem;
  line-height: 50rem;
  background-color: var(--main-color);
  font-size: 20rem;
  color: #ffffff;
  text-align: center;
  display: block;
}
@media (min-width: 1025px) {
  .product-show08 .home-shenqing .form ul li .submit:hover {
    background: var(--hover-color);
  }
}
.product-show09 {
  padding: 77rem 0 89rem 0;
  position: relative;
}
.product-show09 .pro-bottom {
  margin-top: 67rem;
}
.product-show09 .swiper-plist {
  position: relative;
  padding-bottom: 37rem;
}
.product-show09 .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 55555555;
  position: absolute;
}
.product-show09 .swiper-pagination .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0 4rem;
  background-color: #d1d1d1;
  border-radius: 50%;
  opacity: 1;
}
.product-show09 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}
@media (max-width: 1700px) {
  .home-service .home-bottom {
    height: 550rem;
  }
  .home-service .img {
    transform: scale(0.9);
  }
}
@media (max-width: 1400px) {
  .home-service .home-bottom {
    height: 480rem;
  }
  .home-service .img {
    transform: scale(0.8);
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }
  .sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sitemap li .top1 {
    font-size: 20px;
  }
  .sitemap li .bot {
    margin-top: 15px;
  }
  .sitemap li .bot a {
    font-size: 16px;
    margin-right: 20px;
  }
  .sitemap li .bot p {
    margin-top: 10px;
  }
  .bg {
    padding-top: 0;
  }
  .bg img {
    display: none;
  }
  .bg video {
    display: none;
  }
  .section {
    height: auto;
  }
  .section1 {
    position: relative;
    width: 100%;
    z-index: 400;
  }
  .home {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 320;
    padding: 35px 0;
    transform: none;
  }
  .height {
    top: -60px;
  }
  .height1 {
    height: 60px;
  }
  .fix .top {
    display: none;
  }
  .header {
    height: 60px;
    background: #fff;
    box-shadow: 0px 7px 38px 0px rgba(31, 33, 32, 0.06);
  }
  .header .logo {
    padding-top: 8px;
  }
  .header .logo a img {
    width: 157px;
  }
  .header .logo a .lg1 {
    display: none;
  }
  .header .logo a .lg2 {
    display: block;
  }
  .header .header-right .menu {
    display: block;
  }
  .nav {
    display: none;
  }
  .swiper-renewal-main {
    margin-top: 60px;
  }
  .swiper-renewal-main .swiper-slide {
    height: auto !important;
    background: none !important;
  }
  .swiper-renewal-main .img {
    display: block;
  }
  .swiper-renewal-main video {
    display: none;
  }
  .swiper-renewal-main .banner-hover {
    padding-top: 0;
  }
  .swiper-renewal-main .banner-hover .span {
    font-size: 28px;
    padding: 0 50px;
    text-shadow: 0px 2px 7px rgba(0, 6, 20, 0.53);
  }
  .swiper-renewal-main .banner-hover .span br {
    display: block;
  }
  .section1 .swiper-pagination {
    bottom: 8px;
  }
  .section1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }
  .section1 .swiper-button-prev,
  .section1 .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/left.png) no-repeat center center;
    background-size: 14px;
    border: solid 2px #ebebeb;
    margin-top: 0;
    left: 20px;
    right: auto;
    z-index: 3333;
  }
  .section1 .swiper-button-prev:after,
  .section1 .swiper-button-next:after {
    display: none;
  }
  .section1 .swiper-button-next {
    right: 20px;
    left: auto;
    background: url(../images/right.png) no-repeat center center;
    background-size: 14px;
  }
  .gundong {
    bottom: 10px;
  }
  .gundong a {
    font-size: 14px;
    line-height: 48px;
    padding-top: 35px;
    background-size: 24px;
  }
  .home-title {
    padding-top: 9px;
    padding-left: 6px;
  }
  .home-title p {
    font-size: 42px;
    line-height: 54px;
  }
  .home-title .bt {
    font-size: 24px;
    line-height: 37px;
  }
  .home-p {
    font-size: 14px;
    margin-top: 9px;
  }
  .home-product {
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
  }
  .swiper-zhanshi .item .left {
    width: 100%;
    padding-top: 19px;
    margin-bottom: 20px;
  }
  .swiper-zhanshi .item .left .h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 14px;
  }
  .swiper-zhanshi .item .right {
    width: 100%;
    margin-right: 0;
    background: url(../images/di.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 46px;
  }
  .plist {
    display: none;
  }
  .more a,
  .more p {
    font-size: 14px;
    line-height: 30px;
  }
  .more a span,
  .more p span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 12px;
  }
  .home-app .left {
    width: 100%;
    padding: 0;
  }
  .home-app .left .home-title {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 100%;
  }
  .home-app .left .show {
    padding-top: 26px;
  }
  .home-app .left .show .info .h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .home-app .left .show .info .p {
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    margin-bottom: 3px;
  }
  .home-app .right {
    width: 100%;
    padding-top: 70px;
  }
  .home-app .right ul li {
    width: 25%;
  }
  .home-app .right ul li a {
    height: 100px;
  }
  .home-app .right ul li .box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 2px;
    text-align: center;
  }
  .home-app .right ul li .pic {
    width: 48px;
  }
  .home-app .right ul li .bt {
    display: none;
  }
  .home-app .right ul li .en {
    display: none;
  }
  .home-about {
    top: auto;
    transform: none;
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-about .left {
    width: 100%;
  }
  .home-about .right {
    width: 100%;
    padding-top: 20px;
  }
  .home-about .right .span {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .home-about .right .p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .home-about .right .p p {
    margin-bottom: 8px;
  }
  .ys {
    padding-top: 24px;
  }
  .ys ul li {
    width: 50%;
    margin: 10px 0;
  }
  .ys ul li .text .num span {
    font-size: 28px;
    line-height: 45px;
  }
  .ys ul li .text .num i {
    font-size: 16px;
    line-height: 30px;
  }
  .ys ul li .text .pp {
    font-size: 15px;
    line-height: 24px;
  }
  .ys ul li:nth-child(1) .text {
    float: left;
    text-align: left;
  }
  .ys ul li:nth-child(2) {
    width: 50%;
  }
  .ys ul li:nth-child(3) {
    width: 50%;
  }
  .ys ul li:nth-last-child(1) {
    width: 50%;
  }
  .home-span {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 4px;
  }
  .home-partner {
    background: url(../images/bg3.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-partner .right {
    padding-top: 30px;
  }
  .home-partner .right .picMarquee-top {
    margin-top: -15px;
  }
  .home-partner .right .picMarquee-top .bd {
    height: 100px;
  }
  .home-partner .right .picMarquee-top .bd ul li {
    height: 100px;
    width: 237px;
    margin-left: -15px;
  }
  .home-history {
    top: auto;
    transform: none;
    background: url(../images/bg4.jpg) no-repeat center center;
    background-size: cover;
  }
  .home-history .biaoti {
    top: auto;
    transform: none;
    padding: 0;
  }
  .home-history .pc {
    display: none;
  }
  .home-history .phone {
    display: block;
  }
  .ib3list {
    display: block;
    margin-top: 20px;
  }
  .il3item {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 0 !important;
  }
  .il3item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
  }
  .il3item::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 6px;
    width: 1px;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  }
  .il3year {
    font-size: 28px;
    transform: none;
  }
  .il3pics {
    opacity: 1;
    visibility: inherit;
  }
  .il3pics img {
    display: block;
    margin-top: 10px;
  }
  .home-news .home-title {
    text-align: center;
  }
  .home-news .phone {
    display: block;
    padding: 0 15px;
  }
  .home-news .pc {
    display: none;
  }
  .jiejueSwiper {
    max-width: 1920px;
    margin-top: 25px;
  }
  .jiejueSwiper .swiper-slide a {
    background-color: #e7e7e7;
    padding: 10px;
    display: block;
  }
  .jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
    position: relative;
    transform: none;
    opacity: 1;
    transition: all 0.5s ease;
  }
  .jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
    position: relative;
    transform: none;
    opacity: 1;
    transition: all 0.5s ease;
  }
  .active .jiejueSwiper .swiper-slide:nth-child(odd) .jiejueSwiper-img {
    transform: none;
    opacity: 1;
    transition: all 1s ease 0.5s;
  }
  .active .jiejueSwiper .swiper-slide:nth-child(even) .jiejueSwiper-img {
    transform: none;
    opacity: 1;
    transition: all 1s ease 0.5s;
  }
  .jiejueSwiper .swiper-slide.swiper-slide-active {
    transform: none !important;
  }
  .jiejueSwiper::after {
    display: none;
  }
  .jiejueSwiper .jiejueSwiper-img {
    height: max-content;
    position: relative;
    z-index: 99;
  }
  .jiejueSwiper .jiejueSwiper-img:after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .home-news .text {
    top: 0;
    padding: 10px;
  }
  .home-news .text .time {
    color: #666;
    display: none;
    font-family: arial;
  }
  .home-news .text .tag {
    display: none;
    color: #0053a6;
  }
  .home-news .text .tit {
    color: #424242;
    font-size: 18px;
    height: 60px;
    line-height: 30px;
  }
  .home-news .swiper-slide-active .text {
    top: 0;
  }
  .home-news .swiper-slide-active .text .time {
    margin-bottom: 10px;
  }
  .home-news .swiper-slide-active .text .tit {
    font-size: 18px;
    margin: 5px 0 10px 0;
  }
  .jiejuePage {
    height: 40px;
    max-width: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
    margin-top: 10px;
  }
  .jiejuePage .jiejue-next,
  .jiejuePage .jiejue-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    border: solid 1px var(--main-color);
  }
  .jiejuePage .jiejue-prev:after,
  .jiejuePage .jiejue-next:after {
    width: 13px;
    height: 10px;
  }
  .footer .footer-top {
    padding: 24px 0;
  }
  .footer .info {
    padding-bottom: 18px;
  }
  .footer .link {
    font-size: 14px;
    line-height: 27px;
  }
  .footer .left {
    width: 100%;
    padding-top: 4px;
  }
  .footer .left .tel {
    background: url(../images/tel.png) no-repeat top left;
    background-size: 60px;
    padding-left: 78px;
    margin-bottom: 13px;
    padding-top: 8px;
  }
  .footer .left .tel span {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .footer .left .tel p {
    font-size: 18px;
    line-height: 33px;
  }
  .footer .left .jsh {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 17px;
  }
  .footer .left .jsh p {
    padding-left: 40px;
    margin-left: 18px;
    margin-bottom: 12px;
  }
  .footer .left .jsh p a {
    font-size: 16px;
  }
  .footer .left .jsh .ft2 {
    background: url('../images/ft2.png') no-repeat left 11px;
    background-size: 19px !important;
  }
  .footer .left .jsh .ft3 {
    background: url('../images/ft3.png') no-repeat left 7px;
    background-size: 16px !important;
  }
  .footer .left .list ul li {
    width: 100px;
    padding: 0 11px;
  }
  .footer .left .list ul li .bt {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
    padding: 0 10px;
  }
  .footer .right {
    display: none;
  }
  .footer-bottom {
    padding: 7px 0;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
  }
  .footer-bottom a {
    margin-left: 10px;
  }
  .footer-bottom .fr {
    float: none;
  }
  .inbanner {
    margin-top: 60px;
  }
  .inbanner img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inbanner .img {
    display: none;
  }
  .inbanner .img1 {
    display: block;
  }
  .inbanner .banner-hover {
    transform: translateY(-50%);
  }
  .inbanner .banner-hover .bt {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .inbanner .banner-hover .p {
    display: none;
  }
  .inbanner .banner-hover .span {
    display: none;
  }
  .current {
    top: 10px;
    width: 100%;
    left: 0;
  }
  .current span {
    font-size: 12px;
    line-height: 20px;
    background-size: 12px;
    padding-left: 13px;
  }
  .current span a {
    padding: 0 5px;
  }
  .second-nav {
    display: none;
  }
  .content {
    padding: 35px 0;
    min-height: 600px;
  }
  .case-nav {
    margin-top: 20px;
  }
  .case-nav ul li {
    width: 25%;
  }
  .case-nav ul li a {
    height: 100px;
  }
  .case-nav ul li .pic {
    width: 30px;
  }
  .case-nav ul li .bt {
    font-size: 14px;
    line-height: 35px;
  }
  .case-bottom {
    padding: 25px 0 0 0;
  }
  .caselist {
    margin: 0 -6px;
    padding-bottom: 24px;
  }
  .caselist li {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 19px;
  }
  .caselist li .box {
    border-radius: 10px;
  }
  .caselist li .pic:before {
    background-size: 78px;
  }
  .caselist li .text {
    padding: 13px;
  }
  .caselist li .text .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .caselist li .text .p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 7px;
  }
  .caselist li .text .more2 p {
    font-size: 13px;
    line-height: 32px;
    background-size: 20px;
    padding-right: 30px;
  }
  .page a,
  .page em {
    display: none;
    font-size: 14px;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
  .shengming-bottom {
    padding-top: 23px;
  }
  .shengming-bottom .year {
    margin-bottom: 15px;
  }
  .shengming-bottom .year span {
    font-size: 20px;
    line-height: 32px;
  }
  .shengming-bottom .year select {
    width: 120px;
    height: 32px;
    border-radius: 4px;
    border: solid 2px #b9baba;
    font-size: 15px;
    padding: 0 30px 0 15px;
  }
  .shengming-bottom .year select {
    background: #ffffff url(../images/arrow1.png) no-repeat scroll 95% center;
    background: #ffffff \9 \0;
    background-size: 11px;
  }
  .shengming-bottom .list {
    border-bottom: 2px solid #666666;
    margin-bottom: 20px;
  }
  .shengming-bottom .list .to {
    border-bottom: 1px solid #e8e8e8;
  }
  .shengming-bottom .list .to span {
    font-size: 18px;
    line-height: 78px;
  }
  .shengming-bottom .list .span1 {
    width: 100%;
    padding: 0 20px;
  }
  .shengming-bottom .list .span2 {
    width: 100%;
    padding: 0 20px;
  }
  .shengming-bottom .list .li p {
    padding: 10px;
  }
  .shengming-bottom .list .li p span {
    font-size: 15px;
    line-height: 30px;
  }
  .thlist {
    margin-bottom: 28px;
  }
  .thlist li {
    margin-right: 17px;
  }
  .thlist li a {
    width: 121px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 16px;
  }
  .contact {
    padding: 0;
  }
  .contact01 {
    padding: 35px 0;
  }
  .contact01 .contact-bottom {
    padding-top: 20px;
  }
  .contact01 .contact-bottom ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact01 .contact-bottom ul li .box {
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 26px 147px 0px rgba(10, 26, 46, 0.22);
    padding: 16px;
    position: relative;
  }
  .contact01 .contact-bottom ul li .box .span {
    position: absolute;
    top: 39px;
    right: 32px;
    font-size: 12px;
    line-height: 24px;
    writing-mode: horizontal-tb;
  }
  .contact01 .contact-bottom ul li .pic {
    width: 47px;
  }
  .contact01 .contact-bottom ul li .bt {
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 15px;
  }
  .contact01 .contact-bottom ul li .p {
    font-size: 22px;
    line-height: 30px;
  }
  .contact01 .contact-bottom ul li .img {
    height: 76px;
  }
  .contact01 .contact-bottom ul .cc1 .img {
    width: 82px;
  }
  .contact01 .contact-bottom ul .cc2 .img {
    width: 76px;
    height: 68px;
  }
  .contact01 .contact-bottom ul .cc3 .img {
    width: 60px;
  }
  .contact02 .dian {
    display: none;
  }
  .contact02 .hover {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    background-size: 100%;
    top: auto;
    left: auto;
    padding: 20px;
    overflow: hidden;
  }
  .contact02 .hover .info {
    padding: 0;
  }
  .contact02 .hover .info .text {
    width: 100%;
    padding-right: 13px;
  }
  .contact02 .hover .info .text .span {
    font-size: 20px;
  }
  .contact02 .hover .info .text .bt {
    font-size: 20px;
    margin-bottom: 23px;
    margin-top: 10px;
  }
  .contact02 .hover .info .text .p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact02 .hover .info .tupian {
    width: 100%;
    margin-top: 10px;
  }
  .contact03 {
    padding: 35px 0;
  }
  .contact03 .contact-bottom {
    margin-top: 20px;
  }
  .contact03 .contact-bottom .list {
    width: 100%;
  }
  .contact03 .contact-bottom li {
    width: 100%;
    padding: 0 20px 10px 20px;
  }
  .contact03 .contact-bottom .box {
    padding-left: 93px;
  }
  .contact03 .contact-bottom .box .span {
    font-size: 14px;
    line-height: 44px;
  }
  .contact03 input,
  .contact03 select,
  .contact03 textarea {
    height: 44px;
    font-size: 14px;
  }
  .contact03 .textarea .box {
    padding: 0;
    padding-top: 47px;
  }
  .contact03 textarea {
    height: 158px;
    padding: 15px 15px 15px 20px;
    margin-bottom: 23px;
  }
  .contact03 .submit {
    float: right;
  }
  .contact03 .submit a {
    margin-right: 20px;
    width: 120px;
    border-radius: 28px;
    font-size: 14px;
    line-height: 47px;
  }
  .contact03 .submit a span {
    height: 47px;
    width: 16px;
    margin-left: 5px;
  }
  .contact03 .verify {
    height: 47px;
    font-size: 14px;
    position: relative;
    width: 260px !important;
  }
  .contact03 .verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: 47px;
    border: 1px #e5e5e5 solid;
    background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: move;
  }
  .contact03 .verify .suc-drag-btn {
    background: #ffffff url(../images/drag-success.svg) no-repeat center center;
    background-size: 20px 20px;
  }
  .contact03 .verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    line-height: 45px;
    width: 0;
    background-color: var(--main-color);
    color: #333;
    font-size: 14px;
    text-align: center;
  }
  .contact03 .verify .fix-tips,
  .contact03 .verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #333;
    z-index: 1;
    line-height: 47px;
    padding-left: 47px;
    text-align: center;
  }
  .contact03 .verify .verify-msg {
    padding-left: 0;
    padding-right: 47px;
  }
  .contact03 .verify .verify-msg {
    background-color: var(--main-color);
    display: none;
    color: #fff;
  }
  .faq {
    padding: 35px 0;
  }
  .faq .qaList ul {
    margin: 0 -6px;
    font-size: 0;
    padding-top: 23px;
    padding-bottom: 20px;
  }
  .faq .qaList li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 6px;
  }
  .faq .qaList li .content1 {
    border-radius: 10px;
    padding: 20px;
  }
  .faq .qaList li .content1 .listTitleBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .faq .qaList li .content1 .listTitleBox .Q,
  .faq .qaList li .content1 .descMain .A {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
  }
  .faq .qaList li .content1 .listTitleBox .listTitle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px;
    margin-left: 26px;
  }
  .faq .qaList li .content1 .descMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .faq .qaList li .content1 .descMain .descBox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 26px;
  }
  .faq .qaList li .content1 .descMain .descBox .desc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    height: 112px;
    margin-bottom: 26px;
  }
  .faq .qaList li .content1 .descMain .descBox .moreBtn {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: var(--hover-color);
  }
  .faq .qaList li .content1 .descMain .descBox .moreBtn b {
    font-weight: normal;
    display: none;
  }
  .faq .qaList li .content1 .descMain .descBox .moreBtn i {
    display: block;
    width: 14px;
    height: 30px;
    margin-left: 10px;
    background: url(../images/right2.png) no-repeat center center;
    background-size: 100%;
    position: relative;
  }
  .faq .qaList li .content1 .descMain .descBox .moreBtn.cur b {
    display: inline-block;
    vertical-align: top;
  }
  .faq .qaList li .content1 .descMain .descBox .moreBtn.cur span {
    display: none;
  }
  .faq .qaList li .content1 .descMain .descBox .moreBtn.cur i {
    background: url(../images/right3.png) no-repeat center center;
    background-size: 100%;
  }
  .faq .qaList li .content1 .descMain .descBox .desc.descShow {
    height: auto;
    -webkit-line-clamp: 1000;
  }
  .join {
    padding: 0;
  }
  .join01 {
    padding: 35px 0;
  }
  .join01 .span {
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 4px;
    padding-top: 25px;
    margin-bottom: 19px;
  }
  .join01 .jsh {
    font-size: 15px;
    line-height: 30px;
    padding-left: 9px;
    letter-spacing: 1px;
  }
  .join02 {
    padding: 35px 0;
  }
  .join02 .left {
    width: 100%;
    margin-left: 0;
  }
  .join02 .right {
    width: 100%;
    padding-top: 21px;
  }
  .join02 .right .bt {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 17px;
    letter-spacing: 2px;
  }
  .join02 .right .p {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .join02 .right .p p {
    width: 100%;
  }
  .join03 {
    padding: 35px 0;
  }
  .join03 .join-bottom {
    padding-top: 20px;
  }
  .join03 .flcon {
    width: 100%;
  }
  .join03 .zpclass {
    padding-top: 17px;
  }
  .join03 .zpclass li {
    padding: 31px 33px 47px 33px;
    border-radius: 10px;
    font-size: 24px;
    margin-top: -17px;
  }
  .join03 .sxbox {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -17px;
    position: relative;
    padding: 33px 32px 33px 32px;
  }
  .join03 .sxbox .titbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 43px;
  }
  .join03 .sxbox .tit {
    font-size: 24px;
    color: #000000;
  }
  .join03 .sxbox .btn1 {
    font-size: 18px;
    color: #000000;
  }
  .join03 .sxbox li {
    margin-bottom: 25px;
  }
  .join03 .sxbox .text {
    display: block;
    height: 53px;
    background-color: #f4f4f4;
    border-radius: 27px;
    width: 100%;
    border: none;
    background: #f4f4f4;
    padding: 0 30px;
    color: #777;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.7);
    -webkit-appearance: none;
  }
  .join03 .yxbox {
    border-radius: 10px;
    height: 141px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
    padding: 20px 24px;
    color: #000000;
  }
  .join03 .yxbox .ico {
    display: block;
    width: 55px;
    margin-right: 30px;
  }
  .join03 .yxbox a {
    display: block;
    line-height: 42px;
    color: var(--main-color);
    font-size: 20px;
    text-decoration: underline;
  }
  .join03 .frcon {
    width: 100%;
    margin-top: 20px;
  }
  .join03 .frcon .titbar {
    border-bottom: 1px solid #dcdcdc;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 27px;
    padding-bottom: 27px;
  }
  .join03 .zpnav {
    float: left;
    width: 100%;
  }
  .join03 .zpnav li {
    margin-bottom: 16px;
    padding: 0 14px;
    width: 50%;
    float: left;
  }
  .join03 .zpnav li span {
    line-height: 41px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .join03 .zpcon {
    width: 100%;
  }
  .join03 .zpcon h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .join03 .zpcon .p {
    font-size: 14px;
    line-height: 26px;
  }
  .join03 .zpcon .child {
    padding-top: 12px;
  }
  .news {
    padding: 35px 0;
  }
  .news-one {
    padding: 22px 0;
  }
  .news-one .pic {
    width: 100%;
    border-radius: 18px;
  }
  .news-one .list {
    float: right;
    width: 100%;
    margin-top: 20px;
  }
  .news-one .list ul li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .news-one .list ul li a .date {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .news-one .list ul li a .bt {
    font-size: 18px;
    line-height: 36px;
    height: auto;
    max-height: 72px;
  }
  .newslist {
    margin: 0 -6px;
    padding-bottom: 24px;
  }
  .newslist .item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 18px;
  }
  .newslist .item .pic {
    border-radius: 6px;
  }
  .newslist .item .text {
    padding-top: 15px;
  }
  .newslist .item .text .jsh {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 8px;
  }
  .newslist .item .text .more .date,
  .newslist .item .text .more .right {
    font-size: 14px;
    line-height: 41px;
  }
  .newslist .item .text .more .right {
    background-size: 28px;
    padding-right: 35px;
  }
  .news-show {
    padding: 35px 0 0 0;
  }
  .news-bottom1 .news-nr {
    padding-left: 0;
  }
  .news-left {
    display: none;
  }
  .news-right {
    width: 100%;
    padding: 30px;
    border-left: 0;
  }
  .h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .h2 {
    font-size: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dcdcdc;
  }
  .h2 span {
    margin: 0 20px;
  }
  .news-info {
    font-size: 15px;
    line-height: 30px;
    padding: 20px 0;
  }
  .tips {
    padding: 20px;
    border: solid 2px #0c8f7b;
    margin-bottom: 20px;
  }
  .tips h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tips p {
    font-size: 15px;
    line-height: 30px;
  }
  .biaoqian {
    font-size: 14px;
    line-height: 26px;
    padding: 20px;
  }
  .btn {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .btn .li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .btn .li span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .btn .li a {
    font-size: 20px;
    line-height: 32px;
  }
  .return a {
    font-size: 16px;
    width: 112px;
    line-height: 36px;
  }
  .related-news {
    padding: 35px 0;
  }
  .related-news .swiper {
    padding-top: 24px;
  }
  .related-news .swiper-list {
    margin: 0;
    position: relative;
  }
  .related-news .swiper-list .item {
    padding: 0;
  }
  .related-news .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 55555555;
    position: absolute;
  }
  .related-news .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #9099a3;
    border-radius: 50%;
    opacity: 1;
  }
  .related-news .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
    width: 34px;
    border-radius: 6px;
  }
  .download .download-bottom {
    padding-top: 20px;
  }
  .inside-menu {
    padding-bottom: 25px;
  }
  .inside-menu .item {
    width: 100%;
  }
  .inside-menu span {
    padding-bottom: 15px;
    margin-right: 18px;
  }
  .inside-menu span a {
    padding: 0 2px;
    width: 128px;
    height: 43px;
    border-radius: 26px;
    font-size: 15px;
    line-height: 41px;
  }
  .inside-menu .search {
    width: 100%;
  }
  .inside-menu .search input {
    height: 43px;
    padding: 0 33px;
    font-size: 14px;
    border-radius: 26px;
  }
  .inside-menu .search .icon {
    right: 15px;
    top: 50%;
    fill: #c8c8c8;
    width: 24px;
    height: 24px;
    position: absolute;
    transform: translateY(-50%);
  }
  .inside-menu .search input:focus {
    border-color: var(--hover-color);
  }
  .dolist ul {
    margin-bottom: 22px;
  }
  .dolist ul li span {
    font-size: 15px;
  }
  .dolist ul li .t1 {
    width: 100%;
    padding-left: 71px;
    padding-right: 66px;
  }
  .dolist ul li .t1 img {
    width: 25px;
    left: 20px;
  }
  .dolist ul li .t5 {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    background-size: 16px;
    box-shadow: none;
  }
  .dolist ul li .txt {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 15px;
  }
  .dolist ul li .txt span {
    line-height: 66px;
  }
  .market .market-bottom {
    padding-top: 20px;
  }
  .market .phone {
    display: block;
  }
  .market .phone select {
    width: 100%;
    height: 52px;
    border: none;
    background-color: #ffffff;
    float: right;
    font-size: 18px;
    color: #333333;
    padding: 0 30px 0 15px;
  }
  .market .phone select::-ms-expand {
    display: none;
  }
  .market .phone select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url(../images/arrow1.png) no-repeat scroll 95% center;
    background: #ffffff \9 \0;
    background-size: 11px;
  }
  .market .show-list .tab-child {
    background-color: #fff;
    display: none;
  }
  .market .show-list {
    width: 100%;
  }
  .market .show-list .bt {
    line-height: 53px;
    font-size: 22px;
    padding: 0 25px;
    letter-spacing: 1px;
  }
  .market .show-list .bot-box {
    padding: 0 15px;
    max-height: 720px;
    overflow: auto;
  }
  .market .show-list .bot-box .item {
    padding: 15px 0;
    border-bottom: dashed 1px #60d691;
  }
  .market .show-list .bot-box .item h3 {
    font-size: 16px;
  }
  .market .show-list .bot-box .item .para {
    margin-top: 4px;
    font-size: 14px;
    line-height: 26px;
  }
  .market .map {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .market .map img.map-bg {
    display: none;
    width: 100%;
  }
  .market .dot {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .market .dot .range {
    display: none;
  }
  .market .dot span.addr {
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 24px;
    color: #fff;
    font-size: 22px;
    width: 72px;
    display: inline-block;
    padding-left: 5px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
  }
  .market .dot .c-box {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 20px;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding-right: 0;
    display: none;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .market .dot .c-box:after {
    display: none;
  }
  .market .dot .c-box .box {
    padding: 5px;
    position: relative;
  }
  .market .dot .c-box i.ani {
    width: 30px;
    height: 100px;
    position: absolute;
  }
  .market .dot .c-box i.lt {
    top: 0;
    left: 0;
    border-top: 2px solid #4ccd81;
    border-left: 2px solid #4ccd81;
  }
  .market .dot .c-box i.lb {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #4ccd81;
    border-left: 2px solid #4ccd81;
  }
  .market .dot .c-box i.rt {
    top: 0;
    right: 0;
    border-top: 2px solid #4ccd81;
    border-right: 2px solid #4ccd81;
  }
  .market .dot .c-box i.rb {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #4ccd81;
    border-right: 2px solid #4ccd81;
  }
  .market .dot .c-box .info {
    width: 100%;
  }
  .market .dot .c-box .info:before {
    display: none;
  }
  .market .dot .c-box .info:after {
    display: none;
  }
  .market .dot .c-box .txt {
    background-color: rgba(76, 205, 129, 0.5);
    border-left: 1px solid #4ccd81;
    border-right: 1px solid #4ccd81;
    padding: 20px;
    font-size: 0;
  }
  .market .dot .c-box .img-b {
    width: 180px;
    overflow: hidden;
  }
  .market .dot .c-box .img-b img {
    display: block;
    width: 100%;
  }
  .market .dot .c-box .txt-b h3 {
    font-size: 18px;
  }
  .market .dot .c-box .txt-b p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
  }
  .market .dot.active .c-box {
    display: block;
    visibility: visible;
  }
  .market .dot.active .c-box i.ani {
    -webkit-animation: run 2s ease-in-out;
    -moz-animation: run 2s ease-in-out;
    -ms-animation: run 2s ease-in-out;
    animation: run 2s ease-in-out;
  }
  .home-service {
    background: url(../images/bg9.jpg) no-repeat center center;
  }
  .home-service .home-bottom {
    height: auto;
    margin-top: 26px;
    position: relative;
  }
  .home-service .img {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: relative;
    left: auto;
  }
  .home-service .img .hide {
    display: block;
  }
  .home-service .img img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }
  .home-service .img .globalMap {
    display: none;
  }
  .service {
    background: #ecfef3;
  }
  .service .home-bottom {
    margin-top: 26px;
	height:auto !important;
  }
   .service .img {
          transform: scale(1) !important;
      }
  .plist1 {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    margin-bottom: 20px;
  }
  .plist1 .item {
    float: left;
    padding: 0 15px;
    width: 25%;
  }
  .plist .item .pic {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
  .plist .item a .h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .plist .item {
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
  }
  .more4 a,
  .more4 p {
    width: 129px;
    line-height: 45px;
    border-radius: 28px;
    font-size: 14px;
  }
  .more4 a span,
  .more4 p span {
    width: 30px;
    height: 45px;
    margin-left: 10px;
    border-radius: 50%;
    background: url(../images/right.png) no-repeat center center;
    background-size: 16px;
  }
  .product .product-bottom {
    padding-top: 20px;
  }
  .prolist {
    padding-bottom: 20px;
  }
  .prolist ul {
    margin: 0 -1px;
  }
  .prolist ul li {
    width: 50%;
    float: left;
    padding: 0 1px;
    margin-bottom: 2px;
  }
  .prolist ul li .box {
    padding: 20px;
  }
  .prolist ul li .box .text {
    padding-top: 10px;
  }
  .prolist ul li .box .text .bt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .about01 {
    padding: 35px 0;
  }
  .about01 .about-bottom {
    padding-top: 19px;
    padding-bottom: 21px;
  }
  .about01 .about-bottom .left {
    float: left;
    width: 100%;
  }
  .about01 .about-bottom .left .bt {
    font-size: 36px;
  }
  .about01 .about-bottom .left .span {
    font-size: 16px;
    line-height: 34px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .about01 .about-bottom .left .p {
    font-size: 15px;
    line-height: 30px;
  }
  .about01 .about-bottom .left .p p {
    margin-bottom: 14px;
  }
  .about01 .about-bottom .right {
    width: 100%;
    margin-right: 0;
  }
  .about01 .about-ul {
    text-align: center;
  }
  .about01 .about-ul .li {
    width: 207px;
    float: none;
    text-align: center;
    height: 99px;
    padding-top: 20px;
    margin-right: 0;
    margin: 0 auto;
    font-size: 14px;
    background-size: 100%;
  }
  .about01 .about-ul .li .counter {
    font-size: 30px;
    line-height: 46px;
  }
  .about01 .about-ul .li:nth-child(4) {
    margin-right: 0;
    margin: 0 auto;
  }
  .about02 {
    position: relative;
  }
  .about02 .about-bottom {
    overflow: hidden;
    margin-top: 20px;
  }
  .about02 .about-bottom ul {
    margin: 0 -2px;
  }
  .about02 .about-bottom ul li {
    padding: 0 2px;
    width: 100%;
    transition: 0.5s;
  }
  .about02 .about-bottom ul li .box {
    height: auto;
    text-align: center;
    padding: 30px;
  }
  .about02 .about-bottom ul li .box .img {
    width: 60px;
    margin-bottom: 18px;
  }
  .about02 .about-bottom ul li .box .text .bt {
    font-size: 16px;
  }
  .about02 .about-bottom ul li .box .text .span {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 14px;
  }
  .about02 .about-bottom ul li .box .text .p {
    font-size: 14px;
    line-height: 28px;
    opacity: 1;
    transition: 0.5s;
  }
  .about02 .about-bottom ul li .box .text .p br {
    display: none;
  }
  .about02 .about-bottom ul .active {
    width: 100%;
  }
  .about02 .about-bottom ul .active .box .text .p {
    opacity: 1;
  }
  .about03 {
    padding: 35px 0;
  }
  .about03 .about-bottom {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
  }
  .about03 .about-bottom .about-list1 {
    display: none;
  }
  .about03 .mySwiper2 {
    width: 100%;
  }
  .about03 .mySwiper2 .swiper-slide .box {
    width: 100%;
    padding-right: 0;
  }
  .about03 .mySwiper2 .swiper-slide .box .h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .about03 .mySwiper2 .swiper-slide .box .h3 {
    font-size: 15px;
    line-height: 26px;
    min-height: 130px;
    margin-bottom: 10px;
  }
  .about04 {
    padding-bottom: 35px;
  }
  .about04 .left {
    width: 100%;
    padding: 20px;
    float: none;
  }
  .about04 .left .p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 19px;
  }
  .about04 .right {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .about04 .right .img1 {
    padding-right: 27px;
  }
  .about04 .right .span {
    font-size: 20px;
    line-height: 32px;
    margin-top: 14px;
    margin-bottom: 7px;
  }
  .about05 {
    padding: 35px 0;
  }
  .about05 .about-bottom {
    margin-top: 22px;
  }
  .about05 .about-one {
    width: 100%;
  }
  .about05 .btn1 {
    height: 34px;
    width: 100px;
    margin: 0 auto;
    margin-top: 27px;
  }
  .about05 .btn1 .swiper-button-prev,
  .about05 .btn1 .swiper-button-next {
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    z-index: 5;
    top: auto;
    bottom: 0;
    margin: 0;
  }
  .about05 .btn1 .swiper-button-prev {
    background: url('../images/left1.png') no-repeat center center !important;
    left: 0;
    background-size: 17px !important;
  }
  .about05 .btn1 .swiper-button-next {
    background: url('../images/right1.png') no-repeat center center !important;
    right: 0;
    background-size: 17px !important;
    margin-left: auto;
  }
  .about05 .btn1 .swiper-pagination {
    display: none;
  }
  .about06 {
    padding: 35px 0;
  }
  .about06 .home-p {
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 24px;
  }
  .about06 .honorlist li {
    width: 20%;
  }
  .about06 .honorlist li .box {
    transform: scale(0.6);
  }
  .about06 .honorlist .swiper-slide-active {
    padding: 0;
  }
  .about06 .honorlist .swiper-slide-active .box {
    transform: scale(1);
  }
  .about06 .shubiao {
    text-align: center;
    font-size: 14px;
    margin-top: 64px;
  }
  .product-show {
    padding: 0 !important;
  }
  .product-show .height {
    top: -60px;
  }
  .product-show01 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .product-show01 .bt {
    font-size: 18px;
    line-height: 41px;
  }
  .product-show01 ul {
    float: right;
  }
  .product-show01 ul li {
    margin-right: 13px;
  }
  .product-show01 ul li a {
    font-size: 14px;
    line-height: 41px;
  }
  .product-show01 ul li a img {
    width: 21px;
    margin-right: 5px;
  }
  .product-show01 ul li a:after {
    content: '';
    display: block;
    width: 0;
    transition: 0.5s;
    height: 3px;
    background: #146234;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product-show02 {
    padding: 35px 0;
  }
  .product-show02 .left {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .product-show02 .left .li {
    width: 138px;
    position: absolute;
    top: 50%;
    padding: 26px 0;
    transform: translateY(-50%);
    right: 0;
    overflow: hidden;
    height: 100%;
    display: none;
  }
  .product-show02 .right {
    width: 100%;
    padding-top: 27px;
  }
  .product-show02 .right .bt {
    font-size: 22px;
    margin-bottom: 15px;
	padding:0;
  }
  .product-show02 .right .yangben a {
    display: block;
    width: 176px;
    line-height: 41px;
    background-color: #146234;
    border-radius: 2px;
    font-size: 14px;
    padding: 0 30px;
    position: relative;
    top: auto;
    right: auto;
  }
  .product-show02 .right .yangben a img {
    width: 40px;
    top: 50%;
    right: 10px;
    box-shadow: 1px 2px 29px 0px rgba(63, 63, 63, 0.16);
  }
  .product-show02 .right .jsh {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 26px;
    min-height: 208px;
    margin-top: 20px;
  }
  .product-show02 .right .jsh .dui {
    width: 10px;
  }
  .product-show02 .right .btn2 {
    background: none;
  }
  .product-show02 .right .btn2 a {
    display: block;
    float: left;
    width: auto;
    padding: 0 20px;
    font-size: 15px;
    color: #fafafa;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #146234;
  }
  .product-show02 .right .btn2 a:after {
    display: none;
  }
  .product-show02 .right .btn2 a img {
    width: 15px;
    margin-left: 10px;
    margin-top: 4px;
  }
  .product-show02 .right .btn2 .dianhua:after {
    display: none;
  }
  .inmain-title {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 35px;
  }
  .product-show03 {
    padding: 35px 0;
  }
  .product-show03 .table {
    width: 100%;
    margin-top: 24px;
  }
  .product-show03 .table table td {
    font-size: 15px;
    line-height: 31px;
    padding: 15px 20px;
  }
  .product-show04 {
    padding: 35px 0;
  }
  .product-show04 .pro-bottom {
    padding-top: 20px;
  }
  .product-show04 .left {
    width: 100%;
  }
  .product-show04 .right {
    width: 100%;
  }
  .product-show04 .right ul li {
    margin-bottom: 10px;
  }
  .product-show04 .right ul li .box {
    display: block;
    height: auto;
    background-color: #2ea05d;
    border-radius: 30px 0px 30px 0px;
    padding: 15px;
  }
  .product-show04 .right ul li .box .span {
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    padding: 0;
  }
  .product-show04 .right ul li .box .p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }
  .product-show05 {
    padding: 35px 0;
  }
  .product-show05 .list {
    padding-top: 20px;
  }
  .product-show05 .list ul {
    margin: 0 -6px;
  }
  .product-show05 .list ul li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 14px;
  }
  .product-show05 .list ul li .box {
    padding: 16px;
    height: auto;
  }
  .product-show05 .list ul li .pic {
    width: 80px;
  }
  .product-show05 .list ul li .text {
    padding-top: 15px;
  }
  .product-show05 .list ul li .text .bt {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .product-show05 .list ul li .text .p {
    font-size: 15px;
    line-height: 28px;
  }
  .product-show06 {
    padding: 35px 0;
  }
  .product-show06 .pro-bottom {
    padding-top: 22px;
  }
  .product-show07 {
    padding: 35px 0;
  }
  .product-show07 .rightbox {
    width: 100%;
    margin-top: 22px;
  }
  .product-show07 .leftimg {
    width: 100%;
  }
  .product-show07 .item {
    width: 100%;
    padding: 43px 50px;
    height: auto;
    box-shadow: 1px 2px 29px 0px rgba(63, 63, 63, 0.16);
  }
  .product-show07 .rightbox .bt {
    height: auto;
    padding-left: 68px;
  }
  .product-show07 .rightbox .bt span {
    font-size: 41px;
    line-height: 53px;
  }
  .product-show07 .rightbox .bt span::before {
    top: 0;
    right: -7px;
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    border-left: solid 1px #1383ce;
  }
  .product-show07 .rightbox .bt span::after {
    bottom: -10px;
    left: -10px;
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    border-left: solid 1px #1383ce;
  }
  .product-show07 .rightbox .bt .cn {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
  }
  .product-show07 .rightbox .bt .en {
    color: #666;
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
  }
  .product-show07 .rightbox .txt {
    font-size: 14px;
    line-height: 32px;
  }
  .product-show07 .rightbox .txt p {
    padding-left: 20px;
    margin-top: 10px;
  }
  .product-show07 .rightbox .txt p::before {
    content: '';
    top: 12px;
    left: 0;
    width: 7px;
    height: 12px;
    position: absolute;
    background: url(../images/dot2.png) no-repeat top left;
    background-size: 100%;
  }
  .product-show07 .rightbox .tablist {
    width: 100%;
    float: right;
    z-index: 10;
    padding: 0;
    margin-top: 20px;
  }
  .product-show07 .rightbox .tablist ul {
    margin: 0 -10px;
  }
  .product-show07 .rightbox .tablist li {
    width: 25%;
    float: left;
    cursor: pointer;
    padding: 0 10px;
  }
  .product-show07 .rightbox .tablist li span {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #dcdcdc;
    box-shadow: 0 0 0 1px #dcdcdc;
  }
  .product-show07 .rightbox .tablist .active span {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px #146234;
    box-shadow: 0 0 0 1px #146234;
    background: #146234;
  }
  .product-show08 {
    padding: 35px 0;
  }
  .product-show08 .home-shenqing {
    margin-top: 21px;
    width: 100%;
    border-bottom: 6px solid #146234;
  }
  .product-show08 .home-shenqing .img {
    width: 100%;
  }
  .product-show08 .home-shenqing .form {
    width: 100%;
    padding: 20px;
  }
  .product-show08 .home-shenqing .form .h3 {
    font-size: 20px;
  }
  .product-show08 .home-shenqing .form .p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 11px;
  }
  .product-show08 .home-shenqing .form .p p {
    width: 50%;
    background: url(../images/dui.png) no-repeat center left;
    background-size: 20px;
    padding-left: 33px;
  }
  .product-show08 .home-shenqing .form ul {
    margin: 0 -5px;
  }
  .product-show08 .home-shenqing .form ul li {
    float: left;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 16px;
  }
  .product-show08 .home-shenqing .form ul li .box {
    position: relative;
  }
  .product-show08 .home-shenqing .form ul li label {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 5px;
    display: block;
    color: #1d2c38;
  }
  .product-show08 .home-shenqing .form ul li label font {
    color: #c70303;
  }
  .product-show08 .home-shenqing .form ul li .input,
  .product-show08 .home-shenqing .form ul li textarea {
    height: 50px;
    border-radius: 4px;
    border: solid 1px #c7c7c7;
    width: 100%;
    padding: 0 10px;
    background: none;
    font-size: 14px;
  }
  .product-show08 .home-shenqing .form ul li textarea {
    padding: 10px;
    height: 123px;
  }
  .product-show08 .home-shenqing .form ul li .submit {
    width: 210px;
    line-height: 50px;
    background-color: var(--main-color);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    display: block;
  }
  .product-show09 {
    padding: 35px 0;
  }
  .product-show09 .pro-bottom {
    margin-top: 20px;
    padding: 0 15px;
  }
  .product-show09 .swiper-plist {
    padding-bottom: 27px;
  }
  .product-show09 .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 55555555;
    position: absolute;
  }
  .product-show09 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #d1d1d1;
    border-radius: 50%;
    opacity: 1;
  }
  .product-show09 .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
  }
}
@media (max-width: 520px) {
  .swiper-renewal-main .banner-hover .span {
    font-size: 22px;
  }
  .about06 .about-bottom {
    padding: 0 15px;
  }
  .faq .qaList li {
    width: 100%;
  }
  .inside-menu span {
    padding-bottom: 10px;
    margin-right: 8px;
  }
  .contact03 .verifyDiv {
    float: none;
    margin-bottom: 10px;
  }
  .contact03 .submit {
    float: none;
  }
}


.nav ul li .subnavpro{
	width: 100%;
    position: absolute;
    top: 78rem;
    left: 0;
    display: none;
    z-index: 333;
    background: #ffffff url(../images/pbg.jpg) no-repeat top left;
    background-size: 714rem 100%;
}
.nav ul li .subnavpro .info{
	overflow: hidden;
    padding: 0 94rem 0 139rem;
}
.nav ul li .subnavpro .left{
	float: left;
    width: 30%;
    padding-top: 52rem;
    text-align: left;
}
.nav ul li .subnavpro .left .h3 {
    font-size: 32rem;
    padding-left: 30rem;
    margin-bottom: 26rem;
    font-weight: bold;
    color: #333333;
}
.nav ul li .subnavpro .left ul {
    overflow: hidden;
    width: 100%;
    float: none;
}
.nav ul li .subnavpro .left ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    border-bottom: dashed 1px #dedede;
}
.nav ul li .subnavpro .left ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18rem;
    line-height: 60rem;
    color: #666666 !important;
    padding: 0 54rem;
    text-align: left;
    position: relative;
    background: url(../images/dot.png) no-repeat 30rem center;
    background-size: 13rem;
}
.nav ul li .subnavpro .left ul .active a {
    background: #ffffff url(../images/dot2.png) no-repeat 30rem center;
    background-size: 9rem;
    color: var(--hover-color) !important;
}
@media (min-width: 1025px) {
    .nav ul li .subnavpro .left ul li:hover a {
        background: #ffffff url(../images/dot2.png) no-repeat 30rem center;
        background-size: 9rem;
        color: var(--hover-color) !important;
    }
}
.nav ul li .subnavpro .show {
    float: right;
    width: 70%;
}
.nav ul li .subnavpro .show .pinfo {
    position: relative;
    display: none;
}
.nav ul li .subnavpro .show ul {
    overflow: hidden;
    width: 100%;
    float: none;
    padding: 110rem 0 0 0;
}
.nav ul li .subnavpro .show ul li {
    width: 33.33333333%;
    float: left;
    padding: 0 20rem;
    margin: 0;
    margin-bottom: 94rem;
    border-right: 1px solid #d9d9d9;
}
.nav ul li .subnavpro .show ul li .pic:after {
    padding-bottom: 49.93548387%;
}
.nav ul li .subnavpro .show ul li .text .bt {
    font-size: 18rem;
    line-height: 30rem;
    color: #333333;
    height: 30rem;
    margin-bottom: 17rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.caselist li .text .bt span{
	display: inline-block;
	width: 50%;
}
.caselist li .text .bt .span1{
	text-align: left;
}
.caselist li .text .bt .span2{
	text-align: right;
}


.nav ul li .subnav1 {
	width: 100%;
	position: absolute;
	top: 78rem;
	left: 0;
	display: none;
	z-index: 333;
	background: #ffffff url(../images/pbg.jpg) no-repeat top left;
	background-size: 714rem 100%;
}
.nav ul li .subnav1 .info {
  overflow: hidden;
}
.nav ul li .subnav1 .left {
  float: left;
  width: 30%;
  padding-top: 52rem;
  text-align: left;
}
.nav ul li .subnav1 .left .h3 {
  font-size: 32rem;
  padding-left: 30rem;
  margin-bottom: 26rem;
  font-weight: bold;
  color: #333333;
}
.nav ul li .subnav1 .left ul {
  overflow: hidden;
  width: 100%;
  float: none;
}
.nav ul li .subnav1 .left ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  border-bottom: dashed 1px #dedede;
}
.nav ul li .subnav1 .left ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18rem;
  line-height: 82rem;
  color: #666666 !important;
  padding: 0 54rem;
  text-align: left;
  position: relative;
  background: url(../images/xz-dot.png) no-repeat 30rem center;
  background-size: 13rem;
}
.nav ul li .subnav1 .left ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 77rem;
  background: url(../images/xz-you.png) no-repeat center center;
  background-size: 21rem;
  height: 100%;
}
@media (min-width: 1025px) {
  .nav ul li .subnav1 .left ul li:hover a {
    background: #ffffff url(../images/xz-dot1.png) no-repeat 30rem center;
    background-size: 13rem;
    color: #e70012 !important;
  }
  .nav ul li .subnav1 .left ul li:hover a:after {
    background: url(../images/xz-you1.png) no-repeat center center;
    background-size: 21rem;
  }
}
.nav ul li .subnav1 .left ul .active a {
  background: #ffffff url(../images/xz-dot1.png) no-repeat 30rem center;
  background-size: 13rem;
  color: #e70012 !important;
}
.nav ul li .subnav1 .left ul .active a:after {
  background: url(../images/xz-you1.png) no-repeat center center;
  background-size: 21rem;
}
.nav ul li .subnav1 .show {
  float: right;
  width: 70%;
}
.nav ul li .subnav1 .show .pinfo {
  position: relative;
}
.nav ul li .subnav1 .show ul {
  overflow: hidden;
  width: 100%;
  float: none;
  padding: 110rem 0 0 0;
}
.nav ul li .subnav1 .show ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 20rem;
  margin: 0;
  margin-bottom: 94rem;
  border-right: 1px solid #d9d9d9;
}
.nav ul li .subnav1 .show ul li .pic:after {
  padding-bottom: 49.93548387%;
}
.nav ul li .subnav1 .show ul li .text .bt {
  font-size: 18rem;
  line-height: 30rem;
  color: #333333;
  height: 30rem;
  margin-bottom: 17rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .nav ul li .subnav1 .show ul li:hover .pic img {
    transform: scale(1.05);
  }
  .nav ul li .subnav1 .show ul li:hover .text .bt {
    color: #e70012;
  }
}

.nav ul li .subnav1 .show .slick-dots li button {
  width: 12rem;
  height: 12rem;
}
.nav ul li .subnav1 .show .slick-dots li button:before {
  border: 0 !important;
  width: 12rem;
  height: 12rem;
  background-color: #c6c6c6;
  border: 0;
}
.nav ul li .subnav1 .show .slick-dots .slick-active button:before {
  background-color: #e70012;
  border: 0;
}
.nav ul li .subnav1 .show .list1 .li {
  width: 33.33333333%;
  font-size: 16rem;
  float: left;
  text-align: center;
  background: #fff;
}
.nav ul li .subnav1 .show .list1 .li a {
  color: #555555;
  padding: 55rem 20rem;
  display: block;
  line-height: 30rem;
}
.nav ul li .subnav1 .show .list1 .li .pic {
  width: 50rem;
  margin: 0 auto;
}

.nav ul li .subnav1 .show .list1 .li:hover a {
color: #2ea05d;
}

.nav ul li .subnav1 .show .list1 .li:nth-child(2n) {
  background: #f8f8f8;
}
