html,
body {
  overflow-x: hidden;
  font-family: 'Montserrat-Bold', Microsoft Yahei, Arial;
  font-size: 14px;
}

*, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

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

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: normal;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

img {
  object-fit: cover;
  border: 0 none;
  max-width: 100%;
  max-height: 100%;
}

.image {
  max-width: 100%;
  display: block;
  max-height: 100%;
}

/* input-placeholder */
.placeholder {
  font-size: 30rpx;
  color: #999;
}

.clear {
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
}

/* 弹框背景 */
.positionBackground {
  background: rgb(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
}

/* 盒子 */
.flex_box {
  display: flex;
  line-height: 1;
}

.flex_column {
  flex-direction: column;
}

/* 盒子平均分布 */
.flex_around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
}

/* 盒子两端对齐 */
.flex_ends {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

/* 盒子换行 */
.flex_feed {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

/* 盒子垂直居中 */
.flex_vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
}

/* 盒子垂直两端对齐 */
.flex_verticalEnds {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1;
}

/* 盒子垂直居中两端对齐 */
.flex_verticalCenter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

/* 盒子居中对齐 */
.flex_alignment {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1;
}

/* 盒子内容对齐 */
.flex_content {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1;
}

/* 盒子内容对齐 */
.flex_justify {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.flex_items {
  display: flex;
  align-items: center;
  line-height: 1;
}

/* 间距 */
.paddinglr10 {
  padding-left: 5px;
  padding-right: 5px;
}

.paddinglr20 {
  padding-left: 10px;
  padding-right: 10px;
}

.paddinglr30 {
  padding-left: 15px;
  padding-right: 15px;
}

/* 内容过多省略 */
.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsise {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsiss {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 字号大小 */
.size24 {
  font-size: 12px;
}

.size26 {
  font-size: 13px;
}

.size28 {
  font-size: 14px;
}

.size30 {
  font-size: 15px;
}

.size32 {
  font-size: 16px;
}


.main {
  margin: 0 auto;
  position: relative;
}

.main_wi {
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.main_01 {
  font-size: 35px;
  color: #000;
  line-height: 72px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
  padding-bottom: 40px;
}

.main_01::after {
  position: absolute;
  content: "";
  width: 105px;
  height: 6px;
  background: #00bf86;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

.main_01 em {
  vertical-align: -5px;
}

.main_02 {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  letter-spacing: 1px;
}

.img_wh {
  width: 100%;
}

/* 鼠标移上变背景 */
.more {
  width: 178px;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background: hsla(0, 0%, 100%, 0);
  font-size: 16px;
  border: 1px #fff solid;
  border-radius: 24px;
  margin-top: 30px;
  transition: all .6s;
  overflow: hidden;
  position: relative;
  top: 1px;
  z-index: 90;
  cursor: pointer;
}

.more:hover {
  color: #00bf86 !important;
  /* background: #ffffff; */
}

.more:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
  opacity: 0;
  background: #ffffff;
  border-radius: 50%;
  transition: all .6s ease;
  z-index: -1;
}

.more:hover:after {
  opacity: 1;
  width: 200px;
  height: 200px;
}

/* 客服 */
.c_nav {
  position: fixed;
  right: 0px;
  z-index: 9999;
  width: 90px;
  top: 30%;
}

.c_nav ul li {
  padding: 10px 5px;
  width: 86px;
  border-radius: 5px;
  font-size: 12px;
  border: #6bbb42 1px solid;
  box-sizing: content-box;
  background: white;
}

.c_nav ul li:first-child {
  margin-bottom: 10px;
}

.c_nav ul li .erweima {
  display: block;
  width: 100%;
  color: #6bbb42;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.c_nav ul li .erweima img {
  padding-top: 5px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.c_nav ul li .erweima p {
  padding-top: 10px;
}

.c_nav ul li:nth-child(2):hover {
  cursor: pointer;
}

.c_nav ul li:nth-child(2) .erweima img {
  width: 35px;
  height: 35px;
}

.c_nav ul li .guanzhu {
  padding: 10px;
  width: 160px;
  border-radius: 2px;
  position: absolute;
  top: 2px;
  text-align: center;
  background: #9fe37d;
  right: 110px;
  display: none;
}

.c_nav ul li .guanzhu img {
  max-width: 100%;
  max-height: 100%;
}

.c_nav ul li .guanzhu p {
  color: #000000;
  padding-top: 6px;
  font-size: 14px;
}

.c_nav_h {
  position: fixed;
  z-index: 99991;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.307);
  display: none;
}

.c_nav_im {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99992;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  height: fit-content;
  padding-bottom: 30px;
  padding-top: 10px;
  display: none;
}

.c_nav_im img {
  width: 90%;
  margin: auto;
  display: block;
}

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

/* 导航 */
.left {
  float: left;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.header .content {
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
}

.header .content .left {
  position: relative;
  height: 84px;
}

.header .content .left .logo {
  display: block;
  height: 25px;
  position: absolute;
  width: 330px;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
}

.header .content .left .logo img {
  vertical-align: middle;
}

.header .content .left .logo span {
  font-size: 14px;
  color: #fff;
  /* vertical-align: 6px; */
  margin-left: 15px;
  position: relative;
  top: 2px;
}

.header .content .left .logo span em {
  margin-right: 15px;
}

.header:hover .content .left .logo span {
  color: #333;
}

.header .content .left .stockcode {
  font-size: 12px;
  color: #666;
  margin-left: 150px;
  margin-top: 30px;
  padding-left: 20px;
  position: relative;
}

.header .content .left .stockcode::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

.header .content .left .stockcode p {
  text-decoration: underline;
}

.header .content .center {
  text-align: center;
  position: absolute;
  left: 33%;
  width: 640px;
  height: 100%;
  top: 0;
}

.header .content .center .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.header .content .center .nav li {
  display: inline-block;
  margin: 0;
  list-style: none;
  position: relative;
}

.header .content .center .nav li .nav_a {
  display: block;
  font-size: 16px;
  line-height: 84px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}

.header .content .center .nav li .nav_a:hover {
  color: #00bf86;
}

.header .content .center .nav li:hover .tc {
  display: block;
}

.header {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header:hover {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.header .content .center .nav li .nav_a {
  color: #fff;
}

.header:hover .content .center .nav li .nav_a {
  color: #242424;
}

.header .content .center .nav li .nav_a.cur {
  color: #00bf86;
}

.header:hover .content .center .nav li .nav_a:hover {
  color: #00bf86;
}

.header .content .center .nav li.cur .nav_a {
  color: #00bf86;
}

.header .content .center .nav li.cur .nav_a::after {
  width: 100%;
}

.header .content .center .nav li.cur .nav_a {
  color: #00bf86;
}

.header.on {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.header.on .content .center .nav li .nav_a {
  color: #242424;
}

.header.on .content .left .logo span {
  color: #333;
}

.tc {
  width: 100vw;
  height: 80px;
  display: none;
  position: fixed;
  left: 0;
  top: 86px;
  z-index: 11;
}

.tc_01 {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding-top: 30px;
}

.tc_01 a {
  width: 199px;
  height: 20px;
  padding: 0px;
  line-height: 20px;
  border-right: 1px solid rgba(251, 251, 251, 0.2);
  color: #333;
  margin: 0 30px;
  text-align: center;
}

.tc_01 a:last-of-type {
  border: none;
}

.tc_01 a:hover {
  color: #00bf86;
}

.tc_b {
  position: fixed;
  left: 0;
  top: 83px;
  z-index: -1;
  height: 80px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ececec;
  box-shadow: 0px 2px 4px 0px #e6e6e6;
}

.header .content .right {
  text-align: right;
  padding-top: 23px;
  position: absolute;
  z-index: 9;
  right: 0;
}

.header .content .right a {
  font-size: 14px;
  color: #fff;
  width: 130px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  background: #00bf86;
  letter-spacing: 1px;
  border-radius: 6px;
  border: 1px solid #00bf86;
}

.header .content .right a:first-child {
  margin-left: 0;
  background: none;
  color: #00bf86;
}

.header .content .right a:hover {
  background: #02976a !important;
  color: #fff !important;
}

.header:hover .content .right {
  color: #242424;
}

/* 首页 - banner */
.banner {
  position: relative;
  height: max-content;
  height: -moz-max-content;
  height: -ms-max-content;
}

.index-banner-swiper {
  position: relative;
  background: #000;
  z-index: 1;
}

.banner-slide .txt {
  position: absolute;
  width: 900px;
  left: 10%;
  bottom: 20%;
  z-index: 33;
}

.banner-slide .txt h4 {
  font-size: 20px;
  color: #00bf86;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.banner-slide .txt h2 {
  font-size: 60px;
  color: #fff;
  padding: 10px 0 25px 0;
  margin: 0;
  line-height: 70px;
  font-weight: bold;
}

.banner-slide .txt h3 {
  font-size: 20px;
  color: #fff;
  padding: 25px 0;
  margin: 0;
  font-weight: normal;
  line-height: 30px;
}

.banner-slide .txt .line {
  width: 80px;
  height: 4px;
  background: #00bf86;
  margin: 10px 0;
}

.banner-slide .txt.center {
  text-align: center;
  width: 100%;
  left: 0;
  top: 20%;
  margin: 0;
}

.banner-slide .txt.center .line {
  margin: 10px auto;
}

.banner-slide .txt.right {
  left: auto;
  right: 5%;
}

.banner-slide .img {
  text-align: center;
}

.banner-slide .txt .img {
  text-align: left;
}

.banner-slide .txt h4 {
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.3s;
}

.banner-slide .txt h2 {
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.5s;
}

.banner-slide .txt h3 {
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.8s;
}

.banner-slide .txt .line {
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.7s;
}

.index-banner-swiper .swiper-slide-active .txt h4,
.index-banner-swiper .swiper-slide-active .txt h2,
.index-banner-swiper .swiper-slide-active .txt h3,
.index-banner-swiper .swiper-slide-active .txt .line {
  transform: translateY(0px);
  opacity: 1;
}

.swiper-banner-pagination {
  bottom: 55px;
  width: 100%;
  display: block;
  z-index: 90;
}

.swiper-banner-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 10px;
  margin: 0 0 0 10px;
  border-radius: 0;
  opacity: 1;
  background: none;
  position: relative;
  z-index: 11;
  outline: none;
}

.swiper-banner-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #fff;
  opacity: 0.3;
}

.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-banner-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 2px;
  background: #00bf86;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10;
}

.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-animation: w100 4000ms 1;
  animation: w100 4000ms 1;
}

@keyframes w100 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* 定义 */
#definition {
  width: 1200px;
  margin: auto;
}

.definition {
  margin-top: 30px;
  align-items: flex-start;
}

.definition_l {
  width: calc(100% - 700px);
  height: 550px;
  background: url('../image/pic.jpg') no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0 20px;
  border-radius: 12px;
  padding-top: 190px;
}

.definition_l p {
  font-size: 34px;
  margin-top: 30px;
  letter-spacing: 4px;
  color: #fff;
}

.definition_l .more {
  width: 100px;
  height: 33px;
  line-height: 30px;
  border-radius: 6px;
  margin: auto;
  margin-top: 60px;
}

.definition_r {
  width: 700px;
}

.definition_r ul li {
  width: calc(50% - 20px);
  margin-left: 20px;
  padding: 30px 15px 15px 20px;
  border-radius: 6px;
  box-shadow: 0px 2px 6px 0px #c4c4c4;
  background: url('../image/pic13.png') no-repeat center;
  background-size: 0%;
  transition: transform .6s ease;
}

.definition_r ul li h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-bottom: 4px solid #00bf86;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.definition_r ul li:first-child {
  margin-bottom: 30px;
}

.definition_r ul li:first-child+li {
  margin-bottom: 30px;
}

.definition_r ul li .definition_rm span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

.definition_rw {
  width: calc(100% - 100px);
}

.definition_rw p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
}

.definition_rm {
  margin-bottom: 4px;
}

.index-newsmore {
  justify-content: right;
}

.viewmore-btn {
  font-size: 0;
  display: inline-block;
  position: relative;
}

.viewmore-btn a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 10px;
  padding-left: 20px;
}

.viewmore-btn span {
  font-size: 12px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  z-index: 3;
  position: relative;
}

.viewmore-btn i {
  width: 9px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../image/right2.png");
  background-size: 100% 100%;
  margin-top: 3px;
  position: relative;
  z-index: 3;
  opacity: .5;
}

.viewmore-btn a::before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00bf86;
  z-index: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.viewmore-btn a:hover::before {
  width: 100%;
}

.viewmore-btn a:hover span {
  color: #fff;
}

.viewmore-btn a:hover i {
  background: url("../image/right3.png");
  background-size: 100% 100%;
  opacity: 1;
}

.definition_r ul li:hover {
  background-size: cover;
  box-shadow: 0px 2px 6px 0px rgb(86, 188, 138, 0.8);
  transform: translateY(-15px);
}

.definition_r ul li:hover h3 {
  color: #fff;
  border-bottom: 4px solid #fff;
}

.definition_r ul li:hover .definition_rm span {
  color: #fff;
}

.definition_r ul li:hover .definition_rw p {
  color: #fff;
}

.definition_r ul li:hover .viewmore-btn a::before {
  width: 100%;
}

.definition_r ul li:hover .viewmore-btn a span {
  color: #fff;
}

.definition_r ul li:hover .viewmore-btn a i {
  background: url("../image/right3.png");
  background-size: 100% 100%;
  opacity: 1;
}

/* 功能 */
#serve {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}

.serve {
  width: 1200px;
  margin: 0 auto;
}

.serve {
  text-align: center;
}

.serve_02 {
  width: 1200px;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.serve_02 .sv02_li {
  width: 200px;
  position: relative;
  margin-bottom: 15px;
  /*border: 1px black solid;*/
}

.serve_02_01,
.serve_02_01s {
  width: 80px;
  height: 80px;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .6s;
}

.serve_02_01s {
  opacity: 0;
}

.serve_02 .scon {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.serve_02 .tu {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 20px 0px rgba(37, 44, 59, 0);
  border-radius: 50%;
  transition: all .6s;
}

.serve_02 h5 {
  font-size: 18px;
  font-weight: bold;
  color: #252b3a;
  line-height: 36px;
  margin-top: 10px;
  transition: all .6s;
}

.serve_02 p {
  font-size: 15px;
  margin-top: 5px;
  text-align: center;
  color: #4d4f55;
  font-weight: bold;
}

.sv02_li.on h5 {
  font-weight: bold;
}

.serve_02 li:hover .serve_02_01 {
  opacity: 0;
}

.serve_02 li:hover .serve_02_01s {
  opacity: 1;
}

.serve_02 li:hover .tu {
  box-shadow: 0px 6px 8px 1px rgba(37, 44, 59, 0.2);
}

.serve_02 li:hover h5 {
  color: #00bf86;
}

.serve_02 li:hover p {
  color: #00bf86;
}

.serve_02 li:hover::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 36px;
  height: 6px;
  background: #00bf86;
  box-shadow: 0px 3px 4px 0px rgb(114 186 142 / 51%);
  border-radius: 4px;
}

/* 数据 */
#mark {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
}

.mark {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: none;
  padding: 0;
}

.mark_01 {
  font-size: 35px;
  color: #252B3A;
  line-height: 72px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 80px;
}

.mark_02 {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666A75;
  line-height: 40px;
  letter-spacing: 2px;
}

.mark_03 {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 0px 25px 50px 10px rgba(183, 209, 255, 0.58);
  background: #fff;
}

.mark_03_01 {
  width: 700px;
  float: left;
  text-align: center;
}

.mark_03_010 {
  display: block;
  margin: 0 auto;
  margin-top: 105px;
}

.mark_03_011 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 85px;
  margin-bottom: 30px;
  font-family: "HYDaSongJ";
}

.mark_03_01 span {
  font-size: 14px;
  display: block;
  margin-bottom: 70px;
}

.mark_03_01 h5 {
  padding: 0 10px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  font-family: "宋体";
}

.mark_03_012 {
  width: 241px;
  display: block;
  margin: 0 auto;
}

.mark_03_01 p {
  width: 250px;
  height: 12px;
  border-radius: 6px;
  background: #fdd995;
  position: absolute;
  bottom: -2px;
  left: 225px;
  z-index: -1;
}

.mark_03_02 {
  width: 400px;
  height: 480px;
  background: #00bf86;
  float: right;
  color: #fff;
  padding: 50px;
  position: relative;
}

.mark_03_03 {
  width: 400px;
  margin: 0 auto;
  font-size: 36px;
  position: relative;
  margin-bottom: 35px;
  z-index: 10;
}

.mark_03_03 img {
  width: 50px;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 55px;
  z-index: -1;
}

.mark_03_02 p {
  width: 400px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 60px;
}

.mark_03_02 span,
.mark_03_04 {
  width: 400px;
  margin: 0 auto;
  display: block;
  line-height: 40px;
}

.mark_03_02 span img {
  width: 19px;
  display: block;
  float: left;
  margin-top: 10.5px;
  margin-right: 20px;
}

.mark_03_04 {
  line-height: 70px;
  position: relative;
  z-index: 10;
}

.mark_03_04 img {
  width: 29px;
  float: left;
  margin-top: 20.5px;
  margin-right: 20px;
}

.mark_03_04 span {
  width: 160px;
  height: 12px;
  border-radius: 6px;
  position: absolute;
  bottom: 20px;
  left: 40px;
  background: #00bf86;
  z-index: -1;
}

.mark_03_05 {
  width: 128px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.mark_05 {
  margin-top: 80px;
}

.mark_04 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: left;
}

.mark_04_new,.mark_04_new_2{
  margin-top: 30px;
}

.mark_04_new li{
  background-color: #f1f4fa;
  text-align: center;
  border-radius: 4px;
  padding: 15px;
}
.mark_04_new .line{
  width: 100% !important;
}

.mark_04_new_2 li{
  text-align: center;
  background-color: #f1f4fa;
  width: 33.3333%;
  margin: 10px;
  padding: 25px;
}
.mark_04_new_2 .rounded{
  background-color: #000;
  border-radius: 50%;
}

.mt-15{
  margin-top: 15rem!important;
}

.fs-1{
  font-size: 3.75rem!important;
}

.fs-4 {
  font-size: 1.65rem!important;

}
.fw-bolder{
  font-weight: bolder!important;
}
.mark_04_01 {
  margin-bottom: 20px;
}

@media (max-width: 1199px){
  .mt-15{
    margin-top: 1.5rem!important;
  }
  .d-m-none{
    display: none!important;
  }
}


.mark_04_01,
.mark_04_01 span {
  font-size: 64px;
  font-family: BN;
  color: #00bf86;
  line-height: 77px;
}

.mark_04_01 em {
  font-size: 30px;
  position: relative;
  top: -4px;
  margin-left: 5px;
}

.mark_04_02 {
  font-size: 20px;
  font-weight: 500;
  color: #252B3A;
  line-height: 28px;
  letter-spacing: 2px;
}

.mark_04_03 {
  font-size: 14px;
  font-weight: 400;
  color: #666A75;
  line-height: 20px;
  letter-spacing: 2px;
  margin-top: 7px;
}

.mark_04 .line {
  width: 36px;
  height: 6px;
  background: #00bf86;
  box-shadow: 0px 3px 4px 0px rgba(114, 186, 142, 0.507);
  border-radius: 4px;
  margin: 40px 0 20px;
}

.mark_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}

.mark_bg img {
  position: relative;
  left: 165px;
  top: 200px;
  display: block;
  height: 104px;
  z-index: 999;
}

.mark_bg .mcir_01 {
  position: absolute;
  top: 20%;
  left: -250px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 240, 248, 1) 100%);
}

.mark_bg .mcir_02 {
  position: absolute;
  ;
  top: -20%;
  right: -300px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(236, 240, 248, 1) 100%);
}

/* 我们的动态 */
#topLine {
  width: 100%;
  height: auto;
  background: #F5F8FC;
  padding-bottom: 80px;
  padding-top: 1px;
  overflow: hidden;
}

#topLine * {
  box-sizing: content-box;
}

#topLine .swiper-pagination-bullet {
  background: #dde8fc;
  opacity: 1;
  transition: all 0.5s;
}

#topLine .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background: #00bf86;
  transition: all 0.5s;
}

#topLine .swiper-container {
  padding-bottom: 100px;
  height: 432px;
}

#topLine .swiper-button-next {
  right: -100px;
}

#topLine .swiper-button-prev {
  left: -60px;
}

#topLine .swiper-button-next,
#topLine .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: #ffffff;
  transform: scale(.8);
  top: 380px;
  outline: none;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  transition: all .6s ease;
}

#topLine .swiper-button-next img,
#topLine .swiper-button-prev img {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.topLine {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.topLine .swiper-container {
  width: 1200px;
  padding: 0 20px;
}

.topLine .swiper-slide {
  border: 1px solid rgba(230, 233, 240, 1);
  transition: all .6s ease;
}

.topLine .swiper-slide:hover {
  box-shadow: 0px 10px 20px 0px rgba(37, 44, 59, 0.1);
  transform: translateY(-20px);
}

.topLine_01 {
  width: 1200px;
  margin-top: 60px;
  cursor: pointer;
}

.topLine_01 li {
  width: 380px !important;
  height: 370px;
  background: #fff;
}

.topLine_01 a {
  width: 100%;
  height: 380px;
  display: block;
}

.topLine_01_01,
.topLine_01_01 img {
  width: 100%;
  height: 212px;
  display: block;
  overflow: hidden;
  transition: all 1s;
}

.topLine_01 li h3,
.topLine p {
  display: block;
  padding: 0px 30px;
}

.topLine_01 li h3 {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #252B3A;
  line-height: 50px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.topLine_01 li h3 span {
  height: auto;
  float: left;
  font-size: 18px;
  color: #252B3A;
  font-weight: normal;
  line-height: 28px;
  padding: 0 5px 0 0px;
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  z-index: 10;
  transition: all .6s ease;
}

.topLine_01 li h3 div {
  width: 0;
  height: 14px;
  background: #00bf86;
  opacity: 0.2;
  position: absolute;
  bottom: 10px;
  left: 0px;
  transition: all 1s;
  z-index: -1;
}

.topLine .swiper-slide:hover h3 span {
  color: #00bf86;
}

.topLine_01 span {
  overflow: hidden;
  font-size: 14px;
  color: #666A75;
  line-height: 24px;
  margin-top: 6px;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.topLine_01 p {
  display: none;
  line-height: 16px;
  font-size: 14px;
  margin-top: 25px;
}

.topLine_01 a p img {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 10px;
}

/* 产品价格 */
#product-price {
  width: 100%;
  background: #F0F3F7;
  padding-top: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "PingFang SC", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  font-size: 14px;
  padding-bottom: 60px;
}

#product-price::after {
  content: "";
  clear: both;
  display: block;
}

#product-price h2 {
  font-size: 2rem;
  margin: 0 0 20px;
  color: #333;
}

#product-price h2,
#product-price p {
  text-align: center;
}

#product-price ul {
  width: 100%;
  padding-left: 10%;
  margin-top: 40px;
 display: flex;
 justify-content: center;
}

#product-price ul li {
  width: 20%;
  background: #fff;
  float: left;
  box-shadow: #ccc 10px 10px 30px 1px;
  border-radius: 10px;
  margin-right: 4%;
  text-align: center;
  padding-top: 20px;
}

#product-price ul li h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #333;
}

#product-price ul li p {
  margin: 0;
  margin-bottom: 20px;
  padding: 0 10px;
}

#product-price ul li p span {
  font-size: 40px;
}

#product-price .horizontal-line {
  width: 80%;
  height: 1px;
  margin: 0 auto;
  background: #ccc;
  margin-bottom: 20px;
}

#product-price .product_h {
  min-height: 200px;
}

#product-price .dbutton {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #00bf86;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

#product-price .dbutton:hover {
  background: #01a775;
  cursor: pointer;
}

/* 申请体验 */
#consult {
  width: 100%;
  min-width: 1200px;
  height: 300px;
  background: url(../image/consult001.png) #00bf86 no-repeat center;
  overflow: hidden;
  position: relative;
}

.consult_01 {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin-top: 64px;
  position: relative;
  z-index: 15;
}

.consult_01::selection,
#consult h2::selection {
  color: #000000;
  background: #ffffff;
}

#consult h2 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: 21px 0 50px;
}

#consult .consult_zx {
  width: 178px;
  height: 40px;
  border: 1px #fff solid;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  z-index: 999;
  cursor: pointer;
  transition: all 0.6s;
}

#consult .consult_zx:hover {
  color: #00bf86;
}

.consult_one {
  position: absolute;
  top: -120px;
  left: 50%;
  z-index: 10;
  margin-left: -120px;
  width: 240px;
  height: 240px;
  background: url(../image/consult002.png);
  animation: consult_one linear 10s infinite;
}

.consult_two {
  position: absolute;
  top: 50px;
  left: 34%;
  z-index: 11;
  width: 360px;
  height: 360px;
  background: url(../image/consult003.png);
  animation: consult_two linear 12s infinite;
}

.consult_three {
  position: absolute;
  top: 50px;
  left: 48%;
  z-index: 12;
  width: 300px;
  height: 300px;
  background: url(../image/consult004.png);
  animation: consult_three linear 11s infinite;
}

@-webkit-keyframes consult_one {
  from {
    top: -120px
  }

  50% {
    top: -180px
  }

  to {
    top: -120px
  }
}

@-moz-keyframes consult_one {
  from {
    top: -120px
  }

  50% {
    top: -180px
  }

  to {
    top: -120px
  }
}

@-o-keyframes consult_one {
  from {
    top: -120px
  }

  50% {
    top: -180px
  }

  to {
    top: -120px
  }
}

@keyframes consult_one {
  from {
    top: -120px
  }

  50% {
    top: -180px
  }

  to {
    top: -120px
  }
}

@-webkit-keyframes consult_two {
  from {
    top: 200px;
    left: 34%
  }

  50% {
    top: 230px;
    left: 24%
  }

  to {
    top: 200px;
    left: 34%
  }
}

@-moz-keyframes consult_two {
  from {
    top: 200px;
    left: 34%
  }

  50% {
    top: 230px;
    left: 24%
  }

  to {
    top: 200px;
    left: 34%
  }
}

@-o-keyframes consult_two {
  from {
    top: 200px;
    left: 34%
  }

  50% {
    top: 230px;
    left: 24%
  }

  to {
    top: 200px;
    left: 34%
  }
}

@keyframes consult_two {
  from {
    top: 200px;
    left: 34%
  }

  50% {
    top: 230px;
    left: 24%
  }

  to {
    top: 200px;
    left: 34%
  }
}

@-webkit-keyframes consult_three {
  from {
    top: 200px;
    left: 48%;
  }

  50% {
    top: 230px;
    left: 58%;
  }

  to {
    top: 200px;
    left: 48%;
  }
}

@-moz-keyframes consult_three {
  from {
    top: 200px;
    left: 48%;
  }

  50% {
    top: 230px;
    left: 58%;
  }

  to {
    top: 200px;
    left: 48%;
  }
}

@-o-keyframes consult_three {
  from {
    top: 200px;
    left: 48%;
  }

  50% {
    top: 230px;
    left: 58%;
  }

  to {
    top: 200px;
    left: 48%;
  }
}

@keyframes consult_three {
  from {
    top: 200px;
    left: 48%;
  }

  50% {
    top: 230px;
    left: 58%;
  }

  to {
    top: 200px;
    left: 48%;
  }
}

/* 底部 */
#footer {
  width: 100%;
  height: 190px;
  background: #252B3A;
}

.footer {
  width: 1200px;
  margin: 0 auto;
}

.footer_02 {
  width: 100%;
  border-bottom: 1px rgba(255, 255, 255, .2) solid;
  font-size: 16px;
  padding: 20px 0;
}

.footer_02 span,
.footer_02 a {
  color: #999;
  margin-right: 80px;
  line-height: 30px;
}

.footer_02 a {
  font-size: 14px;
}

.footer_02 a:hover {
  color: #00bf86;
}

.footer_03 {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 14px;
}

.footer_03 span,
.footer_03 a {
  line-height: 24px;
  text-align: right;
  color: rgba(255, 255, 255, .4);
}

.footer_03 span a {
  float: right;
  overflow: hidden;
  color: rgba(255, 255, 255, .4);
}

.footer_03 span img {
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}

/* 新闻列表 */
#newsList {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#newsList * {
  box-sizing: content-box;
}

.newsList {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}

.newsList li {
  width: 100%;
  height: 152px;
  padding: 40px 0px;
  border-bottom: 1px dashed #e6e6e6;
  position: relative;
}

.newsList li a {
  display: block;
}

.newsList li a:hover h5 {
  color: #00bf86;
}

.newsList_01 {
  width: 280px;
  height: 152px;
  float: left;
  margin-right: 25px;
}

.newsList_02 {
  width: 575px;
  height: 152px;
  float: left;
}

.newsList_02 h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  color: #222;
  display: block;
  transition: all 0.6s;
}

.newsList_02 span {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.newsList_02 p {
  width: 78px;
  height: 20px;
  border: 1px solid #999;
  color: #999;
  border-radius: 13px;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  margin-top: 25px;
}

.newsList_03 {
  float: right;
  font-size: 18px;
  color: #8f8f8f;
}

/* 分页 */
#page {
  width: 100%;
  height: 200px;
  height: auto;
}

#page * {
  box-sizing: content-box;
}

.page {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
}

.page_01 {
  width: auto;
  float: left;
  margin-top: 19px;
}

.page_01 li {
  height: 32px;
  float: left;
  background: #f0f0f0;
  text-align: center;
  line-height: 32px;
  margin-right: 20px;
}

.page_01 li.disabled a:hover {
  cursor: not-allowed;
}

.page_01 li a {
  padding: 0 10px;
  height: 32px;
  color: #222;
  display: block;
}

.page_01 li.disabled a {
  background-color: #eee;
  color: #999;
}

.page_01 .active {
  background: #00bf86;
}

.page_01 .active a {
  color: #fff;
}

.page_02 {
  color: #313131;
  font-size: 14px;
  line-height: 32px;
  float: left;
  padding-left: 34px;
  margin-top: 19px;
}

.page_03 {
  width: 42px;
  height: 30px;
  border: 1px #e6e6e6 solid;
  outline: none;
  padding: 0 10px;
  float: left;
  margin-top: 19px;
}

.page_04 {
  width: 46px;
  height: 30px;
  border: 1px #00bf86 solid;
  color: #00bf86;
  float: left;
  font-size: 14px;
  margin-left: 22px;
  text-align: center;
  line-height: 30px;
  margin-top: 19px;
}

/* 解决方案 */
#programme {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 60px;
}

.programme {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}

.programme p {
  width: 50%;
}

.programme p.on {
  width: 100%;
}

.programme img {
  display: table;
  object-fit: contain;
}

.programme_im {
  margin: 100px 0;
  margin-top: 50px;
}

.programme_imb {
  height: 600px;
  background: #00bf86;
}

.programme_imp {
  position: relative;
  width: 400px;
  margin: auto;
  margin-top: -500px;
}

.programme_im img {
  display: block;
  margin: auto;
}

.programme_imp #video {
  position: absolute;
  top: 11.9%;
  left: 6%;
  width: 88%;
  height: 75%;
  object-fit: cover;
}

/* 面包屑 */
.crumb {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 10px;
}

/* 手机版 */
/* 导航 */
.Mob_hidden {
  display: none !important;
}

.Mob_header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
}

.Mob_header_l {
  display: block;
  height: 25px;
}

.Mob_header_h {
  height: 50px;
}

.cross {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 13px;
}

.cross::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  transform: rotate(45deg);
}

.cross::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #333;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  transform: rotate(-45deg);
}

.hamburger {
  position: relative;
  display: block;
  width: 24px;
  height: 3px;
  background: #333;
}

.hamburger_b {
  width: 30px;
  height: 30px;
  padding-top: 13px;
}

.hamburger::before {
  margin-top: 7px;
  top: 0;
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -12px;
}

.hamburger::after {
  margin-top: -7px;
  top: 0;
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -12px;
}

.cd-nav-container {
  background-color: #1a1a1a;
  position: fixed;
  z-index: 91;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}

.cd-nav-container.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
}

.nav-container {
  padding-top: 90px;
}

.cd-nav li {
  width: 80%;
  margin: auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.cd-nav a {
  border-bottom: #313131 1px solid;
  position: relative;
  display: block;
  width: 90%;
  font-weight: bold;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 17px;
  color: #fff;
  padding: 5% 0;
  margin: 0px auto;
  text-transform: uppercase;
}

.cd-nav a:hover, .cd-nav li a.curr {
  color: #00bf86;
}

.cd-nav li a.twonav {
  background: url(../image/right3.png) right center no-repeat;
  background-size: 3%;
}

.mchildren {
  display: none;
  width: 90%;
  border-bottom: 1px solid #313131;
  margin: 0px auto;
  padding: 10px 0;
  position: relative;
}

.mchildren a {
  border-bottom: none;
  position: relative;
  display: block;
  width: 90%;
  font-size: 15px;
  color: #ccc;
  padding: 0.8em 0;
}

@media screen and (max-width: 1200px) {
  .img_wh {
    height: 300px;
  }

  .header {
    display: none !important;
  }

  #topLine {
    display: none;
  }

  .Mob_hidden {
    display: block !important;
  }

  /* 首页 */
  .serve_01 {
    padding: 0 20px;
  }

  .main_01 {
    font-size: 22px;
    line-height: 32px;
  }

  .main_01::after {
    width: 65px;
  }

  .main_02 {
    line-height: 26px;
  }

  /* 首页 - banner */
  .banner-slide .txt {
    width: 90%;
    bottom: 30%;
  }

  .banner-slide .txt h2 {
    font-size: 32px;
    line-height: 60px;
    padding-bottom: 15px;
  }

  .banner-slide .txt h3 {
    font-size: 24px;
    padding: 15px 0;
  }

  .banner-slide .txt .line {
    margin: 30px 0;
    width: 60px;
  }

  .swiper-banner-pagination {
    bottom: 10px;
  }

  /* 首页 - 定义 */
  #definition {
    width: 100%;
  }

  .definition {
    display: block;
    margin-top: 20px;
  }

  .definition_l {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 640px;
    padding-top: 400px;
  }

  .definition_l p {
    font-size: 32px;
    margin-top: 20px;
  }

  .definition_lt {
    display: none;
  }

  .definition_r {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }

  .definition_r ul {
    display: block;
  }

  .definition_r ul li {
    width: 100%;
    margin-left: 0;
  }

  .definition_r ul li h3 {
    font-size: 18px;
  }

  .definition_r ul li:hover {
    transform: translateY(-10px);
  }

  /* 首页 - 功能 */
  #serve {
    padding-bottom: 40px;
  }

  .serve {
    width: 100%;
  }

  .serve_02 {
    width: 100%;
    margin-top: 20px;
  }

  .serve_02 .sv02_li {
    width: 50%;
  }

  /* 首页 - 数据 */
  #mark {
    min-width: auto;
  }

  .mark {
    width: 100%;
    min-width: auto;
    padding: 0 20px;
  }

  .mark_01 {
    margin-top: 0;
    padding-top: 40px;
    font-size: 22px;
    line-height: 32px;
  }

  .mark_02 {
    line-height: 22px;
    margin-top: 10px;
  }

  .mark_04 {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .mark_04 .line {
    margin-top: 0px;
  }

  .mark_04 li {
    margin-bottom: 20px;
  }

  .mark_04_01 {
    margin-bottom: 0;
  }

  .mark_04_02 {
    font-size: 16px;
  }

  .mark_04_01, .mark_04_01 span {
    font-size: 40px;
  }

  .mark_04_01 em {
    font-size: 20px;
    top: -2px;
  }

  /* 首页 - 我们的动态 */
  #topLine {
    padding-bottom: 40px;
  }

  .topLine {
    width: 100%;
  }

  .topLine_w {
    padding: 0 20px;
  }

  .topLine_01 {
    width: 100%;
    margin-top: 30px;
  }

  .topLine_01 li {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
  }

  /* 首页 - 产品价格 */
  #product-price {
    padding: 0 20px;
    padding-top: 30px;
    height: auto;
  }

  #product-price::after {
    content: "";
    clear: both;
    display: block;
  }

  #product-price .product_h {
    min-height: auto;
  }

  #product-price ul {
    padding-left: 0;
  }

  #product-price ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  /* 首页 - 申请体验 */
  #consult {
    width: 100%;
    min-width: 100%;
    height: 200px;
  }

  #consult .consult_zx {
    display: none;
  }

  .consult_01 {
    font-size: 22px;
    margin-top: 44px;
  }

  /* 首页 - 底部 */
  #footer {
    height: auto;
  }

  #footer::after {
    content: "";
    clear: both;
    display: block;
  }

  .footer {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer_02 {
    padding: 20px;
  }

  .footer_02 span, .footer_02 a {
    margin-right: 30px;
    line-height: 30px;
  }

  .footer_03 {
    display: block;
    height: auto;
  }

  .footer_03 div {
    text-align: center !important;
  }

  .footer_03 img {
    display: block;
    margin: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer_03 a img {
    display: inline-block;
    padding: 0;
  }

  /* 新闻列表 */
  #newsList * {
    box-sizing: border-box;
  }

  .newsList {
    width: 100%;
    padding: 0 20px;
    margin-top: 0px;
  }

  .newsList_02 {
    width: 100%;
    height: auto;
    float: none;
  }

  .newsList li {
    height: auto;
    padding-bottom: 20px;
  }

  .newsList li::after {
    content: "";
    clear: both;
  }

  .newsList_01 {
    width: 100%;
    height: 200px;
    float: none;
    margin-right: 0;
  }

  /* 新闻列表 - 分页 */
  .newsList_03 {
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  #page * {
    box-sizing: border-box;
  }

  .page {
    width: 100%;
    padding: 0 20px;
  }

  .page_02 {
    display: none;
  }

  .page_03 {
    display: none;
  }

  .page_01 li {
    margin: 7px 0;
    margin-right: 10px;
  }

  /* 方案 */
  #programme {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .programme {
    width: auto;
  }

  .programme_im {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .programme_imb {
    height: 300px;
  }

  .programme_imp {
    margin-top: -250px;
  }
}

@media screen and (max-width: 900px) {
  .img_wh {
    height: 200px;
  }

  /* 客服 */
  .c_nav {
    top: auto;
    bottom: 30%;
    right: -15px;
  }

  .c_nav ul li:nth-child(2) {
    display: none;
  }

  .c_nav ul li .guanzhu {
    display: none;
  }

  .c_nav ul li {
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .c_nav ul li .erweima img {
    padding-top: 2px;
    width: 25px;
    height: 25px;
  }

  .c_nav ul li .erweima p {
    padding-top: 3px;
  }

  /* 首页 - banner */
  .banner-slide .txt {
    width: 90%;
    bottom: 20px;
  }

  .banner-slide .txt h2 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .banner-slide .txt h3 {
    font-size: 14px;
    padding: 15px 0;
  }

  .banner-slide .txt .line {
    margin: 0;
    width: 60px;
  }

  /* 首页 - 定义 */
  .definition_l {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 340px;
    padding-top: 160px;
  }

  .definition_l p {
    font-size: 24px;
    margin-top: 20px;
  }

  /* 解决方案 */
  .programme_imp {
    width: calc(100% - 120px);
    margin-left: 60px;
  }
}

@media screen and (min-width: 500px) and (max-width: 900px) {

  /* 首页 - 定义 */
  .definition_l {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 600px;
    padding-top: 350px;
  }

  .definition_l p {
    font-size: 32px;
    margin-top: 20px;
  }
  
  #product-price ul{
      display: block;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {

  /* 首页 - 顶部 */
  .header .content .center {
    left: 28%;
  }

  .header .content .center .nav li .nav_a {
    padding: 0 25px;
  }

  /* 首页 - 我们的动态 */
  #topLine .swiper-button-next {
    right: 0px;
  }

  #topLine .swiper-button-prev {
    left: 40px;
  }
}