* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #666;
  padding-top: 70px;
}
img {
  border: 0;
}
/*header start*/
.header {
  width: 100%;
  height: 70px;
  background: #008b12;
  position: fixed;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .h_top {
  width: 100%;
  height: 70px;
  margin: 0 auto;
}
.header .h_top .h_logo {
  width: 220px;
  padding-top: 16px;
  float: left;
}

/*h_nav start*/
.header .h_top .h_nav {
  width: 80%;
  height: 70px;
  float: left;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  margin-left: 10%;
  font-size: 20px;
  color: #ffffff;
  list-style: none;
}
.header .h_top .h_nav ul {
  display: flex;
  justify-content: space-around;
}
.header .h_top .h_nav ul li {
  list-style: none;
  float: left;
}
.header .h_top .h_nav ul li img {
  width: 173px;
  height: 40px;
  margin-top: 16px;
}
.header .h_top .h_nav ul li a {
  text-decoration: none;
  display: block;
  line-height: 70px;
  padding: 0 20px 0 20px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;

  font-size: 18px;
  color: #ffffff;
  font-size: 0.95vw;
}
.header .h_top .h_nav ul li a:hover {
  background-color: #32a240;
}
.main img {
  width: 100%;
  height: 80vh;
}
.mainImg1 {
  width: 100%;
  /* height: 60vh; */
}
.mainImg1 img {
  width: 100% !important;
  height: 100% !important;
}
.mainImg {
  width: 100%;
  height: 80vh;
  position: relative;
}
.mainImg2 {
  width: 100%;
  /* height: 90vh; */
  position: relative;
}

.mainImg2 img {
  width: 100%;
  /* height: 100%; */
}
.titleImg {
  position: absolute;
  left: 47.8%;
  top: 55%;
  width: 35.5vw !important;
}
.aimg {
  position: absolute;
  width: 4.5vw !important;
  right: 16.5%;
  top: 40.5%;
  cursor: pointer;
}
.aimg2 {
  position: absolute;
  width: 4.5vw !important;
  left: 30%;
  top: 87.5%;
  cursor: pointer;
  z-index: 1;
}
.mainImg3 {
  width: 100%;
  /* height: 116.3vh; */
  position: relative;
}
.mainImg3 img {
  width: 100%;
  /* height: 100%; */
}
.mainImg4 {
  width: 100%;
  /* height: 108vh; */
  position: relative;
}
.mainImg4 img {
  width: 100%;
  height: 100%;
}
.mainImg5 {
  width: 100%;
  height: 104vh;
}

/* 轮播图 */
li {
  list-style: none;
}
.box {
  position: relative;
  overflow: hidden;

  width: 100%;
  height: 80vh;
  background-color: red;
}
.jiantou {
  font-size: 24px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 20px;
  height: 30px;
  line-height: 30px;
  background: rgba(158, 154, 154, 0.7);
  color: white;
  z-index: 999;
}
.left {
  position: absolute;
  top: 125px;
  left: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.right {
  position: absolute;
  top: 125px;
  left: 500px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pic img {
  width: 100%;
  height: 100%;
}
.box .pic {
  width: 100%;
}
.pic {
  position: absolute;
  width: 100%;
  height: 80vh;
}
.pic li {
  float: left;
}
.lis {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 13px;
  border-radius: 7px;
  background: rgba(158, 154, 154, 0.7);
}
.lis li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.lis .selected {
  background-color: cyan;
}
/* 尾部 */
.footer {
  width: 100%;
  height: 66.5vh;
  background-color: #008b12;
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer .item1 {
  display: flex;
  align-items: self-start;
  margin-left: 40%;
}
/* 快捷导航样式 */
.quick-nav {
  margin-top: 40px;
  color: white;
  padding: 1rem;
  margin-right: 120px;
}

.quick-nav h2 {
  margin-bottom: 1rem;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}

.quick-nav ul {
  list-style-type: none;
}

.quick-nav li {
  margin-bottom: 0.5rem;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.quick-nav a {
  text-decoration: none;
  color: inherit;
}

.quick-nav a:hover {
  color: #e6e6e6;
}
.item2 {
  width: 100%;

  text-align: center;
}
.item2 .row {
  border-top: 1px rgba(255, 255, 255, 0.4) solid;
  padding-top: 40px;
  width: 80%;
  margin: auto;
}
.item2 p {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 50px;
}
.suspension {
  position: absolute;
  width: 408px;
  height: 41vh;
  top: -20px;
  left: 10%;
  background: linear-gradient(180deg, #27ac39 0%, rgba(39, 172, 57, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}
.suspension_img {
  width: 360px;
  height: 92.46px;
  margin-top: 40px;
}
.suspension .row2 {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.suspension .row2 div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.row2_img {
  width: 80px;
  height: 80px;
}
.iframe_style {
  border: medium none;
}

.pos__title {
  position: absolute;
  width: 38%;

  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1.25vw;
  color: #333333 100%;
  line-height: 4.4vh;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: #dfe6da;
  top: 65.8%;
  right: 14%;
}
.pos__title2 {
  position: absolute;
  width: 38%;
  font-weight: 300;
  font-size: 1.2vw;
  color: #fff;
  line-height: 4.2vh;
  letter-spacing: 2.7px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: #6fba2c;
  top: 23%;
  right: 16.3%;
}
.pos__title3 {
  justify-content: center;
  position: absolute;
  width: 20%;
  /* height: 12%; */
  font-weight: 300;
  font-size: 1.2vw;
  color: #fff;
  line-height: 4vh;
  letter-spacing: 2.7px;
  text-align: left;
  font-style: normal;
  text-transform: none;

  /* top: 84%; */
  bottom: 10.5%;
  left: 15.7%;
  /* right: 16.3%; */
  display: flex;
  flex-direction: column;
}
.pos__title3 span:nth-child(1) {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1.2vw;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 2.8%;
}
.pos__title3 span:nth-child(2) {
  color: #f0f8e9;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1vw;
  color: #666666;
  line-height: 3.5vh;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title4 {
  justify-content: center;
  position: absolute;
  width: 20%;

  font-weight: 300;
  font-size: 1.2vw;
  color: #fff;
  line-height: 4vh;
  letter-spacing: 2.7px;
  text-align: left;
  font-style: normal;
  text-transform: none;

  /* top: 84%; */
  bottom: 13.2%;
  left: 40.5%;
  /* right: 16.3%; */
  display: flex;
  flex-direction: column;
}
.pos__title4 span:nth-child(1) {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1.2vw;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 3.2%;
}
.pos__title4 span:nth-child(2) {
  color: #f0f8e9;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1vw;
  color: #666666;
  line-height: 3.5vh;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title5 {
  justify-content: center;
  position: absolute;
  width: 20%;

  font-weight: 300;
  font-size: 1.2vw;
  color: #fff;
  line-height: 4vh;
  letter-spacing: 2.7px;
  text-align: left;
  font-style: normal;
  text-transform: none;

  /* top: 84%; */
  bottom: 10.5%;
  left: 65.5%;
  /* right: 16.3%; */
  display: flex;
  flex-direction: column;
}
.pos__title5 span:nth-child(1) {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1.2vw;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
  margin-bottom: 2.8%;
}
.pos__title5 span:nth-child(2) {
  color: #f0f8e9;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1vw;
  color: #666666;
  line-height: 3.5vh;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title6 {
  position: absolute;
  width: 38%;
  font-weight: 300;
  font-size: 1.2vw;
  color: #fff;
  line-height: 4vh;
  letter-spacing: 2.7px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  top: 16%;
  right: 14.3%;
}
.pos__title6 span:nth-child(1) {
  width: auto;
  height: 33px;
  display: block;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1.4vw;
  color: #333333;
  line-height: 3vh;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title6 span:nth-child(2) {
  margin-top: 2%;
  display: block;
  width: 632px;
  height: 40px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1.2vw;
  color: #666666;
  line-height: 4vh;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title7 {
  position: absolute;
  width: 38%;
  font-weight: 300;
  font-size: 1.2vw;
  color: #fff;
  line-height: 4vh;
  letter-spacing: 2.7px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  top: 46%;
  right: 45.3%;
}
.pos__title7 span:nth-child(1) {
  width: auto;
  height: 33px;
  display: block;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1.4vw;
  color: #333333;
  line-height: 3vh;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title7 span:nth-child(2) {
  margin-top: 2%;
  display: block;
  width: 632px;
  height: 40px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1.2vw;
  color: #666666;
  line-height: 4vh;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title8 {
  position: absolute;
  width: 38%;
  font-weight: 300;
  font-size: 1.2vw;
  color: #fff;
  line-height: 4vh;
  letter-spacing: 2.7px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  top: 75.5%;
  right: 14%;
}
.pos__title8 span:nth-child(1) {
  width: auto;
  height: 33px;
  display: block;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1.4vw;
  color: #333333;
  line-height: 3vh;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pos__title8 span:nth-child(2) {
  margin-top: 2%;
  display: block;
  width: 632px;
  height: 40px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1.2vw;
  color: #666666;
  line-height: 4vh;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.title__top {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 4% !important;
}
.title__top img {
  width: 28vw;
  height: 5%;
}
.title__top p {
  margin-top: 2%;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  font-size: 1.6vw;
  color: #333333;
  line-height: 38px;
  letter-spacing: 3px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bgcRow__img {
  width: 100%;
  /* height: 100%; */
  box-sizing: border-box;
  margin-top: 2%;
  text-align: center;
}
.bgcRow__img img {
  width: 40%;
  /* height: 40%; */
  margin: 0.3%;
  margin: 5px;

  margin-right: 8px;
}
