#box {
  position: fixed;
  bottom: 20%;
  right: 0.2rem;
  z-index: 10089;
  background: url(../img/icon10.png) no-repeat center;
  background-size: 100% 100%;
  width: 1.96rem;
  height: 3.36rem;
  padding-top: 1.7rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition:all .5s;
}
#box .close {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  cursor:pointer;
}
#box a {
  display: block;
  width: 1.12rem;
  line-height: 0.34rem;
  background: #7fb520;
  color: #ffffff;
  font-size: 0.18rem;
  border-radius: 0.17rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
#box .goback {
  cursor: pointer;
  width: 0.56rem;
  height: 0.34rem;
}
#box3 {
  position: fixed;
  bottom: 20%;
  left: -0.2rem;
  z-index: 10089;
  background: url(../img/icon10.png) no-repeat center;
  background-size: 100% 100%;
  width: 1.96rem;
  height: 3.36rem;
  padding-top: 1.7rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition:all .5s;
}
#box3 .close {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  cursor:pointer;
}
#box3 a {
  display: block;
  width: 1.12rem;
  line-height: 0.34rem;
  background: #7fb520;
  color: #ffffff;
  font-size: 0.18rem;
  border-radius: 0.17rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
#box3 .goback {
  cursor: pointer;
  width: 0.56rem;
  height: 0.34rem;
}
#menu {
  display: none;
}
#head_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  background: #fff;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
#head_menu #menu_close {
  width: 0.9rem;
  height: 0.9rem;
  background: #7fb520;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#head_menu #menu_close img {
  width: 0.25rem;
  height: 0.25rem;
}
#head_menu .menu_box {
  height: 100%;
}
#head_menu .menu_box .w {
  height: 100%;
}
#head_menu .menu_box .w .menu_box__top {
  width: 2.64rem;
  height: 0.76rem;
}
#head_menu .menu_box .w .menu_box__top img {
  width: 100%;
  height: 100%;
}
#head_menu .menu_box .w .menu_box__mid {
  margin-top: 1rem;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li {
  margin-bottom: 0.3rem;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li > a {
  color: #333333;
  font-size: 0.36rem;
  font-weight: 700;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li .menu_nav__ej {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li .menu_nav__ej .gg {
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li .menu_nav__ej .gg a {
  display: inline-block;
  color: #333333;
  font-size: 0.32rem;
  line-height: 0.4rem;
  border-bottom: 0.01rem solid transparent;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li .menu_nav__ej .gg a:hover {
  border-bottom: 0.01rem solid #7fb520;
  color: #7fb520;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li.on > a {
  color: #7fb520;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li.on .menu_nav__ej a.active {
  border-bottom: 0.01rem solid #7fb520;
  color: #7fb520;
}
.index .section {
  height: 100vh;
}
.index .section .banner {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index .section .banner img {
  width: 100%;
  height: 100%;
}
.index .section .banner img.pc {
  display: block;
}
.index .section .banner img.sj {
  display: none;
}
.index .section .banner .pagin .swiper-pagination-bullet {
  width: 0.58rem;
  height: 0.05rem;
  background: rgba(0, 103, 52, 0.2);
  border-radius: 0.03rem;
  opacity: 1;
}
.index .section .banner .pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006834;
}
.index .section .module2 {
  width: 100%;
  height: 100vh;
  background: url(../img/bg2.jpg) no-repeat center;
  background-size: cover;
}
.index .section .module2 .w {
  height: 100%;
  padding-top: 2rem;
  box-sizing: border-box;
}
.index .section .module2 .w .module_nr {
  display: flex;
  justify-content: space-between;
}
.index .section .module2 .w .module_nr .module2__lef {
  width: 50%;
  padding-right: 0.24rem;
  box-sizing: border-box;
}
.index .section .module2 .w .module_nr .module2__lef h1 {
  color: #8abc1e;
  font-size: 0.36rem;
  font-weight: 700;
  margin-top: 0.56rem;
}
.index .section .module2 .w .module_nr .module2__lef ul {
  overflow: hidden;
  margin-top: 0.46rem;
}
.index .section .module2 .w .module_nr .module2__lef ul li {
  margin-bottom: 0.36rem;
  width: 31%;
  margin-right: 2%;
  float: left;
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  min-height: 0.44rem;
  background-image: url(../img/icon3.png), url(../img/icon3_3.png);
  background-repeat: no-repeat;
  background-size: 0.17rem 0.34rem;
  background-position: left center,right center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .section .module2 .w .module_nr .module2__lef .p {
  margin-top: 0.2rem;
  height: 1.38rem;
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.9;
  text-align: justify;
}
.index .section .module2 .w .module_nr .module2__lef .p p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.9;
  text-align: justify;
}
.index .section .module2 .w .module_nr .module2__lef .more {
  width: 1.42rem;
  height: 0.49rem;
  line-height: 0.49rem;
  display: flex;
  justify-content: center;
  padding: 0.05rem;
  box-sizing: border-box;
  transition: all 0.5s;
  align-items: center;
  background: #8abc1e;
  border-radius: 0.24rem;
  border-bottom-left-radius: 0;
  margin-top: 0.74rem;
}
.index .section .module2 .w .module_nr .module2__lef .more span {
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
}
.index .section .module2 .w .module_nr .module2__lef .more img {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.1rem;
}
.index .section .module2 .w .module_nr .module2__lef .more:hover {
  transform: translateX(0.1rem);
}
.index .section .module2 .w .module_nr .module2__rig {
  width: 50%;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd {
  margin-left: auto;
  overflow: hidden;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd .jj_time {
  width: 6.03rem;
  height: 1.93rem;
  background: url(../img/icon5.png) no-repeat center;
  background-size: 100% 100%;
  padding-left: 3.28rem;
  padding-top: 0.7rem;
  box-sizing: border-box;
  margin-left: 0.96rem;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd .jj_time h1 span {
  color: #fff;
  font-size: 0.44rem;
  font-weight: 400;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd .jj_time h1 sub {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd .jj_time h1 sup {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
  vertical-align: 0.24rem;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd .jj_time h5 {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd .jj_time:nth-child(2) {
  background: url(../img/icon6.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.66rem;
}
.index .section .module2 .w .module_nr .module2__rig .jj_gd .jj_time:nth-child(3) {
  background: url(../img/icon7.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.36rem;
}
.index .section .module3 {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.index .section .module3::before {
  content: '';
  display: block;
  width: 0.34rem;
  height: 4.09rem;
  background: url(../img/icon16.png) no-repeat center;
  background-size: 0.34rem 100%;
  position: absolute;
  top: 57%;
  right: 1.2rem;
  transform: translateY(-50%);
}
.index .section .module3 h1 {
  margin-top: 1.3rem;
  color: #333333;
  font-size: 0.5rem;
  font-weight: 400;
  text-align: center;
}
.index .section .module3 .module3_nr {
  margin-top: 1.3rem;
  width: 16.6rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .section .module3 .module3_nr .lb_swi {
  height: 7.5rem;
  width: 13rem;
  margin-right: 1rem;
  margin-left: 0;
}
.index .section .module3 .module3_nr .lb_swi .sp_qh .qp_qh_top .bg {
  position: relative;
  width: 11.35rem;
  height: 5.6rem;
  margin-left: auto;
  margin-right: 0.3rem;
  background: url(../img/icon99.png) no-repeat bottom center;
  background-size: 100% 4.05rem;
}
.index .section .module3 .module3_nr .lb_swi .sp_qh .qp_qh_top .bg .img {
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 5%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .section .module3 .module3_nr .lb_swi .sp_qh .qp_qh_top .bg .img img {
  display: block;
  margin: 0.6rem auto 0;
  max-width: 2.41rem;
  max-height: 4rem;
}
.index .section .module3 .module3_nr .lb_swi .sp_qh .qp_qh_bot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.index .section .module3 .module3_nr .lb_swi .sp_qh .qp_qh_bot .img {
  margin: 0 0.4rem;
  transition: all 0.5s;
}
.index .section .module3 .module3_nr .lb_swi .sp_qh .qp_qh_bot .img img {
  max-width: 0.5rem;
  max-height: 1.16rem;
  display: block;
  margin: 0 auto;
}
.index .section .module3 .module3_nr .lb_swi .sp_qh .qp_qh_bot .img.on {
  margin: -0.5rem 0.4rem 0;
}
.index .section .module3 .module3_nr .lb_swi_2 {
  width: 1.1rem;
  height: 2.3rem;
  margin-left: 0;
  margin-top: 0.7rem;
  box-sizing: border-box;
}
.index .section .module3 .module3_nr .lb_swi_2 .swiper-wrapper .swiper-slide .title {
  line-height: 0.32rem;
  color: #333333;
  font-size: 0.18rem;
  border-radius: 0.16rem;
  text-align: center;
  cursor: pointer;
}
.index .section .module3 .module3_nr .lb_swi_2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .title {
  color: #fff;
  background: #8abc1e;
}
.index .section .module3 .more {
  width: 1.42rem;
  height: 0.49rem;
  line-height: 0.49rem;
  display: flex;
  justify-content: center;
  padding: 0.05rem;
  box-sizing: border-box;
  transition: all 0.5s;
  align-items: center;
  background: #8abc1e;
  border-radius: 0.24rem;
  border-bottom-left-radius: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0.5rem;
  right: 1.6rem;
}
.index .section .module3 .more span {
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
}
.index .section .module3 .more img {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.1rem;
}
.index .section .module3 .more:hover {
  transition: all 0.5s;
}
.index .section .module4 {
  width: 100%;
  height: 100vh;
  background: url(../img/bg3.jpg) no-repeat 50% -150%;
  background-size: cover;
}
.index .section .module4 .w {
  padding-top: 1.7rem;
  height: 100%;
  box-sizing: border-box;
}
.index .section .module4 .w h1 {
  text-align: center;
  font-size: 0.5rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.5rem;
}
.index .section .module4 .w ul {
  overflow: hidden;
}
.index .section .module4 .w ul li {
  float: left;
  margin-left: 0.34rem;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}
.index .section .module4 .w ul li:first-child {
  margin-left: 0;
}
.index .section .module4 .w ul li.li_pic {
  width: 4.21rem;
  padding-bottom: 0.2rem;
}
.index .section .module4 .w ul li.li_pic a {
  display: block;
}
.index .section .module4 .w ul li.li_pic a .img {
  width: 4.21rem;
  height: 2.9rem;
  overflow: hidden;
}
.index .section .module4 .w ul li.li_pic a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index .section .module4 .w ul li.li_pic a .nr {
  width: 100%;
  padding: 0.3rem 0.16rem 0;
  box-sizing: border-box;
}
.index .section .module4 .w ul li.li_pic a .nr h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.34rem;
  height: 0.68rem;
  margin-bottom: 0.3rem;
}
.index .section .module4 .w ul li.li_pic a .nr p {
  color: #999999;
  font-size: 0.16rem;
  margin-bottom: 0.6rem;
}
.index .section .module4 .w ul li.li_pic a .nr span {
  display: block;
  width: 100%;
  color: #999999;
  font-size: 0.16rem;
  background: url(../img/icon11.png) no-repeat right center;
  background-size: 0.18rem 0.18rem;
}
.index .section .module4 .w ul li.li_pic a:hover .img img {
  transform: scale(1.1);
}
.index .section .module4 .w ul li.li_pic a:hover .nr h2 {
  color: #90c31f;
}
.index .section .module4 .w ul li.li_txt {
  width: 4.88rem;
  height: 1.59rem;
  background: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
.index .section .module4 .w ul li.li_txt a {
  display: flex;
  align-items: center;
  padding: 0.28rem 0.18rem;
  box-sizing: border-box;
}
.index .section .module4 .w ul li.li_txt a .z {
  width: 0.88rem;
  border-right: 0.01rem solid #e1e1e1;
}
.index .section .module4 .w ul li.li_txt a .z span {
  display: block;
  font-size: 0.4rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  line-height: 0.44rem;
  padding-bottom: 0.16rem;
  margin-bottom: 0.16rem;
}
.index .section .module4 .w ul li.li_txt a .z span::before {
  content: '';
  display: block;
  width: 0.22rem;
  height: 0.02rem;
  background: #e1e1e1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .section .module4 .w ul li.li_txt a .z em {
  font-size: 0.16rem;
  color: #999999;
}
.index .section .module4 .w ul li.li_txt a .r {
  width: calc(100% - 0.88rem);
  padding-left: 0.28rem;
  box-sizing: border-box;
}
.index .section .module4 .w ul li.li_txt a .r h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.34rem;
  height: 0.68rem;
  margin-bottom: 0.22rem;
}
.index .section .module4 .w ul li.li_txt a .r p {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../img/icon11.png) no-repeat center;
  background-size: 100% 100%;
}
.index .section .module4 .w ul li.li_txt:hover {
  background: #f5a353;
}
.index .section .module4 .w ul li.li_txt:hover a .z span {
  color: #fff;
}
.index .section .module4 .w ul li.li_txt:hover a .z span::before {
  background: #fff;
}
.index .section .module4 .w ul li.li_txt:hover a .z em {
  color: #fff;
}
.index .section .module4 .w ul li.li_txt:hover a .r h2 {
  color: #fff;
}
.index .section .module4 .w ul li.li_txt:hover a .r p {
  background: url(../img/icon12.png) no-repeat center;
  background-size: 100% 100%;
}
.index .section.dwp {
  height: auto !important;
}
.index .section.dwp .fp-tableCell {
  height: auto !important;
}
.index .section.active .w .module_nr .module2__rig .jj_gd .jj_time {
  animation: fadeInRight 1s;
}
.index .section.active .w .module_nr .module2__rig .jj_gd .jj_time:nth-child(2) {
  animation: fadeInRight 1.5s;
}
.index .section.active .w .module_nr .module2__rig .jj_gd .jj_time:nth-child(3) {
  animation: fadeInRight 2s;
}
.header {
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .index_head {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 1.6rem;
  box-sizing: border-box;
  background: #90c31f;
  z-index: 1009;
}
.header .index_head .header_left a {
  display: block;
}
.header .index_head .header_left a img {
  width: 2.64rem;
  height: 0.76rem;
}
.header .index_head .header_rig {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 2.64rem);
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.header .index_head .header_rig .header_rig__left {
  margin-right: 0.4rem;
  margin-left: 2.8rem;
}
.header .index_head .header_rig .header_rig__left ul {
  display: flex;
  align-items: center;
}
.header .index_head .header_rig .header_rig__left ul li {
  margin: 0 0.22rem;
  position: relative;
}
.header .index_head .header_rig .header_rig__left ul li > a {
  font-size: 0.18rem;
  color: #fff;
  display: block;
}
.header .index_head .header_rig .header_rig__left ul li > a::before {
  content: '';
  display: block;
  background: url(../img/icon1.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0.07rem;
  transition: all 0.5s;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej {
  display: none;
  position: absolute;
  top: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  background: #fff;
  box-shadow: 0 0 0.1rem #dedede;
  padding: 0.1rem;
  box-sizing: border-box;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej a {
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej a.on {
  color: #90c31f;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej a:hover {
  color: #90c31f;
}
.header .index_head .header_rig .header_rig__left ul li.on > a {
  font-weight: 700;
}
.header .index_head .header_rig .header_rig__left ul li.on > a::before {
  width: 0.31rem;
}
.header .index_head .header_rig .header_rig__left ul li:hover > a {
  font-weight: 700;
}
.header .index_head .header_rig .header_rig__left ul li:hover > a::before {
  width: 0.31rem;
}
.header .index_head .header_rig .header_rig__left ul li:hover .nav_ej {
  display: block;
}
.header .index_head .header_rig .header_rig__right {
  display: flex;
  align-items: center;
}
.header .index_head .header_rig .header_rig__right .search_click {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
  cursor: pointer;
}
.header .index_head .header_rig .header_rig__right h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.22rem;
  font-weight: 700;
  color: #fff;
}
.header .cover {
  z-index: 1008;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
}
.header .search_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: #90c31f;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  margin-top: -3rem;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.header .search_box .s_box {
  height: 65%;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .search_box .s_box .row {
  height: 100%;
  width: 80%;
  border-bottom: 0.01rem solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .search_box .s_box .row input {
  width: 80%;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: none;
}
.header .search_box .s_box .row input::placeholder {
  color: #fff;
}
.header .search_box .s_box .row .s_btn {
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
}
.header .search_box .s_box .s_close {
  width: 0.25rem;
  height: 0.25rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  margin-left: 0.2rem;
}
.header .search_box .s_box .s_close:hover {
  transform: rotate(360deg);
}
.header .search_box.active {
  margin-top: 0;
}
.header:hover .cover {
  opacity: 1;
}
.zy {
  position: relative;
}
.zy .header {
  position: absolute;
  z-index: 100;
}
.zy .header .index_head {
  background: none;
}
.zy.zy_wzdt .zy_ban .zy_bb {
  display: none;
}
.footer {
  width: 100%;
}
.footer .footer_top {
  background: url(../img/icon13.png) #006433 no-repeat top left;
  background-size: 100% 0.05rem;
  width: 100%;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
.footer .footer_top .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_top .w .footer_top__left {
  display: flex;
  align-items: center;
  width: 50%;
}
.footer .footer_top .w .footer_top__left .d_logo {
  width: 1.8rem;
  background: url(../img/icon14.png) no-repeat right center;
  background-size: 0.01rem 1.38rem;
}
.footer .footer_top .w .footer_top__left .d_logo img {
  width: 1.22rem;
  height: 1.37rem;
}
.footer .footer_top .w .footer_top__left .dd_info {
  margin-left: 0.5rem;
}
.footer .footer_top .w .footer_top__left .dd_info p {
  color: #67957f;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.footer .footer_top .w .footer_top__left .dd_info h1 {
  color: #fff;
  font-weight: 700;
  font-size: 0.24rem;
  margin-bottom: 0.14rem;
}
.footer .footer_top .w .footer_top__left .dd_info .p1 {
  color: #9dbaac;
  font-size: 0.16rem;
  background: url(../img/icon15.png) no-repeat left center;
  background-size: 0.13rem 0.17rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.footer .footer_top .w .footer_top__right ul {
  display: flex;
}
.footer .footer_top .w .footer_top__right ul li {
  margin-left: 0.5rem;
}
.footer .footer_top .w .footer_top__right ul li > a {
  color: #deefe7;
  font-size: 0.17rem;
  font-weight: 700;
  margin-bottom: 0.13rem;
  display: block;
}
.footer .footer_top .w .footer_top__right ul li .db_nav {
  text-align: center;
}
.footer .footer_top .w .footer_top__right ul li .db_nav a {
  display: block;
  margin-bottom: 0.12rem;
  color: #83aa97;
  font-size: 0.14rem;
}
.footer .footer_top .w .footer_top__right ul li .db_nav a:hover {
  color: #fff;
}
.footer .footer_bot {
  padding-top: 0.3rem;
  background: #006433;
}
.footer .footer_bot .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.01rem solid rgba(244, 244, 246, 0.2);
}
.footer .footer_bot .w .z {
  width: 50%;
  display: flex;
  align-items: center;
}
.footer .footer_bot .w .z span {
  color: #9dbaac;
  font-size: 0.16rem;
  width: 0.8rem;
}
.footer .footer_bot .w .z .link {
  width: calc(100% - 0.8rem);
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_bot .w .z .link a {
  display: block;
  color: #9dbaac;
  font-size: 0.16rem;
  margin: 0.05rem 0;
  margin-right: 0.26rem;
}
.footer .footer_bot .w .z .link a:hover {
  color: #fff;
}
.footer .footer_bot .w .r {
  padding-bottom: 0.14rem;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer_bot .w .r .img {
  margin-left: 0.18rem;
  text-align: center;
}
.footer .footer_bot .w .r .img p {
  color: #9dbaac;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.footer .footer_bot .w .r .img img {
  width: 0.75rem;
  height: 0.75rem;
}
.footer .footer_hid {
  width: 100%;
  background: #01582d;
}
.footer .footer_hid .w {
  min-height: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer .footer_hid .w .z .a {
  width: 0.24rem;
  height: 0.2rem;
}
.footer .footer_hid .w .z .b {
  width: 0.21rem;
  height: 0.21rem;
}
.footer .footer_hid .w .z a {
  display: inline-block;
  color: #83aa97;
  font-size: 0.14rem;
  margin-right: 0.14rem;
}
.footer .footer_hid .w .z a:hover {
  color: #fff;
}
.footer .footer_hid .w .r a {
  display: inline-block;
  color: #83aa97;
  font-size: 0.14rem;
}
.footer .footer_hid .w .r a:hover {
  color: #fff;
}
.fy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fy a {
  cursor: pointer;
  width: 0.38rem;
  height: 0.38rem;
  border: 0.01rem solid #dcdcdc;
  margin: 0 0.05rem;
  color: #333333;
  font-size: 0.16rem;
  display: block;
  line-height: 0.38rem;
  text-align: center;
  border-radius: 0.04rem;
}
.fy a.swy {
  width: 0.65rem;
}
.fy a.sxy {
  width: 0.87rem;
}
.fy a:hover {
  background: #8abc1e;
  border: 0.01rem solid #8abc1e;
  color: #fff;
}
.fy a.on {
  background: #8abc1e;
  border: 0.01rem solid #8abc1e;
  color: #fff;
}
.wzdt_list {
  height: 9.42rem;
  box-sizing: border-box;
  background: url(../img/icon18.png) #f8f8f8 no-repeat 85% 80%;
  background-size: 9.21rem 5.02rem;
  padding: 1rem 0;
}
.wzdt_list .dt_nav li {
  margin-bottom: 0.54rem;
  display: flex;
  align-items: center;
}
.wzdt_list .dt_nav li > a {
  display: block;
  width: 1.27rem;
  line-height: 0.46rem;
  background: #91c035;
  border-radius: 0.23rem;
  border-bottom-right-radius: 0;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  transition: all 0.5s;
}
.wzdt_list .dt_nav li > a:hover {
  transform: translateY(-0.1rem);
}
.wzdt_list .dt_nav li .dt_nav__ej {
  width: calc(100% - 1.27rem);
  padding-left: 0.63rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wzdt_list .dt_nav li .dt_nav__ej a {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  margin-right: 0.46rem;
  min-width: 0.7rem;
}
.wzdt_list .dt_nav li .dt_nav__ej a:hover {
  color: #91c035;
  font-weight: 700;
}
.dqwz {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1.5rem;
  left: 2.6rem;
}
.dqwz img {
  width: 0.14rem;
  height: 0.15rem;
  margin-right: 0.1rem;
}
.dqwz span {
  color: #fff;
  font-size: 0.16rem;
}
.dqwz em {
  color: #fff;
  font-size: 0.16rem;
  margin: 0 0.1rem;
}
.dqwz a {
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
}
.dqwz a:hover {
  color: #91c035;
}
.dqwz a.on {
  color: #91c035;
}
.zy_ban {
  width: 100%;
  height: 5.79rem;
  position: relative;
}
.zy_ban .zy_ban__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zy_ban .sj_zy_ban__img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zy_ban .zy_bb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../img/icon20.png) no-repeat center;
  background-size: 100% 100%;
  width: 4.07rem;
  height: 2.68rem;
  padding-top: 0.8rem;
  box-sizing: border-box;
}
.zy_ban .zy_bb h1 {
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: 700;
  text-align: center;
}
.zy_ban .zy_bb p {
  width: 0.02rem;
  height: 0.2rem;
  background: #fff;
  margin: 0.1rem auto;
}
.zy_ban .zy_bb .zy_dqwz {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zy_ban .zy_bb .zy_dqwz img {
  width: 0.14rem;
  height: 0.15rem;
  margin-right: 0.1rem;
}
.zy_ban .zy_bb .zy_dqwz span {
  color: #fff;
  font-size: 0.16rem;
}
.zy_ban .zy_bb .zy_dqwz em {
  color: #fff;
  font-size: 0.16rem;
  margin: 0 0.1rem;
}
.zy_ban .zy_bb .zy_dqwz a {
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
}
.zy_ban .zy_bb .zy_dqwz a:hover {
  color: #91c035;
}
.zy_ban .zy_bb .zy_dqwz a.on {
  color: #91c035;
}
.zs_list .zsbt {
  width: 100%;
  height: 7.59rem;
  background: #fff;
  position: relative;
}
.zs_list .zsbt::before {
  content: '';
  display: block;
  background: url(../img/icon19.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 7.59rem;
  position: absolute;
  bottom: -1.8rem;
  left: 0;
}
.zs_list .zsbt .w {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.zs_list .zsbt .w h1 {
  color: #333333;
  font-size: 0.44rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.74rem;
}
.zs_list .zsbt .w ul {
  width: 5.3rem;
  margin-top: 0.8rem;
  margin-left: auto;
}
.zs_list .zsbt .w ul li {
  display: flex;
  margin-bottom: 0.2rem;
}
.zs_list .zsbt .w ul li span {
  width: 0.38rem;
  text-align: center;
  height: 0.38rem;
  line-height: 0.38rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.22rem;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  background: #9dc934;
  border-radius: 0.19rem;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 4;
}
.zs_list .zsbt .w ul li em {
  margin-left: -0.1rem;
  position: relative;
  z-index: 3;
  width: calc(100% - 0.38rem);
  line-height: 0.34rem;
  background: #f7fcf0;
  border-radius: 0.17rem;
  color: #333333;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.zs_list .zczc {
  position: relative;
  z-index: 3;
  margin-top: 1.2rem;
  padding-bottom: 1.5rem;
  background: url(../img/icon22.png) no-repeat top center;
  background-size: 100% 100%;
}
.zs_list .zczc .w h1 {
  color: #333333;
  font-size: 0.44rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.zs_list .zczc .w .zs_img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.zs_list .zczc .w .sj_img {
  display: none;
  margin: 0 auto;
  max-width: 100%;
}
.zs_list .zczc .w .zc_list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 1.6rem;
}
.zs_list .zczc .w .zc_list li {
  width: 2.6rem;
  height: 3.22rem;
  background: #fff;
  border-radius: 0.12rem;
  box-shadow: 0 0 0.12rem #e6eade;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.zs_list .zczc .w .zc_list li span {
  color: #9dc934;
  font-size: 0.5rem;
  font-weight: 700;
  transition: all 0.5s;
}
.zs_list .zczc .w .zc_list li em {
  width: 0.3rem;
  height: 0.03rem;
  background: #91c035;
  display: block;
  margin: 0.2rem auto;
  transition: all 0.5s;
}
.zs_list .zczc .w .zc_list li p {
  font-size: 0.26rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  transition: all 0.5s;
}
.zs_list .zczc .w .zc_list li .p {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.6;
  opacity: 0;
}
.zs_list .zczc .w .zc_list li .img {
  position: absolute;
  left: -1.1rem;
  bottom: -1.3rem;
  height: 0;
  width: 4.42rem;
  transition: all 0.5s;
}
.zs_list .zczc .w .zc_list li:hover span {
  margin-top: -1.5rem;
}
.zs_list .zczc .w .zc_list li:hover .img {
  height: 2.83rem;
}
.zs_list .zczc .w .zc_list li:hover .p {
  opacity: 1;
}
.zy.lxwm .header {
  background: url(../img/icon26.png) no-repeat center;
  background-size: 100% 100%;
  height: 1.3rem;
}
.zy.lxwm .lxwm_list .dt {
  width: 100%;
  height: 6rem;
}
.zy.lxwm .lxwm_list .dt iframe {
  width: 100%;
  height: 100%;
}
.zy.lxwm .lxwm_list .info {
  padding-bottom: 0.4rem;
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zy.lxwm .lxwm_list .info .lef .gn {
  display: flex;
  align-items: center;
  margin-bottom: 0.74rem;
}
.zy.lxwm .lxwm_list .info .lef .gn:last-child {
  margin-bottom: 0;
}
.zy.lxwm .lxwm_list .info .lef .gn img {
  width: 0.48rem;
  height: 0.31rem;
}
.zy.lxwm .lxwm_list .info .lef .gn .pp {
  margin-left: 0.16rem;
  padding-left: 0.16rem;
  border-left: 0.03rem solid #9dc934;
  width: calc(100% - 0.64rem);
}
.zy.lxwm .lxwm_list .info .lef .gn .pp span {
  margin-bottom: 0.12rem;
  display: block;
  color: #333333;
  font-size: 0.18rem;
}
.zy.lxwm .lxwm_list .info .lef .gn .pp p {
  font-size: 0.18rem;
}
.zy.lxwm .lxwm_list .info .lef .gn .pp h4 {
  font-size: 0.24rem;
  font-weight: 700;
}
.zy.lxwm .lxwm_list .info .rig h1 {
  text-align: right;
  color: #9dc934;
  font-size: 0.38rem;
  font-weight: 400;
  margin-bottom: 0.44rem;
}
.zy.lxwm .lxwm_list .info .rig .img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.zy.lxwm .lxwm_list .info .rig .img .ewm {
  width: 1.18rem;
  margin-left: 0.36rem;
}
.zy.lxwm .lxwm_list .info .rig .img .ewm img {
  width: 1.18rem;
  height: 1.18rem;
}
.zy.lxwm .lxwm_list .info .rig .img .ewm p {
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
}
.zy.lxwm .lxwm_list .shfw {
  background: #fdfff8;
  padding: 0.8rem 0 0.9rem;
}
.zy.lxwm .lxwm_list .shfw .w h1 {
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 0.44rem;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr .box {
  width: 4.26rem;
  height: 2.48rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.12rem #dddddd;
  padding: 0.34rem 0.2rem 0.2rem;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr .box img {
  margin: 0.24rem 0;
  width: 0.41rem;
  height: 0.41rem;
  transition: all 0.5s;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr .box h2 {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr .box p {
  margin-top: 0.24rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.27rem;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr .box:hover {
  animation: shake 1s ease;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr .box:hover img {
  width: 0;
  height: 0;
  margin: 0;
}
.zy.lxwm .lxwm_list .shfw .w .sh_nr .box:hover p {
  -webkit-line-clamp: 5;
}
.zy_nav {
  background: linear-gradient(to bottom, rgba(255,255,255,.5),rgba(255,255,255,1));
  height: 0.9rem;
  margin-top: -0.9rem !important;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zy_nav a {
  display: block;
  width: 2.5rem;
  line-height: 0.9rem;
  color: #333333;
  font-size: 0.2rem;
  position: relative;
  text-align: center;
}
.zy_nav a.on {
  color: #8abc1e;
  font-weight: 700;
}
.zy_nav a.on::after {
  border-bottom: 0.02rem solid #8abc1e;
}
.zy_nav a:hover {
  color: #8abc1e;
  font-size: 0.2rem;
  font-weight: 700;
}
.zy_nav a:hover::after {
  border-bottom: 0.02rem solid #8abc1e;
}
.zy_nav a::after {
  content: '';
  display: block;
  border-bottom: 0.02rem solid transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zy_nav a:last-child::before {
  display: none;
}
.zy_nav a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #c4c4c4;
  width: 0.01rem;
  height: 0.2rem;
}
.zy_xw {
  margin-top: 1rem;
  padding-bottom: 1.1rem;
}
.zy_xw .bo {
  display: flex;
  width: 100%;
  height: 4.7rem;
}
.zy_xw .bo .img {
  width: 6.82rem;
  height: 4.7rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.zy_xw .bo .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zy_xw .bo .nr {
  width: calc(100% - 6.82rem);
  padding-left: 0.5rem;
  box-sizing: border-box;
}
.zy_xw .bo .nr .tit {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zy_xw .bo .nr .tit h2 {
  color: #333333;
  font-size: 0.42rem;
  font-weight: 400;
  width: 83%;
  line-height: 0.6rem;
}
.zy_xw .bo .nr .tit .date h5 {
  text-align: center;
  color: #8abc1e;
  font-size: 0.16rem;
}
.zy_xw .bo .nr .tit .date h3 {
  text-align: center;
  color: #8abc1e;
  font-size: 0.5rem;
}
.zy_xw .bo .nr p {
  margin-top: 0.4rem;
  color: #999999;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.zy_xw .bo .nr .more {
  width: 1.42rem;
  height: 0.49rem;
  line-height: 0.49rem;
  display: flex;
  justify-content: center;
  padding: 0.05rem;
  box-sizing: border-box;
  transition: all 0.5s;
  align-items: center;
  background: #8abc1e;
  border-radius: 0.24rem;
  border-bottom-left-radius: 0;
  margin-top: 1.3rem;
}
.zy_xw .bo .nr .more span {
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
}
.zy_xw .bo .nr .more img {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.1rem;
}
.zy_xw .bo:hover .img img {
  transform: scale(1.1);
}
.zy_xw .bo:hover .nr h2 {
  color: #9dc934;
  font-weight: 700;
}
.zy_xw .xw_list {
  margin-top: 0.52rem;
}
.zy_xw .xw_list ul {
  min-height: 5rem;
  overflow: hidden;
  margin-bottom: 1.34rem;
}
.zy_xw .xw_list ul li {
  float: left;
  width: 4.45rem;
  height: 3rem;
  border: 0.01rem solid #9dc934;
  border-radius: 0.1rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.zy_xw .xw_list ul li:nth-child(3n+3) {
  margin-right: 0;
}
.zy_xw .xw_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.23rem 0;
  box-sizing: border-box;
}
.zy_xw .xw_list ul li a h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 0.3rem;
}
.zy_xw .xw_list ul li a p {
  margin-top: 0.16rem;
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-bottom: 0.3rem;
  min-height: .52rem;
}
.zy_xw .xw_list ul li a .nn {
  border-top: 0.01rem solid #e6e6e6;
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zy_xw .xw_list ul li a .nn .date h4 {
  color: #8abc1e;
  font-size: 0.16rem;
  font-weight: 700;
}
.zy_xw .xw_list ul li a .nn .date h2 {
  margin-top: 0.1rem;
  color: #8abc1e;
  font-size: 0.5rem;
  font-weight: 700;
}
.zy_xw .xw_list ul li a .nn span {
  display: block;
  background: url(../img/icon32.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.41rem;
  height: 0.41rem;
}
.zy_xw .xw_list ul li a:hover h2 {
  color: #8abc1e;
  font-weight: 700;
}
.zy_xw .xw_list ul li a:hover .nn span {
  background: url(../img/icon33.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_sp {
  padding-bottom: 1.1rem;
  padding-top: 1rem;
  background: #f9f9f9;
}
.zy_sp .sp_list {
  margin-top: 0.52rem;
}
.zy_sp .sp_list ul {
  min-height: 5rem;
  overflow: hidden;
  margin-bottom: 1.34rem;
}
.zy_sp .sp_list ul li {
  float: left;
  width: 4.43rem;
  height: 5.14rem;
  border: 0.01rem solid #9dc934;
  border-radius: 0.1rem;
  margin-right: 0.32rem;
  margin-bottom: 0.42rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  overflow: hidden;
}
.zy_sp .sp_list ul li:nth-child(3n+3) {
  margin-right: 0;
}
.zy_sp .sp_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.26rem 0.3rem;
  box-sizing: border-box;
  background: #fff;
}
.zy_sp .sp_list ul li a p {
  color: #8abc1e;
  font-size: 0.16rem;
  margin-bottom: 0.24rem;
  background: url(../img/icon34.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  width: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.zy_sp .sp_list ul li a h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.33rem;
  margin-top: 0.2rem;
}
.zy_sp .sp_list ul li a em {
  margin-top: 0.34rem;
  width: 1.07rem;
  line-height: 0.37rem;
  display: block;
  border: 0.01rem solid #dddddd;
  border-radius: 0.18rem;
  border-bottom-left-radius: 0;
  color: #999999;
  font-size: 0.16rem;
  text-indent: 1em;
  background: url(../img/icon11.png) no-repeat 85% 50%;
  background-size: 0.11rem 0.11rem;
}
.zy_sp .sp_list ul li a .img {
  width: 100%;
  height: 2.63rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.zy_sp .sp_list ul li a .img .sp_img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zy_sp .sp_list ul li a .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
}
.zy_sp .sp_list ul li a:hover h2 {
  color: #8abc1e;
  font-weight: 700;
}
.zy_sp .sp_list ul li a:hover .img .sp_img {
  transform: scale(1.1);
}
.zy.xq {
  background: #f4f4f4;
}
.zy.xq .dqwz {
  left: auto;
  right: 2.6rem;
  top: 1.4rem;
}
.zy.xq .zy_xq {
  padding-bottom: 1.8rem;
}
.zy.xq .zy_xq .xq_nr .xq_tit {
  background: url(../img/icon35.png) repeat-y #009143;
  background-size: cover;
  min-height: 4.32rem;
  padding-top: 1.8rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.6rem auto 0;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .lef {
  width: calc(100% - 0.54rem);
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .lef h2 {
  color: #ffffff;
  font-size: 0.34rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .lef .lll em {
  background: url(../img/icon40.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
  font-size: 0.18rem;
  color: #fff;
  padding-left: 0.3rem;
  margin-right: 0.5rem;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .lef .lll span {
  font-size: 0.18rem;
  color: #fff;
  margin-right: 0.5rem;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .rig {
  width: 0.54rem;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .rig .big {
  margin-bottom: 0.04rem;
  width: 0.54rem;
  height: 0.54rem;
  background: url(../img/icon36.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .rig .big:hover {
  background: url(../img/icon38.png) no-repeat center;
  background-size: 100% 100%;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .rig .small {
  width: 0.54rem;
  height: 0.54rem;
  cursor: pointer;
  background: url(../img/icon37.png) no-repeat center;
  background-size: 100% 100%;
}
.zy.xq .zy_xq .xq_nr .xq_tit .w .rig .small:hover {
  background: url(../img/icon39.png) no-repeat center;
  background-size: 100% 100%;
}
.zy.xq .zy_xq .xq_nr .xq_con {
  background: #fff;
  min-height: 5rem;
  padding: 0.4rem;
  padding-bottom: 0.8rem;
  box-sizing: border-box;
}
.zy.xq .zy_xq .xq_nr .xq_con p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.8;
}
.zy.xq .zy_xq .xq_nr .xq_con img {
  max-width: 100%;
}
.zy.xq .zy_xq .xq_nr .xq_con table {
  max-width: 100%;
}
.zy.xq .zy_xq .xq_nr .xq_con iframe {
  max-width: 100%;
}
.zy.xq .zy_xq .xq_nr .xq_con video {
  max-width: 100%;
}
.zy.xq .zy_xq .xq_nr .tj {
  margin-top: 0.84rem;
}
.zy.xq .zy_xq .xq_nr .tj h1 {
  display: inline-block;
  background: url(../img/icon41.png) no-repeat bottom center;
  background-size: 0.66rem 0.15rem;
  padding-bottom: 0.2rem;
  color: #333333;
  font-size: 0.44rem;
  font-weight: 400;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list {
  margin-top: 0.26rem;
  overflow: hidden;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li {
  float: left;
  width: 4.45rem;
  height: 2.99rem;
  background: #fff;
  border-radius: 0.1rem;
  margin-right: 0.3rem;
  box-sizing: border-box;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li:last-child {
  margin-right: 0;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.32rem 0.16rem;
  box-sizing: border-box;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li a h5 {
  background: url(../img/icon34.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  padding-left: 0.22rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.16rem;
  color: #8abc1e;
  font-size: 0.16rem;
  font-weight: 400;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li a h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 0.3rem;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li a p {
  margin-top: 0.2rem;
  line-height: 0.24rem;
  color: #999999;
  font-size: 0.16rem;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li a em {
  margin-top: 0.4rem;
  display: block;
  background: url(../img/icon32.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.41rem;
  height: 0.41rem;
}
.zy.xq .zy_xq .xq_nr .tj .tj_list li a:hover h2 {
  color: #8abc1e;
}
.zy.xq .zy_xq .xq_nr .cb {
  position: fixed;
  top: 48%;
  left: 1.6rem;
  width: 0.69rem;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t {
  width: 0.69rem;
  height: 2.28rem;
  border-radius: 0.35rem;
  background: #fff;
  padding: 0.2rem 0.12rem;
  box-sizing: border-box;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t a {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t a.syp {
  background: url(../img/icon42.png) no-repeat center bottom;
  background-size: 0.3rem 0.3rem;
  padding-bottom: 0.34rem;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t a.syp:hover {
  background: url(../img/icon44.png) no-repeat center bottom;
  background-size: 0.3rem 0.3rem;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t a.xyp {
  background: url(../img/icon43.png) no-repeat center top;
  background-size: 0.3rem 0.3rem;
  padding-top: 0.34rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #dddddd;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t a.xyp:hover {
  background: url(../img/icon45.png) no-repeat center top;
  background-size: 0.3rem 0.3rem;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t a.list {
  margin-top: 0.14rem;
  background: url(../img/icon47.png) no-repeat center top;
  background-size: 0.3rem 0.3rem;
  padding-top: 0.34rem;
}
.zy.xq .zy_xq .xq_nr .cb .cb_t a.list:hover {
  background: url(../img/icon48.png) no-repeat center top;
  background-size: 0.3rem 0.3rem;
}
.zy.xq .zy_xq .xq_nr .cb .cb_b {
  background: url(../img/icon49.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.43rem;
  height: 0.43rem;
  margin: 0.1rem auto;
  cursor: pointer;
}
.zy.xq .zy_xq .xq_nr .cb .cb_b:hover {
  background: url(../img/icon50.png) no-repeat center;
  background-size: 100% 100%;
}
.zy.cp .dqwz {
  left: auto;
  right: 1.6rem;
  top: 1rem;
}
.zy.cp .dqwz a.on {
  color: #fff;
  font-weight: 700;
}
.zy.cp .dqwz a:hover {
  color: #fff;
  font-weight: 700;
}
.zy.cp .cp_list {
  background: url(../img/cp_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
}
.zy.cp .cp_list .cp_z {
  height: 100%;
  padding-top: 1.8rem;
  box-sizing: border-box;
  display: flex;
}
.zy.cp .cp_list .cp_z .cp_qh {
  width: 2.7rem;
}
.zy.cp .cp_list .cp_z .cp_qh .cp_qh__nr {
  margin-left: 1.6rem;
  width: 0.97rem;
  padding: 0.2rem 0;
  background: #fff;
  border-radius: 0.49rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height:4rem;
  max-height: 4.3rem;
}
.zy.cp .cp_list .cp_z .cp_qh .cp_qh__nr .swiper {
  width: 100%;
  min-height:4rem;
  max-height: 4.3rem;
}
.zy.cp .cp_list .cp_z .cp_qh .cp_qh__nr .swiper .swiper-slide {
  width: 100%;
}
.zy.cp .cp_list .cp_z .cp_qh .cp_qh__nr .swiper .swiper-slide .box_x {
  /* margin: 0.14rem 0; */
  cursor: pointer;
}
.zy.cp .cp_list .cp_z .cp_qh .cp_qh__nr .swiper .swiper-slide .box_x img {
  max-width: 0.46rem;
  max-height: 0.85rem;
  display: block;
  margin: 0 auto;
}
.zy.cp .cp_list .cp_z .cp_qh .cp_qh__nr .swiper .swiper-slide .box_x h1 {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.zy.cp .cp_list .cp_z .cp_qh .cp_qh__nr .swiper .swiper-slide.swiper-slide-thumb-active .box_x h1 {
  color: #9dc934;
  font-weight: 700;
}
.zy.cp .cp_list .cp_z .swiperzz {
  width: 12rem;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide {
  display: flex;
  justify-content: space-between;
  visibility:hidden;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide.swiper-slide-active{
    visibility:initial;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide .img {
  width: 6.9rem;
  margin-left: 1.2rem;
  height: 5.08rem;
  overflow: hidden;
  display: flex;
    justify-content: center;
    align-items: center;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide .img img {
  max-width: 3.01rem;
  max-height: 5rem;
  display: block;
  margin: 0 auto;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide .nr {
  width: 28%;
  text-align: right;
  padding-top: 1.95rem;
  box-sizing: border-box;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide .nr h2 {
  color: #fff;
  font-size: 0.3rem;
  font-weight: 700;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide .nr .more {
  width: 1.42rem;
  margin-left: auto;
  height: 0.49rem;
  line-height: 0.49rem;
  display: flex;
  justify-content: center;
  padding: 0.05rem;
  box-sizing: border-box;
  transition: all 0.5s;
  align-items: center;
  background: #fff;
  border-radius: 0.24rem;
  border-bottom-left-radius: 0;
  margin-top: 0.5rem;
  cursor: pointer;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide .nr .more span {
  font-size: 0.16rem;
  font-weight: 700;
  color: #8abc1e;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-slide .nr .more img {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.1rem;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-button-next:after,
.zy.cp .cp_list .cp_z .swiperzz .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.zy.cp .cp_list .cp_z .swiperzz .swiper-button-prev:after,
.zy.cp .cp_list .cp_z .swiperzz .swiper-rtl .swiper-button-next:after {
  display: none;
}
.zy.cp .cp_list .cp_z .swiperzz .next {
  background: url(../img/icon51.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.46rem;
  height: 0.46rem;
  top: auto;
  bottom: 1.4rem;
  right: 48%;
}
.zy.cp .cp_list .cp_z .swiperzz .next:hover {
  background: url(../img/icon53.png) no-repeat center;
  background-size: 100% 100%;
}
.zy.cp .cp_list .cp_z .swiperzz .prev {
  background: url(../img/icon52.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.46rem;
  height: 0.46rem;
  top: auto;
  bottom: 1.4rem;
  left: 28%;
}
.zy.cp .cp_list .cp_z .swiperzz .prev:hover {
  background: url(../img/icon54.png) no-repeat center;
  background-size: 100% 100%;
}
.zy.cp .cp_list .cp_z .swiperzz .pagin {
  font-size: 0.2rem;
  width: auto;
  color: #fff;
  bottom: 1.5rem;
  left: 36%;
}
.zy.cp .cp_list .cp_z .swiperzz .pagin .swiper-pagination-current {
  font-size: 0.2rem;
  color: #fff;
  font-weight: 700;
  margin-right: 0.1rem;
}
.zy.cp .cp_list .cp_z .swiperzz .pagin .swiper-pagination-total {
  font-size: 0.2rem;
  color: #fff;
  margin-left: 0.1rem;
}
.cp_xq {
  width: 100vw;
  height: 100vh;
  background: url(../img/cpxq.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  z-index: 10086;
  top: 0;
  left: 0;
  margin-top: 100vh;
  visibility: hidden;
  transition: all 0.5s;
  padding: 0 0.6rem 0 1.6rem;
  box-sizing: border-box;
}
.cp_xq::before {
  content: '';
  display: block;
  width: 5.6rem;
  height: 3rem;
  position: absolute;
  bottom: -0.04rem;
  left: 46%;
  transform: translateX(-50%);
  z-index: 2;
  background: url(../img/icon56.png) no-repeat bottom center;
}
.cp_xq .xq_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.5rem;
}
.cp_xq .xq_t .xq_logo {
  width: 2.64rem;
  height: 0.76rem;
  display: block;
}
.cp_xq .xq_t .xq_logo img {
  width: 100%;
  height: 100%;
}
.cp_xq .xq_t .xq_close {
  width: 0.56rem;
  height: 0.56rem;
  cursor: pointer;
  transition: all 0.5s;
}
.cp_xq .xq_t .xq_close:hover {
  transform: rotate(360deg);
}
.cp_xq .xq_b {
  width: 15rem;
  display: flex;
  align-items: center;
  height: 79vh;
}
.cp_xq .xq_b .nr {
  width: 4.2rem;
}
.cp_xq .xq_b .nr h2 {
  color: #333333;
  font-size: 0.34rem;
  font-weight: 700;
}
.cp_xq .xq_b .nr .p {
  margin-top: 0.28rem;
}
.cp_xq .xq_b .nr .p p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.8;
}
.cp_xq .xq_b .img {
  width: 5.6rem;
  margin-left: 1rem;
}
.cp_xq .xq_b .img img {
  max-width: 100%;
  max-height: 100%;
  transform: rotate(15deg);
  display: block;
  margin: 0 auto;
}
.cp_xq .cp_syp {
  background: url(../img/icon58.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.46rem;
  height: 0.46rem;
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.cp_xq .cp_syp:hover {
  background: url(../img/icon60.png) no-repeat center;
  background-size: 100% 100%;
}
.cp_xq .cp_xyp {
  background: url(../img/icon59.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.46rem;
  height: 0.46rem;
  position: absolute;
  top: 50%;
  right: 5.6rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.cp_xq .cp_xyp:hover {
  background: url(../img/icon61.png) no-repeat center;
  background-size: 100% 100%;
}
.cp_xq.on {
  margin-top: 0;
  visibility: initial;
}
.zy {
  overflow: auto;
  height: auto;
}
.zy.on {
  overflow: hidden;
  height: 100vh;
}
.gywm_list .zzjg {
  background: url(../img/zz_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 9.37rem;
  padding-top: 1.5rem;
  box-sizing: border-box;
}
.gywm_list .zzjg .w .module_nr {
  display: flex;
  justify-content: space-between;
}
.gywm_list .zzjg .w .module_nr .module2__lef {
  width: 50%;
  padding-right: 0.24rem;
  box-sizing: border-box;
}
.gywm_list .zzjg .w .module_nr .module2__lef h1 {
  color: #8abc1e;
  font-size: 0.36rem;
  font-weight: 700;
  margin-top: 0.56rem;
}
.gywm_list .zzjg .w .module_nr .module2__lef ul {
  overflow: hidden;
  margin-top: 0.46rem;
}
.gywm_list .zzjg .w .module_nr .module2__lef ul li {
  margin-bottom: 0.36rem;
  width: 31%;
  margin-right: 2%;
  float: left;
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  min-height: 0.44rem;
  background-image: url(../img/icon3.png), url(../img/icon3_3.png);
  background-repeat: no-repeat;
  background-size: 0.17rem 0.34rem;
  background-position: left center,right center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gywm_list .zzjg .w .module_nr .module2__lef .p {
  margin-top: 0.2rem;
  height: 1.38rem;
}
.gywm_list .zzjg .w .module_nr .module2__lef .p p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.9;
  text-align: justify;
}
.gywm_list .zzjg .w .module_nr .module2__lef .p .vv {
  color: #8abc1e;
  font-size: 0.3rem;
  font-weight: 700;
}
.gywm_list .zzjg .w .module_nr .module2__lef .p .vv span {
  color: #8abc1e;
  font-size: 0.24rem;
  font-weight: 400;
}
.gywm_list .zzjg .w .module_nr .module2__rig {
  width: 50%;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd {
  margin-left: auto;
  overflow: hidden;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd .jj_time {
  width: 6.03rem;
  height: 1.93rem;
  background: url(../img/icon5.png) no-repeat center;
  background-size: 100% 100%;
  padding-left: 3.28rem;
  padding-top: 0.7rem;
  box-sizing: border-box;
  margin-left: 0.96rem;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd .jj_time h1 span {
  color: #fff;
  font-size: 0.44rem;
  font-weight: 400;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd .jj_time h1 sub {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd .jj_time h1 sup {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
  vertical-align: 0.24rem;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd .jj_time h5 {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd .jj_time:nth-child(2) {
  background: url(../img/icon6.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.66rem;
}
.gywm_list .zzjg .w .module_nr .module2__rig .jj_gd .jj_time:nth-child(3) {
  background: url(../img/icon7.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.36rem;
}
.gywm_list .ldzc {
  width: 100%;
  height: 9.37rem;
  background: url(../img/ld_bg.jpg) no-repeat #fff bottom center;
  background-size: 100% 4.63rem;
  overflow: hidden;
}
.gywm_list .ldzc h2 {
  color: #333333;
  font-size: 0.44rem;
  font-weight: 700;
  line-height: 1.14rem;
  margin-top: 0.32rem;
  position: relative;
  text-align: center;
}
.gywm_list .ldzc h2::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.06rem;
  background: #8abc1e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gywm_list .ldzc .ld_nr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gywm_list .ldzc .ld_nr .lef {
  width: 5.29rem;
  height: 7.92rem;
}
.gywm_list .ldzc .ld_nr .lef img {
  width: 5.29rem;
  height: 7.92rem;
}
.gywm_list .ldzc .ld_nr .rig {
  margin-left: 0.5rem;
  width: 8.52rem;
  height: 6.7rem;
  background: #fff;
  box-shadow: 0.17rem 0 0.2rem rgba(225, 225, 225, 0.44);
  position: relative;
  padding: 0.4rem 0.3rem 0.2rem;
  box-sizing: border-box;
}
.gywm_list .ldzc .ld_nr .rig .ld_cont {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  padding-right: 0.2rem;
  width: 100%;
  box-sizing: border-box;
}
.gywm_list .ldzc .ld_nr .rig .ld_cont h1 {
  color: #333333;
  font-size: 0.18rem;
  font-weight: 700;
}
.gywm_list .ldzc .ld_nr .rig .ld_cont p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2.1;
}
.gywm_list .ldzc .ld_nr .rig .ld_cont p span {
  color: #8abc1e;
  font-size: 0.16rem;
  font-weight: 700;
}
.gywm_list .ldzc .ld_nr .rig::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
}
.gywm_list .ryzz {
  width: 100%;
  height: 9.37rem;
  background: url(../img/ry_bg.jpg) no-repeat #fff bottom center;
  background-size: 100% 9.41rem;
  overflow: hidden;
}
.gywm_list .ryzz h2 {
  color: #333333;
  font-size: 0.44rem;
  font-weight: 700;
  line-height: 1.14rem;
  margin-top: 0.5rem;
  position: relative;
  text-align: center;
}
.gywm_list .ryzz h2::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.06rem;
  background: #8abc1e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gywm_list .ryzz .ry_nr {
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.gywm_list .ryzz .ry_nr .swiper-button-next:after,
.gywm_list .ryzz .ry_nr .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.gywm_list .ryzz .ry_nr .swiper-button-prev:after,
.gywm_list .ryzz .ry_nr .swiper-rtl .swiper-button-next:after {
  display: none;
}
.gywm_list .ryzz .ry_nr .prev {
  background: url(../img/icon60.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.46rem;
  height: 0.46rem;
}
.gywm_list .ryzz .ry_nr .next {
  background: url(../img/icon61.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.46rem;
  height: 0.46rem;
}
.gywm_list .ryzz .ry_nr .swiper {
  height: 5rem;
}
.gywm_list .ryzz .ry_nr .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform:scale(0.8);
}
.gywm_list .ryzz .ry_nr .swiper .swiper-slide .img {
  /*width: 1.07rem;
  height: 0.69rem;*/
  /*background: #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.gywm_list .ryzz .ry_nr .swiper .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}
.gywm_list .ryzz .ry_nr .swiper .swiper-slide h4 {
  opacity: 0;
  transition: all 0.5s;
  color: #333333;
  font-size: 0.12rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.47rem;
}
.gywm_list .ryzz .ry_nr .swiper .swiper-slide.swiper-slide-active{
    transform:scale(1);
}
.gywm_list .ryzz .ry_nr .swiper .swiper-slide.swiper-slide-active .img {
  width: 100%;
  height: 3.52rem;
  background:#fff;
}
.gywm_list .ryzz .ry_nr .swiper .swiper-slide.swiper-slide-active h4 {
  opacity: 1;
  font-size: 0.24rem;
  line-height: 0.94rem;
}
.gywm_list .about_deve {
  position: relative;
}
.gywm_list .about_deve .a_deve_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.historyMain {
  position: relative;
}
.historyMain .historyYearBox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.historyMain .historyYearBox .historyYear {
  margin-top: 0.48rem;
  width: 39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 2.3rem;
  height: 74vh;
  line-height: 1.2;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.historyMain .historyYearBox .historyYear .Year {
  position: relative;
  text-align: right;
  z-index: 10;
}
.historyMain .historyYearBox .historyYear .YearList {
  height: 1.9rem;
  position: relative;
  z-index: 10;
}
.historyMain .historyYearBox .historyYear .YearList .swiper-slide {
  color: #FFF;
  font-size: 2.42rem;
  font-weight: 600;
  opacity: 0.1;
}
.historyMain .historyYearBox .historyYear .YearList .swiper-slide-active {
  opacity: 1;
}
.historyMain .historyYearBox .historyYear .roundBox {
  position: absolute;
  width: 4.44rem;
  height: 4.44rem;
  left: 41%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.historyMain .historyYearBox .historyYear .roundBox svg {
  position: absolute;
  left: -0.18rem;
  top: -0.18rem;
  right: -0.18rem;
  bottom: -0.18rem;
}
.historyMain .historyYearBox .historyYear .roundBox svg .path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.1px;
  opacity: 0.1;
}
.about_culture {
  height: 100vh;
}
.historyMain .historyYearBox .historyYear .roundBox svg .path-loop1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.1px;
  stroke-dashoffset: 157;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.historyMain .historyYearBox.historyYearFixed {
  position: fixed;
}
.historyMain .historyYearBox.historyYearBottom {
  position: absolute;
  bottom: 0px;
  top: auto;
}
.historyMain .historyTextBox {
  min-height: 100vh;
  position: relative;
  z-index: 30;
}
.historyMain .historyTextBox .font36 {
  color: #fff;
  font-size: 0.44rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  left: 2.6rem;
  padding-bottom: 0.3rem;
}
.historyMain .historyTextBox .font36::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.06rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.historyMain .historyTextBox .pageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.historyMain .historyTextBox .historyText {
  width: 100%;
  padding: 0.2rem 0 0.4rem;
}
.historyMain .historyTextBox .historyText .list {
  opacity: 0.3;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.historyMain .historyTextBox .historyText .list.cur {
  border-bottom: 0.01rem solid #fff;
}
.historyMain .historyTextBox .historyText .list .time {
  display: flex;
  align-items: center;
  color: #fff;
  color: #FFF;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 30px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.historyMain .historyTextBox .historyText .list .time .year {
  font-size: 0;
}
.historyMain .historyTextBox .historyText .list .time span {
  margin-left: 0.04rem;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.3rem;
}
.historyMain .historyTextBox .historyText .list .desc {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: #151515;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.historyMain .historyTextBox .historyText .list .desc p {
  color: #fff;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
  width: 100%;
  position: relative;
  padding-left: 0.14rem;
  box-sizing: border-box;
}
.historyMain .historyTextBox .historyText .list .desc p::before {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.historyMain .historyTextBox .historyText .list .imgBox {
  margin-top: 0.16rem;
  max-width: 3.76rem;
}
.historyMain .historyTextBox .historyText .list .imgBox img {
  display: block;
  width: 100%;
  border-radius: 0.16rem;
}
.historyMain .historyTextBox .pageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.historyMain .historyTextBox .historyText .list.cur {
  opacity: 1;
}
.historyMain .historyYearBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.historyMain .historyYearBox .historyYear {
  width: 45%;
  line-height: 1.2;
  margin-left: 2.6rem;
}
.historyMain .historyTextBox .historyText {
  width: 50%;
  padding: 45vh 0 12.5vw 6.125vw;
}
.historyMain .historyYearBox .historyYear .YearList {
  height: 11.875vw;
}
.historyMain .historyYearBox .historyYear .Year {
  height: 11.875vw;
  width: 2.6rem;
  color: #fff;
  font-size: 2.42rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.historyMain .historyYearBox .historyYear .roundBox {
  width: 4.4rem;
  height: 4.4rem;
}
.historyMain .historyYearBox .historyYear .roundBox svg {
  left: -1.125vw;
  top: -1.125vw;
  right: -1.125vw;
  bottom: -1.125vw;
}
