* {
  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;
}
.imgMask {
  /* width: 947px;
  height: 60px; */
  width: 42vw;

  height: 6.5vh;
}
.imgMaskCopy {
  width: 49.7vw;
  height: 6.5vh;
}
.mainImg1 {
  width: 100%;
  /* height: 60vh; */
}
.mainImg1 img {
  width: 100% !important;
  height: 100% !important;
}
.mainImg {
  width: 100%;
  height: 80vh;
  position: relative;
}
.mainImg2 {
  width: 100%;
  height: 157%;
}
.mainImg2 img {
  width: 100%;
  height: 100%;
}

.mainImg3 {
  width: 100%;
  height: 100%;
  background: #6fba2c;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainImg3 img {
  width: 100%;
  height: 100%;
}
.mainDiv {
  position: relative;
  width: 80%;
  height: 374px;
  text-align: center;
}
.mainDiv button {
  position: absolute;
  top: 64%;
  border: none;
  left: 64%;
  width: 400px;
  height: 80px;
  background: linear-gradient(240deg, #66cc73 0%, #008b12 61%);
  box-shadow: 0px 10px 20px 0px rgba(0, 51, 153, 0.3);
  border-radius: 100px;
}
.mainDiv button span {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}
.mainImg4 {
  width: 100%;
  height: 90%;
}
.mainImg4 img {
  width: 100%;
  height: 100%;
}
.mainImg5 {
  width: 100%;
  height: 104vh;
}
.mainImg5 img {
  width: 100%;
  height: 100%;
}
/* 轮播图 */
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;
}
.mainList {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  height: 90%;
}
.mainList div:nth-child(1) {
  display: flex;
  align-items: center;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 38px;
  color: #008b12;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 8px;
}
.mainList div:nth-child(1) h4 {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 28px;
  color: #008b12;
  margin-top: 20px;
}
.mainList div:nth-child(2) {
  display: flex;
  align-items: center;
}
.mainList div:nth-child(2) div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24.2vw;
  margin: 20px 10px;
}

.mainList div:nth-child(2) img {
  width: 100%;
  /* height: 287px; */
  height: 31vh;
}
.pStyle {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  /* font-size: 24px; */
  font-size: 1.25vw;
  color: #333333;
  width: 100%;
  height: 5vh;
  line-height: 7vh;
  white-space: nowrap;
}
.p2Style {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  /* font-size: 18px; */
  font-size: 1.1vw;
  line-height: 3.8vh;
  color: #666666;

  -webkit-box-orient: vertical; /* 兼容 WebKit 浏览器 */
  flex-direction: column; /* 标准属性 */
  line-clamp: 3; /* 标准属性 */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
}
.p3Style {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  /* font-size: 20px; */
  font-size: 1.05vw;
  width: 100%;
  color: #008b12;
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.p3Style img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}
.btnDiv {
  text-align: center;
  width: 151px;
  height: 64px;
}
.btnDiv button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #008b12;
}
.btnDiv button span {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 24px;
  color: #008b12;
}
.btnDiv button img {
  width: 20px;
  height: 20px;
}
.itemRow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;

  padding-bottom: 3%;
}
.itemRow_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  /* font-size: 24px; */
  font-size: 1.25vw;
  color: #999999;
}
.itemRow_item {
  margin: 40px 0px;
  width: 100%;
  /* height: 600px; */
  height: 71vh;
  overflow: hidden;
}
.itemRow_item .itemRow_item1 {
  display: flex;
  align-items: center;
  width: 75.5%;
  margin-left: 12.5%;
  margin-bottom: 34px;
}

.itemRow_item1_div {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.itemRow_item1_div1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.itemRow_item1_div1 p:nth-child(1) {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  /* font-size: 28px; */
  font-size: 1.45vw;
  color: #333333;
  line-height: 5vh;
}
.itemRow_item1_div1 p:nth-child(2) {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 300;
  /* font-size: 24px; */
  font-size: 1.1vw;
  color: #666666;
}

.itemRow_item1_div2 {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  /* font-size: 20px; */
  font-size: 1.04vw;
  line-height: 4vh;
  width: 100%;
  -webkit-box-orient: vertical; /* 兼容 WebKit 浏览器 */
  flex-direction: column; /* 标准属性 */
  line-clamp: 3; /* 标准属性 */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
