/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-card {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#fp-nav ul a {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50%;
  border: 1px solid #fff;
}
#fp-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: auto !important;
  height: auto !important;
}
#fp-nav ul a span {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 5px !important;
  height: 5px !important;
  border: none !important;
  background-color: #ffffff !important;
}
#fp-nav ul a.active {
  width: 22px !important;
  height: 42px !important;
  background-image: url(../img/icon1.png);
  background-repeat: no-repeat;
  border-radius: 0 !important;
  border: none;
  margin: 15px;
}
#fp-nav ul a.active span {
  display: none;
}
.common-title {
  position: absolute;
  top: 12%;
}
.section.active .common-title h2,
.section.active .common-title h4,
.section.active .common-title img {
  transform: translateY(0);
  opacity: 1;
}

.common-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  transition: all 1s ease 0.3s;
  transform: translateY(-100%);
}
.common-title h4 {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  margin: 11px 0 18px 0;
  transition: all 1s ease 0.5s;
  transform: translateY(-100%);
}
.common-title img {
  width: 100%;
  height: 9px;
  opacity: 0;
  transition: all 1s ease 0.8s;
  transform: translateY(-100%);
  object-fit: cover;
}

/*菜单导航  */
#menu {
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 9999;
}
#menu .logo {
  display: inline-block;
  width: 360px;
  height: 78px;
  margin-right: 40px;
}
#menu .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu .rt {
  flex: 1;
}
#menu ul a {
  font-size: 15px;
  color: #000000;
}
#menu ul li {
  width: 114px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

#menu ul li:hover {
  text-align: center;
  background-image: linear-gradient(0deg, #79bf2b 0%, #02a53a 100%);
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #fff;
}
#menu ul li:hover a {
  color: #fff;
}
.section,
.fp-tableCell {
  width: 100%;
  height: 100vh !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.section1Swiper {
  width: 100%;
  height: 100%;
}
.section1Swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 {
  background-image: url(../img/icon4.png);
}
.section2.active .section2Swiper {
  opacity: 1;
  transition: all 1s ease 0.3s;
  bottom: 15%;
}

.section2Swiper {
  position: absolute;
  bottom: -50%;
  width: 100%;
  height: auto;
  opacity: 0;
  overflow: hidden;
}
.section2Swiper .swiper-slide {
  width: 292px;
  height: 526px;
  background-color: #ffffff;
  box-shadow: 11px 18px 13px 0px rgba(10, 2, 4, 0.13);
  padding: 10px 10px;
}
.section2Swiper img {
  width: 271px;
  height: 397px;
  object-fit: cover;
}
.section2Swiper .name {
  width: 100%;
  line-height: 63px;
  height: 63px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #efefef;
}
.section2Swiper a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
  color: #222222;
}
.section2Swiper a::after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../img/icon3.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
}
.section.active .common-more {
  opacity: 1;
  transition: all 1s ease 0.6s;
  left: 50%;
}
.common-more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateX(-50%);
  bottom: 5%;
  width: 130px;
  height: 40px;
  background-color: #83c219;
  border: solid 2px #148306;
}
.common-more div {
  width: 124px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #148306;
}
.section3 {
  background-image: url(../img/icon5.png);
}
.section3-con {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
}
.section3 .common-title {
  top: 16%;
}
.section3 .lt {
  position: relative;
  width: 590px;
  height: 378px;
  border: 1px solid rgba(243, 243, 243, 0.75);
  opacity: 0;
  transition: all 1s ease 0.3s;
  transform: translateX(-100%);
}
.section3.active .lt,
.section3.active .rt {
  opacity: 1;
  transform: translateX(0);
}
.section3 .lt img {
  width: 600px;
  height: 380px;
  object-fit: cover;
  position: absolute;
  left: 11px;
  top: -18px;
}
.section3 .rt {
  flex: 1;
  margin-left: 60px;
  margin-top: -40px;
  transition: all 1s ease 0.3s;
  transform: translateX(100%);
}

.section3 .rt .tl {
  display: flex;
  align-items: end;
}
.section3 .rt .tl div {
  display: flex;
  flex-direction: column;
}
.section3 .rt .tl span {
  font-size: 95px;
  font-weight: bold;
  line-height: 87px;
  letter-spacing: 5px;
  color: #148306;
}
.section3 .rt .tl i {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-left: -15px;
}
.section3 .rt .tl em {
  font-style: italic;
  font-size: 22px;
  color: #148306;
}
.section3 .rt h6 {
  font-size: 15px;
  color: #ffffff;
  margin: 15px 0 10px 0;
}
.section3 .rt .text {
  font-size: 14px;
  line-height: 31px;
  color: #000000;
}
.section3 .number ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3 .number span {
  font-size: 41px;
  font-weight: bold;
  color: #148306;
  text-shadow: 2px 2px 2px #fff;
}
.section3 .number h6,
.section3 .number i {
  font-size: 27px;
  font-weight: normal;
  text-shadow: 2px 2px 2px #fff;
  color: #148306;
}
.section3.active .common-more {
  left: 12.2%;
  bottom: -2%;
}
.section3 .number {
  width: 100%;
  position: absolute;
  bottom: -10%;
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.section3.active .number {
  opacity: 1;
  bottom: 7%;
}
.section4 {
  background-image: url(../img/icon8.png);
}
.section4-con {
  position: absolute;
  bottom: -50%;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.section4.active .section4-con {
  opacity: 1;
  bottom: 10%;
}
.section4-con ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section4-con ul li {
  width: 385px;
  height: 251px;
  background-color: rgba(243, 243, 243, 0.2);
  margin: 0 22px 15px 0;
  border-top: 7px solid #99de38;
}
.section4-con ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section4-con ul li:nth-child(3n) {
  margin-right: 0;
}
.section4-con ul img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: all 0.3s;
}
.section4-con ul h6 {
  font-size: 24px;
  color: #ffffff;
  margin: 25px 0 13px 0;
}
.section4-con ul p {
  font-size: 14px;

  color: #ffffff;
}
.section4-con ul li:hover {
  border-color: #fff;
  background-color: #00aa01;
}
.section4-con ul li:hover img {
  transform: scale(1.2);
}
.section5 {
  background-image: url(../img/icon9.png);
}
.section5-con {
  position: absolute;
  bottom: -50%;
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.section5.active .section5-con {
  opacity: 1;
  bottom: 3%;
}
.section5-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.section5-con ul li {
  width: 387px;
  height: 305px;
  background-color: #ffffff;
  margin: 0 19px 18px 0;
  padding: 12px 12px 0 12px;
}
.section5-con ul li:nth-child(3n) {
  margin-right: 0;
}
.section5-con ul .name {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.section5-con ul img {
  width: 361px;
  height: 253px;
}
.section6 {
  background-image: url(../img/icon11.png);
}
.section6-con {
  position: absolute;
  bottom: -50%;
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.section6.active .section6-con {
  opacity: 1;
  bottom: 10%;
}
.section6-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section6-con ul li {
  width: 587px;
  height: 163px;
  background-color: #ffffff;
  margin: 0 26px 23px 0;
  padding: 23px 10px 10px 16px;
}
.section6-con ul li:nth-child(2n) {
  margin-right: 0;
}
.section6-con ul h6 {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.section6-con ul .text {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section6-con ul a {
  display: inline-block;
  width: 88px;
  height: 29px;
  background-color: #c1c1c1;
  border-radius: 14px;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  color: #ffffff;
}
.section6-con ul .time span {
  font-size: 14px;
  color: #b6b6b6;
}
.section6-con ul .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section6-con ul li:hover a {
  background-color: #00aa01;
  color: #fff;
}
.section7,
.footer {
  background-image: url(../img/icon12.png);
}
.section7-con {
  position: absolute;
  bottom: 10%;
}
#map {
  width: 602px;
  height: 250px;
  margin-right: 33px;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 1s ease 0.3s;
}
.section7.active #map,
.section7.active .rt {
  opacity: 1;
  transform: translateX(0);
}
.section7-con .top {
  display: flex;
  align-items: center;
}
.section7-con .rt {
  opacity: 0;
  transform: translateX(50%);
  transition: all 1s ease 0.3s;
  flex: 1;
}
.section7-con .rt span {
  font-size: 14px;

  line-height: 38px;

  color: #ffffff;
}
.section7-con .rt i {
  font-size: 14px;
  text-align: center;
  line-height: 36px;

  color: #000000;
}
.section7-con .rt img {
  width: 113px;
  height: 113px;
}
.section7-con .rt ul {
  display: flex;

  justify-content: space-between;
}
.section7-con .rt li {
  display: flex;
  flex-direction: column;
}
.section7-con .form {
  margin-top: 23px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s ease 0.3s;
}
.section7.active .form {
  opacity: 1;
  transform: translateY(0);
}
.section7-con .form h6 {
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 32px;
}
.section7-con .form div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.section7-con .form input[type='text'] {
  width: 597px;
  height: 50px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 50px;
  color: #777777;
  padding-left: 20px;
}

.section7-con .form textarea {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  font-size: 14px;
  color: #777777;
  padding: 15px 0 0 20px;
}
.section7-con .form input[type='submit'] {
  width: 175px;
  height: 55px;
  background-color: #8edb21;
  border-radius: 27px;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  margin-top: 16px;
}
.BMap_bubble_title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.BMap_bubble_content {
  font-size: 14px;
}
.section7 .bto,
.footer .bto {
  position: absolute;
  bottom: -10%;
  opacity: 0;
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid rgba(243, 243, 243, 0.25);
  line-height: 70px;
  transition: all 1s ease 0.3s;
}
.section7.active .bto {
  opacity: 1;
  bottom: 0;
}
.insideSwiper {
  height: 100vh;
}
.footer .bto,
.footer .section7-con,
.footer .bto {
  position: static;
  opacity: 1;
}
.footer #map,
.footer .section7-con .rt {
  opacity: 1;
  transform: translateX(0);
}
.footer .section7-con .form {
  opacity: 1;
  transform: translateY(0);
}
.footer .bto {
  margin-top: 30px;
}
.footer {
  padding-top: 20px;
}
.insideMenu{
    background: #fff;
    box-shadow: 2px 2px 2px #fff;
}