.HomeBan {
  margin-top: 2.1rem;
}

.HomeBan .slick-dots {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.HomeBan .slick-dots li.slick-active button {
  background-color: #00773f;
}

.HomeBan .slick-dots li {
  position: relative;
}

.HomeBan .slick-dots li::after {
  position: absolute;
}

.HomeBan .slick-dots li button {
  display: block;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  width: 0.08rem;
  height: 0.08rem;
  background: #ffffff;
  border-radius: 50%;
  min-width: 8px;
  min-height: 8px;
  border: none;
}

.HomeBan .slick-dots li {
  display: inline-flex;
  margin: 0 0.2rem;
  width: 0.28rem;
  height: 0.28rem;
  /* border: 0.02rem solid transparent; */
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 28px;
  min-height: 28px;
}

.HomeBan .slick-dots li.slick-active {
  /* border: 0.02rem solid #fff; */
  position: relative;
}

.HomeBan .slick-dots li.slick-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/slickDot.png);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  animation: spin 4.5s linear infinite;
  -webkit-animation: spin 4.5s linear infinite;
}

/* 定义一个名为spin的动画 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* 应用动画到具体的元素上 */
.element {
  animation: spin 2s linear infinite;
}

.HomeBan .slick-dots li:first-child {
  margin-left: 0;
}

.HomeBan .itemCon {
  width: 100%;
  position: relative;
}

.HomeBan .itemCon .indexBannerFont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.HomeBan .publicCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.HomeBan .titleH1 {
  font-size: 0.6rem;
  color: #ffffff;
  font-weight: 500;
  font-family: HarmonyOS_Sans_SC_Medium;
  letter-spacing: 0.05rem;
}

.HomeBan .subTitle {
  color: #fff;
  font-size: 0.3rem;
  font-family: HarmonyOS_Sans_SC;
  margin-top: 0.1rem;
}

.HomeBan .titleH2 {
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 0.62rem;
  color: #ffffff;
  line-height: 1;
  margin-top: 0.32rem;
}

.HomeBan .intro {
  font-size: 0.22rem;
  color: #ffffff;
  margin-top: 0.45rem;
  margin-bottom: 0.75rem;
}

.HomeBan object {
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: right;
  font-size: 0.22rem;
}

.HomeBan object span {
  font-family: HarmonyOS_Sans_SC_Medium;
}

.HomeBan .item.slick-active .titleH1 {
  animation: fadeInUp 1s ease forwards;
  -webkit-animation: fadeInUp 1s ease forwards;
  animation-iteration-count: 1;
}

@media screen and (max-width: 1024px) {
  .HomeBan .slick-dots {
    bottom: 20px;
  }

  .HomeBan .titleH1 {
    font-size: 22px !important;
  }

  .HomeBan .publicCon {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .HomeBan .slick-slide img {
    /* min-height: calc(100vh / 4 * 2); */
    object-fit: cover;
  }

  .HomeBan {
    margin-top: 90px;
  }
}

.HomeBan .publicCon {
  margin-top: -0.6rem;
}

.lsdwCon {
  background-image: url(../images/lsdwBg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.djgzCon {
  background-image: url(../images/djgzBg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.whgfgnCon {
  background-image: url(../images/whgfgnBg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.gszyzCon {
  background-image: url(../images/gszyzBg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.container {
  background-image: url(../images/gszyzBg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.lsdwConList {}

.lsdwConList .item {
  margin-bottom: 0.4rem;
}

.lsdwConList .item .itemCon {
  display: flex;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.lsdwConList .item:nth-child(2n) .itemCon {
  flex-direction: row-reverse;
}

.lsdwConList .item .itemCon .imgbox {
  width: 50%;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.lsdwConList .item:nth-child(2n) .itemCon .imgbox {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.lsdwConList .item .itemCon .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.lsdwConList .item:nth-child(2n) .itemCon .imgbox img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.lsdwConList .item .itemCon .right {
  width: 50%;
  background: #fff;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  padding: 0.6rem;
}

.lsdwConList .item:nth-child(2n) .itemCon .right {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lsdwConList .item .itemCon .right .title {
  line-height: 1;
  margin-top: 0.26rem;
}

.lsdwConList .item .itemCon .right .intro {
  margin-top: 0.28rem;
  line-height: 2;
}

.lsdwConList .item .itemCon:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.lsdwConList .item .itemCon:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.lsdwConList .item .itemCon:hover .title {
  color: #00773f;
}

@media screen and (max-width: 1024px) {
  .lsdwConList .item .itemCon .right {
    padding: 20px;
  }

  .lsdwConList .item .itemCon .right .title {
    margin-top: 10px;
  }

  .lsdwConList .item .itemCon .right .intro {
    margin-top: 10px;
  }
}

@media screen and (max-width: 760px) {
  .lsdwConList .item .itemCon {
    flex-direction: column !important;
  }

  .lsdwConList .item .itemCon .imgbox {
    width: 100%;
    display: flex;
  }

  .lsdwConList .item .itemCon .right {
    width: 100%;
  }

  .lsdwConList .item .itemCon .imgbox,
  .lsdwConList .item .itemCon .imgbox img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lsdwConList .item .itemCon .right {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
}

.topUp {}

.topUp .topUpSlide {
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  background-color: #fff;
}

.topUp .topUpSlide .item {
  display: flex;
}

.topUp .topUpSlide .item .itemCon {
  display: flex;
  background: #fff;
  border-radius: 0.2rem;
  align-items: flex-start;
  padding: 0 0.3rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.topUp .topUpSlide .item .itemCon:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.topUp .topUpSlide .item .itemCon .topupImg {
  background-image: url(../images/topupImg.png);
  width: 0.8rem;
  height: 0.75rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 80px;
  min-height: 75px;
}

.topUp .topUpSlide .item .itemCon .left {
  padding: 0.36rem 1.62rem 0.36rem 0.42rem;
}

.topUp .topUpSlide .item .itemCon .left .title {
  line-height: 1;
}

.topUp .topUpSlide .item .itemCon .left .intro {
  margin-top: 0.2rem;
  line-height: 1.667;
}

.topUp .topUpSlide .item .itemCon .left .watchMore {
  line-height: 1;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}

.topUp .topUpSlide .item .itemCon .left .watchMore::after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.1rem;
  min-width: 6px;
  min-height: 10px;
  background-size: contain;
  background-image: url(../images/arrowRight.png);
  background-repeat: no-repeat;
  margin-left: 0.1rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.topUp .topUpSlide .item .itemCon .time {
  height: 100%;
  display: flex;
  align-items: center;
}

.topUp .topUpSlide .item .itemCon:hover .left .watchMore::after {
  background-image: url(../images/arrowRight2.png);
  margin-left: 0.2rem;
}

.topUp .topUpSlide .item .itemCon:hover .left .watchMore {
  color: #00773f;
}

.djgzList {}

.djgzList .item {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.djgzList .item:hover {
  background: #f6f9f8;
}

.djgzList .item .itemCon {}

.djgzList .item .itemCon .publicCon {
  width: 100%;
  border-bottom: 1px solid #d9e1de;
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.djgzList .item .itemCon .publicCon .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 0.2rem;
}

.djgzList .item .itemCon .publicCon .left .circle {
  width: 0.04rem;
  height: 0.04rem;
  min-width: 4px;
  min-height: 4px;
  background: #999999;
  border-radius: 50%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.2rem;
}

.djgzList .item .itemCon .publicCon .left .title {}

.djgzList .item .itemCon .publicCon .time {}

.djgzList .item:hover .title {
  color: #00773f;
}

.djgzList .item:hover .itemCon .publicCon .left .circle {
  background: #00773f;
}

@media screen and (max-width: 1024px) {
  .djgzList .item .itemCon .publicCon {
    width: 96%;
  }
}

@media screen and (max-width:760px) {
  .topUp .topUpSlide .item .itemCon .topupImg {
    min-width: 40px;
  }

  .topUp .topUpSlide .item .itemCon .left {
    padding: 20px;
  }
}

.TitleInfo {
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.4rem;
}

.TitleInfo .title {
  text-align: center;
}

.TitleInfo .time {
  text-align: center;
  line-height: 1;
  margin-top: 0.4rem;
}

.singlePage {
  padding-top: 0.1rem;
}

.singlePage p{
 line-height:1.75;
}

.singlePage a{font-size:0.2rem;display:block;margin:0.15rem 0 !important;font-weight:bold;color:#0066cc !important;}

.singlePage img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.singlePage * {
  margin-top: 0.05rem !important;
}

.PrevNextInfo {
  padding: 0.6rem 0;
  margin-top: 1rem;
  border-top: 1px solid #dedede;
  position: relative;
}

.PrevNextInfo dl dt {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.PrevNextInfo dl {
  width: 80%;
  line-height: 1;
  height: 0.32rem;
  position: relative;
  padding-left: 0.9rem;
  color: #333;
}

.PrevNextInfo dl a {
  color: #999999;
}

.PrevNextInfo dl a.none {
  opacity: 0.7;
}

.PrevNextInfo dl a.none:hover {
  color: #999999;
}

.PrevNextInfo dl a:hover {
  color: #00773f;
}

.PrevNextInfo .back {
  position: absolute;
  right: 0;
  top: 0.6rem;
  text-align: center;
  color: #00773f;
  padding: 0 0.34rem;
  line-height: 0.5rem;
  border: 2px solid #00773f;
  border-radius: 25px;
  z-index: 10;
}

.PrevNextInfo .back i {
  transform: rotate(-180deg);
  margin-right: 5px;
}

.PrevNextInfo .back:hover {
  background-color: #00773f;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .PrevNextInfo dl {
    width: 80%;
    height: 32px;
    padding-left: 66px;
    line-height: 32px;
  }

  .PrevNextInfo .back {
    padding: 0 15px;
    line-height: 32px;
  }

  .singlePage {
    padding-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
}

.gsgyList {
  display: flex;
  flex-wrap: wrap;
}

.gsgyList .item {
  width: calc(100% / 3 - 0.2rem);
  margin-right: 0.3rem;
  margin-top: 0.4rem;
  background: #fff;
  border-radius:8px;
  border: 1px solid #ebebeb;
}

.gsgyList .item:nth-child(3n) {
  margin-right: 0;
}

.gsgyList .item .itemCon {
  width: 100%;

  display: flex;

  flex-direction: column;
}




.gsgyList .item .imgBox {
  overflow: hidden;
  height: 3.06rem;
  border-radius: 8px 8px 0px 0px;
  border-bottom: none;
}

.gsgyList .item .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 8px 8px 0px 0px;
}

.gsgyList .item .bottom {
  text-align: center;
  padding: 0.3rem;
  transition: all 0.3s ease;
  border-radius: 0px 0px 8px 8px;
  border-top: none;
}

.gsgyList .item .bottom .title {
  line-height: 1;
}

.gsgyList .item .bottom .title.dot2 {
  line-height: 1.5;
}

.gsgyList .item .bottom .intro {
  margin-top: 0.2rem;
  min-height: .48rem;
}

.gsgyList .item .itemCon:hover .imgBox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gsgyList .item:hover{
  background: #00773f;
}

.gsgyList .item .itemCon:hover .bottom .title,
.gsgyList .item .itemCon:hover .bottom .intro {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .gsgyList .item .imgBox {
    height: 2.14rem;
  }

  .gsgyList .item {
    width: calc(100% / 3 - 0.08rem);
    margin-right: 0.12rem;
    margin-top: 0.12rem;
  }
}

@media screen and (max-width: 760px) {
  .gsgyList .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }

  .gsgyList {
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .gsgyList .item {
    width: 100%;
  }

  .gsgyList .item .imgBox {
    height: auto;
  }
}

.whgfgnCon .tits{
  font-size: .26rem;
  color: #00753e;
  font-weight: bold;
  text-align: center;
}
.whgfgnCon .writer{
  font-size: .18rem;
  color: #666;
  text-align: center;
}

.whgfgnCon .subtit{
  margin: 0.2rem 0;
  color: #00753e;
  font-weight: bold;
}

.whgfgnCon  .ul1 li+li{
padding-top: .2rem;
margin-top: .2rem;
border-top: 1px dashed rgba(0, 0, 0, 0.2);
}



.whgfList {
  display: flex;
  justify-content: space-between;
}

.whgfList .item {
  flex: 1;
  margin-right: 0.3rem;
  background: #ffffff;
  border-radius: 8px;
  padding: 0.44rem 0.48rem;
  margin-top: 0.5rem;
}

.whgfList .item:last-child {
  margin-right: 0;
}

.whgfList .item .itemCon {
  cursor: auto;
}

.whgfList .item .itemCon .whgfIcon {
  height: 0.5rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.whgfList .item .itemCon .title {
  line-height: 1;
  margin-top: 0.3rem;
}

.whgfList .item .itemCon .intro {
  margin-top: 0.3rem;
}

.whgfList .item:hover .itemCon .whgfIcon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.whgfList .item:hover .itemCon {
  color: #666;
}

@media screen and (max-width: 1024px) {
  .whgfList .item {
    margin-right: 1%;
  }

  .whgfList .item:last-child {
    margin-right: 0;
  }

  .whgfList .item {
    padding: 20px;
  }

  .whgfList .item .itemCon .intro,
  .whgfList .item .itemCon .title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 760px) {
  .whgfList {
    flex-direction: column;
  }

  .whgfList .item {
    width: 100%;
    margin-right: 0;
  }
}


.lxwmTop {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}


.lxwmTop .publicCon .left .lxwmTopList {
  width: 100%;
  display: flex;
  margin-bottom: 0.4rem;
  width: 100%;
}

.lxwmTop .publicCon .left li {
  width: 48.5%;
  padding: 0.3rem;
  background: #fff;
  border-radius: .1rem;
}

.lxwmTop .publicCon .left li+li {
  margin-left:3%;
}

.lxwmTop .publicCon .left .tit {
  position: relative;
  font-size: .27rem;
  color: #00753e;
  margin-bottom: .3rem;
  line-height: 1;
}

.lxwmTop .publicCon .left .tit::before {
  content: ' ';
  width: .1rem;
  height: 100%;
  position: absolute;
  left: -0.3rem;
  background: #00753e;
  border-radius: 0 0.05rem 0.05rem 0;
}

.lxwmTop .publicCon .left .share,
.lxwmTop .publicCon .left p+p {
  padding-top: .2rem;
  margin-top: .2rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.lxwmTop .publicCon .left .share {
  display: flex;
}

.lxwmTop .publicCon .left .share dd {
  position: relative;
  z-index: 20;
}

.lxwmTop .publicCon .left .share dd:not(:last-child) {
  margin-right: 0.3rem;
}

.lxwmTop .publicCon .left .share dd figure {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  padding: 5px;
  left: 50%;
  margin-left: -75px;
  bottom: 100%;
  margin-bottom: 10px;
  display: none;
}

.lxwmTop .publicCon .left .share dd a {
  display: block;
  cursor: pointer;
  background-color: #daece9;
  background-position: center center;
  background-size: auto 40%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.lxwmTop .publicCon .left .share dd.wx a {
  background-image: url("../images/wx.svg");
}

.lxwmTop .publicCon .left .share dd.sph a {
  background-image: url("../images/sph.svg");
  background-size: auto 50%;
}

.lxwmTop .publicCon .left .share dd.dy a {
  background-image: url("../images/dy.svg");
}

.lxwmTop .publicCon .left .share dd a:hover {
  background-color: #00753e;
}

.lxwmTop .publicCon .imgBox {
  border-radius: 0.15rem;
}

.lxwmTop .publicCon .imgBox img {
  width: 100%;
  border-radius: inherit;
}

.lxwmForm {
  background-image: url(../images/lxwmBg.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.formList {
  display: flex;
  flex-wrap: wrap;
}

.formList .item {
  width: calc(25% - 0.21rem);
  margin-right: 0.28rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.04rem;
  border: 1px solid #eaeaea;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  margin-top: 0.32rem;
}

.formList .item:nth-child(4) {
  margin-right: 0;
}

.formList .item:nth-child(5) {
  margin-right: 0;
  width: 100%;
  height: 2.18rem;
}

.formList .item input::placeholder {
  color: #666;
}

.formList .item input {
  width: 100%;
}

.formList .item textarea {
  padding: 0.2rem 0;
  width: 100%;
  height: 100%;
}

.formList .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.formList .submit button {
  width: 1.8rem;
  height: 0.6rem;
  background: #00773f;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  margin-top: 0.6rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.formList .submit button:hover {
  background-color: #E99706;
}

@media screen and (max-width: 1024px) {
  .formList .submit button {
    width: auto;
    padding: 0 15px !important;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    min-width: 104px;
  }


  .lxwmTopCode .codeBox {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .formList .item {
    width: 49%;
    margin-right: 0;
  }

  .formList {
    justify-content: space-between;
  }
}

@media screen and (max-width: 760px) {
  .formList .item {
    width: 100%;
  }

  .formList .item {
    width: 100%;
    height: 46px;
    line-height: 46px;
  }

  .lxwmTopCode {
    width: 120px;
    margin: 0 auto;
  }
}

.topUpGs {}

.topUpGs .topUpGsSlide {
  position: relative;
  margin-bottom: 0.6rem;
}

.topUpGs .topUpGsSlide .item {}

.topUpGs .topUpGsSlide .item .itemCon {
  display: flex;
}

.topUpGs .topUpGsSlide .item .itemCon .imgbox {
  width: 48.6%;
  border-radius: 0.3rem;
  overflow: hidden;
  height: 4.2rem;
}

.topUpGs .topUpGsSlide .item .itemCon .imgbox img {
  width: 100%;
  border-radius: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  height: 100%;
  object-fit: cover;
}

.topUpGs .topUpGsSlide .item .itemCon .right {
  flex: 1;
  margin-left: 0.62rem;
}

.topUpGs .topUpGsSlide .item .itemCon .right .time {
  line-height: 1;
  margin-top: 0.16rem;
}

.topUpGs .topUpGsSlide .item .itemCon .right .title {
  font-weight: bold;
  margin-top: 0.3rem;
}

.topUpGs .topUpGsSlide .item .itemCon .right .intro {
  line-height: 2;
  margin-top: 0.3rem;
}

.topUpGs .topUpGsSlide .item .itemCon .right .arrowDown {
  width: 0.4rem;
  margin-top: 0.54rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.topUpGs .topUpGsSlide .item .itemCon:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.topUpGs .topUpGsSlide .item .itemCon:hover .right .arrowDown {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.topUpGs .topUpGsSlide .item .itemCon:hover .right .title {
  color: #00773f;
}

.slick-arrow {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #00773f;
  font-size: 0;
  cursor: pointer;
  background-image: url(../images/next1.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.slick-arrow.slick-prev {
  background-image: url(../images/prev1.png);
}

.topUpGsSlide .slick-dots {
  display: flex;
}

.topUpGsSlide .slick-dots li {
  background-color: #e0e3e1;
  height: 2px;
  flex: 1;
}

.topUpGsSlide .slick-dots li button {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.topUpGsSlide .slick-dots li.slick-active {
  background-color: #00773f;
}

.topUpGsSlide .slick-prev {
  right: 0.75rem;

  z-index: 2;
}

.topUpGsSlide .slick-next {
  right: 0;
}

.topUpGsSlide .slick-dots {
  width: 35%;

  position: absolute;

  bottom: 0.2rem;

  right: 1.7rem;
}

.topUpGsSlide .slick-next:hover {
  background-color: #00773f;
  background-image: url(../images/next2.png);
}

.topUpGsSlide .slick-prev:hover {
  background-color: #00773f;
  background-image: url(../images/prev2.png);
}

@media screen and (max-width: 1024px) {
  .topUpGs .topUpGsSlide .item .itemCon .right {
    margin-left: 20px;
  }

  .topUpGs .topUpGsSlide .item .itemCon .right .title,
  .topUpGs .topUpGsSlide .item .itemCon .right .intro {
    margin-top: 15px;
  }

  .topUpGs .topUpGsSlide .item .itemCon .right .arrowDown {
    margin-top: 15px;
  }

  .topUpGsSlide .slick-dots {
    width: 32%;
  }

  .topUpGs .topUpGsSlide .item .itemCon .imgbox {
    height: 2.8rem;
  }
}

@media screen and (max-width: 760px) {
  .topUpGs .topUpGsSlide .item .itemCon .imgbox {
    height: auto;
  }

  .topUpGs .topUpGsSlide .item .itemCon {
    display: flex;
    flex-direction: column;
  }

  .topUpGs .topUpGsSlide .item .itemCon .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .topUpGs .topUpGsSlide {
    padding-bottom: 36px;
  }

  .topUpGs .topUpGsSlide .item .itemCon .right .arrowDown {
    width: 30px;
  }

  .topUpGsSlide .slick-dots {
    width: calc(100% - 98px);
    right: 98px;
    bottom: 18px;
  }

  .slick-arrow {
    width: 36px;
    height: 36px;
  }

  .topUpGsSlide .slick-prev {
    right: 50px;
  }
}

.zyzzcList {}

.zyzzcList .item {
  margin-top: 0.4rem;
}

.zyzzcList .item .itemCon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.zyzzcList .item .itemCon .imgbox {
  width: 4rem;
  height: 2.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.zyzzcList .item .itemCon .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: inherit;
}

.zyzzcList .item .itemCon .right {
  flex: 1;
  padding-left: 0.7rem;
}

.zyzzcList .item .itemCon .right .title {
  margin-top: 0.24rem;
}

.zyzzcList .item .itemCon .right .intro {
  margin-top: 0.34rem;
}

.zyzzcList .item .itemCon .right .time {
  line-height: 1;
  margin-top: 0.5rem;
}

.zyzzcList .item .itemCon:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.zyzzcList .item .itemCon:hover .right .title {
  color: #00773f;
}

@media screen and (max-width: 1024px) {
  .zyzzcList .item .itemCon .right {
    padding-left: 20px;
  }

  .zyzzcList .item .itemCon .imgbox {
    height: 2.46rem;
  }
}

@media screen and (max-width: 760px) {
  .zyzzcList .item .itemCon .right .intro {
    margin-top: 10px;
  }

  .zyzzcList .item .itemCon .right .time {
    line-height: 1;
    margin-top: 6px;
  }

  .zyzzcList .item .itemCon .right .title {
    margin-top: 0;
  }

  .zyzzcList .item .itemCon .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.publicTitle {
  display: flex;
  line-height: 1;
}

.publicTitle::after {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.19rem;
  min-width: 22px;
  min-height: 19px;
  background-image: url(../images/titleIcon.png);
  background-size: contain;
  margin-left: 0.1rem;
  margin-top: -0.1rem;
}

.jjhjeOne {
  display: flex;
  overflow: hidden;
}

.jjhjeOne .left {
  flex: 1;
  padding-left: 2.4rem;
  padding-right: 0.7rem;
  padding-top: 0.7rem;
}

.jjhjeOne .left .singlePage {}
.jjhjeOne .left .about_more a{display:inline-block;line-height:0.45rem;border-radius:0.45rem;min-width:1.6rem;background:#00753e;color:#fff;margin-top:0.5rem;text-align:center;}

.jjhjeOne .imgbox {
  width: 50%;
  border-radius: 0.36rem 0px 0px 0.36rem;
  overflow: hidden;
  height: 6.6rem;
}

.jjhjeOne .imgbox img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .jjhjeOne .left {
    padding-left: 2%;
    padding-right: 20px;
    padding-top: 30px;
  }

  .jjhjeOne .imgbox {
    height: 5.98rem;
  }

  .singlePage * {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 997px) {
  .jjhjeOne {
    flex-direction: column;
  }

  .jjhjeOne .imgbox {
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 0.36rem;
    width: 96%;
  }
}

.userico:hover {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

/* numlist s */
.numlist {
  background-color: rgba(255, 255, 255, 0.65);
}

.numlist {
  padding-top: 0.9rem;

  padding-bottom: 0.9rem;
}

.numlist .publicCon {
  display: flex;

  justify-content: space-between;
}

.numlist .publicCon .item {
  display: flex;

  align-items: center;
}

.numlist .publicCon .item img {
  height: 0.35rem;

  margin-right: 0.25rem;
}

.numlist .publicCon .item .right {}

.numlist .publicCon .item .right .title {
  line-height: 1;
}

.numlist .publicCon .item .right .intro {
  line-height: 1;

  margin-top: 0.1rem;
}

.numlist .publicCon .item .right .title .num {
  margin-right: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .numlist .publicCon .item img {
    height: 24px;
    margin-right: 10px;
  }
}

/* numlist e */

/* aboutList s */

.aboutList {
  position: relative;
  padding-right: 2.56rem;
}

.aboutList .imgbox {
  width: 100%;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}

.aboutList .imgbox img {
  width: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}

.aboutList .infolist {
  margin-top: 0.45rem;
  margin-right: 2.46rem;
  text-align: justify;
  height: 1.6rem;
  overflow-y: auto;
  padding-right: 0.7rem;
}

.aboutList ::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

.aboutList ::-webkit-scrollbar-thumb {
  background: #00773f;
  border-radius: 50px;
}

.aboutList ::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 100px;
  overflow: hidden;
}

.aboutListUl {
  width: 4.5rem;
  height: 4.9rem;
  background: #00773f;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  position: absolute;
  right: 0;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.56rem;
  padding-bottom: 0.3rem;
}

.aboutListUl .item {}

.aboutListUl .item .itemCon {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
}

.aboutListUl .item .itemCon::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.aboutListUl .item .itemCon img {
  width: 0.26rem;
  margin-right: 0.36rem;
}

.aboutListUl .item .itemCon .title {
  height: 0.24rem;
  line-height: 0.24rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  white-space: nowrap;
}

/*.aboutListUl .item .itemCon:hover .title {
  font-size: 0.24rem;
}

.aboutListUl .item .itemCon:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.aboutListUl .item .itemCon:hover::after {
  width: 100%;
  left: 0;
}*/

@media screen and (max-width: 1024px) {
  .aboutList .infolist {
    padding-right: 20px;
  }

  .aboutListUl {
    height: 3.6rem;
    padding: 0 30px 0.3rem 30px;
  }

  .aboutListUl .item .itemCon img {
    width: 26px;
    margin-right: 18px;
  }

  .aboutList .infolist {
    padding-right: 20px;
  }

  .aboutListUl .item .itemCon:hover .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 760px) {
  .aboutListUl {
    width: 100%;
    position: static;
    margin-bottom: 30px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .aboutList {
    position: relative;
    padding-right: 0;
  }

  .aboutList .infolist {
    margin-right: 0;
  }

  .aboutList .infolist {
    margin-right: 0;
    height: auto;
  }

  .jjhjeOne .left {
    padding-top: 0;
  }
}

/* aboutList e */

/* lshcyList s*/
.gyxm .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more {
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
}

.more img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.more:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.lshcyListBox {
  display: flex;

  justify-content: space-between;
}

.lshcyListBox .left {
  width: 4.5rem;
  padding-right: 0.5rem;
  text-align: justify;
}

.lshcyList {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.lshcyList .item {
  width: calc(25% - 0.18rem);
  margin-right: 0.24rem;
  margin-bottom: 0.3rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.lshcyList .item:nth-child(4n) {
  margin-right: 0;
}

.lshcyList .item .itemCon {
  height: 1.38rem;
  background: #ffffff;
  border-radius: 0.1rem;
  width: 100%;
  display: flex;
}

.lshcyList .item .itemCon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.lshcyListBox .left .intro {
  margin-top: 0.5rem;
}
/* 
.lshcyList .item:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
} */

.lshcyList .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .more {
    width: 30px;
    height: 30px;
  }

  .lshcyList .item {
    width: calc(25% - 9px);
    margin-right: 12px;
    margin-bottom: 12px;
    height: 0.52rem;
  }

  .lshcyList .item .itemCon {
    height: 100%;
  }

  .lshcyListBox .left .intro {
    margin-top: 20px;
  }

  .lshcyListBox .left {
    padding-right: 20px;
  }
}

@media screen and (max-width: 760px) {
  .lshcyListBox {
    flex-direction: column;
  }

  .lshcyListBox .left {
    padding-right: 0;
    width: 100%;
  }

  .lshcyList .item {
    height: 1rem;
    margin-bottom: 0;
    margin-top: 12px;
  }

  .lshcyList .item .itemCon {
    background-color: transparent;
    box-shadow: none !important;
  }

  .lshcyList .item:hover {
    box-shadow: none !important;
  }
}

/* lshcyList e */

/* FastRight s*/
.FastRight {
  width: 1rem;
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 15%;
  border-radius: 10px 0 10px;
}

.FastRight li {
  position: relative;
  cursor: pointer;
  font-size: 0.16rem;
  border-top: 1px solid #0f9d5a;
}

.FastRight li:first-child {
  border-top: none;
}

.FastRight .ico {
  height: 1.1rem;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  flex-direction: column;
  /* background: #00773f; */
  text-align: center;
  line-height: 1.2;
}

.FastRight ul {
  border-bottom-left-radius: 10px;
  background: #00773f;
  border-top-left-radius: 10px;
}

.FastRight li:nth-child(1) .ico {
  border-top-left-radius: 10px;
}

.FastRight li:last-child .ico {
  border-bottom-left-radius: 10px;
}

.FastRight .ico img {
  display: block;
  width: 0.32rem;
  height: auto;
  margin: 0px auto;
  margin-bottom: 0.1rem;
}

.FastRight li:hover .ico {
  background: #e99706;
  /* border-radius: 10px 0 10px; */
  color: #fff;
}

.FastRight .info {
  position: absolute;
  top: 80px;
  right: 1rem;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #e99706;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 0.3s;
}

.FastRight .info img {
  border: 5px solid #fff;
  max-width: none;
  width: 90px;
  height: 90px;
}

.FastRight .info p {
  margin-bottom: 0;
}

.FastRight .info.tel {
  line-height: 1.1rem;
  color: #fff;
  width: 1.8rem;
  font-size: 0.18rem;
  height: 1.1rem;
  display: flex;
  justify-content: center;
  padding: 0;
  flex-direction: column;
}

.FastRight .info a {
  color: #fff;
}

.FastRight li.on .info {
  top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.FastRight a {
  color: #fff;
}

.totop {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.totop.totop.cd-is-visible {
  display: block;
}

.totop.cd-is-visible {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

#LRfloater0 {
  top: auto !important;
  bottom: 0 !important;
}

@media (max-width: 640px) {
  .FastRight {
    width: 32px;
    right: 1px;
  }

  .FastRight .ico {
    height: 32px;
  }

  .FastRight .ico img {
    width: 20px;
    height: 20px;
  }

  .FastRight .info img {
    border: 2px solid #fff;
    width: 82px;
    height: 82px;
  }

  .FastRight em {
    display: none;
  }

  .FastRight .info {
    right: 32px;
  }

  .FastRight .ico .iconfont {
    margin: 0;
  }

  .FastRight .info.tel {
    width: 180px;
    font-size: 16px;
    height: 32px;
  }
}

/* FastRight e */

/* gyxmList s */
.gyxmList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;margin-left:-2%;
}

.gyxmList .item {
  width: 23%;
  height: 3.2rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  margin-top: 0.2rem;margin-left:2%;
}

/*.gyxmList .item:nth-child(3n) {
  margin-right: 0;
}

.gyxmList .item:nth-child(3),
.gyxmList .item:nth-child(4) {
  width: 5.8rem;
}*/

.gyxmList .item .itemCon {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  overflow: hidden;
  border-radius: 16px;
}

.gyxmList .item .itemCon .imgBox {
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gyxmList .item .itemCon .title {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 0.3rem;
}

.gyxmList .item .itemCon .title2 {
    width: 1.76rem;
    height: 1.34rem;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    padding: 0.22rem 0.1rem;
    background-image: url(../images/squareBg.png);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.42rem;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gyxmList .item .itemCon:hover .title2 {
  opacity: 1;
  bottom: 0;
}

.gyxmList .item .itemCon:hover .title {
  opacity: 0;
}

.gyxmList .item .itemCon:hover .imgBox {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .gyxmList .item {
    width: 28.47%;
    height: 2.22rem;
    margin-right: 1%;
  }

  .gyxmList .item:nth-child(3),
  .gyxmList .item:nth-child(4) {
    width: 41.06%;
  }

  .gyxmList .item .itemCon .title,
  .gyxmList .item .itemCon .title2 {
    padding: 15px;
  }

  .gyxmList .item .itemCon .title2 {
    padding-top: 30px;
  }

  .FastRight {
    bottom: 5%;
  }

  .gyxmList .item .itemCon .font22 {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  .gyxmList .item {
    width: 100% !important;
    margin-right: 0;
    height: auto;
  }

  .gyxmList .item .itemCon .title2 {
    width: 176px;
    height: 134px;
    background-repeat: no-repeat;
  }
}

/* gyxmList e */

/* aboutIndex s */
.aboutIndex {
  display: flex;
}

.aboutIndex .left {
  flex: 1;
  margin-right: 0.62rem;
  z-index: 2;
}

.aboutIndex .left .publicTitle {
  padding-left: 2.4rem;
}

.aboutIndex .left .intro2 {
  margin-top: 0.5rem;
  padding-left: 2.4rem;
  width: 100%;
  border-bottom: 1px solid #e3e2e2;
  padding-bottom: 0.5rem;
  text-align: justify;
  overflow: visible;
  position: relative;
}

.aboutIndex .left .intro2 .more {
  position: absolute;
  bottom: -0.25rem;
  right: -0.87rem;
}

.aboutIndex .left .numlist {
  padding-left: 2.4rem;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

.aboutIndex .left .numlist .publicCon {
  width: 100%;
  flex-wrap: wrap;
}

.aboutIndex .left .numlist .publicCon .item {
  width: 50%;
  margin-top: 0.7rem;
}

.aboutIndex .imgbox {
  width: 8.16rem;
  height: 6.6rem;
  border-radius: 20px 0px 0px 20px;
}

@media screen and (max-width: 1024px) {

  .aboutIndex .left .publicTitle,
  .aboutIndex .left .intro2,
  .aboutIndex .left .numlist {
    padding-left: 2%;
  }

  .aboutIndex .left {
    margin-right: 20px;
  }

  .aboutIndex .imgbox {
    width: 42.5%;
    height: auto;
  }

  .aboutIndex .left .intro2,
  .aboutIndex .left .numlist .publicCon .item {
    margin-top: 20px;
  }

  .aboutIndex .left .intro2 {
    padding-bottom: 20px;
  }

  .aboutIndex .left .intro2 .more {
    bottom: -15px;
    right: -35px;
  }
}

@media screen and (max-width: 760px) {
  .aboutIndex {
    flex-direction: column;
  }

  .aboutIndex .imgbox {
    width: 96%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
  }

  .aboutIndex .left .intro2 .more {
    right: 0;
  }
}

/* aboutIndex e */

/* newsIndex s*/
.newsIndex {
  display: flex;
}

.newsIndex .publicCon {
  display: flex;
  justify-content: space-between;
}

.newsIndex .left {
  width: 37.5%;
  background-color: #fff;
  border-radius: 0.2rem;
}

.newsIndex .right {
  width: 58.5%;
}

.newsIndex .right .Tab001 {
  width: 100%;
}

.newsIndex .left .tab_liBox {
  width: 100%;
  overflow-x: auto;
  display: flex;
}

.newsIndex .left .tab_liBox .tab_li {
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.newsIndex .left .tab_liBox .tab_li span {
  background: #e8e8e8;
  cursor: pointer;
  height: 0.6rem;
  line-height: 0.6rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 50%;
  text-align: center;
}

.newsIndex .left .tab_liBox .tab_li span:nth-child(1) {
  border-top-left-radius: 0.2rem;
}

.newsIndex .left .tab_liBox .tab_li span:nth-child(2) {
  border-top-right-radius: 0.2rem;
}

.newsIndex .left .tab_liBox .tab_li span:hover,
.newsIndex .left .tab_liBox span.on {
  background-color: #00753e;
  color: #fff;
}

.nones {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: -10;
  left: 0;
}

.newsIndex .formList {
  padding: 0.1rem 0.4rem 0.4rem 0.4rem;
}

.newsIndex .formList .item {
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
  line-height: 1;
  padding: 0;
  margin-right: 0;
  position: relative;
  margin-top: 0.3rem;
}

.newsIndex .formList .item input {
  width: 100%;
  height: 0.5rem;
  background: #ebf2ef;
  border-radius: 0.06rem;
  padding: 0 0.15rem;
  margin-top: 0.12rem;
}

.newsIndex .getCode {
  position: absolute;
  height: 0.5rem;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  border: none;
  background: transparent;
  padding: 0 0.15rem;
}

.newsIndex .formList .submit button {
  height: 0.5rem;
  background: #00773f;
  border-radius: 0.06rem;
  width: 100%;
  margin-top: 0.3rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.newsIndex .formList .submit button:hover {
  background-color: #e99706;
}

.newsIndex .loginTips {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  line-height: 1;
  margin-top: 0.35rem;
}

.newsIndex .loginTips a {
  position: relative;
}

.newsIndex .loginTips a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00773f;
  position: absolute;
  left: 0;
  bottom: -0.12rem;
}

.newsIndex .loginTips a:hover {
  color: #e99706;
}

.newsIndex .loginTips a:hover::after {
  background-color: #e99706;
}

.newsIndex .right .tab_liBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsIndex .right .tab_liBox .tab_li {
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
}

.newsIndex .right .tab_liBox .tab_li span {
  flex: 0 0 auto;
  margin-left: 0.2rem;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  line-height: 0.5rem;
  text-align: center;
  color: #000;
}

.newsIndex .right .tab_liBox .tab_li span:hover,
.newsIndex .right .tab_liBox span.on {
  background-color: #00773f;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(1, 100, 53, 0.1);
}

.newsTopUp {
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}

.newsTopUp .item {}

.newsTopUp .item .itemCon {
  display: flex;
  background: #fdfffe;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.newsTopUp .item .itemCon .imgbox {
  width: 2.4rem;
  height: 100%;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  display: flex;
}

.newsTopUp .item .itemCon .right {
  padding: 0.3rem 0.28rem 0.3rem 0.28rem;
  width:calc(100% - 2.4rem);
}

.newsTopUp .item .itemCon .right .time {
  line-height: 1;
}

.newsTopUp .item .itemCon .right .title {
  line-height: 1;
  margin-top: 0.24rem;
}

.newsTopUp .item .itemCon .right .intro {
  margin-top: 0.1rem;
}

.newsTopUp .item .itemCon:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.newsTopUp .item .itemCon:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.newsTopUp .item .itemCon:hover .title {
  color: #00773f;
}

.newsList {}

.newsList .item2 {}

.newsList .item2 .itemCon2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 119, 63, 0.2);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.newsList .item2 .itemCon2 .left2 {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 0.2rem;
}

.newsList .item2 .itemCon2 .left2 .titleIcon {
  width: 0.14rem;
  min-width: 14px;
  margin-right: 0.16rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.newsList .item2 .itemCon2:hover .left2 .title {
  color: #00773f;
}

.newsList .item2 .itemCon2:hover .left2 .titleIcon {
  margin-right: 0.12rem;
}

.newsList .item2 .itemCon2 .time {}

/* newsIndex e*/
.HoverLabel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 0.3rem;
}

.HoverLabel li {
  display: flex;
  align-items: center;
}

.HoverLabel li:last-child {
  margin-bottom: 0;
}

.HoverLabel label {
  display: block;
  width: auto;
  padding-left: 0.1rem;
  flex: 1;
}

.HoverLabel li input {
  width: 0.16rem;
  height: 0.16rem;
}

input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

input[type="checkbox"]:checked {
  background-color: #00773f;
  border: 0.02rem solid #00773f;
  background-image: url(../images/checkBoxIcon.png);
  background-size: cover;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .newsIndex .left {
    width: 39.5%;
  }

  .newsIndex .formList {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 760px) {
  .newsTopUp .item .itemCon .right .intro {
    margin-top: 10px;
  }

  .newsIndex .publicCon {
    flex-direction: column;
  }

  .newsIndex .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .newsIndex .right {
    width: 100%;
    margin-top: 20px;
  }

  .newsList .item2 .itemCon2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .newsIndex .right {
    margin-top: 0;
  }

  .newsTopUp .item .itemCon .imgbox {
    width: 6rem;
  }

  .newsIndex .getCode {
    height: 36px;
    line-height: 36px;
  }

  .newsIndex .left .tab_liBox .tab_li span {
    height: 36px;
    line-height: 36px;
  }

  .newsIndex .formList .item input {
    height: 36px;
    line-height: 36px;
  }

  .newsIndex .formList .submit button {
    height: 36px;
    line-height: 36px;
  }

  .newsIndex .right .tab_liBox .tab_li span {
    width: auto;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    width: 104px;
  }

  .HoverLabel li input {
    width: 16px;
    height: 16px;
  }

  .newsIndex .formList .item {
    margin-top: 15px;
  }

  .newsIndex .formList {
    padding: 20px 20px 30px 20px;
  }

  .newsTopUp .item .itemCon {
    height: 3rem;
  }
}



.RighInfo002809 .tits{
  font-size: .26rem;
  color: #00753e;
  font-weight: bold;
  text-align: center;
}
.RighInfo002809 .writer{
  font-size: .18rem;
  color: #666;
  text-align: center;
  margin-bottom: .3rem;
}

.RighInfo002809 p+p {
  margin-top: 1em;
}

.RighInfo002809 p b {
  color: #00773F;
}

.RighInfo002809 .img-1,
.RighInfo002809 .img-2 {
  border-radius: 20px;
  overflow: hidden;
}


.RighInfo002809 .ul{
  margin-top: .5rem;
}

.RighInfo002809 .ul li{
  background: rgba(0, 119, 63, 0.08);
  padding: .2rem;
  border-radius: 5px;border: 1px solid #00773f;
}
.RighInfo002809 .ul li+li{
  margin-top: .2rem;
}

.RighInfo002809 .ul .t1{
  font-size: .2rem;color:#00773f;font-weight:bold;
}

.RighInfo002809 .ul .t2{
  font-size: .15rem;
  color: #999;
}

.RighInfo002809 .ul li:hover .more img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

@media(min-width:1025px) {
    .whgfgnCon .subtit{
        font-size: .22rem;
    }
  .RighInfo002809 .img-1 {
    float: left;
    margin-right: 6%;
    width: 32%;
    margin-bottom: 1%;
  }

  .RighInfo002809 .img-2 {
    float: right;
    margin-left: 6%;
    width: 40%;
    margin-top: 1%;
  }
  .RighInfo002809 .ul li a{
   display: flex;
   align-items: center;
   justify-content: space-between;
  }
}



/*TextList002972 */
.TextList002972 li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.TextList002972 li:not(.active) {
  line-height: .8rem;
  font-size: .18rem;
}

.TextList002972 li:not(.active) a {
  color: #333;
}

.TextList002972 li:not(.active) a:before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  background: #bbb;
  border-radius: 50%;
  margin-right: .15rem;
  vertical-align: middle;
}

.TextList002972 li time {
  float: right;
  margin-left: 10px;
  font-size: .15rem;
  color: #999;
}

@media (min-width: 1025px) {
    .TextList002972 li.active a {
        text-align: center;
        font-size: .3rem;
        line-height: 5em;
        color: #00773F;
    font-weight: bold;
        }

        .TextList002972 li.active time {
        display: none;
        }
}



/*Form002803*/
.Form002803 .flex {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  overflow: hidden;
}

.Form002803 .pic img {
  display: block;
  width: 100%;
}

.Form002803 .from {
  padding: .3rem;
}

.Form002803 .from li {
  position: relative;
}

.Form002803 .from li:not(.btn) {
  border: 1px solid #ddd;
  padding: 0 15px 0 56px;
  background-size: auto calc(20 / 16 * 1em);
  background-repeat: no-repeat;
  background-position: 20px center;
  border-radius: 10px;
  margin-bottom: 4%;
}

.Form002803 .from li.name {
  background-image: url(../images/Form002802-icon.svg);
}

.Form002803 .from li.tel {
  background-image: url(../images/Form002802-icon2.svg);
}

.Form002803 .from li.mail {
  background-image: url(../images/Form002802-icon3.svg);
}

.Form002803 .from li.mag {
  background-image: url(../images/Form002802-icon4.svg);
  background-position: 18px 20px;
}

.Form002803 .from label {
  position: absolute;
  left: 56px;
  top: 0;
  font-size: 1em;
  line-height: 60px;
  color: #999;
}

.Form002803 .from .text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  background: none;
}

.Form002803 .from textarea.text {
  height: 140px;
}

.Form002803 .from .btn input {
  background: #00773F;
  cursor: pointer;
  padding: 0;
  border: none;
  width: calc(180 / 16 * 1em);
  height: calc(50 / 16 * 1em);
  font-size: 1em;
  color: #fff;
  border-radius: 99px;
  line-height: calc(50 / 16 * 1em);
}

@media(min-width:1025px) {
  .Form002803 .flex {
    display: flex;
    align-items: center;
  }

  .Form002803 .pic {
    width: 50%;
  }

  .Form002803 .from {
    padding: 3vw;
    width: 50%;
  }
}




.ytable {
  display: table;
  width: 100%;
}
.ytable-fixed {
  table-layout: fixed;
}
.ytable-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width:1024px) {
  .ytable.xy,
  .ytable.xy > .ytable-cell{display: block;}
}

/*PicList002433*/
.PicList002433 .main{padding: 0 .6rem;}
.PicList002433 .main .slick-arrow{top: 50%; margin-top: -.25rem;}

.PicList002433 .main .slick-prev{left: 0;}
.PicList002433 .main .slick-next{right: 0;} 

.PicList002433 .list ul{ padding:0 50px;}
.PicList002433 .list li{ float:left; position:relative;  text-align:center; margin-bottom:2%;}
.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after{ position:absolute; content:''; bottom:0px; height:90px; width:50px;}
.PicList002433 .list li:first-child:before{ left:-50px; background:url(../images/PicList002433_ul_l.png) no-repeat 0 0;}
.PicList002433 .list li:last-child:after{right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433 .list li aside{ padding-top:35px;height:90px; background:url(../images/PicList002433_libg.png) repeat-x left top;}
.PicList002433 .list li .ytable{ height:245px;}
.PicList002433 .list li .ytable-cell{ vertical-align:bottom;}
.PicList002433 .list li figure{ position:relative; display:inline-block;max-width:82%;}
.PicList002433 .list li figure img{max-height:245px; border:10px solid #3b0202;}
.PicList002433 .list li p{ margin:0 auto; max-width:260px;width:90%; line-height:1.5; height:calc(1.5em * 2); color:#333; font-size: calc(18 / 16 * 1em);}
.PicList002433 .list .ul-3 li{width:33.33333333%;}
.PicList002433 .list .ul-3 li:nth-child(3):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433 .list .ul-2 li{width:50%;}
.PicList002433 .list .ul-2 li:nth-child(2):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433 .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433 .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433 .list .ul-1 li{width:100%;}
@media(max-width:640px){
.PicList002433 .auto,
.PicList002433 .list ul{ padding:0;}
.PicList002433 .list li .ytable{ height:150px;}
.PicList002433 .list li figure img{ max-height:150px; padding:3px}
.PicList002433 .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433 .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433 .list .ul-3 li:nth-child(3):after,
.PicList002433 .list li:first-child:before{ display:none;}
}
@media(max-width:480px){
.PicList002433 .list li .ytable{ height:100px;}
.PicList002433 .list li figure img{ max-height:100px;}
}









.jjhldList .item {
  margin-bottom: 0.4rem;
}

.jjhldList .item .itemCon {
  display: flex;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.jjhldList .item:nth-child(2n) .itemCon {
  flex-direction: row-reverse;
}

.jjhldList .item .itemCon .imgbox {
  width:25%;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.jjhldList .item:nth-child(2n) .itemCon .imgbox {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.jjhldList .item .itemCon .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.jjhldList .item:nth-child(2n) .itemCon .imgbox img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.jjhldList .item .itemCon .right {
  width: 75%;
  background: #fff;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  padding: 0.4rem;
}

.jjhldList .item:nth-child(2n) .itemCon .right {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.jjhldList .item .itemCon .right .title {
  line-height: 1;
  margin-top: 0.26rem;
}

.jjhldList .item .itemCon .right .intro {
  margin-top: 0.28rem;
  line-height: 2;
  height:2.4rem;
  overflow-y: auto;
  padding-right: 10px;
}
.jjhldList .item .itemCon .right .intro::-webkit-scrollbar{width:4px;  height:100%;}
.jjhldList .item .itemCon .right .intro::-webkit-scrollbar-track{ background: rgb(239, 239, 239); border-radius:2px;}
.jjhldList .item .itemCon .right .intro::-webkit-scrollbar-thumb{ background:#00773f; border-radius:10px;}
.jjhldList .item .itemCon .right .intro::-webkit-scrollbar-thumb:hover{background:#00773f;}
.jjhldList .item .itemCon .right .intro::-webkit-scrollbar-corner{background: #00773f;}


.jjhldList .item .itemCon:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.jjhldList .item .itemCon:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.jjhldList .item .itemCon:hover .title {
  color: #00773f;
}

@media screen and (max-width: 1024px) {
  .jjhldList .item .itemCon .right {
    padding: 20px;
  }

  .jjhldList .item .itemCon .right .title {
    margin-top: 10px;
  }

  .jjhldList .item .itemCon .right .intro {
    margin-top: 10px;
  }
}

@media screen and (max-width: 760px) {
  .jjhldList .item .itemCon {
    flex-direction: column !important;
  }

  .jjhldList .item .itemCon .imgbox {
    width: 100%;
    display: flex;
  }

  .jjhldList .item .itemCon .right {
    width: 100%;
  }

  .jjhldList .item .itemCon .imgbox,
  .jjhldList .item .itemCon .imgbox img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .jjhldList .item .itemCon .right {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
  }
}



.jjhldcon .table_1 th,
.jjhldcon .table_1 td{ text-align:center; border:1px solid #ddd; border-collapse:collapse; line-height:1.5; padding:1em; font-size: .18rem;}
.jjhldcon .table_1 th{color: #fff; font-weight:normal; background: #00753e;}
.jjhldcon .table_1 tr:nth-child(2n+1){background:rgba(255, 255, 255, 0.65);}
.jjhldcon .table_1 td{font-size:.16rem; color: #333;}
@media(max-width:1024px){
.jjhldcon .table_1{ overflow:auto;}
.jjhldcon .table_1 table{ width:180%;}
}





.Timeline002170 .owl-item{width:2rem;}
.Timeline002170 .owl-item .item{height:4.4rem;background:url(../images/Timeline002170-bg.png) no-repeat 0 1.33rem; background-size:100% auto; }
.Timeline002170 .item dl{ height:100%;background:url(../images/Timeline002170-icon1.svg) no-repeat .09rem .14rem; padding-left:.4rem;}
.Timeline002170 .odd-item dl{ 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: .18rem;
}
@media(min-width:376px){
.Timeline002170 .odd-item dl{background-image:url(../images/Timeline002170-icon2.svg); background-position:.08rem 1.32rem;}
}
.Timeline002170 .item dt{ font-weight:bold; font-size:.28rem; color:#00753e; margin-bottom:.06rem; }
.Timeline002170 .item dd{ height:.9rem; color:#555; line-height:.3rem; overflow:hidden;}
.Timeline002170 .owl-nav div{ position:absolute; top:50%; width:.5rem; height:.5rem;margin-top:-.25rem; border:1px solid #00753e; padding:0; background:none; font-size:0; z-index:10; cursor:pointer; border-radius:50%;}
.Timeline002170 .owl-nav div:hover{ background:#00753e;}
.Timeline002170 .owl-nav div:before{ position:absolute; content:''; width:.14rem; height:.14rem; border-top:2px solid #00753e; border-right:2px solid #00753e; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); left:50%; top:50%; margin:-.07rem 0 0 -.11rem;}
.Timeline002170 .owl-nav div:hover:before{ border-color:#fff;}
.Timeline002170 .owl-nav .owl-prev:before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg); -ms-transform:rotate(-135deg); margin-left:-5px;}
.Timeline002170 .owl-nav .owl-prev{ left:-.6rem;}
.Timeline002170 .owl-nav .owl-next{ right:-.6rem;}
@media(min-width:1201px){
.Timeline002170 .owl-carousel{padding:0 .8rem;}
.Timeline002170 .owl-carousel::before,
.Timeline002170 .owl-carousel::after{ position:absolute; content:''; height:100%; background:url(../images/Timeline002170-bg3.png) no-repeat 0 1.41rem; width:75%; top:0;}
.Timeline002170 .owl-carousel::before{ left:.05rem}
.Timeline002170 .owl-carousel::after{ right:-.34rem; width:1.14rem; background-image:url(../images/Timeline002170-bg4.png);}
}
@media(max-width:1200px){
.Timeline002170 .owl-carousel{ padding:0 30px;}
}
@media(max-width:375px){
.Timeline002170 .odd-item dl{ padding-top:0; }
}





.Followus .ul{display: flex; flex-wrap: wrap;}
.Followus li{padding: .2rem; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center;}
.Followus .pic{ margin-bottom: .3rem; overflow: hidden;}
.Followus .Ispic{padding-bottom:64.105%; background-size: contain; background-position: center; background-repeat: no-repeat;}
@media(min-width:1025px){
.Followus li{width:23.5%; margin-right:2%;}
.Followus li:nth-child(4n){margin-right:0;}
.Followus li:nth-child(4n) ~li{margin-top:2%;}
}

@media(max-width:1024px){
.Followus li{width:48%; margin-right:4%;}
.Followus li:nth-child(2n){margin-right:0;}
.Followus li:nth-child(2n) ~li{margin-top:4%;}
}





.gsgytop{display: flex;flex-wrap: wrap; margin-bottom: .5rem;}
.gsgytop .item{width: 48%;margin-right: 4%;border-radius:8px; overflow: hidden; text-align: center;}
.gsgytop .item:nth-child(2n){margin-right: 0;}
.gsgytop .item:nth-child(2n) ~ .item{margin-top:4%;}
.gsgytop .item a{display: block; position: relative;}
.gsgytop .item .Ispic{display: block; padding-bottom:66.843%; position: relative; z-index: 1; transition: .3s;}
.gsgytop .item .Ispic:after{position: absolute;content: ''; left: 0;bottom: 0;width: 100%;height:45.834%; opacity: 0.6;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }
.gsgytop .item .title{position: absolute; left: 0; bottom: 0; padding:.4rem; color: #fff; width: 100%; z-index: 10;}
.gsgytop .item:hover .Ispic{transform: scale(1.1);}




.Evaluation .ul{display: flex; flex-wrap: wrap;}
.Evaluation li{padding: .4rem; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center;}
.Evaluation li:hover{border-color: #00753e;}
.Evaluation .pic{overflow: hidden;}
.Evaluation .Ispic{padding-bottom:100%; background-size: contain; background-position: center; background-repeat: no-repeat;}
@media(min-width:1025px){
.Evaluation li{width:31.3%; margin-right:3%;}
.Evaluation li:nth-child(3n){margin-right:0;}
.Evaluation li:nth-child(3n) ~li{margin-top:3%;}
}
@media(max-width:1024px){
.Evaluation li{width:48%; margin-right:4%;}
.Evaluation li:nth-child(2n){margin-right:0;}
.Evaluation li:nth-child(2n) ~li{margin-top:4%;}
}

.aboutIndex .left .intro2,
.lshcyListBox .left .intro,
.Timeline002170 .item dd,
p{text-indent: 2em;}

.PicList002433 .list li p,
.whgfList .item p,
.lxwmTop .publicCon .left .lxwmTopList p{text-indent:0;}

.TitleInfo h2{margin-top:0.2rem;}
.InfoVideo{text-align:center;margin-top:0.3rem;}
.InfoVideo video{display:block;margin:0 auto;margin-bottom:0.15rem;}

/* 0617 */
.jjhjjOne .left{
  flex: 1;
  padding-right: 0.8rem;
}
.jjhjjOne .imgbox{
  width: 56%;
  max-width: 8rem;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.jjhjjOne .singlePage *{
  margin-top: 0.3rem !important;
}
@media screen and (max-width:1024px){
  .jjhjjOne .left{padding-right: 0.2rem;}
  .jjhjjOne .singlePage * {
      margin-top: 0.0rem !important;
      font-size: 0.15rem;
  }
}
@media screen and (max-width:768px){
  .jjhjjOne .imgbox{width: 100%;max-width: 100%;margin-top: 0.2rem;}
  .jjhjjOne .singlePage *{font-size: 16px;}
  .jjhjjOne .font40{text-align: center;}
  .fontLight{font-weight: 500;font-family: HarmonyOS_Sans_SC_Regular, sans-serif;}
}

.gsjjList dd{
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}

.gsjjList dd span{
  width: 0.4rem;
  height: 0.4rem;
  background: #00773F;
  border-radius: 50%;
  font-size: 0.19rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
}
.gsjjList dd div{
  flex: 1;
}

.video_files{position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;z-index: 1001;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;}
.video_files .close{
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #00773f;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_files .close .icongb{
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    background-image: url(../images/closeIcon.svg);
    background-repeat: no-repeat;
    background-size: 0.24rem;
    background-position: center;
}
.video_files video{width: 100%;height: 100%;object-fit: contain;background:#000;}
.videoInfo .video{cursor: pointer;position: relative;/* margin-bottom: 0.52rem; *//* max-height: 66vh; */height: 5.4rem;}
.videoInfo .imgbox{width: 100%;height: 100%;/* max-height: 66vh; */overflow: hidden;position: relative;}
.videoInfo .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.3rem;
}
.videoInfo .video .iconbf4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 66px;
    color: #fff;
    transition: all 0.5s;
    height: 66px;
    background-image: url(../images/startIcon.png);
    background-repeat: no-repeat;
    background-size: 66px;
    background-position: center;
}
.videoInfo .video .imgbox:after{position: absolute;left: 0;top: 0;width: 100%;content: "";background-color: rgba(0,0,0,0.5);height: 100%;transition: all 0.5s;border-radius: 0.3rem;}
.videoInfo .video:hover .imgbox:after{background-color: rgba(0,0,0,0.2);}
.videoInfo .video:hover .iconbf4{transform: translate(-50%,-50%) scale(1.25);}
.videoInfo .icongb:before{display: none;}
@media screen and (max-width:1024px){
  .video_files .close .icongb {
    width: 24px;
    height: 24px;
    background-size: 24px;
}
}

.numlistNew .item{
  width: 25%;
  max-width: 2.7rem;
  line-height: 1;
}
.numlistNew .item .title{
  margin-top: 0.18rem;
}
.numlistNew .item .numIconNew{
  height: 0.6rem;
}
.numlistNew .item .line{
  width: 100%;
  height: 0.01rem;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 0.3rem;
  position: relative;
}
.numlistNew .item .line::after{
  content:'';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #EEF3EF;
  border-radius: 50%;
  border: 1px solid #00773F;
  position: absolute;
  right: 0;
  top: -0.05rem;
}
@media screen and (max-width:1024px){
  .numlistNew .item{
    width: calc(25% - 0.1rem);
  }
  .numlistNew .item .numIconNew{height: 40px;}
  .gsjjList dd{font-size: 16px;}
  .jjhjeOne .publicCon{overflow-x: auto;overflow-y: hidden;}
  .Timeline002170 .item dt{font-size: .22rem;}
  .Timeline002170 .odd-item dl{padding-bottom: .55rem;}
  .whgfgnCon .tits{font-size: 21px;}
  .whgfgnCon .writer{font-size: 15px;}
  .TextList002972 li:not(.active),.TextList002972 li.active{font-size: 16px; line-height: 1;padding: 15px 0;}
  .TextList002972 li a:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #bbb;
    border-radius: 50%;
    margin-right: .15rem;
    vertical-align: middle;
}
.TextList002972 li a {color: #333 !important;}
}
@media screen and (max-width:768px){
  .numlistNew .item .numIconNew{
    height: 24px;
  }
}


@media (max-width: 640px) {
    .Timeline002170 .owl-nav .owl-prev{left: 0;}
    .Timeline002170 .owl-nav .owl-next{right: 0;}
    .Timeline002170 .owl-carousel{padding: 0 40px;}
    .Timeline002170 .item dl{padding-left: .6rem;min-height: 4.5rem;}
    .Timeline002170 .owl-item .item{min-height: 5rem;height: auto;}
    .Timeline002170 .odd-item dl{padding-bottom: 0;justify-content: flex-start;background-image: url(../images/Timeline002170-icon1.svg);
        background-position: .09rem .14rem;
    }
    .Timeline002170 .item dt{font-size: .4rem;}
    .Timeline002170 .item dd{text-indent: 0 !important; height: auto;line-height: 1.8;}
    .Header .toper .gz{height: auto;}
    .PicList002433 .list li figure img{border-width:5px;}
    .djgzList .item .title{font-size: 16px;}
    .singlePage p span,.singlePage p{font-size: 16px !important;font-family: HarmonyOS_Sans_SC_Regular, sans-serif !important;}
    .gsgytop .item .title{-webkit-line-clamp: 2;}
    .TextList002972 li time{font-size: 14px;}
    .TextList002972 li a{width: 70%;-webkit-line-clamp: 1;}
}


@media (max-width: 480px) {
    .PicList002433 .list li figure img{max-height: 90px;}
}