@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #f5f5f5;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold-3.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular-8.otf");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat-Regular", Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  /*    color:#1b99bb; */
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input, select, textarea {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes an_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes an_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  background-color: #f9f9f9;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_in {
  margin: 0px 1.1rem;
}

.wrap_c {
  margin: 0px 1.6rem;
  /*overflow: hidden;*/
}

.wrap_c1 {
  margin: 0px 2.1rem;
}

.wrap_nr {
  margin: 0px 2.5rem;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 9999;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear; /*  border-bottom: solid rgba(255,255,255,.1) 1px; */
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 0.15rem 1px rgba(0, 0, 0, 0.05);
}

.topc {
  width: 100%;
  height: 1rem;
  overflow: visible;
  border-radius: 1rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.topc .fl {
  float: left;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topc .fl img {
  display: block;
  width: 2.14rem;
}

.topc .fl img:nth-child(2) {
  display: none;
}

.menufr {
  float: right;
}

.menufr ul li {
  float: left;
  position: relative;
  padding: 0.4rem 0;
}

.menufr ul li .mu_t {
  padding: 0px 0.35rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #ADADAD;
  line-height: 1;
}

/* .menufr ul li .mu_t a{color:#fff;} */
.menufr ul li.active .mu_t a {
  color: #70BC72;
  font-weight: bold;
}

.menufr ul li .mu_c {
  width: 3.8rem;
  overflow: visible;
  position: absolute;
  left: 50%;
  margin-left: -1.9rem;
  top: 0.6rem;
  display: none;
}

.menufr ul li .mu_c b {
  width: 0px;
  height: 0px;
  display: block;
  border: 0.12rem solid;
  border-color: transparent transparent #70BC72 transparent;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -0.06rem;
}

.menufr ul li .mu_c .muc_c {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem;
  margin-top: 0.22rem;
  background-color: #70BC72;
  -moz-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.05);
  border-radius: 0.15rem;
}

.menufr ul li .mu_c .muc_c p {
  width: 100%;
}

.menufr ul li .mu_c .muc_c p a {
  display: flex;
  padding: 0.02rem 0px;
  align-items: center;
  color: #fff;
  position: relative;
}
.menufr ul li .mu_c .muc_c p a img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
.menufr ul li .mu_c .muc_c p a img.arr1 {
  position: absolute;
  right: 0;
  width: 0.13rem;
  opacity: 0;
  top: 0.1rem;
}
.menufr ul li .mu_c .muc_c p a:hover {
  font-weight: bold;
  border-bottom: solid #fff 1px;
}
.menufr ul li .mu_c .muc_c p a:hover img.arr1 {
  opacity: 1;
}

.menufr ul li:last-child .mu_t {
  border-right: none;
  padding-right: 0;
}

.menufr ul li:last-child .mu_c {
  margin-left: -1.7rem;
}

.top_on {
  top: 0px;
}

.top_on {
  width: 100%;
  background: #fff;
}
.top_on .menufr ul li .mu_t a {
  color: #333;
}
.top_on .topc .fl img:nth-child(2) {
  display: block;
}
.top_on .topc .fl img:nth-child(1) {
  display: none;
}

.top_on .topc .fl {
  margin-left: 0px;
}

.top_on .topc .fr {
  margin-right: 0px;
}

.topfr:hover {
  background: #fff;
}
.topfr:hover .menufr ul li .mu_t a {
  color: #333;
}
.topfr:hover .topc .fl img:nth-child(2) {
  display: block;
}
.topfr:hover .topc .fl img:nth-child(1) {
  display: none;
}

.in_01 {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.in_01_slide {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

.in_01_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_01_slide .swiper-slide .in_01_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_01_slide .swiper-slide .in_01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: 50%;
  transition: 3s linear;
  -webkit-transition: 3s linear;
  -o-transition: 3s linear;
  -moz-transition: 3s linear;
}

.in_01_slide .swiper-slide .in_01_bg.on img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_01_slide .swiper-slide .in_01_txt {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_01_slide .swiper-slide .in_01_txt .c {
  width: 100%;
  overflow: visible;
}

.in_01_slide .swiper-slide .in_01_txt .p {
  width: 100%;
  overflow: visible;
  color: #fff;
  opacity: 0;
}

.in_01_slide .swiper-slide .in_01_txt .p1 {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}

.in_01_slide .swiper-slide .in_01_txt .p2 {
  font-weight: bold;
  color: #55A35D;
  line-height: 1.4;
  /*text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);*/
  /*text-stroke: 2px #FFFFFF;*/
  text-align: left;
  font-style: normal;
  text-transform: none;
  /*-webkit-text-stroke: 2px #FFFFFF;*/
   text-shadow:
    -2px 2px 0 #FFFFFF,  
     2px -2px 0 #FFFFFF,
    -2px  2px 0 #FFFFFF,
     2px  2px 0 #FFFFFF; 
}

.in_01_slide .swiper-slide .in_01_txt .p3 {
  margin-top: 0.7rem;
}

.in_01_slide .swiper-slide .in_01_txt .p4 {
  margin-top: 0.44rem;
  color: #63A96A;
  line-height: 1.5;
}

.in_01_slide .swiper-slide .in_01_txt .p3 a {
  display: inline-flex;
  line-height: 0.7rem;
  border-radius: 0.5rem;
  color: #fff;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
  align-items: center;
  justify-content: center;
  background: #70BC72;
  padding: 0 0.3rem;
  margin-right: 0.2rem;
}

.in_01_slide .swiper-slide .in_01_txt .p3 span {
  display: inline-block;
  position: relative;
  padding-right: 0.1rem;
}

.in_01_slide .swiper-slide .in_01_txt .p3 b {
  width: 0.18rem;
  height: 0.12rem;
  display: block;
  background: url("../images/arr1.png") center no-repeat;
  background-size: 100%;
}

.in_01_slide .swiper-slide .in_01_txt .c1 {
  width: 100%;
}
.in_01_slide .swiper-slide .in_01_txt .c1 .wrap_c {
  width: 6.25rem;
  margin-left: auto;
}
.in_01_slide .swiper-slide .in_01_txt .c1 .p img {
  width: 2.77rem;
  padding-bottom: 0.38rem;
}

.in_01_slide .swiper-slide .in_01_txt .c2 {
  text-align: center;
}

.in_01spbt {
  position: absolute;
  bottom: 0.7rem !important;
  width: 100%;
  z-index: 9;
  padding-left: 1.6rem;
  display: flex;
  justify-content: flex-start;
  /*  span.swiper-pagination-bullet{
     width: .11rem;
     height: .11rem;
     background: rgba(255,255,255,.5);
     opacity: 1;
     border-radius: 50%;
     margin: 0 .06rem!important;
   }
   span.swiper-pagination-bullet-active{
     width: .34rem;
     height: .11rem;
     background: rgba(255,255,255,1);
     opacity: 1;
     border-radius:055rem;
   } */
}

.pn0 {
  position: absolute;
  bottom: 1.14rem !important;
  width: 50%;
  z-index: 9;
  left: 1.6rem;
  display: flex;
  z-index: 999999;
}
.pn0 a.prev, .pn0 a.next {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #70BC72;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 0.16rem;
  /* img:nth-child(2){display: none;} */
}
.pn0 a.prev img, .pn0 a.next img {
  width: 0.13rem;
}

.h2tit1 {
  font-weight: bold;
  color: #12223E;
  text-transform: uppercase;
}

.in_02 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #F5F5F5;
}
.in_02 .i_box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.in_02 .i_box2 .fl {
  width: 37%;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.in_02 .i_box2 .fl img {
  width: 100%;
}
.in_02 .i_box2 .fr {
  width: calc(63% - 0.8rem);
}
.in_02 .i_box2 .fr ul {
  margin-top: 0.4rem;
}
.in_02 .i_box2 .fr ul li {
  margin-top: 0.3rem;
  color: #656363;
  position: relative;
  padding-left: 0.3rem;
}
.in_02 .i_box2 .fr ul li::before {
  width: 0.12rem;
  height: 0.12rem;
  background: #64C2CE;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.tc {
  text-align: center;
  width: 100%;
}

.in_03 {
  width: 100%;
  position: relative;
  padding: 1.2rem 0;
}
.in_03 .ul1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.in_03 .ul1 li {
  background: #FFFFFF;
  border-radius: 0.15rem;
  border: 1px solid #E5E5E5;
  padding: 0.9rem 0.3rem 0.5rem;
  position: relative;
  text-align: center;
}
.in_03 .ul1 li .ico_box {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  border-radius: 50%;
  top: -0.6rem;
  left: calc(50% - 0.6rem);
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in_03 .ul1 li .ico_box::before {
  position: absolute;
  left: -1%;
  bottom: -1%;
  width: 102%;
  height: 52%;
  background: #fff;
  content: "";
}
.in_03 .ul1 li .ico_box i {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.in_03 .ul1 li .ico_box i img {
  display: block;
  width: 0.57rem;
}
.in_03 .ul1 li .ico_box i img:nth-child(2) {
  display: none;
}
.in_03 .ul1 li h4 {
  font-weight: bold;
  border-bottom: 1px solid rgba(101, 101, 101, 0.25);
  padding-bottom: 0.3rem;
  padding: 0 .3rem .3rem;
}
.in_03 .ul1 li p {
  margin-top: 0.2rem;
  color: #484848;
}
.in_03 .ul1 li a.more1 {
  margin-top: 0.7rem;
}
.in_03 .ul1 li:hover {
  box-shadow: 0px 0px 0.3rem 1px rgba(0, 0, 0, 0.15);
}
.in_03 .ul1 li:hover .ico_box i {
  background: #63A96A;
}
.in_03 .ul1 li:hover .ico_box i img:nth-child(1) {
  display: none;
}
.in_03 .ul1 li:hover .ico_box i img:nth-child(2) {
  display: block;
}
.in_03 .more1 {
  display: inline-flex;
  line-height: 0.7rem;
  border-radius: 0.5rem;
  color: #fff;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
  align-items: center;
  justify-content: center;
  background: #70BC72;
  padding: 0 0.3rem;
}
.in_03 .more1 span {
  display: inline-block;
  position: relative;
  padding-right: 0.1rem;
}
.in_03 .more1 b {
  width: 0.18rem;
  height: 0.12rem;
  display: block;
  background: url("../images/arr1.png") center no-repeat;
  background-size: 100%;
}

.title1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title1 p {
  margin-top: 0.3rem;
}
.title1 .fl {
  width: 30%;
}
.title1 .fr {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.title1 .fr a {
  display: flex;
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: solid #0E883B 1px;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  color: #0E883B;
}
.title1 .fr a.on {
  background: #0E883B;
  color: #fff;
  border-color: #0E883B;
}

.in_04 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #F5F5F5;
}
.in_04 .i_box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 0.48rem;
}
.in_04 .i_box4::before {
  border-radius: 0px 0.5rem 0px 0.5rem;
  background: #FFFFFF;
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.in_04 .i_box4::after {
  width: 3.01rem;
  height: 2.09rem;
  content: "";
  position: absolute;
  right: 0.4rem;
  top: 1rem;
  background: url(../images/99.png) center no-repeat;
  background-size: cover;
}
.in_04 .i_box4 .fl {
  width: 28%;
  border-radius: 0px 0.5rem 0px 0.5rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.in_04 .i_box4 .fl img {
  width: 100%;
}
.in_04 .i_box4 .fr {
  width: calc(72% - 0.45rem);
  position: relative;
  z-index: 3;
}
.in_04 .i_box4 .fr .i_con3 {
  margin-top: 0.4rem;
  padding-right: 1rem;
}
.in_04 .i_box4 .fr .i_con3 p {
  color: #656363;
  line-height: 1.8;
}
.in_04 .i_box4 .fr .i_con3 p.pr {
  text-align: right;
  font-weight: bold;
  margin-top: 0.5rem;
}

.in_05 {
  padding: 1.2rem 0;
}
.in_05 .i_sw1 {
  width: 100%;
  padding-left: 1.6rem;
  margin-top: 0.63rem;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.in_05 .i_sw1 .c_slide0 {
  width: 115%;
  overflow: hidden;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide {
  padding: 0.2rem 0.02rem;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a {
  display: block;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 0.1rem;
  overflow: hidden;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a .imgBox {
  display: block;
  width: 100%;
  height: 3.68rem;
  display: flex;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a em img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a h4 {
  font-weight: bold;
  padding: 0.36rem 0.34rem 0;
  /*min-height: 1rem;*/
   display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: .1rem;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a .txt {
  padding: 0 0.34rem;
  color: #484848;
  min-height: .6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: .1rem;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a i {
  display: block;
  padding: 0 0.34rem 0.34rem;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a i img {
  width: 0.18rem;
  display: block;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide a i img:nth-child(2) {
  display: none;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide:hover a {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.3rem 1px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide:hover a h4 {
  color: #70BC72;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide:hover a i img:nth-child(1) {
  display: none;
}
.in_05 .i_sw1 .c_slide0 .swiper-slide:hover a i img:nth-child(2) {
  display: block;
}
.in_05 .morebox {
  display: block;
  text-align: center;
  margin-top: 0.7rem;
}
.in_05 .more1 {
  display: inline-flex;
  line-height: 0.7rem;
  border-radius: 0.5rem;
  color: #fff;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
  align-items: center;
  justify-content: center;
  background: #70BC72;
  padding: 0 0.3rem;
}
.in_05 .more1 span {
  display: inline-block;
  position: relative;
  padding-right: 0.1rem;
}
.in_05 .more1 b {
  width: 0.18rem;
  height: 0.12rem;
  display: block;
  background: url("../images/arr1.png") center no-repeat;
  background-size: 100%;
}

.in_06 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.2rem 0;
  background: #F5F5F5;
}
.in_06 ul.ul1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.43rem 0.9rem;
  margin-top: 0.9rem;
}
.in_06 ul.ul1 li {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 0.15rem;
  border: 1px solid #EDEDED;
  padding: 0.36rem 0.3rem;
  display: flex;
}
.in_06 ul.ul1 li .img1 {
  width: 0.76rem;
}
.in_06 ul.ul1 li .img1 img {
  width: 100%;
  display: block;
}
.in_06 ul.ul1 li .img1 img:nth-child(2) {
  display: none;
}
.in_06 ul.ul1 li .txt1 {
  width: calc(100% - 0.76rem);
  padding: 0 0.18rem;
  color: #000;
}
.in_06 ul.ul1 li .txt1 h4 {
  font-weight: bold;
}
.in_06 ul.ul1 li .txt1 p {
  margin-top: 0.15rem;
}
.in_06 ul.ul1 li:hover {
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid #62A96A;
}
.in_06 ul.ul1 li:hover .img1 img:nth-child(1) {
  display: none;
}
.in_06 ul.ul1 li:hover .img1 img:nth-child(2) {
  display: block;
}

.in_07 {
  padding: 1.2rem 0;
}
.in_07 .i_box7 {
  margin-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.in_07 .i_box7 .txt1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
}
.in_07 .i_box7 .txt1 .icobox {
  width: 0.95rem;
  height: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(112, 188, 114, 0.2);
  border-radius: 50%;
  transform: rotateY(0);
  transition: all 0.3s linear;
}
.in_07 .i_box7 .txt1 .icobox i {
  width: 0.65rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(112, 188, 114);
  border-radius: 50%;
}
.in_07 .i_box7 .txt1 .icobox i img {
  width: 0.34rem;
}
.in_07 .i_box7 .txt1 .icobox:hover {
  transform: rotateY(180deg);
}
.in_07 .i_box7 h4 {
  font-weight: bold;
  margin-top: 0.2rem;
}
.in_07 .i_box7 p {
  color: #7B7B7B;
  margin-top: 0.1rem;
  line-height: 1.25;
}
.in_07 .i_box7 .arr1 {
  width: 0.36rem;
  margin-right: 0.3rem;
  margin-top: 0.35rem;
}
.in_07 .i_box7 .arr1 img {
  width: 100%;
}

.in_08 {
  padding: 0.5rem 0 0rem;
  background: #F5F5F5;
}
.in_08 .i_box8 {
  display: flex;
  justify-content: space-between;
}
.in_08 .i_box8 .fl {
  width: 5.6rem;
  margin-top: 0.9rem;
}
.in_08 .i_box8 .fl p {
  margin-top: 0.4rem;
}
.in_08 .i_box8 .fr {
  width: 8.6rem;
  position: relative;
}
.in_08 .i_box8 .fr::after{
    content: '';
    width: 100%;
    height: 2.15rem;
    background: linear-gradient( 180deg, rgba(245,245,245,0) 0%, #F5F5F5 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.in_08 .i_box8 .fr ul {
  max-height: 5rem;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.in_08 .i_box8 .fr ul li {
  margin-top: 0.3rem;
  color: #656363;
  position: relative;
  padding-left: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #CCCCCC;
}
.in_08 .i_box8 .fr ul li::before {
  width: 0.12rem;
  height: 0.12rem;
  background: #64C2CE;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.in_08 .i_box8 .fr .p1 {
  margin-top: 0.3rem;
}

.in_09 {
  width: 100%;
  position: relative;
  padding: 1.2rem 0;
}
.in_09 .ul1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 0.57rem;
}
.in_09 .ul1 li {
  background: #F8F8F8;
}
.in_09 .ul1 li i img {
  width: 100%;
}
.in_09 .ul1 li h4 {
  padding: 0.25rem 0.28rem 0rem;
  margin-bottom: .15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.in_09 .ul1 li p {
  padding: 0 0.28rem;
  color: #484848;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.in_09 .ul1 li a.more2 {
  padding: 0.3rem 0.28rem;
  display: inline-flex;
  align-items: center;
  color: #ADADAD;
}
.in_09 .ul1 li a.more2 em {
  width: 0.18rem;
  margin-left: 0.05rem;
}
.in_09 .ul1 li a.more2 em img {
  width: 100%;
  display: block;
}
.in_09 .ul1 li a.more2 em img:nth-child(2) {
  display: none;
}
.in_09 .ul1 li:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.25rem 1px rgba(0, 0, 0, 0.08);
}
.in_09 .ul1 li:hover h4 {
  color: #63A96A;
}
.in_09 .ul1 li:hover a.more2 {
  color: #63A96A;
}
.in_09 .ul1 li:hover a.more2 img:nth-child(1) {
  display: none;
}
.in_09 .ul1 li:hover a.more2 img:nth-child(2) {
  display: block;
}
.in_09 .morebox {
  text-align: center;
  margin-top: 0.57rem;
}
.in_09 .more1 {
  display: inline-flex;
  line-height: 0.7rem;
  border-radius: 0.5rem;
  color: #fff;
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
  align-items: center;
  justify-content: center;
  background: #70BC72;
  padding: 0 0.3rem;
}
.in_09 .more1 span {
  display: inline-block;
  position: relative;
  padding-right: 0.1rem;
}
.in_09 .more1 b {
  width: 0.18rem;
  height: 0.12rem;
  display: block;
  background: url("../images/arr1.png") center no-repeat;
  background-size: 100%;
}

.btnfr {
  overflow: hidden;
  position: relative;
  background: #4B9152;
}

.p3_c {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0 0.6rem;
}
.p3_c .wrap_c {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.p3_c .fl {
  width: 4rem;
  overflow: hidden;
}
.p3_c .fl img {
  width: 2.9rem;
}
.p3_c .fl .p2 {
  margin-top: 0.1rem;
}
.p3_c .fc ul {
  display: flex;
  margin-top: 0.3rem;
}
.p3_c .fc ul li {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.p3_c .fc ul li img {
  width: 0.25rem;
}
.p3_c .fr ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.1rem;
  margin-top: 0.2rem;
}
.p3_c .fr ul li {
  border-radius: 0.03rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p3_c .fr ul li a img {
    border-radius: .05rem;
    background: #fff;
}

/*.p3_c .fr ul li a:hover img{*/
/*    background: #fff;*/
/*}*/

.p3_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.p3_b .wrap_c {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.32rem 0;
}

.slidebar {
  position: fixed;
  top: 40vh;
  right: 0.28rem;
  width: 0.68rem;
  z-index: 99999999;
}
.slidebar ul li {
  margin-top: 0.1rem;
  position: relative;
}
.slidebar ul li a {
  height: 0.68rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}
.slidebar ul li a i img:nth-child(2) {
  display: none;
}
.slidebar ul li a img {
  width: 0.34rem;
}
.slidebar ul li a span {
  position: absolute;
  right: calc(100% + 0.18rem);
  height: 100%;
  top: 0;
  background: #63A96A;
  border-radius: 0.05rem;
  color: #fff;
  display: none;
  align-items: center;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.slidebar ul li a span img {
  margin-right: 0.1rem;
}
.slidebar ul li a span::before {
  position: absolute;
  content: "";
  width: 0.18rem;
  height: 0.16rem;
  background: url(../images/sanj.png) center no-repeat;
  background-size: 100%;
  right: -0.18rem;
  top: calc(50% - 0.08rem);
}
.slidebar ul li:hover a,
.slidebar ul li:last-child a{
  background: #63A96A;
}
.slidebar ul li:hover a i img{
    filter: brightness(0) invert(1);
}
.slidebar ul li:last-child a i img{
    filter: none;
}
.slidebar ul li:hover a i img:nth-child(1) {
  /*display: none;*/
}
.slidebar ul li:hover a i img:nth-child(2) {
  /*display: block;*/
}
.slidebar ul li:hover a span {
  display: flex;
}

/*弹窗*/
.tcbox_0 {
  width: 7rem;
  display: none;
}

.tcflex {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.15rem;
  padding: 0.8rem;
  color: #000;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.tcflex .close01 {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
.tcflex .close01 img {
  width: 0.18rem;
}
.tcflex .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tcflex .content b {
  margin-top: 0.3rem;
}
.tcflex .content img {
  width: 0.77rem;
}

.tcbox_2 {
  width: 8.4rem;
  display: none;
}

.tcflex2 {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.15rem;
  padding: 0.47rem 0.6rem;
  color: #000;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.tcflex2 .close01 {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
.tcflex2 .close01 img {
  width: 0.18rem;
}
.tcflex2 .content h4 {
  font-weight: bold;
  text-align: center;
}
.tcflex2 .content > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.5rem;
}
.tcflex2 .content > ul li {
  width: 100%;
}
.tcflex2 .content > ul li label {
  display: block;
  line-height: 0.35rem;
}
.tcflex2 .content > ul li label i {
  color: #FF0000;
}
.tcflex2 .content > ul li input {
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  padding: 0 0.2rem;
  border: 1px solid #E3E3E3;
  color: #D8D8D8;
}
.tcflex2 .content > ul li textarea {
  width: 100%;
  padding: 0.2rem;
  height: 0.8rem;
  border: solid #E3E3E3 1px;
  color: #D8D8D8;
}
.tcflex2 .content > ul li input::placeholder {
  color: #D8D8D8;
}
.tcflex2 .content > ul li:nth-child(7) {
  grid-column: 1/3;
}
.tcflex2 .content > ul li.btn {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tcflex2 .content > ul li.btn input {
  width: 1.2rem;
  height: 0.45rem;
  background: #70BC72;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
}

.w_wap {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc_mu, .slidebar {
    display: none;
  }
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .top_on {
    background: #fff;
  }
  .top_on .topc {
    background: #fff;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_nr {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .topc {
    display: block;
    background: #fff;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .topc .fl img:nth-child(2) {
    display: block;
  }
  .topc .fl img:nth-child(1) {
    display: none;
  }
  .topc .fr a.a1 {
    display: none;
  }
  .topc .fr a.a2 {
    border-left: 0;
    padding-left: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .topc .fr a.a2 img {
    width: 0.18rem;
  }
  .topc .fr {
    margin-right: 0px;
    width: 0.4rem;
    right: 0.5rem;
    padding: 0;
    height: 0.4rem;
    border-radius: 50%;
    top: 0.3rem;
  }
  .mtmenu_click {
    float: right;
    margin-left: 20px;
    margin-right: 0rem;
    position: relative;
    z-index: 9991;
    margin-top: 0rem;
    height: 0.5rem;
    margin-top: 0.25rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mtmenu_click a {
    width: 0.36rem;
    height: 0.5rem;
    display: block;
    overflow: hidden;
    background: url("../images/aa6.svg") 50% no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/aa8.svg") 50% no-repeat;
    background-size: 0.32rem;
  }
  .topfr {
    top: 0px;
    padding: 0;
    background: #fff;
  }
  .topc {
    border-radius: 0px;
  }
  .topc .fl {
    margin-left: 0px;
  }
  .menufr {
    width: calc(100% + 40px);
    position: absolute;
    left: -20px;
    top: 1rem;
    background-color: #fff;
    margin-left: 0px;
    border-top: 0.01rem solid #f9f9f9;
    display: none;
    -moz-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
  }
  .menufr ul li {
    width: 100%;
    margin-right: 0px;
    border-bottom: 0.01rem solid #f9f9f9;
    padding: 0.1px 20px;
    box-sizing: border-box;
  }
  .menufr ul li .mu_t {
    height: 0.6rem;
    justify-content: flex-start;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li .mu_c {
    display: none;
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
  }
  .menufr ul li .mu_c b {
    display: none;
  }
  .menufr ul li .mu_c .muc_c {
    margin-top: 0px;
    padding-top: 0px;
    padding: 0px 20px;
    -moz-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0rem rgba(0, 0, 0, 0.25);
  }
  .menufr ul li .mu_c .muc_c p {
    text-align: left;
    padding-left: 0.2rem;
  }
  .menufr ul li.active .mu_t1::before {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .menufr ul li.active .mu_t a {
    color: #0d6fb8;
  }
  .topfr.top_active .menufr {
    display: block;
  }
  .in_01 {
    height: 60vh;
    margin-top: 0.5rem;
  }
  .in_01spfr {
    right: 20px;
    bottom: 20px;
  }
  .in_01_slide {
    height: 60vh;
  }
  .in_01_slide .swiper-slide .in_01_txt .p4 {
    display: none !important;
  }
  .pn0 {
    bottom: 0.2rem !important;
    left: 20px;
  }
  .in_01_slide .swiper-slide .in_01_txt .p3 a {
    display: flex;
    margin-top: 0.3rem;
  }
  .p3_c .fl ul li span {
    width: 0.9rem;
  }
  .p3_c .fl {
    width: 35%;
  }
  .p3_c .fl ul li {
    line-height: 1.4;
  }
  .in_02 ul.ul1 li {
    width: 10%;
  }
  .in_02 ul.ul1 li .bgimg1 {
    height: 5rem;
  }
  .in_02 ul.ul1 li .con {
    display: none;
  }
  .in_02 ul.ul1 li.on {
    width: 76%;
  }
  .in_02 ul.ul1 li.on .con {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .in_01_slide .swiper-slide .in_01_txt .p2 br {
    display: none;
  }
  .in_02 {
    padding: 0.6rem 0;
  }
  .in_02 .i_box2 {
    flex-wrap: wrap;
  }
  .in_02 .i_box2 .fl {
    width: 100%;
  }
  .in_02 .i_box2 .fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .in_03 {
    height: auto;
    padding: 0.6rem 0;
  }
  .in_03 .ul1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9rem;
    margin-top: 1.2rem;
  }
  .in_04 {
    padding: 0.6rem 0;
  }
  .in_04 .i_box4 {
    flex-wrap: wrap;
  }
  .in_04 .i_box4::before {
    border-radius: 0px 0.6rem 0px 0.6rem;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .in_04 .i_box4 .fl {
    position: static;
    width: 100%;
  }
  .in_04 .i_box4 .fr {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
  .in_04 .i_box4 .fr .i_con3 {
    padding-right: 0;
  }
  .title1 {
    flex-wrap: wrap;
  }
  .title1 .fl {
    width: 100%;
  }
  .title1 .fr {
    width: 100%;
    margin-top: 0.2rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .title1 .fr a {
    margin: 0.15rem;
  }
  .in_05 {
    padding: 0.6rem 0;
  }
  .in_05 .i_sw1 {
    padding: 0 20px;
  }
  .in_05 .i_sw1 .c_slide0 {
    width: 100%;
  }
  .in_06 {
    padding: 0.6rem 0;
  }
  .in_06 ul.ul1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
    margin-top: 0.4rem;
  }
  .in_07 {
    padding: 0.6rem 0;
  }
  .in_07 .i_box7 {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .in_07 .i_box7 .txt1 {
    width: 40%;
    margin-top: 0.3rem;
  }
  .in_07 .i_box7 .arr1 {
    margin-top: 0.65rem;
  }
  .in_08 {
    padding: 0.6rem 0;
  }
  .in_08 .i_box8 {
    flex-wrap: wrap;
  }
  .in_08 .i_box8 .fl {
    width: 100%;
    margin-top: 0;
  }
  .in_08 .i_box8 .fr {
    width: 100%;
  }
  .in_09 {
    padding: 0.6rem 0;
  }
  .in_09 .ul1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3rem;
    margin-top: 0.4rem;
  }
  .p3_c {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
  /*  .p3_b .fr{width: 100%;} */
  .p3_c .wrap_c {
    flex-wrap: wrap;
  }
  .p3_c .wrap_c .fl {
    width: 100%;
  }
  .p3_c .wrap_c .fc {
    width: 100%;
    margin-top: 0.2rem;
  }
  .p3_c .wrap_c .fc ul {
    flex-direction: column;
    margin-top: 0;
  }
  .p3_c .wrap_c .fc ul li {
    margin-top: 0.1rem;
  }
  .p3_c .wrap_c .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .p3_c .wrap_c .fr ul {
    display: flex;
  }
  .p3_c .wrap_c .fr ul li {
    margin-right: 0.1rem;
  }
  .p3_b {
    padding: 0.3rem 0;
  }
  .p3_b .fl {
    margin-top: 0.2rem;
    width: 100%;
    display: block;
  }
  .p3_b .fl .sf {
    margin-left: -0.2rem;
  }
  .p3_b .wrap_c {
    padding: 0.2rem 20px 0;
  }
  .p3_b .fr {
    width: 100%;
    text-align: right;
  }
  .p3_b .fr a {
    display: inline-flex;
  }
  #btntop {
    display: none;
  }
  .w_wap {
    display: block;
  }
  .w_pc {
    display: none;
  }
  .in_04 .i_user .fr .i_map .con {
    display: none;
  }
}