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

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

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

root {
  --hover_color:#00C7FF;
}

@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: "albb_medium";
  src: url("../fonts/albb_medium.woff2") format("woff2"), url("../fonts/albb_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_bold";
  src: url("../fonts/albb_bold.woff2") format("woff2"), url("../fonts/albb_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MiSans-Medium";
  src: url("../fonts/MiSans-Medium.woff2") format("woff2"), url("../fonts/MiSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "albb_regular", "Microsoft Yahei", "微软雅黑", "Helveticg Neve", Helvetica, STHeiti, sans-serif, arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #222;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

a {
  color: #222;
  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: #0046b6;
  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.5;
}

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: "albb_regular", "Microsoft Yahei", "微软雅黑", "Helveticg Neve", Helvetica, STHeiti, sans-serif, 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 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(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes in01_an {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 30%;
    opacity: 0;
  }
}
@keyframes in01_an {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 30%;
    opacity: 0;
  }
}
/*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_c {
  margin: 0px auto;
  width: 86%;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #fff;
  height: 100px;
  box-shadow: 0 -1px #FFFFFF;
  -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);
}

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

.topfr .fl a {
  display: inline-block;
}

.topfr .fl img {
  display: block;
  height: 68px;
}

.topfr .fr {
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.menufr {
  float: left;
  font-family: albb_medium;
  text-transform: uppercase;
  line-height: 1.5;
}

.menufr ul li {
  float: left;
  margin-left: 0.4rem;
}

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

.menufr ul li a {
  display: inline-block;
  position: relative;
}

.menufr ul li a::before {
  content: "";
  display: none;
  width: 100%;
  height: 0.03rem;
  background-color: #0046b6;
  position: absolute;
  left: 0px;
  bottom: -0.08rem;
}

.menufr ul li.active a::before {
  display: block;
}

.menufr ul li.active a {
  color: #0046b6;
}

.in_01 {
  overflow: hidden;
  position: relative;
}

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

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

.in_01_bg b {
  width: 2rem;
  height: 0.06rem;
  display: block;
  overflow: hidden;
  border-radius: 0.06rem;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 2;
  background: linear-gradient(to right, rgb(13, 169, 234), rgba(13, 169, 234, 0));
  background: -webkit-linear-gradient(to right, rgb(13, 169, 234), rgba(13, 169, 234, 0));
  background: -o-linear-gradient(to right, rgb(13, 169, 234), rgba(13, 169, 234, 0));
  background: -moz-linear-gradient(to right, rgb(13, 169, 234), rgba(13, 169, 234, 0));
}

.in_01_bg b {
  -webkit-animation: in01_an 6.4s ease-out infinite;
  animation: in01_an 6.4s ease-out infinite;
}

.in_01_bg b.b1 {
  top: 10.43%;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.in_01_bg b.b2 {
  top: 20.43%;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

.in_01_bg b.b3 {
  top: 30.57%;
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
}

.in_01_bg b.b4 {
  top: 40.57%;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}

.in_01_bg b.b5 {
  top: 50.57%;
  animation-delay: 7s;
  -webkit-animation-delay: 7s;
}

.in_01_bg b.b6 {
  top: 60.57%;
  animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s;
}

.in_01_bg b.b7 {
  top: 70.57%;
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}

.in_01_bg b.b8 {
  top: 80.57%;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.in_01_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 1.2rem 0px;
}

.in_01_c .p {
  margin-left:10%;width:80%;
  overflow: visible;
}

.in_01_c .p1 img {
  display: block;
  height: 2.2rem;
}

.in_01_c .p2 {
  font-family: albb_bold;
  line-height: 1.3;
  color: #fff;
  margin-top: 0.4rem;
}

.in_01_c .p3 {
  font-family: albb_bold;
  line-height: 1.3;
  color: #fff;
  margin-top: 0rem;
  text-transform: uppercase;
}

.in_01_c .p4 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-top: 0.3rem;
}

.in_02 {
  overflow: hidden;
  background: url("../images/in_03.webp") 50% no-repeat #fff;
  background-size: cover;
  cursor: pointer;
}

.in_02fr {
  width: 100%;
  overflow: hidden;
  padding: 0.8rem 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content:center;
}

.in_02fr .img {
  width: 40%;
  overflow: hidden;
}

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

.in_02fr .txt {
  width: calc(60% - 0.9rem);position:relative;left:8%;
}

.in_02fr .txt .c {
  width: 100%;
  overflow: hidden;
}

.in_02fr .txt .p {
  width: 100%;
  overflow: visible;
}

.in_02fr .txt .p1 {
  font-family: albb_bold;
  color: #222;
  line-height: 1.3;
}

.in_02fr .txt .p2 {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 0.37rem;
  padding-left: 0.37rem;
  margin-top: 0.6rem;
}

.in_02fr .txt .p2::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.6rem;
  background-color: #7aa64f;
  border-radius: 0.02rem;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_02fr .txt .p2 .sp1 {
  font-family: albb_bold;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
}

.in_02fr .txt .p2 .sp2 {
  font-family: albb_bold;
  color: #222;
  line-height: 1.3;
}

.in_02fr .txt .p2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.015rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(to right, rgb(122, 166, 79), rgba(122, 166, 79, 0));
  background: -webkit-linear-gradient(to right, rgb(122, 166, 79), rgba(122, 166, 79, 0));
  background: -o-linear-gradient(to right, rgb(122, 166, 79), rgba(122, 166, 79, 0));
  background: -moz-linear-gradient(to right, rgb(122, 166, 79), rgba(122, 166, 79, 0));
}

.in_02fr .txt .p3 {
  margin-top: 0.37rem;
  hyphens: auto;
}

.in_02fr .txt .p3 p {
  line-height: 1.5;
  margin-top: 0.15rem;
  hyphens: auto;
}

.in_02fr .txt .p3 p:first-child {
  margin-top: 0px;
}

.in_02fr .txt .p4 {
  margin-top: 0.5rem;
  font-family: albb_bold;
  cursor: pointer;
}

.in_02fr .txt .p4 span {
  display: inline-block;
  line-height: 0.84rem;
  background: url("../images/in_08.png") 0% 50% no-repeat;
  background-size: 0.84rem;
  padding-left: 1rem;
}

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

.in_03_t {
  width: 100%;
  overflow: hidden;
  font-family: albb_bold;
  line-height: 1.5;
  text-transform: uppercase;
}

.in_03_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  position: relative;
}

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

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

.in_03c_slide .swiper-slide {
  width: 3.6rem;
  overflow: hidden;
}

.in_03c_slide .swiper-slide ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.in_03c_slide .swiper-slide ul li:last-child {
  margin-bottom: 0px;
}

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

.in_03c_slide .swiper-slide ul li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.09rem;
}

.in_03c_slide .swiper-slide ul li .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  background: linear-gradient(rgba(0, 80, 182, 0), rgb(0, 80, 182));
  background: -webkit-linear-gradient(rgba(0, 80, 182, 0), rgb(0, 80, 182));
  background: -o-linear-gradient(rgba(0, 80, 182, 0), rgb(0, 80, 182));
  background: -moz-linear-gradient(rgba(0, 80, 182, 0), rgb(0, 80, 182));
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03c_slide .swiper-slide ul li .img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.in_03c_slide .swiper-slide ul li .img .img2 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03c_slide .swiper-slide ul li .img .b2 {
  width: 0.46rem;
  height: 0.46rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 9;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03c_slide .swiper-slide ul li .img .b2::after {
  content: "";
  display: block;
  background: url("../upimg/in_09.png") 50% no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
}

.in_03c_slide .swiper-slide ul li .txt {
  width: 100%;
  overflow: hidden;
  color: #222;
  line-height: 0.6rem;
  padding: 0px 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.in_03c_slide .swiper-slide ul li .txt span {
  display: inline-block;
  background: url("../images/in_09.jpg") 0% 50% no-repeat;
  background-size: 0.12rem;
  padding-left: 0.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.in_03c_slide .swiper-slide ul li:hover .img::before {
  height: 100%;
}

.in_03c_slide .swiper-slide ul li:hover .img2 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_03c_slide .swiper-slide ul li:hover .b2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.in_03c_slide .swiper-slide ul li:hover .b2::after {
  background: url("../upimg/in_10.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in_03_b {
  width: 100%;
  overflow: visible;
  padding-top: 0.4rem;
}

.in_03cs_sp {
  width: 100%;
  overflow: hidden;
  height: 0.09rem;
  position: relative;
}

.in_03cs_sp::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.0145rem;
  background-color: #cacaca;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.in_03cs_sp .swiper-scrollbar-drag {
  cursor: pointer;
  z-index: 9;
  background: none;
  background: linear-gradient(to right, rgba(122, 166, 80, 0), rgb(122, 166, 80));
  background: -webkit-linear-gradient(to right, rgba(122, 166, 80, 0), rgb(122, 166, 80));
  background: -o-linear-gradient(to right, rgba(122, 166, 80, 0), rgb(122, 166, 80));
  background: -moz-linear-gradient(to right, rgba(122, 166, 80, 0), rgb(122, 166, 80));
}

.in_04 {
  overflow: hidden;
  background-color: #fff;
  padding: 1rem 0px;
}

.in_04 .in_03_t {
  position: relative;
}

.in_04 .in_03_t em {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.in_04 .in_03_t em a {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}

.in_04 .in_03_t em a:nth-child(1) {
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in_04 .in_03_t em a:nth-child(1):hover {
  background: url("../images/in_01_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in_04 .in_03_t em a:nth-child(2) {
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100% 100%;
  margin-left: 0.1rem;
}

.in_04 .in_03_t em a:nth-child(2):hover {
  background: url("../images/in_02_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in04_c {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in04_c b.b1 {
  width: 0.4rem;
  height: 100px;
  display: block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in04c_slide {
  width: 100%;
  overflow: hidden;
}

.in04c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.3rem;
}

.in04c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0.06rem;
  padding: 0.4rem 0.5rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in04c_slide .swiper-slide a.a1 {
  background: linear-gradient(128deg, #3770ce, #72a4ee);
  background: -webkit-linear-gradient(128deg, #3770ce, #72a4ee);
  background: -o-linear-gradient(128deg, #3770ce, #72a4ee);
  background: -moz-linear-gradient(128deg, #3770ce, #72a4ee);
}

.in04c_slide .swiper-slide a.a2 {
  background: linear-gradient(128deg, #2c49bf, #6173ca);
  background: -webkit-linear-gradient(128deg, #2c49bf, #6173ca);
  background: -o-linear-gradient(128deg, #2c49bf, #6173ca);
  background: -moz-linear-gradient(128deg, #2c49bf, #6173ca);
}

.in04c_slide .swiper-slide a.a3 {
  background: linear-gradient(128deg, #7cbf3e, #9fd071);
  background: -webkit-linear-gradient(128deg, #7cbf3e, #9fd071);
  background: -o-linear-gradient(128deg, #7cbf3e, #9fd071);
  background: -moz-linear-gradient(128deg, #7cbf3e, #9fd071);
}

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

.in04c_slide .swiper-slide .c .p {
  width: 100%;
  overflow: visible;
}

.in04c_slide .swiper-slide .c .p1::before {
  content: "";
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  display: block;
  background: url("../images/in_05.png") no-repeat;
  background-size: 100%;
}

.in04c_slide .swiper-slide .c .p2 {
  margin-top: 0.4rem;
  overflow: hidden;
  font-family: albb_bold;
  line-height: 0.44rem;
  color: #fff;
  height: 1.76rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in04c_slide .swiper-slide .c .p3 {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.24rem;
  height: 0.48rem;
  margin-top: 0.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in04c_slide .swiper-slide .c .p4 {
  margin-top: 0.7rem;
  position: relative;
  height: 0.3rem;
  font-family: albb_bold;
}

.in04c_slide .swiper-slide .c .p4::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/in_11.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.in04c_slide .swiper-slide .c .p4 span {
  display: inline-block;
  background: url("../images/in_10.png") 0% 50% no-repeat;
  background-size: 0.2rem;
  padding-left: 0.3rem;
  color: #fff;
  text-transform: uppercase;
}

.in04c_slide .swiper-slide a.a2 .c .p1::before {
  background: url("../images/in_06.png") no-repeat;
  background-size: 100%;
}

.in04c_slide .swiper-slide a:hover {
  transform: translateY(-0.1rem);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_05 {
  overflow: hidden;
}

.in_05fr {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../images/in_07.webp") 50% no-repeat;
  background-size: cover;
  padding: 1rem 0px;
}

.in_05fr .scrollmagic-pin-spacer {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.in05_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.9rem;
  text-align: center;
}

.in05_c .wrap_c {
  overflow: visible;
  position: relative;
}

.in05c_t {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in05c_t .c {
  display: inline-block;
}

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

.in05c_t .p1 {
  color: #666;
  font-family: albb_bold;
  line-height: 1.3;
  text-transform: uppercase;
}

.in05c_t .p2 {
  color: #222;
  font-family: albb_bold;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}

.in05c_t .p2 span {
  display: inline-block;
  position: relative;
}

.in05c_t .p2 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(to right, rgb(122, 166, 80), rgba(122, 166, 80, 0));
  background: -webkit-linear-gradient(to right, rgb(122, 166, 80), rgba(122, 166, 80, 0));
  background: -o-linear-gradient(to right, rgb(122, 166, 80), rgba(122, 166, 80, 0));
  background: -moz-linear-gradient(to right, rgb(122, 166, 80), rgba(122, 166, 80, 0));
}

.in05c_t .p2 span em {
  display: inline-block;
  position: relative;
  z-index: 9;
  font-style: normal;
}

.in05c_t .p3 {
  margin-top: 0.6rem;
  text-align: center;
}

.in05c_t .p3 span {
  display: inline-block;
  width: 2.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
  font-family: albb_medium;
  border-radius: 0.5rem;
  border: 0.0145rem solid #7aa650;
  color: #7aa650;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05c_t .p3 span::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../upimg/in_11.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}

.in05c_c {
  width: 100%;
  overflow: hidden;
  transform: translateX(100%);
  opacity: 0;
}

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

.in05cc_slide .swiper-slide {
  width: 4.28rem;
  overflow: hidden;
  float: left;
  min-height: 4.9rem;
}

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

.in05cc_slide .swiper-slide .c1 .p {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in05cc_slide .swiper-slide .c1 .p1 {
  padding-left: 0.4rem;
  max-width: 3rem;
}

.in05cc_slide .swiper-slide .c1 .p1 .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.06rem;
  z-index: 5;
}

.in05cc_slide .swiper-slide .c1 .p1 .img img {
  width: 100%;
  display: block;
}

.in05cc_slide .swiper-slide .c1 .p1 .img .img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.in05cc_slide .swiper-slide .c1 .p1 b {
  width: 100%;
  height: 0.1rem;
  display: block;
  opacity: 0;
  margin-top: -0.05rem;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 0.06rem 0.06rem;
  background: linear-gradient(to right, rgba(0, 70, 182, 0), rgb(0, 70, 182));
  background: -webkit-linear-gradient(to right, rgba(0, 70, 182, 0), rgb(0, 70, 182));
  background: -o-linear-gradient(to right, rgba(0, 70, 182, 0), rgb(0, 70, 182));
  background: -moz-linear-gradient(to right, rgba(0, 70, 182, 0), rgb(0, 70, 182));
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in05cc_slide .swiper-slide .c1 .p2 {
  padding-left: 0.4rem;
  position: relative;
  max-width: 3rem;
  margin-top: 0.2rem;
}

.in05cc_slide .swiper-slide .c1 .p2::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #c5c5c5;
  position: absolute;
  left: 0px;
  top: 0.15rem;
}

.in05cc_slide .swiper-slide .c1 .p2::after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 100%;
  position: absolute;
  left: 0.05rem;
  top: 0.27rem;
  background: linear-gradient(rgb(197, 197, 197), rgba(197, 197, 197, 0));
  background: -webkit-linear-gradient(rgb(197, 197, 197), rgba(197, 197, 197, 0));
  background: -o-linear-gradient(rgb(197, 197, 197), rgba(197, 197, 197, 0));
  background: -moz-linear-gradient(rgb(197, 197, 197), rgba(197, 197, 197, 0));
}

.in05cc_slide .swiper-slide .c1 .p2 .txt {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.in05cc_slide .swiper-slide .c1 .p3 {
  color: #699b39;
  font-family: MiSans-Medium;
  line-height: 1.2;
}

.in05cc_slide .swiper-slide .c1 .p4 {
  color: #666666;
  font-family: albb_medium;
  line-height: 1.5;
  margin-top: 0.1rem;
  hyphens: auto;
}

.in05cc_slide .swiper-slide .c1 .p5 {
  color: #999;
  line-height: 1.5;
  margin-top: 0.2rem;
  hyphens: auto;
}

.in05cc_slide .swiper-slide:hover .c1 .p1 .img .img2 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in05cc_slide .swiper-slide:hover .c1 .p1 b {
  opacity: 1;
}

.in05cc_slide .swiper-slide:hover .c1 .p2::before {
  background-color: #6a9c3a;
}

.in05cc_slide .swiper-slide:hover .c1 .p2::after {
  background: linear-gradient(rgb(106, 156, 58), rgba(106, 156, 58, 0));
  background: -webkit-linear-gradient(rgb(106, 156, 58), rgba(106, 156, 58, 0));
  background: -o-linear-gradient(rgb(106, 156, 58), rgba(106, 156, 58, 0));
  background: -moz-linear-gradient(rgb(106, 156, 58), rgba(106, 156, 58, 0));
}

.in05cb_sb {
  width: 100%;
  height: 0.4rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.2rem;
}

.in05cb_sb .b2 {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in05cb_sb .in05ccs_sp::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.02rem;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: linear-gradient(to right, rgb(106, 156, 58), rgba(106, 156, 58, 0));
  background: -webkit-linear-gradient(to right, rgb(106, 156, 58), rgba(106, 156, 58, 0));
  background: -o-linear-gradient(to right, rgb(106, 156, 58), rgba(106, 156, 58, 0));
  background: -moz-linear-gradient(to right, rgb(106, 156, 58), rgba(106, 156, 58, 0));
}

.in05cb_sb .in05ccs_sp .swiper-scrollbar-drag {
  height: 0.4rem;
  background: url("../images/in_12.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in_06 {
  overflow: hidden;
  padding: 1rem 0px;
  background: linear-gradient(to right, #fff, #e2f4ff);
  background: -webkit-linear-gradient(to right, #fff, #e2f4ff);
  background: -o-linear-gradient(to right, #fff, #e2f4ff);
  background: -moz-linear-gradient(to right, #fff, #e2f4ff);
}

.in06_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.3rem;
}

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

.in06_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #e7f2fc;
  -moz-box-shadow: 0px 0.12rem 0.23rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0.12rem 0.23rem rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0.12rem 0.23rem rgba(0, 0, 0, 0.08);
}

.in06_c ul li {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in06_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in06_c ul li .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

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


.in06_c ul li .img .img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}

.in06_c ul li .txt {
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.in06_c ul li .txt .p1 {
  color: #444;
  line-height: 0.36rem;
  font-family: albb_bold;
  height: calc(.36rem * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}

.in06_c ul li .txt .p2 {
  color: #222;
  line-height: 1.65;
  margin-top: 0.1rem;
}

.in06_c ul li:hover {
  background-color: #0046b6;
  -moz-box-shadow: 0px 0.18rem 0.28rem rgba(0, 98, 255, 0.23);
  -webkit-box-shadow: 0px 0.18rem 0.28rem rgba(0, 98, 255, 0.23);
  box-shadow: 0px 0.18rem 0.28rem rgba(0, 98, 255, 0.23);
}

.in06_c ul li:hover .txt .p1 {
  color: #fff;
}

.in06_c ul li:hover .txt .p2 {
  color: #fff;
}

.in06_c ul li:hover .img .img2 {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.btnfr {
  overflow: hidden;
  background-color: #5c83b0;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
  padding: 0.6rem 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0145rem solid rgba(255, 255, 255, 0.12);
}

.btn_01 .fl img {
  height: 0.67rem;
  display: block;
}

.btn_01 .fr ul li {
  float: left;
  margin-left: 0.15rem;
}

.btn_01 .fr ul li a {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.09);
}

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

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

.btn_01 .fr ul li a:hover {
  background-color: #0046b6;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  padding: 0.4rem 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.btn_02 a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.wxtcfr {
  width: 2rem;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}

.wxtcfr .img {
  width: 100%;
  overflow: hidden;
  padding: 0rem;
  background-color: #fff;margin-bottom:.3rem;
  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);
}

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

.wxtcfr b {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: 0.12rem solid transparent;
  display: block;
  border-top: 0.12rem solid #fff;
  float:right;display:none;
}

.contfr {
  overflow: hidden;
  padding: 1rem 0px;
}

.cont_t {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.0145rem solid #eee;
  padding-bottom: 0.4rem;
}

.cont_t h1 {
  margin: 0px;
  padding: 0px;
  font-family: albb_bold;
}

.cont_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  line-height: 1.75;
  hyphens: auto;
}

.cont_c p {
  line-height: 1.75;
}

.cont_c img {
  max-width: 100% !important;
  height: auto !important;
}

.cont_c table {
  border: 1px solid #eee !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  border-spacing: 0px !important;
  border-collapse: separate;
  max-width: 100%;
}

.cont_c table tr td {
  border-right: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  padding: 10px;
}

@media screen and (max-width: 990px) {
  .wrap {
    width: 100%;
    margin: 0px auto;
  }
  .wrap_c{width:calc(100% - 20px)}
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  .topfr {
    height: 60px;
  }
  .topfr .fl {
    height: 60px;
    z-index: 9;
  }
  .topfr .fl img {
    height: 40px;
  }
  .topfr .fr {
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 8;
    align-items: flex-start;
    min-height: 60px;
    height: auto;
    display: none;
  }
  .topfr .fr .menufr {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-top: 58px;
    border-top: 0.0145rem solid #eee;
  }
  .topfr .fr .menufr ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 0.0145rem solid #eee;
    margin: 0px;
    padding: 0px 20px;
    line-height: 50px;
  }
  .topfr .fr.on {
    display: block;
  }
  .mtmenu_click {
    float: right;
    margin-left: 15px;
    position: relative;
    z-index: 999;
    height: 61px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mtmenu_click a {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01.svg") center no-repeat;
    background-size: 100%;
  }
  .mtmenu_click a.on {
    background: url("../images/menu_02.svg") center no-repeat;
    background-size: 20px;
  }
  .in_01 {
    z-index: 1;
  }
  .in_02fr {
    display: block;
  }
  .in_02fr .img {
    width: 100%;
  }
  .in_02fr .txt {
    width: 100%;left:0px;
  }
  .in_03 {
    padding: 0.6rem 0px;
  }
  .in_04 {
    padding: 0.6rem 0px;
  }
  .in_05fr {
    padding: 0.6rem 0px;
  }
  .in05cc_slide .swiper-slide {
    width: 5.4rem;
  }
  .in05cc_slide .swiper-slide .c1 .p1 {
    max-width: 5rem;
  }
  .in05cc_slide .swiper-slide .c1 .p2 {
    max-width: 5rem;
  }
  .in_06 {
    padding: 0.6rem 0px;
  }
  .in06_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .contfr {
    padding-top: 0.4rem;
  }
  .btn_02 {
    font-size: 0.21rem;
  }
  .btn_01 {
    display: block;
    padding: 0.4rem 0px;
  }
  .btn_01 .fl {
    width: 100%;
    text-align: center;
  }
  .btn_01 .fl img {
    margin: 0px auto;
    padding: 0px;
    height: 0.5rem;
  }
  .btn_01 .fr {
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
  }
  .btn_01 .fr ul {
    display: inline-block;
  }
}

/*202408*/
.in05c_t .p3 span{cursor:pointer;}
.in05cb_sb .in05ccs_sp .swiper-scrollbar-drag{cursor:pointer;}
.in05c_c{transform:translateX(0%);left:150%;opacity:1;position:relative;}

/*20250321*/
.videoShow{width:100%;overflow:hidden;padding-top:1rem;min-height:60vh;}

@media screen and (max-width: 990px){
    .in_01_c .p{margin-left:0px;width:100%;}
    .in_01_c .p4 br{display:none;}
    
    .in_02fr{position:relative;}
    .in_02fr .img{position:absolute;right:0px;bottom:0px;width:37%;}
    
    .in_03c_slide .swiper-slide{width:2.3rem;}
    .in_03c_slide .swiper-slide ul li{margin-bottom:0px;}
    .in_03c_slide .swiper-slide ul li .txt{line-height:.4rem;margin-top:.1rem;}
    
}

























