/*重置样式表：version: 2.7.0 */
html,
body {
  /* color: #898989; */
  background: #fff;
  font-family: "Microsoft Yahei", "Arial", sans-serif;
  font-size: 0.729167vw;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word !important;
  word-break: normal !important;
}

.icon-logo {
  display: inline-block;
  background-image: url(../img/icon-logo.png);
  font-style: normal;
}

/*单行超出省略*/
.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 垂直滚动条样式 */
::-webkit-scrollbar {
  width: 0.466vw;
}
/* 背景色 */
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
/* 滑块颜色 */
::-webkit-scrollbar-thumb {
  background-color: #1e7c35;
}

.container {
  padding: 0 8vw;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
input,
button,
textarea,
p,
blockquote,
th {
  margin: 0;
  padding: 0;
}

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

/*取消img蓝框*/
img {
  border: none;
  display: block;
  width: 100%;
}

/* input,
select,
button,
textarea {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
  background: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
} */
button {
  cursor: pointer;
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

h3 {
  font-size: 14px;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*取消链接下横线*/
a {
  color: #000;
  text-decoration: none;
  transition: 0.5s ease all;
}

a:hover {
  color: #1f9244;
}

a:focus {
  outline: thin dotted;
}

/* 回到顶部 */
#to_top {
  width: 3vw;
  height: 3vw;
  position: fixed;
  bottom: 8%;
  right: 4%;
  background-color: #1f9244;
  cursor: pointer;
  border-radius: 8%;
  outline: 0;
  transition: all 0.8s ease;
  opacity: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6vw;
  font-weight: 600;
  color: #fff;
}

/* 改善在所有浏览器中获取焦点和悬停时的可读性: h5bp.com/h */

a:hover,
a:active {
  outline: 0;
}

.main_title {
  padding: 3vw 8vw;
  background-color: rgba(247, 249, 251, 1);
}

.main_title h2 {
  font-size: 2vw;
  font-weight: bolder;
  line-height: 3vw;
  color: #1f9244;
}

.main_title h5 {
  font-size: 2vw;
  font-weight: bolder;
  line-height: 3vw;
  color: #1f9244;
}

.column_title {
  display: flex;
  padding: 2vw 8vw;
  font-size: 1.2vw;
}

.column_title li {
  width: 20%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease all;
}

.column_title li:hover {
  color: #1f9244;
}

.column_title li a {
  padding: 1.6vw 0;
  font-size: 1.2vw;
  display: block;
}

.column_title li.active {
  background-color: #1f9244;
  color: #ffffff;
}

.column_title li.active a {
  color: #ffffff;
}

.AddIndexProItem {
  opacity: 1;
}

/* 分割线 */
.product_details_line {
  width: 100%;
  height: 1px;
  background: #38db6c;
  margin: 2vw 0;
}

::v-deep .el-table__body-wrapper::-webkit-scrollbar {
  width: 20px; /*滚动条宽度*/
  height: 20px; /*滚动条高度*/
}

::v-deep .el-scrollbar__bar.is-horizontal {
  height: 13px;
}

::v-deep .el-scrollbar__bar.is-vertical {
  width: 13px;
}

.hide-scroll-bar::-webkit-scrollbar {
  display: none;
}

/* 首页 */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

header .logo {
  /* padding: 0.3vw; */
  margin-right: 24%;
  width: 10%;
}

header ul {
  display: flex;
  margin-right: 2vw;
}

header ul li {
  padding: 2.06vw 1.4vw;
  position: relative;
}

header li a {
  font-size: 0.9vw;
  line-height: 25px;
  transition: all 1s ease;
}

header li:hover a {
  color: #000000;
  font-weight: 700;
}

/* 中间两边填满 */
header li:hover a::after {
  width: 100%;
}

header li a::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  transition: all 0.6s ease;
  background: #1f9244;
}

/* 默认 */
header li.active a {
  color: #000000;
  font-weight: 700;
}

header li.active a::after {
  width: 100%;
}

header .menu_icon {
  display: none;
}

.banner {
  position: relative;
  transition: all 1s ease;
}

.banner_img img {
  object-fit: contain;
  /* opacity: 0.95; */
  text-shadow: #1f9244;
}
/* 首页banner 内容图片 */
.banner .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: none;
  animation: fadeIns 2.4s ease-in-out;
}

@-webkit-keyframes fadeIns {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIns {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* banner 文字内容 */

.banner_title {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
}

.banner_title h2 {
  font-size: 4vw;
  font-weight: bolder;
  /* margin-bottom: 0.2vw; */
  opacity: 0.75;
}

.banner_title h5 {
  font-size: 3vw;
  font-weight: 600;
}

/* 网站底部 */
footer {
  padding: 0vw 8vw;
  background-color: #333333;
}

.footer_content {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 5vw 0;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

.footer_content .link {
  display: flex;
}

.footer_content .link dl {
  margin-right: 5vw;
}

.footer_content .link dl dt {
  font-size: 1vw;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2vw;
}

.footer_content .link dl dd {
  font-size: 0.8vw;
  padding-bottom: 1vw;
  position: relative;
}

.footer_content .link dd:hover a {
  color: #ffffff;
}

.footer_content .link dd a {
  color: #999999;
}

/* 0到100 */
.footer_content .link dd:hover a::after {
  left: 0;
  width: 100%;
}

.footer_content .link dd a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  transition: 0.5s ease all;
  background: #1f9244;
}

.information div {
  display: flex;
}
.information span {
  padding-right: 0.5vw;
}
.information img {
  width: 1vw;
  height: 1vw;
}

.information p {
  color: #ffffff;
  margin-bottom: 1.4vw;
  font-size: 0.8vw;
}

/* 二维码 */

.footer_content .ma {
  padding: 0 2vw;
  border-left: rgba(255, 255, 255, 0.3) 1px solid;
  text-align: center;
}

.footer_content .ma img {
  margin-bottom: 1vw;
}

.footer_content .ma p {
  margin-bottom: 2vw;
  color: #ffffff;
}

.footer_text {
  padding: 2vw;
  display: flex;
  justify-content: center;
}

.footer_text span {
  margin-right: 0.5vw;
  color: #ffffff;
}

.footer_text span a {
  color: #ffffff;
}

.footer_text span a:hover {
  color: aquamarine;
}

/* 网站首页 */
.module {
  padding: 3vw 0;
}

.module_title {
  padding: 3vw 0;
  position: relative;
  margin-bottom: 2vw;
}

.module_title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  font-size: 68px;
  color: #1f9244;
  font-weight: 900;
  /* font-family: "隶书"; */
}
.module_title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
  font-family: "";
}

.module_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.aboutus_content li {
  width: 46%;
}

.aboutus_content li p {
  font-size: 1vw;
  color: #333333;
  line-height: 2vw;
  font-weight: 400;
  margin-bottom: 1.2vw;
}

.aboutus_content .aboutus_content_left_button a button {
  background: #1f9244;
  font-size: 1vw;
  color: #ffffff;
  font-weight: 400;
  padding: 0.5vw;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.aboutus_content .aboutus_content_img {
  overflow: hidden;
}

.aboutus_content .aboutus_content_img img {
  transition: 0.8s ease all;
}

.aboutus_content .aboutus_content_img img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

/* 关于我们 */
.about_module_item {
  padding: 0vw 8vw 5vw 8vw;
}

.intro ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intro ul li {
  width: 48%;
  cursor: pointer;
}

.intro ul li h1 {
  padding: 2vw;
  font-size: 2vw;
  font-weight: bolder;
  text-align: center;
  color: black;
}

.intro ul li .intro_text,
.advantage {
  font-size: 0.9vw;
  color: #333333;
  line-height: 1.8vw;
  font-weight: 400;
  text-indent: 2em;
}

.intro ul li .intro_text p {
  margin-bottom: 1.4vw;
}

.intro ul .intro_img {
  overflow: hidden;
}

.intro ul .intro_img:hover img {
  transform: scale(1.2);
}
.intro ul .intro_img img {
  transition: 0.8s all ease;
}

.about_module .about_module_item_title {
  text-align: center;
  font-size: 2vw;
  padding: 3vw 0;
  font-weight: bold;
  color: #1f9244;
}
.advantage_content {
  font-size: 0.833vw;
  color: #333333;
  line-height: 2vw;
  font-weight: 400;
  text-indent: 2em;
}

video {
  font-size: 0 !important;
  width: 100%;
  height: auto;
  /* object-fit: none !important; */
}

.aptitude {
  position: relative;
}

.aptitude li {
  transition: transform 1s;
  overflow: hidden;
  box-shadow: 0 20px 22px rgba(0, 0, 0, 0.12);
}

.aptitude li:hover {
  transform: scale(1.08);
}

.arrow {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  transition: background 0.15s;
  width: 40px;
  z-index: 99;
}

.arrow::before {
  background: url(../img/icon-logo.png)-23px -268px;
  content: "";
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 10px;
}

.next {
  right: 5vw;
}
.prev {
  left: 5vw;
}

.next::before {
  background-position-x: -53px;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* 产品 */

.product_content li {
  width: 50%;
  position: relative;
  transition: 0.8s ease all;
  cursor: pointer;
}

.product_content li img:nth-child(2) {
  display: none;
}

.product_content li:hover img:nth-child(1) {
  display: none;
}
.product_content li:hover img:nth-child(2) {
  display: block;
}

.product_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
}

/* 新闻 */
.news .news_content {
  display: flex;
  justify-content: space-between;
}

.news_content {
  margin-top: 3.6vw;
}

.news_content li {
  width: 24%;
  transition: 0.8s ease all;
  padding: 1vw;
  border: 1px solid #ececec;
}

.news .news_content li a {
  display: block;
}

.news_content li:hover {
  border-radius: 4px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}

.news_content li:hover .news_content_img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.news_content li .news_content_img {
  overflow: hidden;
  transition: 0.8s ease all;
}

.news_content li img {
  transition: 0.8s ease all;
}

.news_content li h5 {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin: 2vw 0;
  transition: 0.8s ease all;
}

.news_content li:hover h5 {
  color: #1f9244;
  font-weight: 400;
}

.news_content li p {
  font-size: 18px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 2vw;
  transition: 0.8s ease all;
}

.news_content li:hover p {
  color: green;
}

/* 查看更多 */
.news_content_button {
  text-align: center;
  margin: 2vw 0 1vw;
}

.news_content_button button {
  background-color: #1f9244;
  padding: 0.6vw;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

/* 首页-结束 */

/* 产品中心  园区建设 */
.column_content {
  margin: 0 8vw 2vw;
  border-radius: 22px;
}

.build_content {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}

.column_list {
  display: flex;
  flex-wrap: wrap;
  padding: 3vw 8vw;
}

.column_list_item {
  width: 32%;
  margin: 0 0.8vw 1.6vw 0;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
  position: relative;
}

.column_list_item a {
  transition: all 0.4s ease;
}

.column_list_item_img {
  width: 100%;
  height: 100%;
}

.column_list_item a:hover .hovers {
  opacity: 1;
}

.column_list_item a:hover h3 {
  opacity: 0;
}

.hovers {
  transition: all 1s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(158, 240, 155, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hovers img {
  width: 2vw;
  height: 2vw;
}

.hovers span {
  font-size: 1vw;
  color: #fff;
  font-weight: 600;
  margin-left: 0.4vw;
}

.column_list_item h3 {
  opacity: 1;
  transition: all 1s ease;
  color: aliceblue;
  font-size: 1.2vw;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.describe img {
  padding: 0.8vw;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* 产品详情  新闻详情 */

.column_details {
  padding: 4vw 16vw;
  background-color: #f0f0f0;
}

.column_details_content {
  background-color: #fff;
  padding: 3vw 4vw;
  border-radius: 1.041666vw;
}

.column_details_title {
  text-align: center;
  font-size: 2vw;
  font-weight: 400;
  padding: 1vw 0;
}

.column_details_titles {
  display: flex;
  justify-content: center;
  padding: 2vw 0;
}

.column_details_titles div {
  font-size: 0.9vw;
  padding: 0vw 2vw;
}

.column_details_line {
  width: 100%;
  height: 1px;
  background: #38db6c;
  margin: 2vw 0;
  opacity: 0.25;
}

.column_details_text {
  padding: 2vw;
  font-size: 0.8vw;
  color: #333333;
  line-height: 2.4vw;
  font-weight: 400;
}

/* 产品参数 */
.Parameter {
  padding: 1vw 0;
}

.Parameter h3 {
  font-size: 1.2vw;
  line-height: 1.875vw;
  color: #020202;
  padding-bottom: 1vw;
}

.Parameter .Parameter_text {
  font-size: 0.8333vw;
  line-height: 1.3541666vw;
  color: #444444;
}

.column_details_text img {
  padding: 1.6vw;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.build_text {
  display: flex;
  flex-wrap: wrap;
}

/* .build_text img {
  width: 30%;
} */

/* 页码 */
.pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 4vw;
}

.pagination li a,
.ctr_item a {
  color: #000000;
  font-weight: 400;
  font-size: 1vw;
  text-decoration: none;
  padding: 0.6vw 1vw;
  transition: 1s ease all;
  border: 1px solid #ddd;
}

.pagination li a:hover,
.ctr_item a:hover {
  background-color: #eee;
  color: #000000;
}

.pagination .page-num-current {
  background: #1f9244;
  color: #fff;
}

/* 详情页切换按钮 */
.ctr {
  display: flex;
  justify-content: space-between;
}

.ctr_item {
  width: 33%;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 1s ease all;
}

.ctr_item a {
  display: flex;
  padding: 1.2vw 0;
  justify-content: center;
  align-items: center;
  color: #999;
}

.ctr_item a:hover {
  background: #1f9244;
  color: #fff;
}

/* 按钮hover效果 */
button:before {
  content: "";
  display: block;
  background: linear-gradient(
    to left,
    rgba(132, 163, 138, 0) 50%,
    rgba(0, 248, 62, 0.4) 50%
  );
  color: #ffffff;
  background-size: 210% 100%;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
button:hover:before {
  background-position: left bottom;
}

/* news 新闻中心 */
/* 标题 */
.overview {
  padding: 2vw 0vw;
  background-color: rgba(247, 249, 251, 1);
}
.overview p {
  font-size: 2vw;
  font-weight: bolder;
  line-height: 3vw;
  color: #203071;
}

/* 选项卡标题 */

/* 选项卡内容 */
.news_list {
  margin: 2vw 0;
}

.news_list_item_text {
  display: flex;
  align-items: center;
  padding: 3vw;
  transition: all 0.5s;
}

.news_list_item_text:hover {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}

/* 选项卡左侧内容 */
a .news_list_item_left {
  width: 25%;
  overflow: hidden;
  margin-right: 2vw;
}

a .news_list_item_left img {
  transition: all 0.5s;
}

.news_list_item_text:hover img {
  transform: scale(1.1);
}

/* 选项卡右侧内容 */
a .news_list_item_right {
  /* width: 74%; */
  flex: 1;
}

a .news_list_item_right .news_list_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1vw 0 1.5vw;
}

a .news_list_item_title span {
  font-size: 1vw;
}
a .news_list_item_title h4 {
  transition: 0.5s;
  font-size: 1.5vw;
  font-weight: 500;
}
.news_list_itemtext:hover h4 {
  color: rgb(255, 188, 0);
}

a .news_list_item_cn {
  text-indent: 2em;
  font-size: 1vw;
  line-height: 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

a .news_list_item_cn img {
  display: none;
}
a .news_list_item_label div {
  margin-top: 2vw;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #999;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin: 2vw 1vw 0 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  word-break: keep-all;
  z-index: 2;
}

/* hr- 人才招聘 */
.hr_title {
  text-align: center;
  font-size: 2vw;
  padding: 3vw 0;
  font-weight: bold;
  color: #1f9244;
}

.hr_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2vw 0;
}

.hr_content li {
  width: 46%;
  padding-bottom: 2vw;
  transition: all 0.5s;
  padding: 2vw;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
  margin-bottom: 2vw;
}

.hr_content li:hover {
  background: #1f9244;
}

.hr_content li:hover a {
  color: #ffff;
}

.hr_content li h1 {
  padding: 2vw;
  font-size: 1.8vw;
  font-weight: 600;
  border-bottom: 1px solid #1f9244;
  margin-bottom: 1vw;
}

.hr_details_text {
  padding-top: 1vw;
  font-size: 0.833vw;
}
.hr_details_text p {
  padding: 0.5vw 0;
}

/* 联系我们-页面 */

.contact {
  padding: 3vw 8vw;
}

.contact ul {
  display: flex;
  justify-content: space-between;
  padding: 3vw 0;
}

.contact ul li {
  width: 48%;
  font-size: 1vw;
  line-height: 2.2vw;
}

.contact ul li h1 {
  font-size: 1.4vw;
  padding: 2vw 0;
}

.contact .content_left div {
  padding: 2vw 0;
}

.contact .content_right .message {
  display: flex;
  justify-content: space-between;
  padding: 0.5vw 0;
}

.contact .content_right .message div {
  width: 48%;
}

.contact .content_right .message div input {
  width: 100%;
  padding: 0.5vw 0;
}

.contact .content_right .text {
  padding: 1vw 0;
}

.contact .content_right .text textarea {
  width: 100%;
  padding: 1vw 0;
}

.message_button button {
  margin-top: 1vw;
  background: #1f9244;
  font-size: 1vw;
  color: #ffffff;
  font-weight: 400;
  padding: 1vw 6vw;
  transition: all 0.4s ease-in-out;
  position: relative;
}

/* 网站地图 */
#mapData {
  margin: 8vw 0;
  overflow: hidden;
  width: 100%;
  height: 68vh;
  /* margin: 0; */
  font-family: "微软雅黑";
}
/* 手机端导航 */
.Mobile_end {
  display: none;
}

.map_ad_mobile {
  display: none;
}

.totop1 {
  -webkit-animation: backInUp 1s ease both;
  animation: backInUp 1s ease both;
  animation-delay: 0.4s;
}

@media screen and (max-width: 1024px) {
  .map_ad_mobile {
    display: block;
  }

  .ad_img {
    display: none;
  }
  /* 网站头部 */
  header .logo {
    width: 34%;
  }

  header ul {
    display: none;
  }

  header .menu_icon {
    display: block;
  }

  /* 手机端导航 */
  .Mobile_end {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    background-color: #1f9244;
    display: block;
    transition: 0.5s ease all;
  }

  .Mobile_end .close {
    color: #ffffff;
    font-size: 14vw;
    font-weight: 100;
    margin: 3vw 10vw 3vw;
    display: none;
  }
  .Mobile_end ul {
    padding-top: 5vw;
    text-align: center;
    width: 100%;
    display: none;
  }

  .Mobile_end li.active {
    background: rgba(60, 60, 60, 60);
  }

  .Mobile_end li a {
    padding: 6vw 0;
    display: block;
    font-size: 4.8vw;
    color: #ffffff;
    font-weight: 500;
  }

  .banner .banner_text {
    object-fit: fill;
    width: 80%;
  }

  /* banner-图文字 */
  .banner_title h2 {
    font-size: 6.8vw;
  }

  .banner_title h5 {
    font-size: 4.8vw;
  }
  /* 首页 */
  .module_title {
    padding: 6vw 0;
  }

  .module_title h1 {
    font-size: 6.8vw;
  }
  .module_title h2 {
    font-size: 5.2vw;
  }

  .module_content {
    display: block;
  }

  .aboutus_content li {
    width: 100%;
  }

  .aboutus_content li p {
    font-size: 3vw;
    line-height: 5vw;
    text-indent: 2em;
  }
  .aboutus_content .aboutus_content_left_button {
    text-align: center;
    padding: 2vw 0;
  }

  .aboutus_content .aboutus_content_left_button a button {
    font-size: 3vw;
    padding: 2vw 3vw;
  }
  .aboutus_content_img {
    display: none;
  }

  .product_text {
    font-size: 4.6vw;
  }

  .product_content li {
    width: 100%;
  }

  .news .news_content {
    display: block;
  }

  .news .news_content li {
    width: 100%;
    padding: 4vw;
    margin: 4vw 0;
  }

  .news .news_content li a {
    display: block;
  }

  .news_content li h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news_content_button button {
    font-size: 4vw;
    padding: 3vw 4vw;
  }

  /* 首页-结束 */

  /* 内容选项卡标题 */
  .column_title {
    overflow: auto;
    padding: 2vw 0;
  }

  .column_title li {
    width: 38%;
    padding: 3vw 0;
    font-size: 4.6vw;
    flex-shrink: 0;
  }

  .column_title li a {
    font-size: 4.6vw;
  }

  .pagination {
    margin-bottom: 5vw;
  }

  .pagination li a {
    font-size: 4.6vw;
    padding: 2vw 3vw;
    color: #999;
  }

  .build_title li {
    width: 60%;
  }

  /* 关于我们 -页面 */

  .about_module_item {
    padding: 3vw 3vw 5vw;
  }
  .about_module .about_module_item_title {
    font-size: 6vw;
    padding: 6vw 0;
  }

  .intro ul li {
    width: 100%;
  }

  .intro ul .intro_img {
    display: none;
  }

  .intro ul li .intro_text,
  .advantage {
    font-size: 3.6vw;
    color: #333333;
    line-height: 5.8vw;
    font-weight: 400;
    text-indent: 2em;
  }

  .advantage_content {
    font-size: 3.6vw;
    line-height: 7.8vw;
  }

  /* 防止图片窜位 */
  video {
    font-size: 0 !important;
  }

  /* 产品中心-页面 */

  .column_content {
    padding: 0;
    margin: 5vw 0;
  }
  .column_list {
    padding: 5vw 0 3vw;
  }

  .column_list_item {
    width: 100%;
    margin: 0 0 5vw;
  }

  .column_list_item h3 {
    font-size: 4.8vw;
  }
  /* 新闻资讯 -页面*/
  .news_list_item {
    padding: 5vw 0;
    border-top: #ececec 1px solid;
  }

  /* 选项卡左侧内容 */
  a .news_list_item_left {
    width: 30%;
    margin-right: 10vw;
    overflow: hidden;
  }

  /* 选项卡右侧内容 */
  a .news_list_item_right {
    /* width: 66%; */
    flex: 1;
  }

  a .news_list_item_right .news_list_item_title {
    display: block;
  }

  a .news_list_item_right .news_list_item_title h4 {
    font-size: 3.8vw;
    font-weight: 500;
    margin-bottom: 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  a .news_list_item_right .news_list_item_title span {
    font-size: 3vw;
  }

  a .news_list_item_cn {
    font-size: 3vw;
    line-height: 5.314009vw;
    -webkit-line-clamp: 3;
  }

  /* 详情 */
  .column_details {
    padding: 10vw 8vw;
  }

  .column_details_title {
    font-size: 5.3vw;
    padding: 5vw 0;
  }

  .column_details_titles {
    display: block;
  }

  .column_details_titles div {
    font-size: 3vw;
    line-height: 5.314009vw;
  }

  .Parameter h3 {
    font-size: 4.6vw;
    line-height: 6.4vw;
    padding-bottom: 1vw;
  }

  .column_details_text {
    padding: 2vw;
    font-size: 3.381642vw;
    line-height: 5.314009vw;
    color: #333333;
    font-weight: 400;
  }

  .column_details_text img {
    display: block;
  }

  .ctr {
    margin: 5vw 0;
  }

  .ctr_item a {
    color: #000000;
    font-weight: 400;
    font-size: 3vw;
    padding: 3.2vw 0;
  }

  /* hr */

  .hr_title {
    font-size: 6vw;
    padding: 10vw 0 0;
  }

  .hr_content {
    display: block;
    padding-top: 10vw;
  }

  .hr_content li {
    width: 100%;
    margin-bottom: 10vw;
    padding: 5vw;
  }

  .hr_content li h1 {
    font-size: 5.6vw;
  }

  .hr_info {
    padding: 2vw;
  }

  .hr_info h5,
  .hr_details h5 {
    font-size: 4vw;
    font-weight: 500;
  }

  .hr_info_text {
    font-size: 3vw;
  }

  .hr_details {
    padding-top: 2vw;
  }

  .hr_details_text {
    padding: 3vw 0;
    font-size: 3vw;
  }

  .hr_details_text p {
    padding: 1vw 0;
  }

  /* 联系我们 */
  .contact ul {
    display: block;
  }
  .contact ul li {
    width: 100%;
    margin-bottom: 5vw;
  }

  .contact ul li h1 {
    font-size: 6.4vw;
    margin-bottom: 2vw;
  }

  .contact .content_left div {
    font-size: 4.4vw;
    line-height: 8.8vw;
  }

  .contact .content_right {
    font-size: 4.4vw;
    line-height: 8.8vw;
  }

  .contact .content_right .message {
    display: block;
  }

  .contact .content_right .message div {
    width: 100%;
    margin-bottom: 3vw;
  }

  .contact .content_right .message div input {
    width: 100%;
    padding: 4vw 0;
  }

  .message_button button {
    font-size: 3.6vw;
    width: 100%;
    padding: 4vw;
  }

  /* 网站底部 */
  .footer_content {
    display: none;
  }
  
  .footer_text {
      font-size: 1.8vw;
      padding: 5vw;
  }
  /* 网站地图 */
  #mapData {
    height: 30vh;
  }

  /* 回到顶部 */
  #to_top {
    bottom: 8%;
    right: 8%;
    width: 12vw;
    height: 12vw;
    font-size: 5vw;
  }
}
