:root {
  --main-bg-color: rgb(0, 107, 83);
  --header-bg: #38373d;
  --newssection-bg: rgb(249, 249, 255);
  --text-color: #666;
  --tec_bg-color: #38373d;
  --tec_bgA-color: #1e1e1e;
  /* 中灰色 */
  --gray-color: rgb(196, 210, 219);
  --grayb-color: rgb(248, 248, 248);
  --grayc-color: rgb(239, 239, 239);
  --grayd-color: rgb(247, 244, 244);
}
ul {
  list-style: none; /* 去掉默认的项目符号 */
}
li {
  list-style-type: none; /* 去掉默认的项目符号 */
  text-align: center;
}
.page-link {
  color: #454545 !important;
}

* {
  font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: var(--main-bg-color) !important;
}
/* 去除a标签的默认下划线 */
a {
  text-decoration: none;
}

/* 去除a标签的默认颜色 */

/* 去除a标签被点击时的外部轮廓线 */
a:focus {
  outline: none;
}

/* 去除a标签的不同状态下的下划线 */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
/* a {
    color: #615C5C !important;
    } */
.fp-warning,
.fp-watermark {
  display: none;
}
h1 {
  font-size: 6em;
  font-size: calc(2em + 2vw);
  font-family: arial, helvetica;
  margin: 0;
}
.newh1 {
  color: var(--tec_bgA-color);
  margin-bottom: 0.6rem;
}

.intro p {
  width: 50%;
  margin: 0.5em auto;
  font-size: 1.65em;
}

.sectionTec {
  border-radius: 0.5rem;
  /* background: var(--tec_bgA-color); */
  /* background: white; */
  background: rgb(0, 0, 0, 0.4);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
}
.sectionTec_A {
  flex: 0 0 33.32%;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.9s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.sectionTec_A:nth-child(7),
.sectionTec_A:nth-child(8),
.sectionTec_A:nth-child(9) {
  border-bottom: none;
}
.sectionTec_A:nth-child(3),
.sectionTec_A:nth-child(6),
.sectionTec_A:nth-child(9) {
  border-right: none;
}
.sectionTec_A h2 {
  color: #d6b368;
  font-weight: bold;
}
.IndexLmapFloatL {
  z-index: 2;
}
.eightDivA {
  cursor: pointer;
  padding: 10px 15px;
  box-sizing: border-box;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
}
.eightDivAHover:hover{
    animation: breathe .5s forwards;
}
@keyframes breathe {
    0%, 100% { box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1); transform: scale(1.05);}
    0% { box-shadow: 0 4px 20px rgba(0, 123, 255, 0.25); transform: scale(1); }
}
.eightDivAzhezhao {
  /* position: relative;
    bottom: 0; */
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
  margin-top: 20px;
  /* height: 100%; */
}
/* .eightDivA:hover .eightDivAzhezhao {
  display: block;
}
.eightDivA:hover img {
  display: none;
}
.eightDivA:hover {
  color: #006b53;
  border: 1px solid #006b53;
}
.eightDivA:hover > p {
  color: #006b53;
} */

.sectionTec_A:hover {
  background-color: var(--main-bg-color);
}
.newcontent {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;

  margin: 0 auto;
  margin-top: 1rem;
}

/* 新闻板块悬停变大 */
.News_BContent div {
  cursor: pointer;
  position: relative;
  transform: scale(0.8);
}
.News_BContent div.active {
  transform: scale(1);
  transition: all 600ms ease;
}
.News_BContent div:hover {
  transform: scale(1.05);
}
.News_AContent {
  cursor: pointer;
  transform: scale(1);
  position: relative;
  transition: all 600ms ease;
}
.News_AContent:hover {
  transform: scale(1.05);
}
/* 新闻板块悬停变大 */

.News_BContent div p {
  color: var(--tec_bgA-color);
  text-align: left;
}
.News_BContent div p:nth-child(2) {
  font-weight: bold;
}
.News_BContent div p:nth-child(3) {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--tec_bg-color);
}

.sectionTec_A img {
  margin: 0 auto;
}
.News_BContent {
  display: flex;
  justify-content: space-between;
}
.News_AContent p {
  text-align: left;
  color: white;
}

.section {
  font-family: arial, helvetica;
  color: #fff;
  text-align: center;
  /* min-height: 100vh; */
}
.section:last-of-type {
  height: auto !important;
}
.section:nth-child(3) .fp-table {
  justify-content: start !important;
}

.fp-section:nth-child(5) {
  background-color: var(--grayb-color);
}

.fp-section:nth-child(7) {
  background-color: var(--tec_bg-color);
}

.fp-section:nth-child(6) {
  background-color: var(--newssection-bg);
}

#jishuzhichi {
  /* background-color: var(--main-bg-color); */
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: white;
}
#header {
  position: fixed;
  width: 100vw;
  z-index: 999999;
  text-align: center;
  /* color: #fff; */
  padding: 1rem 0;
  background-color: #fff;
  box-sizing: border-box;
  /* display: flex; */
  align-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  /* justify-content: space-between; */
}
#header.active {
  /* top: 0;  */
  top: -100px;

}
#header {
  top: 0px;
  left: 0;
}
#header img {
  display: block;
  float: left;
  cursor: pointer;
}
.header_menu {
  display: flex;
  justify-content: space-between;
}
#header.active {
  /* background-color: var(--header-bg); */
  /* background: rgba(0, 0, 0, .5); */
}
.LeftAboutus {
}
.LeftAboutus_A {
  border-left: solid 4px var(--main-bg-color);
  text-align: left;
}
.LeftAboutus_A p {
  padding: 0;
  margin: 0;
}

.LeftAboutus_B p {
  text-align: left;
  padding: 0;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--text-color);
}
.LeftAboutus_C {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.LeftAboutus_C div {
  /* width: 50%; */
  text-align: center;
  margin-bottom: 10px;
}

.LeftAboutus_C p {
  color: var(--text-color);
  margin: 0;
  padding: 0;
}
.LeftAboutus_C h2 {
  color: var(--main-bg-color);

  margin: 0;
  padding: 0;
}
.ditusection_RDivR h3 {
  color: black;
  text-align: left;
}
.ditusection_RDivR p {
  color: var(--tec_bg-color);
  text-align: left;
}
/*
.fp-tooltip{
    font-size: 1.2em !important;
    margin-right: 10px;
}
*/

/* #section0{
    position: relative;
    background-size: cover;
    overflow: hidden;
} */
/* .slide{ */
/* Important! Videos use absolute */
/* position: relative; */

/* background-size: cover; */

/* Making sure videos won't overflow */
/* overflow: hidden; */
/* } */
/* .section{ */
/* Important! Videos use absolute */
/* position: relative; */

/* background-size: cover; */
/* } */
.overlay-video {
  position: absolute;
  /* right: 0;
    bottom: 0; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.searchDiv_Des h1,
p {
  color: white;
}

.searchDiv_Des {
  /* position: relative; */
}
.disnone {
  display: block;
}

/* Loading 元素的样式 */
#loading {
  position: fixed; /* 固定位置 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8); /* 半透明背景 */
  text-align: center; /* 内容居中 */
  z-index: 99999999999; /* 确保在最上面 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  /* border: 8px solid #f3f3f3; 
    border-top: 8px solid var(--main-bg-color); 
    border-radius: 50%; 
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    position: relative;
    margin-top: 30vh; */
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: var(--main-bg-color);

  animation: ball-scale infinite linear 1s;
}
@keyframes ball-scale {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
#h0 {
  color: var(--main-bg-color);
}

/* 添加旋转动画 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 缩放渐入渐出效果 */
#showtypeA {
  transform: scale(0.8);
  position: relative;
  transition: all 600ms ease;
  opacity: 0;
}
#showtypeA.active {
  transform: scale(1);
  opacity: 1;
}
#showtypeC {
  transform: scale(0.8);
  position: relative;
  transition: all 600ms ease;
  opacity: 0;
}
#showtypeC.active {
  transform: scale(1);
  opacity: 1;
}
#showtypeE {
  transform: scale(0.8);
  position: relative;
  transition: all 600ms ease;
  opacity: 0;
}
#showtypeE.active {
  transform: scale(1);
  opacity: 1;
}
#showtypeD {
  transform: scale(0.8);
  position: relative;
  transition: all 600ms ease;
  opacity: 0;
}
#showtypeD.active {
  transform: scale(1);
  opacity: 1;
}
/* 左侧移入 */
#showtypeB {
  position: relative;
  left: -800px;
}
#showtypeB.active {
  animation: myfirst 1s;
  -webkit-animation: myfirst 1s; /* Safari and Chrome */
  left: 0px;
}
.News_A {
  position: relative;
  /* left: -30px; */
}
.News_A.active {
  /* animation:leftten 1s;
	-webkit-animation:leftten 1s; 
    left: 0px; */
}
.readmore {
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #454545;
}
/* 关于我们新版 */
.aboutcontent {
  position: absolute;
  /* top: -13rem; */
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 5px 5px 10px #888888;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1rem;
  background: white;
}
.aboutcontent_A {
  /* float: left; */
  width: 100%;
  font-size: 1rem;
  line-height: 30px;
  word-break: break-all;
  color: var(--tec_bgA-color);
  text-align: left;
}
#nav {
  width: 58%;
}
#nav ul li a {
  /* color: #615c5c !important; */
  /* color: #1e1e1e ; */
  font-weight: 700;
}

.tmDivflex {
  width: 100%;

  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* float: right; */
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.tmDivflex div {
  /* background: white; */
  width: calc((100% -30px) / 4);
  /* min-width: calc(100% / 2.9); */
  /* max-width: calc(100% / 2.1); */
  box-sizing: border-box;
  /* border: solid 2px var(--main-bg-color); */
  /* box-shadow: -10px 0 10px -10px #c9c9cc,
    10px 0 10px -10px #c9c9cc; */
  padding: 0.5rem 1rem;
  display: flex;
  flex-flow: wrap;
  /* margin-bottom: 0.5rem; */
  /* justify-content: center;
    align-items: center; */
  /* border-radius: 1px; */
  background: linear-gradient(to left, #c9c9cc, #c9c9cc) left top no-repeat,
    linear-gradient(to bottom, #c9c9cc, #c9c9cc) left top no-repeat,
    linear-gradient(to left, #c9c9cc, #c9c9cc) right top no-repeat,
    linear-gradient(to bottom, #c9c9cc, #c9c9cc) right top no-repeat,
    linear-gradient(to left, #c9c9cc, #c9c9cc) left bottom no-repeat,
    linear-gradient(to bottom, #c9c9cc, #c9c9cc) left bottom no-repeat,
    linear-gradient(to left, #c9c9cc, #c9c9cc) right bottom no-repeat,
    linear-gradient(to left, #c9c9cc, #c9c9cc) right bottom no-repeat;
  background-size: 1px 20px, 20px 1px, 1px 20px, 20px 1px;
}
.tmDivflex div:last-of-type {
  background: none;
}
.tmDivflex div p {
  color: black;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.tmDivflex div h2 {
  color: black;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.tmDivflex div p {
  font-size: 0.8rem;
}
.tmDivflex div h2 {
  font-size: 1.3rem;
  color: var(--main-bg-color);
  font-weight: bold;
}
.newcontent_A {
  cursor: pointer;
}
.searchDiv_Des h1 {
  text-shadow: 5px 5px 6px #292929;
}
.searchDiv_Des p {
  text-shadow: 1px 2px 1px black;
}
.submitSearch {
  position: relative;
  top: -1rem;
  box-shadow: 5px 5px 10px #888888;

  margin: 0 auto;
  border-radius: 10px;

  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  background: white;
}

.submitSearch.active {
  animation: topten 1s;
  -webkit-animation: topten 1s; /* Safari and Chrome */
  top: -3rem;
}
.IndexLmapFloatL {
  position: relative;
  top: 0;
}
.IndexLmapFloatL.active {
  animation: floattopsanshi 1s;
  -webkit-animation: floattopsanshi 1s; /* Safari and Chrome */
  top: 0;
}

@keyframes myfirst {
  0% {
    left: -800px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@-webkit-keyframes myfirst /* Safari and Chrome */ {
  0% {
    left: -800px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes leftten {
  0% {
    left: -30px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@-webkit-keyframes leftten /* Safari and Chrome */ {
  0% {
    left: -30px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes topten {
  0% {
    left: 0px;
    top: -1rem;
  }

  100% {
    left: 0px;
    top: -3rem;
  }
}

@-webkit-keyframes topten /* Safari and Chrome */ {
  0% {
    left: 0px;
    top: -1rem;
  }

  100% {
    left: 0px;
    top: -3rem;
  }
}
@keyframes twoten {
  0% {
    left: 0px;
    top: 0rem;
  }

  100% {
    left: 0px;
    top: -2rem;
  }
}

@-webkit-keyframes twoten /* Safari and Chrome */ {
  0% {
    left: 0px;
    top: 0rem;
  }

  100% {
    left: 0px;
    top: -2rem;
  }
}
@keyframes threeten {
  0% {
    left: 0px;
    top: -7rem;
  }

  100% {
    left: 0px;
    top: -9rem;
  }
}

@-webkit-keyframes threeten /* Safari and Chrome */ {
  0% {
    left: 0px;
    top: -7rem;
  }

  100% {
    left: 0px;
    top: -9rem;
  }
}
@keyframes floattopsanshi {
  0% {
    left: 0px;
    top: -30px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@-webkit-keyframes floattopsanshi /* Safari and Chrome */ {
  0% {
    left: 0px;
    top: -30px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
/* 按钮样式
 */
.BlueButton {
  background-color: var(--main-bg-color);
  color: white;
  width: 7rem;
  text-align: center;
  font-size: 0.95rem;
  margin: 0 auto;
  position: relative;
  padding: 0.4rem;
  line-height: 30px;
  margin-top: 0.6rem;
  border-radius: 5px;
  cursor: pointer;
}
.BlueButton:hover {
  background: white;
  color: var(--main-bg-color);
  cursor: pointer;
}
.searchDiv img {
  width: 100%;
}

.inputSearch {
  background-color: var(--main-bg-color);
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px var(--main-bg-color);
}
.inputSearch:hover {
  display: inline-block;
  background: white;
  color: var(--main-bg-color);
  cursor: pointer;
  border: solid 1px var(--main-bg-color);
}
.indexfooter {
  /* background-color: var(--main-bg-color); */
  /* background-color: #5c5c5c; */
  /* background-color: #888; */
  background-color: #f2f2f2;
  color: #333;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
}
.indexfooterL>div>p{
  color: #333;
}
.indexfooterR>p{
  color: #333;
}
.indexfooterLast {
  width: 100%;
  background-color: var(--main-bg-color);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 5px 20px;
  /* border-bottom: solid 10px var(--main-bg-color); */
  /* border-top: solid 1px #54535c; */
  /* border-top: solid 1px #f2f2f2; */
}

.gobtn {
  background-color: var(--main-bg-color);
  padding: 0.5em 1.5em;
  border-radius: 1.5em;
  text-align: center;
}
.zhanwei {
  height: 12em;
}
.zhanweibox {
  top: 20%;
}
.aboutcontent {
  bottom: 2%;
}

/* 图片放大CSS */
.maximg-box {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.maximg-colse {
  position: absolute;
  right: 40px;
  top: 80px;
  width: 30px;
  height: 30px;
  z-index: 99999999999;
}
.maximg-content {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.maximg-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 99999999999;
}
.maximg-img {
  width: 80%;
  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer;
}
/* 图片放大CSS */


.bg-list{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px;
   /* grid-template-columns: repeat(auto-fill, minmax(350px, 350px)); */
  margin-top: 2rem;
}
.bg-list-item{
  width: 250px;
  /* display: inline-block; */
}

/*弹性盒子*/
.webox{
	display: flex;
	align-items: center;
}
.weboxtop{
display: flex;
align-items: top;
}
.webox-row{
flex-direction: row;
}
.webox-wrap{
flex-wrap:wrap;
}
.webox-start{
justify-content: flex-start;
}
.webox-end{
justify-content:flex-end;
}
.webox-center{
justify-content:center;
}
.webox-around{
justify-content:space-around;
}
.webox-between{
justify-content:space-between;
}
.webox-end{
justify-content:flex-end;
}
/*弹性盒子*/