<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  scroll-behavior: smooth;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}
@font-face {
  font-family: 'siyuan';
  src: url('../font/SourceHanSerifCN-Regular.otf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../font/Poppins-SemiBold.ttf');
}
.swiper {
  --swiper-theme-color: #ff6600;
  /* Ã¨Â®Â¾Ã§Â½Â®SwiperÃ©Â£Å½Ã¦Â&nbsp;Â¼ */
  --swiper-navigation-color: #00ff33;
  /* Ã¥Ââ€¢Ã§â€¹Â¬Ã¨Â®Â¾Ã§Â½Â®Ã¦Å’â€°Ã©â€™Â®Ã©Â¢Å“Ã¨â€°Â² */
  --swiper-navigation-size: 30px;
  /* Ã¨Â®Â¾Ã§Â½Â®Ã¦Å’â€°Ã©â€™Â®Ã¥Â¤Â§Ã¥Â°Â */
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #fff;
}
a {
  color: #959595;
}
img {
  vertical-align: middle;
}
.count {
  font-size: 68px;
}
.swiper-container1 {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.swiper-slide-thumb-active img {
  opacity: 1;
}
.swiper-container {
  width: 100%;
}
.swiper-container .swiper-wrapper {
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 35%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.swiper-content .swiper-text {
  color: #ffffff;
  letter-spacing: 10px;
  font-size: 60px;
}
@media screen and (max-width: 1200px) {
  .swiper-content .swiper-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-content .swiper-text {
    font-size: 18px;
  }
}
.swiper-content .swiper-btn {
  padding-top: 14px;
  display: flex;
  flex-flow: column wrap;
}
.swiper-content .swiper-btn p a {
  color: #50710c;
}
@media screen and (max-width: 768px) {
  .swiper-content {
    top: 5%;
  }
  .swiper-content .swiper-btn a {
    font-size: 14px;
  }
}
.swiper-slide {
  position: relative;
}
.swiper-slide .swiper-content11 {
  width: 45%;
  position: absolute;
  top: 25%;
  left: 15%;
  text-align: center;
  display: block;
  text-align: left;
  color: #fff;
}
.swiper-slide .swiper-content11 .swiper-name {
  font-size: 36px;
  font-weight: bold;
  margin: 16px 0;
}
.swiper-slide .swiper-content11 .swiper-detail {
  line-height: 3rem;
  padding: 50px auto !important;
  font-size: 18px;
}
@media screen and (max-width: 1400px) {
  .swiper-slide .swiper-content11 .swiper-name {
    font-size: 30px;
    margin: 10px 0;
  }
  .swiper-slide .swiper-content11 .swiper-detail {
    font-size: 16px;
    line-height: 2rem;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-slide .swiper-content11 .swiper-name {
    font-size: 20px;
    margin: 0;
  }
  .swiper-slide .swiper-content11 .swiper-detail {
    font-size: 14px;
    line-height: 2rem;
  }
  .swiper-slide .swiper-content11 div span {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-slide .swiper-content11 .swiper-detail {
    font-size: 12px;
    line-height: 2rem;
  }
  .swiper-slide .swiper-content11 div span {
    font-size: 14px !important;
  }
}
.swiper-button-prev {
  /* Ã¨Â®Â¾Ã§Â½Â®Ã¦Å’â€°Ã©â€™Â®Ã¥Â¤Â§Ã¥Â°Â */
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev {
    --swiper-navigation-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-button-prev {
    --swiper-navigation-size: 24px;
  }
}
.swiper-button-next {
  /* Ã¨Â®Â¾Ã§Â½Â®Ã¦Å’â€°Ã©â€™Â®Ã¥Â¤Â§Ã¥Â°Â */
}
@media screen and (max-width: 1440px) {
  .swiper-button-next {
    --swiper-navigation-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-button-next {
    --swiper-navigation-size: 24px;
  }
}
.thumb {
  width: 100%;
  position: relative;
}
.thumb .swiper-container1 {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  height: auto;
  bottom: 5% !important;
}
@media screen and (max-width: 992px) {
  .thumb .swiper-container1 {
    display: none;
  }
}
.thumb .linellae {
  width: 100%;
}
.thumb .linellae .box {
  width: 1200px;
  background-color: aqua;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .thumb .swiper-content11 {
    width: 69%;
  }
  .thumb .swiper-content11 .swiper-detail {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .thumb .swiper-content11 .swiper-name {
    font-size: 18px;
  }
}
.swiper-container1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 5% !important;
  left: 13px;
  right: 0;
}
.swiper-container1 .swiper-wrappers {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-between;
}
.swiper-container1 .swiper-wrappers .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column wrap;
  height: 120px;
}
.swiper-container1 .swiper-wrappers .swiper-slide .slide-border {
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 100px;
}
.swiper-container1 .swiper-wrappers .swiper-slide .slide-border:hover {
  background-color: rgba(3, 163, 67, 0.626);
}
.swiper-container1 .swiper-wrappers .swiper-slide .slide-border img {
  text-align: center;
}
.swiper-container1 .swiper-wrappers .swiper-slide .slide-name {
  color: #fff;
  opacity: 0.5;
}
.swiper-container1 .swiper-wrappers .swiper-slide-thumb-active .slide-name {
  opacity: 1;
}
.slide-backg {
  background-color: rgba(3, 163, 67, 0.833);
}
.box1 {
  background: url("../images/lvtuoyuan.png") no-repeat 50% 50%;
}
.box2 {
  background: url("../images/huigan.png") no-repeat 50% 50%;
}
#header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#wangjiahuan {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  /*Ã¨ÂÅ“Ã¥Ââ€¢Ã¦â€°â€¹Ã¦Å“ÂºÃ§Å&nbsp;Â¶Ã¦â‚¬Â*/
  /*Ã¨ÂÅ“Ã¥Ââ€¢Ã¦â€°â€¹Ã¦Å“ÂºÃ§Å&nbsp;Â¶Ã¦â‚¬Â*/
}
#wangjiahuan #header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#wangjiahuan #header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 100px;
  font-size: 1rem;
  background-color: #fff;
  position: fixed;
  justify-content: space-between;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  #wangjiahuan #header {
    height: 80px;
  }
}
#wangjiahuan #header .header-outer {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 992px) {
  #wangjiahuan #header .header-outer {
    width: 100%;
  }
}
#wangjiahuan #header .header-inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #wangjiahuan #header .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #wangjiahuan #header .header-inner {
    width: 100%;
    justify-content: space-between;
  }
}
#wangjiahuan #header .header-logo {
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
}
#wangjiahuan #header .navbar-color {
  color: rgba(0, 128, 0, 0.687);
  font-weight: bold;
}
#wangjiahuan #header .navbar-list {
  max-width: 1150px;
  width: 100%;
  position: relative;
  color: #a3a3a3;
  height: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
#wangjiahuan #header .navbar-list .navbar-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 65px;
  margin: 0 0.5rem;
  width: 95px;
  height: 100%;
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}
#wangjiahuan #header .navbar-list .navbar-item a {
  display: flex;
  align-items: center;
}
#wangjiahuan #header .navbar-list .navbar-item .navbar-icon {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid rgba(2, 146, 59);
  transition: all ease 0.3s;
}
#wangjiahuan #header .navbar-list .navbar-item .navbar-icon1 {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all ease 0.3s;
}
#wangjiahuan #header .navbar-list .navbar-item:hover {
  transition: all 0.5s ease;
  color: rgba(2, 146, 59);
}
#wangjiahuan #header .navbar-list .navbar-item.active {
  color: rgba(2, 146, 59);
}
#wangjiahuan #header .navbar-list .navbar-item:not(:last-of-type)::after {
  color: #a3a3a3;
  content: "/";
  display: block;
  position: absolute;
  right: -0.95rem;
  font-weight: bold;
}
#wangjiahuan #header .nav-search {
  cursor: pointer;
}
#wangjiahuan #header .select-list {
  background: #fff;
  position: absolute;
  top: 99px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wangjiahuan #header .select-list .select-item {
  width: max-content;
  border-radius: 5px;
  padding: 19px 0;
  border: 1px solid #eee;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
  min-width: 75px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#wangjiahuan #header .select-list .select-item a {
  text-align: left;
  justify-content: flex-start;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: normal;
  color: #666;
}
#wangjiahuan #header .select-list .select-item a:hover {
  transition: all 0.5s ease;
  background-color: #95959523;
}
@media screen and (max-width: 1440px) {
  #wangjiahuan #header .navbar-list {
    font-size: 14px;
  }
  #wangjiahuan #header .navbar-list .navbar-item {
    width: 82px;
    margin: auto;
  }
  #wangjiahuan #header .navbar-list .navbar-item:not(:last-of-type)::after {
    content: "/";
    display: block;
    position: absolute;
    right: -0.65rem;
    font-weight: bold;
  }
  #wangjiahuan #header .navbar-list .navbar-item .navbar-icon {
    margin-left: 5px;
    margin-right: 0px;
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
  #wangjiahuan #header .navbar-list .navbar-item .select-list .select-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #wangjiahuan #header .nav-search {
    display: none;
  }
  #wangjiahuan #header .navbar-list {
    display: none;
  }
  #wangjiahuan #header .phoneIcon {
    display: flex;
    z-index: 999999;
  }
}
#wangjiahuan .phoneIcon {
  width: 30px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
#wangjiahuan .phoneNav {
  width: 100%;
  height: 2px;
  background: #000;
}
#wangjiahuan .phoneNav:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
#wangjiahuan .phoneNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
#wangjiahuan .active .phoneNav,
#wangjiahuan .active .phoneNav:before,
#wangjiahuan .active .phoneNav:after,
#wangjiahuan .bgActive .phoneNav,
#wangjiahuan .bgActive .phoneNav:before,
#wangjiahuan .bgActive .phoneNav:after {
  background: #000;
}
#wangjiahuan .menuBox {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
#wangjiahuan .phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
#wangjiahuan .menuBox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: green url('../images/close.svg') no-repeat center;
  background-size: 12px;
  text-indent: -99px;
}
#wangjiahuan .phoneNavShow .close {
  display: block;
}
#wangjiahuan .menuBox ul li a {
  color: #333;
  display: block;
}
#wangjiahuan .menuBox ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
#wangjiahuan .menuBox ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
#wangjiahuan .menuBox ul li a {
  height: auto;
  line-height: 50px;
}
#wangjiahuan .menuBox .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  flex-direction: column;
  display: none;
}
#wangjiahuan .menuBox .secondMenu a,
#wangjiahuan .menuBox.active .menuBox ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
#wangjiahuan .menuBox.active .secondMenu {
  top: 0;
}
#wangjiahuan .menuBox ul li {
  position: relative;
}
#wangjiahuan .menuBox ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../images/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#wangjiahuan .menuBox ul li i.active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
#wangjiahuan .banner,
#wangjiahuan .swiper-slide {
  width: 100%;
  position: relative;
}
#wangjiahuan .content {
  width: 100%;
  margin: 150px auto 190px;
  display: flex;
  box-sizing: border-box;
  padding-left: 20px;
  justify-content: space-between;
}
#wangjiahuan .content .left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-content: space-between;
  margin-left: 10%;
  margin-right: 5%;
  text-align: left;
  max-width: 700px;
}
#wangjiahuan .content .left h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: 900;
}
#wangjiahuan .content .row2 {
  font-size: 1.25rem;
  line-height: 2;
}
#wangjiahuan .content .wang_g {
  color: #1e771e;
}
#wangjiahuan .content h4 {
  color: #00913a;
  font-size: 24px;
  line-height: 2;
  font-weight: 900;
}
#wangjiahuan .content .border_b {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
  line-height: 2;
  font-size: 16px;
  color: #666;
  box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
#wangjiahuan .content .more_btn {
  width: 170px;
  text-align: center;
  border: 1px solid green;
  border-radius: 50px;
  line-height: 30px;
  background-color: #00913a;
  margin: 21px 0 50px;
}
#wangjiahuan .content .more_btn:hover {
  background: #8dc21f;
  border-color: #8dc21f;
}
#wangjiahuan .content .more_btn a {
  color: #fff;
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  display: block;
  line-height: 45px;
}
#wangjiahuan .content .Number .number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wangjiahuan .content .Number .number .number-item {
  display: flex;
  flex-direction: column;
}
#wangjiahuan .content .Number .number .number-item p {
  display: flex;
  font-size: 60px;
  color: green;
  position: relative;
  width: fit-content;
}
#wangjiahuan .content .Number .number .number-item p::after {
  content: '+';
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 24px;
  font-weight: 600;
}
#wangjiahuan .content .Number .number .number-item p .num {
  font-size: 60px;
  color: #008d33;
  font-weight: bold;
  font-family: 'Poppins-SemiBold';
  line-height: 0.7;
}
#wangjiahuan .content .Number .number .number-item p .wan {
  font-size: 30px;
  align-self: flex-end;
  position: relative;
  font-weight: bold;
  font-family: 'Poppins-SemiBold';
  color: #00913a;
  line-height: 1;
}
#wangjiahuan .content .Number .number .number-item p span {
  font-size: 1.5rem;
}
#wangjiahuan .content .Number .number .number-item p span:nth-child(2) {
  margin-left: 10px;
}
#wangjiahuan .content .Number .number .number-item .text1 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#wangjiahuan .content .Number .number .number-item .text1 span {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
}
#wangjiahuan .content .right {
  width: 50%;
  display: flex;
  object-fit: cover;
  height: 100%;
  max-width: 870px;
}
#wangjiahuan .content .right img {
  display: flex;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  #wangjiahuan .content .left {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1440px) {
  #wangjiahuan .content .left {
    margin-left: 0;
  }
  #wangjiahuan .content .left h1 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  #wangjiahuan .content .left .row2 {
    font-size: 16px;
    padding: 10px 0;
  }
  #wangjiahuan .content .left h4 {
    font-size: 20px;
  }
  #wangjiahuan .content .num {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 1200px) {
  #wangjiahuan .content {
    padding: 0 50px;
    display: block;
  }
  #wangjiahuan .content .left {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    max-width: 100%;
  }
  #wangjiahuan .content .left .num {
    font-size: 48px !important;
  }
  #wangjiahuan .content .left .wan {
    font-size: 20px !important;
  }
  #wangjiahuan .content .right {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  #wangjiahuan .content {
    margin: 100px auto;
  }
}
@media screen and (max-width: 1000px) {
  #wangjiahuan .content {
    margin: 50px auto;
    padding: 0 20px;
  }
  #wangjiahuan .content .border_b {
    padding: 20px 0;
  }
  #wangjiahuan .content .left .num {
    font-size: 24px !important;
  }
  #wangjiahuan .content .left .text1 span {
    font-size: 16px !important;
  }
  #wangjiahuan .content .Number .number .number-item p::after {
    font-size: 14px;
    font-weight: 600;
  }
}
#wangjiahuan .panel2 {
  width: 100%;
  text-align: left;
}
#wangjiahuan .panel2 .panel2_outer {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 36px 20px 0;
  max-width: 1540px;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left {
  width: 42%;
  max-width: 500px;
  display: flex;
  flex-flow: column nowrap;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left h1 {
  font-size: 48px;
  padding-top: 164px;
  font-weight: 900;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left p {
  width: 100%;
  font-size: 1.85rem;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left p span {
  color: green;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left .small {
  width: 100%;
  line-height: 2rem;
  color: #585858;
  font-size: 1rem;
  padding: 35px 0;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag li {
  width: 33.3%;
  padding-bottom: 1.56rem;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag li .tag_text {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5px;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag li:nth-child(1),
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag li:nth-child(4) {
  text-align: left;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag li:nth-child(2),
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag li:nth-child(5) {
  text-align: center;
}
#wangjiahuan .panel2 .panel2_outer .panel2_left .panel2_tag li:nth-child(3) {
  text-align: right;
}
#wangjiahuan .panel2 .panel2_outer .panel2_right {
  width: 52%;
}
#wangjiahuan .panel2 .city {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #wangjiahuan .panel2 .panel2_outer .panel2_left h1 {
    font-size: 32px;
    padding-top: 70px;
  }
  #wangjiahuan .panel2 .panel2_outer .panel2_left p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  #wangjiahuan .panel2 .panel2_outer {
    margin: 0 auto;
    display: block;
  }
  #wangjiahuan .panel2 .panel2_outer .panel2_left,
  #wangjiahuan .panel2 .panel2_outer .panel2_right {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #wangjiahuan .panel2 .panel2_outer .panel2_left h1 {
    padding-top: 0px;
  }
  #wangjiahuan .panel2 .panel2_outer .panel2_left p {
    padding: 20px 0 !important;
  }
}
#wangjiahuan .panel3 {
  width: 100%;
  background: url("../images/juxing92.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
  position: relative;
}
#wangjiahuan .panel3 .panel3_outer {
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0 20px 100px;
  max-width: 1540px;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-left {
  width: 50%;
  font-size: 48px;
  padding: 100px 0 70px 0;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-left h2 {
  width: 100%;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right {
  width: 50%;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right .progress {
  margin: 1.15rem 0;
  text-align: right;
  width: 100%;
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
  padding: 100px 0 70px 0;
  cursor: pointer;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right .progress li {
  color: #008d33;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right .progress li:hover {
  color: green;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right .progress li a {
  color: #959595;
  padding-left: 30px;
  display: inline-block;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right .progress li a:hover {
  color: green !important;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right .progress li a:hover span {
  background: url("../images/lvtuoyuan.png") no-repeat 50% 50% !important;
}
#wangjiahuan .panel3 .panel3_outer .panel3-top .top-right .progress .progress-icon {
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 3px solid green;
}
#wangjiahuan .panel3 .panel3_outer .bottom-active {
  display: flex !important;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left {
  width: 45%;
  display: flex;
  flex-flow: column wrap;
  border-bottom: 2px solid #00913a;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3-image {
  font-size: 0.75rem;
  width: 100%;
  line-height: 1rem;
  color: #a4a4a4;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3-image img {
  width: 100%;
  height: 100%;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3-image a {
  overflow: hidden;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 40px 54px 40px;
  display: flex;
  flex-flow: column wrap;
  background-color: #fff;
  overflow: hidden;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new p,
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new h5,
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new .new_bottom {
  width: 100%;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new a {
  display: contents;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new p {
  margin-bottom: 21px;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new h5 {
  font-size: 18px;
  margin-bottom: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new .new_bottom {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new:hover h5 {
  color: #0d7f09;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left .panel3_new:hover .panel3-image img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right {
  width: 50%;
  display: flex;
  align-content: space-between;
  flex-flow: column nowrap;
  border-bottom: 1px solid #d4d6d5;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right .panel3_new {
  width: 100%;
  padding: 50px 0px;
  border-top: 1px solid #c1ccc1;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right .panel3_new p {
  font-size: 0.75rem;
  color: #a4a4a4;
  padding: 10px 0px;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right .panel3_new h5 {
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right .panel3_new .new_bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
  line-height: 1.5rem;
  color: #959595;
}
#wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right .panel3_new:hover h5 {
  color: #0d7f09;
}
@media screen and (max-width: 1440px) {
  #wangjiahuan .panel3 .panel3_outer .panel3-top {
    padding: 0;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-top .top-left {
    font-size: 32px;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right .panel3_new {
    padding: 43px 0px;
  }
}
@media screen and (max-width: 1200px) {
  #wangjiahuan .panel3 .panel3_outer {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-top .top-left {
    padding: 30px 0;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-top .top-left h2 {
    font-size: 28px;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-top .top-right {
    display: none;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-bottom {
    flex-direction: column;
    align-items: center;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left {
    width: 100%;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_left p {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #a4a4a4;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right {
    width: 100%;
    align-content: center;
    flex-flow: column nowrap;
    border-bottom: 3px solid #d4d6d5;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3-bottom .panel3_right .progress-icon {
    width: 0.6em;
    height: 0.6em;
    margin-right: 0.5rem;
    border-radius: 50%;
    border: 3px solid green;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3_new {
    width: 100%;
    border-top: 2px solid #c1ccc1;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3_new p {
    font-size: 0.75rem;
    color: #a4a4a4;
    padding: 0;
    margin-bottom: 5px !important;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3_new h5 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 !important;
  }
  #wangjiahuan .panel3 .panel3_outer .panel3_new .new_bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    line-height: 1.5rem;
    color: #959595;
  }
}
.banner .swiper-pagination span svg {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.banner .swiper-pagination span {
  width: 50px;
  height: 50px;
  position: relative;
  background: none !important;
  opacity: 1;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media screen and (max-width: 1440px) {
  .banner .swiper-pagination span {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination span {
    width: 30px;
    height: 30px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 50px;
  border-color: transparent;
}
@media screen and (max-width: 1440px) {
  .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet-active:before {
  display: none;
}
.banner .swiper-pagination span::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0 ;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .banner .swiper-pagination span::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination span::after {
    width: 5px;
    height: 5px;
  }
}
.banner .swiper-pagination span #circle {
  transition: linear 3s;
  stroke-dasharray: 140, 140;
  stroke-dashoffset: 140;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active #circle {
  stroke-dashoffset: 0;
}
.swiper-timer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  pointer-events: none;
  opacity: 1;
  z-index: 999;
  position: absolute;
  bottom: 96px;
}
.swiper-timer .line img {
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .swiper-timer {
    bottom: 76px;
  }
}
@media screen and (max-width: 996px) {
  .swiper-timer {
    display: none !important;
  }
}
.line-biglist {
  pointer-events: none;
  width: 100%;
  display: flex;
  height: 200px;
  margin: -3px 0%;
  position: absolute;
  justify-content: space-between;
}
.line-biglist .linellae-list {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 211px;
  display: flex;
  justify-content: center;
  z-index: 999;
  align-items: center;
  align-self: center;
}
.line-biglist .linellae-list .linellae-bigitem {
  width: 12%;
  display: flex;
  justify-content: center;
}
.line-biglist .linellae-list .linellae-bigitem .linellae-item {
  border-radius: 100px;
  border: 1px solid #66a576;
  text-align: center;
  width: 80px;
  height: 80px;
  background: transparent;
  pointer-events: none;
  -webkit-animation: gogogo 2s infinite linear;
  display: none;
}
/*# sourceMappingURL=./wangjiahuan.css.map */

/* Ã¤Â¿Â®Ã¦â€Â¹Ã¥Å“Â°Ã¥â€ºÂ¾ */
#wangjiahuan .panel2 .panel2_outer .panel2_right {
  width: 52%;
  position: relative;
}
#wangjiahuan .panel2 .panel2_outer .panel2_right img {
  width: 100%;
}
#wangjiahuan .panel2 .panel2_outer .panel2_right img:nth-child(2) {
  position: absolute;
  top: 0px;
  vertical-align: middle;
  left: 0px;
  margin: auto;
  z-index: 2;
}
#wangjiahuan .panel2 .panel2_outer .panel2_right img:nth-child(3) {
  position: absolute;
  top: 0px;
  vertical-align: middle;
  left: 0px;
  margin: auto;
}
#wangjiahuan .panel2 .panel2_outer .panel2_right img:nth-child(4) {
  position: absolute;
  top: 0px;
  vertical-align: middle;
  left: 0px;
  margin: auto;
}
#wangjiahuan .panel2 .city {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #wangjiahuan .panel2 .panel2_outer .panel2_left h1 {
    font-size: 32px;
    padding-top: 70px;
  }
  #wangjiahuan .panel2 .panel2_outer .panel2_left p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  #wangjiahuan .panel2 .panel2_outer {
    margin: 0 auto;
    display: block;
  }
  #wangjiahuan .panel2 .panel2_outer .panel2_left,
  #wangjiahuan .panel2 .panel2_outer .panel2_right {
    width: 100%;
    max-width: 100%;
  }
}

.banner {
   height: 100vh !important;
    overflow: hidden;
}

.banner .swiper-pagination {
  bottom: 140px !important;
}
.banner  p&gt;img {
  height: 100vh !important;
  object-fit: cover !important;
}



/* Ã¤Â¿Â®Ã¦â€Â¹Ã¥Å“Â°Ã¥â€ºÂ¾Ã§Â»â€œÃ¦ÂÅ¸ */</pre></body></html>