/* 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: #aaaaaa;
}

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

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

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "albb_regular";
  src: url("../fonts/albb_regular.woff2") format("woff2"), url("../fonts/albb_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-semibold";
  src: url("../fonts/montserrat-semibold.woff2") format("woff2"), url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto.woff2") format("woff2"), url("../fonts/roboto.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../fonts/SourceHanSansCN-Bold.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "SourceHanSansCN-Regular", -apple-system, BlinkMacSystemFont, PingFang SC, 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;
}

.albb_font {
  font-family: albb;
}

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 0.4rem;
}

.wrap_c {
  margin: 0px 2.6rem;
}

.w_wap {
  display: none !important;
}

.topfr {
  width: 100%;
  overflow: visible;
  height: 110px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.top_t {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: -50px;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.top_t .fl {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.top_t .fr {
  margin-top: 10px;
}

.top_t .fr a {
  float: left;
  color: #fff;
  display: inline-block;
  line-height: 30px;
}

.top_t .fr i {
  width: 1px;
  height: 16px;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  float: left;
  margin: 0px 0.2rem;
  margin-top: 8px;
}

.top_t .fr a.a1 {
  margin-right: 20px;
}

.top_t .fr a.a1 img {
  display: block;
  height: 30px;
}

.top_c {
  width: 100%;
  overflow: visible;
  height: 110px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.03);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.top_c .fl {
  height: 110px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.top_c .fl a {
  display: inline-block;
  position: relative;
}

.top_c .fl img {
  display: block;
  height: 54px;
}

.top_c .fl img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.menufr {
  float: left;
}

.menufr ul li {
  float: left;
  position: relative;
}

.menufr ul li .mu_t {
  height: 110px;
  padding: 0px 0.42rem;
  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;
}

.menufr ul li .mu_t a {
  color: #666;
}

.menufr ul li .mu_t::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  overflow: hidden;
  background-color: #e6e6e6;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -2px;
}

.menufr ul li .mu_c {
  width: 2.6rem;
  overflow: visible;
  position: absolute;
  left: 50%;
  margin-left: -1.3rem;
  top: 110px;
  display: none;
}

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

.menufr ul li .mu_c .muc_c {
  width: 100%;
  overflow: hidden;
  padding: 0.1rem 0px;
  margin-top: 0.22rem;
  background-color: #fff;
  -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);
}

.menufr ul li .mu_c .muc_c p {
  width: 100%;
  overflow: visible;
  text-align: center;
  line-height: 1.5;
}

.menufr ul li .mu_c .muc_c p a {
  display: inline-block;
  padding: 0.05rem 0px;
}

.menufr ul li:first-child .mu_t {
  padding-left: 0px;
}

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

.menufr ul li:last-child .mu_t::before {
  display: none;
}

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

.topc_r {
  float: left;
  margin-left: 1rem;
}

.topc_r a.a1 {
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  background: url("../images/ss_01.svg") 50% no-repeat;
  background-size: 100% 100%;
  margin-top: 45px;
}

.top_on {
  height: 160px;
}

.top_on .top_t {
  top: 0px;
}

.top_on .top_c {
  background-color: rgba(255, 255, 255, 0);
  -moz-box-shadow: 0px 0rem 0rem rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0rem 0rem rgba(0, 0, 0, 0);
  box-shadow: 0px 0rem 0rem rgba(0, 0, 0, 0);
}

.top_on .top_c .fl img.img2 {
  opacity: 1;
}

.top_on .top_c .fl img.img1 {
  opacity: 0;
}

.top_on .menufr ul li .mu_t a {
  color: #fff;
}

.top_on .menufr ul li .mu_t::before {
  background-color: #fff;
}

.top_on .menufr ul li .mu_c {
  top: 80px;
}

.top_on .topc_r a.a1 {
  background: url("../images/ss_01_on.svg") 50% no-repeat;
  background-size: 100% 100%;
}

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

.bs_slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

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

.bs_slide .swiper-slide .bss_bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.bs_slide .swiper-slide .bss_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.bs_slide .swiper-slide .bss_c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: calc(160px + 1.5rem);
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.bs_slide .swiper-slide .bss_c .c {
  width: 100%;
  overflow: visible;
}

.bs_slide .swiper-slide .bss_c .p {
  width: 100%;
  overflow: visible;
  color: #fff;
  font-family: SourceHanSansCN-Bold;
  line-height: 1.5;
}

.bs_slide .swiper-slide .bss_c .p1 {
  text-shadow: 0px 0.04rem 0.04rem rgba(30, 82, 148, 0.6);
}

.bs_slide .swiper-slide .bss_c .p2 {
  text-shadow: 0px 0.04rem 0.04rem rgba(30, 82, 148, 0.6);
}

.bs_slide .swiper-slide .bss_c .p3 {
  margin-top: 1rem;
}

.bs_slide .swiper-slide .bss_c .p3 a {
  width: 2.1rem;
  height: 0.6rem;
  display: block;
  color: #fff;
  border-radius: 0.08rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
}

.bs_slide .swiper-slide .bss_c .p3 a {
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(0, 170, 255, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(0, 170, 255, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(0, 170, 255, 0.3);
}

.bs_slide .swiper-slide .bss_c .p3 span {
  display: inline-block;
  background: url("../images/aa12.svg") 100% 50% no-repeat;
  background-size: 0.08rem;
  padding-right: 0.58rem;
}

.bss_b {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 1rem;
  z-index: 999;
}

.bss_b .bsb_sp {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.bss_b span {
  width: 100%;
  display: block;
  overflow: visible;
  height: 0.03rem;
  position: relative;
  opacity: 1;
  border-radius: 0px;
  background: none;
}

.bss_b span::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.bss_b span::after {
  content: "";
  display: block;
  overflow: hidden;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
}

.bss_b span.active::after {
  width: 100%;
  transition: 5.6s linear;
  -webkit-transition: 5.6s linear;
  -o-transition: 5.6s linear;
  -moz-transition: 5.6s linear;
}

.bs_slide .bss_prev {
  width: 0.21rem;
  height: 0.27rem;
  display: block;
  overflow: visible;
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.bs_slide .bss_prev:hover {
  background: url("../images/in_01_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.bs_slide .bss_next {
  width: 0.21rem;
  height: 0.27rem;
  display: block;
  overflow: visible;
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.bs_slide .bss_next:hover {
  background: url("../images/in_02_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in_01 {
  overflow: hidden;
  background: url("../images/in_03.webp") 0% 2.3rem no-repeat #fff;
  background-size: 100%;
  padding: 1.2rem 0px 1.4rem 0px;
}

.in_01_t {
  width: 100%;
  overflow: visible;
  position: relative;
}

.in_01_t .p {
  width: 100%;
  overflow: visible;
}

.in_01_t .p1 {
  color: #222;
  line-height: 1.1;
  font-family: SourceHanSansCN-Medium;
  text-transform: uppercase;
}

.in_01_t .p2 {
  line-height: 1.5;
  margin-top: 0.2rem;
  font-family: SourceHanSansCN-Bold;
}

.in_01_t .p2 span {
  display: inline-block;
  background: url("../images/in_04.png") 100% calc(50% + 0.01rem) no-repeat;
  background-size: 0.16rem;
  padding-right: 0.35rem;
}

.in_01_t a {
  display: block;
  font-family: albb_regular;
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0.08rem;
  color: #fff;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
}

.in_01_t a {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
}

.in_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.7rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_01_c .fl {
  width: 4.2rem;
  overflow: visible;
}

.in_01_c .fl ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
  background-color: #eff1f6;
  border-radius: 0.1rem;
}

.in_01_c .fl ul li .in_01cl_t {
  width: 100%;
  height: 1.2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0px 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in_01_c .fl ul li .in_01cl_t img {
  display: block;
  width: 0.53rem;
}

.in_01_c .fl ul li .in_01cl_t span {
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  margin-left: 0.25rem;
  width: calc(100% - 0.4rem);
}

.in_01_c .fl ul li .in_01cl_t::before {
  content: "";
  display: none;
  width: calc(100% - 0.8rem - 0.53rem - 0.25rem);
  height: 0.0146rem;
  background-color: #e9e9e9;
  overflow: hidden;
  position: absolute;
  right: 0.4rem;
  top: 1rem;
}

.in_01_c .fl ul li .in_01cl_c {
  width: 100%;
  overflow: hidden;
  display: none;
}

.in_01_c .fl ul li .in_01cl_c .c {
  width: calc(100% - 0.8rem - 0.53rem - 0.25rem);
  overflow: visible;
  float: right;
  margin-right: 0.4rem;
  padding-bottom: 0.47rem;
  margin-top: 0.1rem;
}

.in_01_c .fl ul li .in_01cl_c .p {
  width: 100%;
  overflow: visible;
}

.in_01_c .fl ul li .in_01cl_c .p1 {
  overflow: hidden;
  color: #222;
  line-height: 0.26rem;
  max-height: 0.52rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_01_c .fl ul li .in_01cl_c .p2 {
  margin-top: 0.22rem;
}

.in_01_c .fl ul li .in_01cl_c .p2 a {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.49rem;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 0.08rem;
  overflow: hidden;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
}

.in_01_c .fl ul li .in_01cl_c .p2 a {
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
}

.in_01_c .fl ul li .in_01cl_c .p2 span {
  display: inline-block;
  background: url("../images/aa12.svg") 100% 50% no-repeat;
  background-size: 0.08rem;
  padding-right: 0.5rem;
}

.in_01_c .fl ul li:last-child {
  margin-bottom: 0px;
}

.in_01_c .fl ul li.active {
  background-color: #fff;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(0, 0, 2, 0.1);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(0, 0, 2, 0.1);
  box-shadow: 0px 0.1rem 0.3rem rgba(0, 0, 2, 0.1);
}

.in_01_c .fl ul li.active .in_01cl_t::before {
  display: block;
}

.in_01_c .fr {
  width: calc(100% - 4.2rem - 0.77rem);
  overflow: visible;
  min-height: 6.33rem;
  position: relative;
  border: 0.03rem solid #fff;
  border-radius: 0.16rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_01_c .fr {
  background-color: #f5f6f8;
  position: relative;
  -moz-box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 2, 0.1);
  -webkit-box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 2, 0.1);
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 2, 0.1);
}

.in_01_c .fr .c {
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  overflow: hidden;
  border-radius: 0.16rem;
  background-color: #e8eaef;
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}

.in_01c_spfr {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in_01c_spfr .in_01c_sp {
  margin-left: 0.4rem;
}

.in_01c_spfr span {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background-color: #c1d6a8;
  border-radius: 50%;
  margin: 0px 0.06rem !important;
  padding: 0px !important;
  outline: none;
}

.in_01c_spfr span:first-child {
  margin-left: 0px !important;
}

.in_01c_spfr span:last-child {
  margin-right: 0px !important;
}

.in_01c_spfr span.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
}

.in_01c_slide {
  width: 100%;
  height: calc(100% - 0.5rem);
  overflow: hidden;
  border-radius: 0.16rem;
}

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

.in_01c_slide .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_01c_slide .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 0% 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_01cr_bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.in_01cr_bg img {
  width: 100%;
  display: block;
}

.in_02 {
  overflow: hidden;
  background: url("../images/in_05.webp") 50% no-repeat #f6f8f9;
  background-size: cover;
  padding: 1.2rem 0px 1.4rem 0px;
}

.in_02_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.in_02_c .p {
  width: 100%;
  overflow: visible;
}

.in_02_c .p1 {
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in_02_c .p2 {
  margin-top: 0.7rem;
}

.in_02_c .p2 ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_02_c .p2 ul li {
  width: calc((100% - 1.4rem) / 3);
  margin-right: 0.7rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.14rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c .p2 ul li:last-child {
  margin-right: 0px;
}

.in_02_c .p2 ul li .img {
  width: 70.73%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.6rem;
  position: relative;
  background-color: #f4f8fb;
}

.in_02_c .p2 ul li .img img {
  width: 100%;
  display: block;
}

.in_02_c .p2 ul li .img img.img2 {
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
  object-fit: cover;
  position: absolute;
  left: 0.15rem;
  top: 0.15rem;
  border-radius: 50%;
}

.in_02_c .p2 ul li .txt {
  position: relative;
  font-weight: bold;
  width: calc(100% - 0.9rem);
  height: 0.8rem;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.6rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in_02_c .p2 ul li .txt::before {
  content: "";
  width: 100%;
  height: 0.0146rem;
  display: block;
  overflow: hidden;
  background-color: #dcdcdc;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_02_c .p2 ul li .txt::after {
  content: "";
  width: 0%;
  height: 0.0146rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c .p2 ul li:hover {
  transform: translateY(-0.2rem);
}

.in_02_c .p2 ul li:hover .txt::after {
  width: 100%;
}

.in_03 {
  overflow: hidden;
  background: url("../images/in_06.webp") 50% no-repeat;
  background-size: cover;
  padding: 1.2rem 0px 1.4rem 0px;
}

.in_03_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.in_03_c ul {
  width: 100%;
  overflow: hidden;
  height: 3.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.in_03_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_03_c ul li::before {
  content: "";
  width: 0.0146rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.in_03_c ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(#1b99bb, #8bb93c);
  background: -webkit-linear-gradient(#1b99bb, #8bb93c);
  background: -o-linear-gradient(#1b99bb, #8bb93c);
  background: -moz-linear-gradient(#1b99bb, #8bb93c);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c ul li a {
  width: 100%;
  display: block;
  overflow: visible;
}

.in_03_c ul li .c {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
}

.in_03_c ul li .p {
  width: 100%;
  overflow: visible;
}

.in_03_c ul li .p1 img {
  display: block;
  height: 0.45rem;
  margin: 0px auto;
  padding: 0px;
}

.in_03_c ul li .p2 {
  text-align: center;
  color: #fff;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.in_03_c ul li .p3 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.75;
  margin-top: 0.2rem;
  height: 0px;
  overflow: hidden;
}

.in_03_c ul li .p3::before {
  content: "";
  width: 0.12rem;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -0.06rem;
}

.in_03_c ul li .p3 span {
  width: calc(100% - 0.8rem);
  margin: 0px auto;
  padding: 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.in_03_c ul li:hover .p3{padding-top:.2rem;height:auto;}*/
.in_03_c ul li:hover:after {
  opacity: 1;
}

.in_04 {
  overflow: hidden;
  position: relative;
  background: url("../images/in_08.webp") 100% 1.2rem no-repeat #fff;
  background-size: 100%;
  padding: 1.4rem 0px;
}

.in_04 .wrap_c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_04_l {
  width: 37.5%;
  overflow: visible;
  float: left;
  position: relative;
}

.in_04_l::before {
  content: "";
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: url("../images/in_07.png") 0% no-repeat;
  background-size: 100% 100%;
}

.in_04l_slide {
  width: calc(100% - 0.4rem);
  height: 6.6rem;
  overflow: hidden;
  position: relative;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
  border-radius: 0.14rem;
  -moz-box-shadow: 0px 0.12rem 0.5rem rgba(5, 127, 146, 0.4);
  -webkit-box-shadow: 0px 0.12rem 0.5rem rgba(5, 127, 146, 0.4);
  box-shadow: 0px 0.12rem 0.5rem rgba(5, 127, 146, 0.4);
}

.in_04l_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.in_04l_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_04l_slide .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  height: 6.6rem;
  position: relative;
  z-index: 9;
}

.in_04l_slide .swiper-slide .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background: linear-gradient(to right, rgba(27, 153, 187, 0.7), rgba(139, 185, 60, 0.7));
}

.in_04l_slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  object-fit: cover;
}

.in_04l_slide .swiper-slide .txt {
  width: calc(100% - 0.8rem);
  overflow: visible;
  position: absolute;
  left: 0.4rem;
  bottom: 0.7rem;
  z-index: 91;
}

.in_04l_slide .swiper-slide .txt .p {
  width: 100%;
  overflow: visible;
}

.in_04l_slide .swiper-slide .txt .p1 {
  color: #fff;
  line-height: 0.44rem;
  overflow: hidden;
  max-height: 0.88rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_04l_slide .swiper-slide .txt .p2 {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  font-family: montserrat-regular;
  margin-top: 0.2rem;
}

.in_04l_spfr {
  display: inline-block;
  z-index: 999;
  position: absolute;
  right: 0.4rem;
  bottom: 0.5rem;
}

.in_04l_spfr span {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 0.1rem !important;
}

.in_04l_spfr span:nth-child(1) {
  margin-left: 0px;
}

.in_04l_spfr span.swiper-pagination-bullet-active {
  background-color: #fff;
}

.in_04_r {
  width: calc(62.5% - 0.9rem);
  overflow: visible;
  float: right;
  position: relative;
}

.in_04_t {
  width: 100%;
  overflow: visible;
  position: relative;
}

.in_04_t .p {
  width: 100%;
  overflow: visible;
}

.in_04_t .p1 {
  color: #222;
  line-height: 1.1;
  font-family: SourceHanSansCN-Medium;
  text-transform: uppercase;
}

.in_04_t .p2 {
  line-height: 1.5;
  margin-top: 0.2rem;
  font-family: SourceHanSansCN-Bold;
}

.in_04_t .p2 span {
  display: inline-block;
  background: url("../images/in_04.png") 100% calc(50% + 0.01rem) no-repeat;
  background-size: 0.16rem;
  padding-right: 0.35rem;
}

.in_04_t ul {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: SourceHanSansCN-Bold;
}

.in_04_t ul li {
  float: left;
  margin-left: 0.4rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.02rem;
}

.in_04_t ul li::before {
  content: "";
  display: block;
  width: 0%;
  height: 0.02rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(#1b99bb, #8bb93c);
  background: -webkit-linear-gradient(#1b99bb, #8bb93c);
  background: -o-linear-gradient(#1b99bb, #8bb93c);
  background: -moz-linear-gradient(#1b99bb, #8bb93c);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04_t ul li:first-child {
  margin-left: 0px;
}

.in_04_t ul li.active::before {
  width: 100%;
}

.in_04_t ul li.active a {
  display: inline-block;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_04_c {
  width: 100%;
  height: 4.75rem;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_04_c::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #ccc;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_04_c ul {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}

.in_04_c ul li {
  width: 100%;
  height: 33.3333333333%;
  overflow: visible;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.in_04_c ul li::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #ccc;
  position: absolute;
  left: 0px;
  bottom: 0.001rem;
}

.in_04_c ul li a {
  width: 100%;
  display: block;
  overflow: visible;
  height: 0.72rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.in_04_c ul li .p1 {
  width: 1.36rem;
  color: #999;
  font-family: montserrat-regular;
}

.in_04_c ul li .x {
  width: 0.9rem;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.in_04_c ul li .x::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 100%;
  overflow: hidden;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.in_04_c ul li .p2 {
  width: calc(100% - 1.36rem - 0.9rem);
  color: #222;
  overflow: hidden;
  line-height: 0.36rem;
  max-height: 0.72rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04_c ul li a:hover .p2 {
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in_05 {
  overflow: hidden;
  background-color: #f5f6f8;
  padding: 1.4rem 0px;
}

.in_05 .wrap_c {
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_05 .fl {
  width: 50%;
  overflow: visible;
}

.in_05_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.4rem;
  line-height: 0.3rem;
  max-height: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_05_c p {
  line-height: 0.3rem;
}

.in_05_b {
  width: 100%;
  overflow: visible;
  padding-top: 0.5rem;
}

.in_05_b a {
  width: 1.8rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  color: #fff;
  line-height: 0.6rem;
  border-radius: 0.06rem;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  background: -webkit-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -o-linear-gradient(to right, #1b99bb, #8bb93c);
  background: -moz-linear-gradient(to right, #1b99bb, #8bb93c);
}

.in_05_b a {
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(30, 154, 184, 0.3);
}

.in_05_d {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
}

.in_05_d ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.2rem;
  max-width: 6.4rem;
}

.in_05_d ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 0.14rem;
}

.in_05_d ul li img {
  width: 100%;
  display: block;
}

.in_05_d ul li .c {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
}

.in_05_d ul li .p {
  width: 100%;
  overflow: visible;
}

.in_05_d ul li .p1 {
  font-family: montserrat-semibold;
  color: #222;
  line-height: 1.5;
}

.in_05_d ul li .p2 {
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.in_05_d ul li:last-child .p2 {
  text-align: right;
}

.in_05_d ul li:nth-child(1) .c {
  min-width: 1.2rem;
}

.in_05_d ul li:nth-child(2) .c {
  min-width: 1.2rem;
}

.in_05_d ul li:nth-child(3) .c {
  min-width: 1.3rem;
}

.in_05 .fr {
  width: calc(50% - 0.8rem);
  overflow: visible;
  position: relative;
}

.in_05 .fr::before {
  content: "";
  display: block;
  border-radius: 0.08rem;
  width: calc(100% - 0.25rem - 0.48rem);
  height: calc(100% - 0.44rem);
  position: absolute;
  right: 0px;
  top: 0.22rem;
  z-index: 1;
  background: linear-gradient(#1b99bb, #8bb93c);
  background: -webkit-linear-gradient(#1b99bb, #8bb93c);
  background: -o-linear-gradient(#1b99bb, #8bb93c);
  background: -moz-linear-gradient(#1b99bb, #8bb93c);
}

.in_05 .fr .img {
  width: calc(100% - 0.24rem);
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.08rem;
  margin-right: 0.24rem;
  z-index: 2;
}

.in_05 .fr .img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_05 .fr .img em {
  width: 0.58rem;
  height: 0.58rem;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.in_05 .fr .img em b {
  width: 100%;
  height: 100%;
  display: block;
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_05 .fr .img em i {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 0.01rem solid #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -webkit-animation: ksan_01 4.1s linear infinite;
  animation: ksan_01 4.1s linear infinite;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_05 .fr .img em i.i2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.in_05 .fr .img em i.i3 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

.in_06 {
  overflow: hidden;
  background: url("../images/in_10.webp") 0% 50% no-repeat #fff;
  background-size: cover;
  padding: 1.4rem 0px;
}

.in_06_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
  position: relative;
}

.in_06_c b.b1 {
  width: 0.5rem;
  height: 100px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_06c_slide {
  width: 100%;
  overflow: visible;
}

.in_06c_slide .swiper-slide {
  width: 3.6rem;
  overflow: hidden;
  position: relative;
  margin-left: -0.5rem;
}

.in_06c_slide .swiper-slide img {
  width: 100%;
  display: block;
  border: 0.01rem solid #d6e8ea;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_06c_slide .swiper-slide img.img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.in_06c_slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.btnfr {
  width: 100%;
  overflow: hidden;
  background: url("../images/in_11.webp") 50% no-repeat;
  background-size: cover;
}

.btn_t {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
}

.btn_t .fl {
  width: 3.2rem;
  overflow: visible;
}

.btn_t .fl .p {
  width: 100%;
  overflow: visible;
}

.btn_t .fl .p1 {
  color: #011119;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.5;
}

.btn_t .fl .p2 {
  margin-top: 0.3rem;
}

.btn_t .fl .p2 a {
  width: 1.7rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  color: #0b1030;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.btn_t .fl .p2 span {
  display: inline-block;
  background: url("../images/btn_01.png") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.4rem;
}

.btn_t .fl .p3 {
  margin-top: 0.2rem;
}

.btn_t .fl .p3 ul li {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  line-height: 1.65;
  margin-bottom: 0.05rem;
}

.btn_t .fl .p3 ul li span {
  display: inline-block;
}

.btn_t .fl .p3 ul li i {
  display: inline-block;
}

.btn_t .fr {
  width: calc(100% - 3.2rem - 1.3rem);
}

.btnmu {
  float: left;
  width: calc(100% - 1.96rem - 0rem);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.btnmu dl {
  width: 100%;
  overflow: visible;
  margin: 0px;
  padding: 0px;
}

.btnmu dl dt {
  width: 100%;
  overflow: visible;
  margin: 0px;
  padding: 0px;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.btnmu dl dd {
  width: 100%;
  overflow: visible;
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
  margin-bottom: 0.05rem;
}

.ewmfr {
  float: right;
  width: 1.96rem;
  overflow: hidden;
}

.ewmfr img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #e4e5e8;
}

.ewmfr span {
  width: 100%;
  display: block;
  overflow: visible;
  text-align: center;
  line-height: 1.75;
  color: #5b5b5b;
  margin-top: 0.1rem;
}

.btn_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  padding: 0.4rem 0px;
  position: relative;
}

.btn_c::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background-color: #dbdbdb;
  position: absolute;
  left: 0px;
  top: 0px;
}

.btn_c .fl {
  color: #5a5a5a;
}

.btn_c .fl p {
  line-height: 1.75;
}

.btn_c .fr span {
  display: inline-block;
}

.btn_c .fr .sp1 {
  float: left;
}

.btn_c .fr .sp1 a {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 0.2rem;
  background-color: #fff;
  border-radius: 0.04rem;
}

.btn_c .fr .sp1 a:first-child {
  margin-left: 0px;
}

.btn_c .fr .sp1 a img {
  width: 0.5rem;
  display: block;
}

.btn_c .fr .sp1 a img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.btn_c .fr .sp2 {
  float: left;
  line-height: 0.5rem;
  margin-left: 0.4rem;
}

.btn_c .fr .sp2 a {
  float: left;
  color: #5a5a5a;
}

.btn_c .fr .sp2 i {
  width: 0.01rem;
  height: 0.18rem;
  display: block;
  float: left;
  background-color: #bec2cc;
  margin: 0px 0.1rem;
  margin-top: 0.17rem;
}

.top_ss {
  height: 160px;
}

.top_ss .top_t {
  top: 0px;
}

.sstp_empty {
  overflow: hidden;
  height: 160px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sstp_empty.active {
  height: 110px;
}

.ssearchfr {
  overflow: hidden;
  min-height: 80vh;
  background-color: #f5f8fa;
  padding-bottom: 1rem;
}

.search_t {
  width: 100%;
  overflow: visible;
  max-width: 49%;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  margin-top: 0.8rem;
}

.search_t .ss_txt {
  width: 100%;
  height: 0.8rem;
  border: 0px;
  padding: 0px 0.2rem;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.search_t .ss_txt::-moz-placeholder {
  color: #999;
}

.search_t .ss_txt::-moz-placeholder {
  color: #999;
}

.search_t .ss_txt::-ms-input-placeholder {
  color: #999;
}

.search_t .ss_txt::-webkit-input-placeholder {
  color: #999;
}

.search_t .ss_btn {
  width: 0.26rem;
  height: 100%;
  display: block;
  border: 0px;
  background: none;
  background: url("../upimg/w/search_ico.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.search_tab {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  font-family: SourceHanSansCN-Bold;
}

.search_tab ul li {
  float: left;
  margin-left: 0.4rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.1rem;
}

.search_tab ul li::before {
  content: "";
  display: block;
  width: 0%;
  height: 0.02rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(#1b99bb, #8bb93c);
  background: -webkit-linear-gradient(#1b99bb, #8bb93c);
  background: -o-linear-gradient(#1b99bb, #8bb93c);
  background: -moz-linear-gradient(#1b99bb, #8bb93c);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.search_tab ul li:first-child {
  margin-left: 0px;
}

.search_tab ul li.active::before {
  width: 100%;
}

.search_tab ul li.active a {
  display: inline-block;
  background: linear-gradient(to right, #1b99bb, #8bb93c);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ss_01_b {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
  text-align: center;
  color: #333;
  line-height: 1.75;
}

.ss_01_b i {
  color: #1b99bb;
}

.ss_01_b span {
  display: inline-block;
}

.ss_01_b span:nth-child(2) {
  margin-left: 0.4rem;
}

.ss_02 {
  overflow: hidden;
  padding-top: 1rem;
  width: 100%;
}

.ss_02 .p {
  width: 100%;
  overflow: visible;
  text-align: center;
}

.ss_02 .p1 img {
  display: block;
  height: 2rem;
  margin: 0px auto;
  padding: 0px;
}

.ss_02 .p2 {
  text-align: center;
  color: #9e9e9e;
  line-height: 1.75;
  margin-top: 0.2rem;
}

.ss_03 {
  overflow: visible;
  width: 100%;
}

.ss_03 ul li {
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 0.5rem 0px;
}

.ss_03 ul li::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #eee;
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 1;
}

.ss_03 ul li::after {
  content: "";
  width: 0%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #1b99bb;
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.ss_03 ul li a {
  width: 100%;
  display: block;
  overflow: visible;
}

.ss_03 ul li .p {
  width: 100%;
  overflow: visible;
  line-height: 1.75;
}

.ss_03 ul li .p1 {
  color: #999;
}

.ss_03 ul li .p2 {
  color: #000;
  font-family: albb_medium;
}

.ss_03 ul li .p3 {
  color: #666;
  margin-top: 0.1rem;
}

.ss_03 ul li i {
  color: #1b99bb;
}

.ss_03 ul li:hover::after {
  width: 100%;
}

.ss_03 ul li:hover .p2 {
  color: #1b99bb;
}

a.swiper-button-disabled {
  opacity: 0;
}

.nbanner {
  z-index: 1;
}

.nbr_sub_c {
  position: relative;
  z-index: 2;
}

.box1 .fr .on {
  padding: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.banner_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.banner_txt {
  z-index: 2;
}

.nbanner {
  height: 74vh;
  position: relative;
}

.banner_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50%;
}

.probox2 .con2 dd a.tit1 {
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -o-transition: 0s linear;
  -moz-transition: 0s linear;
}

ul.app1 {
  flex-wrap: wrap;
}

ul.app1 li {
  margin-top: 0.6rem;
}

ul.app1 li:nth-child(1) {
  margin-top: 0px;
}

ul.app1 li:nth-child(2) {
  margin-top: 0px;
}

ul.app1 li:nth-child(3) {
  margin-top: 0px;
}

.con3 .con3_item .p {
  line-height: 2.22;
  margin-top: 0.3rem;
  color: #fff;
}

.con3 .con3_item .p table {
  width: 100%;
  overflow: hidden;
}

.prd_05 .fl {
  min-height: calc(100vh - 110px);
}

.prd_05 .fr {
  min-height: calc(100vh - 110px);
}

.prd_05 ul.adv {
  height: 100%;
}

.prd_05 ul.adv li {
  min-height: 25%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.prd_05 ul.adv li img {
  margin-bottom: 0.2rem;
}

.prd_05 ul.adv li h4 {
  margin-top: 0px;
}

.box1 .fr {
  width: 50%;
}

.box1 .fr .c {
  width: 100%;
  overflow: visible;
  padding: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  .wrap_c {
    margin: 0px 1rem;
  }
  .topfr {
    height: 90px;
  }
  .top_on {
    height: 140px;
  }
  .top_c {
    height: 90px;
  }
  .top_c .fl img {
    height: 40px;
  }
  .top_c .fl {
    height: 90px;
  }
  .menufr ul li .mu_t {
    height: 90px;
  }
  .topc_r a.a1 {
    margin-top: 35px;
  }
  .menufr ul li .mu_c {
    top: 90px;
  }
  .bs_slide .bss_prev {
    left: 0.5rem;
  }
  .bs_slide .bss_next {
    right: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1029px) {
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .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;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .mtmenu_click {
    position: relative;
    z-index: 9991;
    margin-left: 20px;
    margin-top: 18px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    float: left;
  }
  .mtmenu_click a {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    background: url("../images/aa6.svg") 50% no-repeat;
    background-size: 100% 100%;
    outline: none;
  }
  .top_on .mtmenu_click a {
    background: url("../images/aa13.svg") 50% no-repeat;
    background-size: 100% 100%;
  }
  .top_t {
    height: 40px;
  }
  .top_t .fl {
    height: 40px;
  }
  .top_t .fr {
    margin-top: 7px;
  }
  .top_t .fr a.a1 {
    margin-right: 0.05rem;
    margin-left: 0px;
  }
  .top_t .fr a.a1 img {
    height: 26px;
  }
  .top_t .fr a {
    line-height: 26px;
    margin-left: 0.15rem;
  }
  .top_t .fr i {
    display: none;
  }
  .topfr {
    height: 60px;
  }
  .top_on {
    height: 100px;
  }
  .top_c {
    height: 60px;
  }
  .top_c .fl {
    height: 60px;
  }
  .top_c .fl img {
    height: 30px;
  }
  .topc_r {
    margin-left: 0px;
  }
  .topc_r a.a1 {
    margin-top: 20px;
    float: left;
  }
  .top_active .top_t {
    z-index: 9999;
  }
  .top_active .top_c {
    z-index: 9991;
  }
  .top_active .top_c .fl {
    position: relative;
    z-index: 9991;
  }
  .top_active .top_c .fl img.img2 {
    opacity: 0;
  }
  .top_active .top_c .fl img.img1 {
    opacity: 1;
  }
  .top_active .topc_r {
    z-index: 9991;
    position: relative;
  }
  .top_active .topc_r a.a1 {
    background: url("../images/ss_01.svg") 50% no-repeat;
    background-size: 100% 100%;
  }
  .top_active .mtmenu_click a {
    background: url("../images/aa8.svg") 50% no-repeat;
    background-size: 16px 16px;
  }
  .menufr {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9990;
    display: none;
  }
  .menufr ul {
    width: 100%;
    overflow: hidden;
    border-top: 0.01rem solid #eee;
    margin-top: 60px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
  }
  .menufr ul li {
    width: 100%;
    border-bottom: 0.01rem solid #eee;
  }
  .menufr ul li .mu_t a {
    color: #666;
  }
  .menufr ul li .mu_t::before {
    display: none;
  }
  .menufr ul li .mu_t {
    padding: 0px 20px;
    justify-content: flex-start;
    height: 60px;
  }
  .menufr ul li .mu_t::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/aa4.svg") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -0.7px;
  }
  .menufr ul li:first-child .mu_t {
    padding-left: 20px;
  }
  .menufr ul li:first-child .mu_t::after {
    display: none;
  }
  .menufr ul li:last-child {
    border-bottom: 0px;
  }
  .menufr ul li:last-child .mu_c {
    margin-left: 0px;
  }
  .top_on.top_active .menufr ul {
    margin-top: 100px;
  }
  .top_on.top_active .menufr ul li .mu_t a {
    color: #666;
  }
  .top_active .menufr {
    display: block;
  }
  .menufr ul li .mu_c {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    top: 0px;
    position: relative;
    display: none;
  }
  .top_on .menufr ul li .mu_c {
    top: 0px;
  }
  .menufr ul li .mu_c b {
    display: none;
  }
  .menufr ul li .mu_c .muc_c {
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 0.2rem;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .menufr ul li .mu_c .muc_c p {
    text-align: left;
    padding-left: calc(20px + 2em);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li .mu_c .muc_c p a {
    color: #999;
  }
  .menufr ul li.active .mu_t::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .bs_slide .bss_prev {
    display: none;
  }
  .bs_slide .bss_next {
    display: none;
  }
  .in_01 {
    padding: 0.6rem 0px;
  }
  .in_01_t .p1 {
    font-size: 0.4rem;
  }
  .in_01_t a {
    height: 0.6rem;
    line-height: 0.56rem;
    position: relative;
    margin-top: 0.4rem;
    font-size: 0.22rem;
  }
  .in_05_b a {
    height: 0.6rem;
    line-height: 0.56rem;
    font-size: 0.22rem;
  }
  .in_04_t .p1 {
    font-size: 0.4rem;
  }
  .in_01_c {
    padding-top: 0.6rem;
    display: block;
  }
  .in_01_c .fl {
    width: 100%;
  }
  .in_01_c .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_01c_slide .swiper-slide img {
    object-position: 50%;
  }
  .in_01_c .fl ul li .in_01cl_c .p2 a {
    height: 0.6rem;
    line-height: 0.56rem;
  }
  .in_02 {
    padding: 0.6rem 0px;
  }
  .in_02_c .p2 ul {
    display: block;
  }
  .in_02_c .p2 ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .in_02_c .p2 ul li:last-child {
    margin-bottom: 0px;
  }
  .in_03 {
    padding: 0.6rem 0px;
  }
  .in_03_c ul {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  .in_03_c ul li {
    min-height: 2.3rem;
  }
  .in_03_c ul li:nth-child(1) {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  }
  .in_03_c ul li:nth-child(2) {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  }
  .in_03_c ul li .p3 {
    display: none;
  }
  .in_03_c ul li:after {
    opacity: 0;
  }
  .in_04 {
    padding: 0.6rem 0px;
  }
  .in_04 .wrap_c {
    display: block;
  }
  .in_04_l {
    width: 100%;
  }
  .in_04_r {
    width: 100%;
    margin-top: 0.6rem;
  }
  .in_04_c {
    position: relative;
  }
  .in_04_t ul {
    position: relative;
    width: 100%;
    margin-top: 0.2rem;
    overflow: hidden;
  }
  .in_04_t ul li {
    padding-bottom: 0.2rem;
  }
  .in_05 {
    padding: 0.6rem 0px;
  }
  .in_05 .wrap_c {
    display: block;
  }
  .in_05 .fl {
    width: 100%;
  }
  .in_05 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_05_b {
    overflow: hidden;
  }
  .in_05 .fr .img img {
    position: relative;
  }
  .in_06 {
    padding: 0.6rem 0px;
  }
  .in_06c_slide .swiper-slide {
    width: 2rem;
    margin-left: -0.1rem;
  }
  .btn_t {
    padding-top: 0.6rem;
  }
  .btn_t .fl {
    width: 100%;
  }
  .btn_t .fr {
    width: 100%;
    margin-top: 0.4rem;
    display: none;
  }
  .btn_c .fr {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .btn_c .fr .c {
    display: inline-block;
  }
  .btn_c .fl {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
  }
  .bss_b {
    bottom: 0.4rem;
  }
  .banner {
    height: 70vh;
  }
  .bs_slide {
    height: 70vh;
  }
  .bs_slide .swiper-slide .bss_bg {
    height: 70vh;
  }
  .bs_slide .swiper-slide .bss_c {
    top: calc(100px + 1.5rem);
  }
}
/*table_cont*/
.table_cont {
  max-width: 100%;
  overflow: hidden;
}

.table_cont tr td {
  background-color: #f6f9fb;
  padding: 10px;
  border-right: 1px solid #c2e3eb;
  border-bottom: 1px solid #c2e3eb;
}

.table_cont tr.firstRow td {
  color: #fff;
  background: linear-gradient(to right, #6eb05d, #219ab4);
  background: -webkit-linear-gradient(to right, #6eb05d, #219ab4);
  background: -o-linear-gradient(to right, #6eb05d, #219ab4);
  background: -moz-linear-gradient(to right, #6eb05d, #219ab4);
}

.tablescroll {
  padding-top: 0.6rem;
}

.tablescroll table {
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
}

.tablescroll table tr td {
  background-color: #f6f9fb;
  padding: 10px;
  border-right: 1px solid #c2e3eb;
  border-bottom: 1px solid #c2e3eb;
}

.tablescroll table tr td:first-child {
  border-left: 1px solid #c2e3eb;
}

.tablescroll table tr.firstRow td {
  color: #fff;
  background: linear-gradient(to right, #6eb05d, #219ab4);
  background: -webkit-linear-gradient(to right, #6eb05d, #219ab4);
  background: -o-linear-gradient(to right, #6eb05d, #219ab4);
  background: -moz-linear-gradient(to right, #6eb05d, #219ab4);
}

.lytcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none;
}

.lytcfr .lytc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.lytcfr .lytc_c {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  background-color: #fff;
  max-width: 6rem;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lytcfr .lytc_c .close {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  background: url("../images/ly_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 999;
}

.lytcfr .lytc_c .c {
  width: 100%;
  overflow: hidden;
}

.lytcfr .lytc_c .p {
  width: 100%;
  overflow: visible;
  font-family: SourceHanSansCN-Bold;
}

.lytcfr .lytc_c .p1 span {
  display: inline-block;
  color: #222;
  line-height: 0.4rem;
  background: url("../images/ly_02.png") 0% 50% no-repeat;
  background-size: auto 0.4rem;
  padding-left: 0.68rem;
}

.lytcfr .lytc_c .p2 {
  color: #222;
  line-height: 1.75;
  margin-top: 0.2rem;
}

.lytcfr .lytc_c .p3 {
  margin-top: 0.3rem;
}

.lytcfr .lytc_c .p3 textarea {
  width: 100%;
  height: 1.2rem;
  border: 0.01rem solid #e2e2e2;
  padding: 0.2rem;
  background-color: #fafafa;
  border-radius: 0.06rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lytcfr .lytc_c .p4 {
  margin-top: 0.2rem;
  color: #222;
  line-height: 1.5;
  font-family: SourceHanSansCN-Bold;
  margin-bottom: 0.1rem;
}

.lytcfr .lytc_c .p5 {
  overflow: visible;
  margin-bottom: 0.1rem;
}

.lytcfr .lytc_c .p5 input.icon1 {
  width: 100%;
  height: 0.6rem;
  color: #000;
  padding: 0px 0.2rem;
  padding-left: 0.6rem;
  background: url("../images/ly_03.png") 0.2rem 50% no-repeat;
  background-size: 0.2rem;
  overflow: hidden;
  border: 0.01rem solid #e2e2e2;
  background-color: #fafafa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lytcfr .lytc_c .p5 input.icon2 {
  width: 100%;
  height: 0.6rem;
  color: #000;
  padding: 0px 0.2rem;
  padding-left: 0.6rem;
  background: url("../images/ly_04.png") 0.2rem 50% no-repeat;
  background-size: 0.2rem;
  overflow: hidden;
  border: 0.01rem solid #e2e2e2;
  background-color: #fafafa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lytcfr .lytc_c .p5 input.icon3 {
  width: 100%;
  height: 0.6rem;
  color: #000;
  padding: 0px 0.2rem;
  padding-left: 0.6rem;
  background: url("../images/ly_05.png") 0.2rem 50% no-repeat;
  background-size: 0.2rem;
  overflow: hidden;
  border: 0.01rem solid #e2e2e2;
  background-color: #fafafa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lytcfr .lytc_c .p6 {
  margin-top: 0.2rem;
}

.lytcfr .lytc_c .p6 input {
  width: 100%;
  height: 0.6rem;
  color: #fff;
  overflow: hidden;
  border: 0px;
  cursor: pointer;
  border-radius: 0.06rem;
  background: linear-gradient(to right, #6eb05d, #219ab4);
  background: -webkit-linear-gradient(to right, #6eb05d, #219ab4);
  background: -o-linear-gradient(to right, #6eb05d, #219ab4);
  background: -moz-linear-gradient(to right, #6eb05d, #219ab4);
}

.lytcfr .lytc_c .p5 input::-moz-placeholder {
  color: #999;
}

.lytcfr .lytc_c .p5 input::-moz-placeholder {
  color: #999;
}

.lytcfr .lytc_c .p5 input::-ms-input-placeholder {
  color: #999;
}

.lytcfr .lytc_c .p5 input::-webkit-input-placeholder {
  color: #999;
}

.lytcfr.active {
  display: block;
}