.about {
  position: relative;
  min-height: 100vh;
}

.about .p_tabs {
  position: sticky;
  top: 1rem;
}

.about .sec_1 {
  position: relative;
  padding: .95rem 1.2rem 1.1539rem 1.2rem;
}

.about .sec_1 .content {
  display: flex;
  justify-content: center;
  gap: .47rem;
  margin: .74rem 0 0 0;
}

.about .sec_1 .content .img_box {
  width: 6.8rem;
  height: 5rem;
  flex-shrink: 0;
}

.about .sec_1 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_1 .content .info {
  width: 6.42rem;
}

.about .sec_1 .content .info .title {
  color: #333;
  line-height: 1.5;
  position: relative;
}

.about .sec_1 .content .info .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: .517rem;
  height: 3px;
  background: rgba(93, 192, 206, 1);
}

.about .sec_1 .content .info .desc {
  color: rgba(152, 152, 152, 1);
  line-height: 1.71;
  font-weight: 350;
  height: 3.6rem;
  overflow-y: auto;
  margin: .2523rem 0 0 0;
  padding: 0 .8786rem 0 0;
}

.about .sec_2 {
  position: relative;
}

.about .sec_2 .content {
  position: relative;
  margin: .7193rem 0 0 0;
  padding: 1.4627rem 2.7409rem 2.1692rem 9.3891rem;
}

.about .sec_2 .content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .sec_2 .content .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_2 .content .info {
  position: relative;
}

.about .sec_2 .content .info .title span {
  color: rgba(93, 192, 206, 1);
  line-height: 1.33;
  position: relative;
}

.about .sec_2 .content .info .title p {
  color: rgba(152, 152, 152, 1);
  line-height: 1.22;
  margin: .1078rem 0 0 0;
}

.about .sec_2 .content .info .desc {
  color: rgba(220, 220, 220, 1);
  line-height: 1.71;
  font-weight: 350;
  height: 1.5rem;
  overflow-y: auto;
  margin: .5606rem 0 0 0;
  padding: 0 .1rem 0 0;
}

.about .sec_2 .content .info .name {
  display: flex;
  align-items: center;
  gap: .08rem;
  justify-content: end;
}

.about .sec_2 .content .info .name span {
  color: rgba(220, 220, 220, 1);
  line-height: 1.1875;
}

.about .sec_2 .content .info .name img {
  width: 1.4rem;
  height: .4968rem;
}

.about .sec_3 {
  position: relative;
  padding: 1.16rem 0 0.8rem 0;
}

.about .sec_3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about .sec_3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_3 .content {
  position: relative;
  width: 100%;
  padding: 0 2.7rem;
  margin: .9352rem 0 0 0;
}

.about .sec_3 .content .swiper_1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about .sec_3 .content .item {
  display: flex;
  gap: .28rem;
}

.about .sec_3 .content .item .icon {
  position: relative;
}

.about .sec_3 .content .item .icon .point {
  width: .16rem;
  height: .16rem;
  background: rgba(93, 192, 206, 1);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.about .sec_3 .content .item .icon .point .point_white {
  width: .08rem;
  height: .08rem;
  background: #fff;
  border-radius: 50%;
}

.about .sec_3 .content .item .icon .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 1.52rem;
  background: linear-gradient(to bottom, #5DC0CE 0%, rgba(93, 192, 206, 0.1) 100%);
  z-index: -1;
}

.about .sec_3 .content .item .icon .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  transition: all .3s ease-in-out;
}

.about .sec_3 .content .item.on .icon .line::after {
  opacity: 1;
}

.about .sec_3 .content .item .info .time {
  color: rgba(103, 103, 103, 1);
  transition: all .3s ease-in-out;
  line-height: 1.218;
}

.about .sec_3 .content .item.on .info .time {
  color: rgba(93, 192, 206, 1);
}

.about .sec_3 .content .item .info .title {
  margin: .0785rem 0 0 0;
  color: rgba(127, 127, 127, 1);
  line-height: 1.1875;
  transition: all .3s ease-in-out;
}

.about .sec_3 .content .item.on .info .title {
  color: rgba(93, 192, 206, 1);
}

.about .sec_3 .content .item .info .desc {
  color: rgba(127, 127, 127, 1);
  line-height: 2;
  font-weight: 350;
  transition: all .3s ease-in-out;

  margin: .3611rem 0 0 0;
}

.about .sec_3 .content .item.on .info .desc {
  color: rgba(93, 192, 206, 1);
}

.about .sec_3 .content .p_controls {
  margin: .5988rem 0 0 0;
}

.about .sec_4 {
  position: relative;
  padding: 1.14rem 0 0 0;
}

.about .sec_4 .content {
  position: relative;
  display: flex;
  margin: .71rem 0 0 0;
}

.about .sec_4 .content .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 4.2rem;
}

.about .sec_4 .content .item .item_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about .sec_4 .content .item .item_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.about .sec_4 .content .item .item_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.about .sec_4 .content .item .icon {
  width: .8rem;
  height: .8rem;
}

.about .sec_4 .content .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_4 .content .item .name {
  margin: .2715rem 0 0 0;
  color: #fff;
  line-height: 1.2;
}

.about .sec_4 .content .item .desc {
  color: #fff;
  line-height: 1.1875;
  margin: .2526rem 0 0 0;
}

.about .sec_5 {
  position: relative;
  padding: 1.16rem 2.7rem 1.13rem 2.7rem;
}

.about .sec_5 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.88rem;
  margin: .48rem 0 0 0;
}

.about .sec_5 .tabs .tab {
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.about .sec_5 .tabs .tab:hover,
.about .sec_5 .tabs .tab.on {
  color: rgba(93, 192, 206, 1);
}

.about .sec_5 .content {
  position: relative;
  width: 100%;
  margin: .6rem 0 0 0;
}

.about .sec_5 .content .swiper_2_1,
.about .sec_5 .content .swiper_2_2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about .sec_5 .content .swiper-container {
  display: none;
}

.about .sec_5 .content .swiper-container.on {
  display: block;
}

.about .sec_5 .content .item {
  width: 100%;
}

.about .sec_5 .content .item .img_box {
  width: 100%;
  height: 2.8355rem;
  flex-shrink: 0;
}

.about .sec_5 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_5 .content .item .name {
  margin: .3381rem 0 0 0;
  text-align: center;
  color: rgba(152, 152, 152, 1);
  line-height: 1.5;
}

.about .sec_5 .content .p_controls .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.about .sec_5 .content .p_controls .btn.prev {
  left: -1.33rem;
}

.about .sec_5 .content .p_controls .btn.next {
  right: -1.33rem;
}

.service_1 {
  position: relative;
}

.service_1 .p_tabs {
  position: sticky;
  top: 1rem;
}

.service_1 .sec_1 .box {
  position: relative;
  padding: .9473rem 2.7rem .7835rem 2.7rem;
  display: flex;
  justify-content: center;
  gap: 1.1285rem;
}

.service_1 .sec_1 .box .left {
  width: 7.95rem;
}

.service_1 .sec_1 .box .left .title {
  color: #333;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.service_1 .sec_1 .box .left .title::after {
  content: '';
  position: absolute;
  bottom: -.3381rem;
  left: 0;
  width: .4rem;
  height: 2px;
  background: rgba(93, 192, 206, 1);
}

.service_1 .sec_1 .box .left .title .icon {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: rgba(93, 192, 206, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_1 .sec_1 .box .left .title .icon img {
  width: .28rem;
}

.service_1 .sec_1 .box .left .desc {
  margin: .7682rem 0 0 0;
  color: rgba(152, 152, 152, 1);
  line-height: 1.71;
  height: 1.09rem;
  overflow-y: auto;
  padding: 0 .1rem 0 0;
}

.service_1 .sec_1 .box .right {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.service_1 .sec_1 .box .right .item img {
  width: .6rem;
  height: .6rem;
  margin: 0 auto;
  display: block;
}

.service_1 .sec_1 .box .right .item .desc {
  margin: .2233rem 0 0 0;
  font-weight: 700;
  color: rgba(93, 193, 207, 1);
  text-align: center;
}

.service_1 .sec_1 .box .right .item .name {
  margin: .1147rem 0 0 0;
  color: rgba(93, 193, 207, 1);
  line-height: 1.5;
  text-align: center;
}

.service_1 .sec_1 .content {
  padding: .8rem 0;
  position: relative;
  width: 100%;
  background: rgba(245, 245, 245, 1);
}

.service_1 .sec_1 .content .swiper_1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.service_1 .sec_1 .content .item {
  display: flex;
  height: 5.2rem;
  width: 100%;

}

.service_1 .sec_1 .content .item .info {
  padding: .4885rem .4rem .4rem;
  background: #fff;
  position: relative;
}

.service_1 .sec_1 .content .item .info .name {
  color: #333;
  line-height: 1.5;
  transition: all .3s ease-in-out;
  position: relative;
}

.service_1 .sec_1 .content .item .info .name::after {
  content: '';
  position: absolute;
  bottom: -.1293rem;
  left: 0;
  width: .4rem;
  height: 2px;
  background: rgba(93, 192, 206, 1);
}

.service_1 .sec_1 .content .item .info .desc {
  margin: .318rem 0 0 0;
  color: rgba(152, 152, 152, 1);
  line-height: 1.71;
}

.service_1 .sec_1 .content .item .info .desc_1 span {
  color: #333;
  line-height: 1.71;
  margin-bottom: .26rem;
  display: block;
}

.service_1 .sec_1 .content .item .info .desc_1 {
  color: rgba(152, 152, 152, 1);
  line-height: 1.5;
}

.service_1 .sec_1 .content .item .info .desc_1 ul {
  padding-left: .2rem;

}

.service_1 .sec_1 .content .item .info .desc_1 ul li {
  list-style-type: disc;
}

.service_1 .sec_1 .content .item .img_box {
  width: 9.4rem;
  height: 5.2rem;
  flex-shrink: 0;
}

.service_1 .sec_1 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_1 .sec_1 .content .p_controls {
  position: absolute;
  bottom: 1.197rem;
  left: 3.1587rem;
  z-index: 1;
}

.service_1 .sec_2 {
  position: relative;
  background: #fff;
  padding: 1.15rem 0 1.2rem 0;
}

.service_1 .sec_2 .desc {
  margin: .4884rem auto 0 auto;
  color: rgba(124, 124, 124, 1);
  line-height: 1.5;
  width: 8rem;
}

.service_1 .sec_2 .boxs {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: .94rem 0 0 0;
  padding: 0 2.7rem;
}

.service_1 .sec_2 .boxs::after {
  content: '';
  position: absolute;
  top: .5rem;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: url('../img/deshline.svg');
  /* border-top: 1px dashed rgba(152, 152, 152, 1); */

  /* background: linear-gradient(to right, rgba(152,152,152,1) 50%, transparent 50%) repeat-x;
  background-size: 8px 1px; 
  height: 1px; 
  border: none; */
}

.service_1 .sec_2 .boxs .item {
  position: relative;
  z-index: 1;
  width: calc((100% - .6rem) / 4);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  gap: .38rem;
  text-align: center;
}

.service_1 .sec_2 .boxs .item .icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(243, 243, 243, 1);
  transition: all .3s ease-in-out;

}

.service_1 .sec_2 .boxs .item:hover .icon,
.service_1 .sec_2 .boxs .item.on .icon {
  background: rgba(93, 192, 206, 1);
}

.service_1 .sec_2 .boxs .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .4rem;
  height: .4rem;
  opacity: 0;
  transition: all .3s ease-in-out;
  z-index: 1;
}

.service_1 .sec_2 .boxs .item .icon .normal,
.service_1 .sec_2 .boxs .item:hover .icon .active,
.service_1 .sec_2 .boxs .item.on .icon .active {
  opacity: 1;
}

.service_1 .sec_2 .boxs .item:hover .icon .normal,
.service_1 .sec_2 .boxs .item.on .icon .normal,
.service_1 .sec_2 .boxs .item .icon .active {
  opacity: 0;
}

.service_1 .sec_2 .boxs .item .txt {
  color: rgba(152, 152, 152, 1);
  line-height: 1.71;
  width: 1.84rem;
}

.service_1 .sec_2 .content {
  position: relative;
  width: 12.21rem;
  margin: .9rem auto 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  height: 4.993rem;
}

.service_1 .sec_2 .content .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.service_1 .sec_2 .content .box.on {
  opacity: 1;
  z-index: 1;
}

.service_1 .sec_2 .content .swiper_2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.service_1 .sec_2 .content .item {
  display: flex;
}

.service_1 .sec_2 .content .item .img_box {
  width: 8.05rem;
  height: 4.993rem;
  flex-shrink: 0;
}

.service_1 .sec_2 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_1 .sec_2 .content .item .info {
  padding: .77rem .8rem .5rem .8rem;
}

.service_1 .sec_2 .content .item .info .name {
  color: rgba(51, 51, 51, 1);
  line-height: 1.25;
  padding-left: .2rem;
  position: relative;
}

.service_1 .sec_2 .content .item .info .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: .1rem;
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: rgba(51, 51, 51, 1);
}

.service_1 .sec_2 .content .item .info .name::after {
  content: '';
  position: absolute;
  bottom: -.26rem;
  left: .2rem;
  width: .6rem;
  height: 2px;
  background: rgba(93, 192, 206, 1);
}

.service_1 .sec_2 .content .item .info .txt {
  margin: .64rem 0 0 0;
  line-height: 1.71;
  color: rgba(152, 152, 152, 1);
}

.service_1 .sec_2 .content .pages {
  position: absolute;
  left: 8.9377rem;
  bottom: .57rem;
  z-index: 1;
}

.service_1 .sec_2 .content .pages .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(221, 221, 221, 1);
  margin: 0 .1648rem;
}

.service_1 .sec_2 .content .pages .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid rgba(93, 192, 206, 1);
  position: relative;
  width: .15rem;
  height: .15rem;

}

.service_1 .sec_2 .content .pages .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: .05rem;
  height: .05rem;
  background: rgba(93, 192, 206, 1);
  border-radius: 50%;
}

.service_1 .sec_3 {
  position: relative;
  padding: .76rem 0 1rem 0;
}

.service_1 .sec_3 .p_label_box span {
  color: #fff;
}

.service_1 .sec_3 .p_label_box p {
  color: #fff;
}

.p_label_box span::before,
.p_label_box span::after {
  background: #fff;
}

.service_1 .sec_3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service_1 .sec_3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_1 .sec_3 .desc {
  padding: 0 2.7rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  text-align: center;
  margin: .2812rem 0 0 0;
}

.service_1 .sec_3 .content {
  position: relative;
  width: 13.7217rem;
  height: 4.5936rem;
  margin: .4349rem auto 0 auto;
}

.service_1 .sec_3 .content .swiper_3 {
  position: relative;
  width: 100%;
  height: 100%;
  height: 4.5936rem;
  overflow: hidden;
}

.service_1 .sec_3 .content .swiper_3 .swiper-slide {
  height: 1.53rem !important;
  padding: .4rem;
  background: rgba(243, 243, 243, 1);
}

.service_1 .sec_3 .content .swiper_3 .swiper-slide:nth-child(2n) {
  background: #fff;
}

.service_1 .sec_3 .content .p_controls .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.service_1 .sec_3 .content .p_controls .btn.prev {
  left: -1.33rem;
}

.service_1 .sec_3 .content .p_controls .btn.next {
  right: -1.33rem;
}

.service_1 .sec_3 .content .item {
  width: 100%;
  height: 100%;
}

.service_1 .sec_3 .content .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service_1 .sec_4 {
  position: relative;
  padding: 1.15rem 0 1.19rem 0;
}

.service_1 .sec_4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .1;
}

.service_1 .sec_4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_1 .sec_4 .content {
  margin: .8rem auto 0 auto;
  padding: 0 2.6rem;
  height: 4.5rem;
  position: relative;
  z-index: 1;
}

.service_1 .sec_4 .content .swiper_4 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service_1 .sec_4 .content .item {
  width: 100%;
  height: 100%;
  padding: .2rem .23rem;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(205, 205, 205, 1);
}

.service_1 .sec_4 .content .item:hover {
  background: rgba(93, 192, 206, 1);
  border: 1px solid rgba(93, 192, 206, 1);
}

.service_1 .sec_4 .content .item .img_box {
  width: 100%;
  height: 2.6rem;
  flex-shrink: 0;
  overflow: hidden;
}

.service_1 .sec_4 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.service_1 .sec_4 .content .item:hover .img_box img {
  transform: scale(1.05);
}

.service_1 .sec_4 .content .item .name {
  margin: .3514rem 0 0 0;
  color: rgba(152, 152, 152, 1);
  line-height: 1.3;
  transition: all .3s ease-in-out;
}

.service_1 .sec_4 .content .item:hover .name {
  color: #fff;
}

.service_1 .sec_4 .content .item .icon_line {
  width: 100%;
  height: 2px;
  position: relative;
  margin: .3886rem 0 0 0;
}

.service_1 .sec_4 .content .item .icon_line img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.service_1 .sec_4 .content .item .icon_line .normal,
.service_1 .sec_4 .content .item:hover .icon_line .active {
  opacity: 1;
}

.service_1 .sec_4 .content .item:hover .icon_line .normal,
.service_1 .sec_4 .content .item .icon_line .active {
  opacity: 0;
}

.service_1 .sec_4 .content .p_controls .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.service_1 .sec_4 .content .p_controls .btn.prev {
  left: .8rem;
}

.service_1 .sec_4 .content .p_controls .btn.next {
  right: .8rem;
}

.news {
  position: relative;
}

.news .content {
  position: relative;
  padding: .9rem 2.7rem 1.1rem 2.7rem;
}

.news .content .list {
  display: flex;
  flex-wrap: wrap;
  margin: .7rem 0 0 0;
}

.news .content .list .item {
  width: calc(100% / 3);
  position: relative;
  border-left: 1px solid rgba(216, 216, 216, 1);
  transition: all .3s ease-in-out;
  padding: .3856rem .4rem .4rem;
}

.news .content .list .item:hover {
  background: rgba(93, 192, 206, 1);
}

.news .content .list .item:nth-child(3n) {
  border-right: 1px solid rgba(216, 216, 216, 1);
}

.news .content .list .item .time {
  color: rgba(152, 152, 152, 1);
  transition: all .3s ease-in-out;
}

.news .content .list .item:hover .time {
  color: #fff;
}

.news .content .list .item .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
  margin: .1305rem 0 0 0;
  transition: all .3s ease-in-out;
}

.news .content .list .item:hover .title {
  color: #fff;

}

.news .content .list .item .tag {
  color: rgba(152, 152, 152, 1);
  line-height: 1.2;
  margin: .3288rem 0 0 0;
  transition: all .3s ease-in-out;
}

.news .content .list .item:hover .tag {
  color: #fff;

}

.news .content .list .item .img_box {
  width: 100%;
  height: 2.4rem;
  flex-shrink: 0;
  overflow: hidden;
  margin: .1847rem 0 0 0;
}

.news .content .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.news .content .list .item:hover .img_box img {
  transform: scale(1.05);
}

.news .content .list .item .desc {
  margin: .1832rem 0 0 0;
  color: rgba(152, 152, 152, 1);
  line-height: 1.71;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .content .list .item:hover .desc {
  color: #fff;
}

.news .content .list .item .icon {
  position: relative;
  width: .338rem;
  height: .4rem;
  margin: .3142rem 0 0 0;
}

.news .content .list .item .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
  opacity: 0;
}

.news .content .list .item .icon .normal,
.news .content .list .item:hover .icon .active {
  opacity: 1;
}

.news .content .list .item:hover .icon .normal,
.news .content .list .item .icon .active {
  opacity: 1;
}

.news .content .pagination {
  margin: 1rem auto 0 auto;
}

.news_detail {
  position: relative;
  display: flex;
  margin-top: 1rem;

}

.news_detail .left {
  width: 14.1258rem;
  flex-shrink: 0;
  padding: 1.05rem .8rem .8rem;
  background: #F6F6F6;
}

.news_detail .left .box {
  background: #fff;
  padding: .564rem .6rem .78rem .6rem;
}

.news_detail .left .box .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.news_detail .left .box .time {
  color: rgba(152, 152, 152, 1);
  margin: .2514rem 0 0 0;
  text-align: center;
}

.news_detail .left .box .content {
  margin: .3rem 0 0 0;
  border-top: 1px solid rgba(246, 246, 246, 1);
  padding-top: .5353rem;
  padding-bottom: 1.6366rem;
  border-bottom: 1px solid rgba(246, 246, 246, 1);
  color: rgba(152, 152, 152, 1);
  line-height: 2.14;
}

.news_detail .left .box .content img {
  width: 100%;
}

.news_detail .left .box .bottom {
  margin: .7844rem 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: .2rem;
}

.news_detail .left .box .bottom .bottom_left {
  display: flex;
  flex-direction: column;
  gap: .1657rem;
}

.news_detail .left .box .bottom .bottom_left .btn {
  display: flex;
  color: rgba(152, 152, 152, 1);
}

.news_detail .left .box .bottom .bottom_left .btn a {
  color: rgba(102, 102, 102, 1);
}

.news_detail .left .box .bottom .bottom_left .btn a:hover {
  color: rgba(93, 192, 206, 1);
}

.news_detail .left .box .bottom .bottom_right {
  display: flex;
  align-items: center;
  gap: .2rem;
}

.news_detail .left .box .bottom .bottom_right .icon {
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_detail .left .box .bottom .bottom_right .icon:hover {
  border-color: rgba(93, 192, 206, 1);
}


.news_detail .left .box .bottom .bottom_right .icon .img {
  width: .16rem;
}

.news_detail .left .box .bottom .bottom_right .icon .normal,
.news_detail .left .box .bottom .bottom_right .icon:hover .active {
  display: block;
}

.news_detail .left .box .bottom .bottom_right .icon:hover .normal,
.news_detail .left .box .bottom .bottom_right .icon .active {
  display: none;
}



.news_detail .left .box .bottom .bottom_right .icon .social-share-icon.icon-wechat,
.news_detail .left .box .bottom .bottom_right .icon .social-share-icon.icon-weibo {
  /*display: none !important;*/
  background: transparent;
  position: absolute;
  /*left: 0;*/
  /*top: 0;*/
}

.news_detail .left .box .bottom .bottom_right .icon a {
  border-style: none;
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 2;
}


.social-share .icon-wechat:before,
.social-share .icon-wechat:after {
  content: none !important;
}

.social-share .icon-weibo:before,
.social-share .icon-weibo:after {
  content: none !important;
}

.news_detail .right {
  flex: 1;
  padding-top: 1.07rem;
}

.news_detail .right .label {
  color: rgba(51, 51, 51, 1);
  padding-left: .2rem;
  position: relative;
}

.news_detail .right .label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(93, 192, 206, 1);
}

.news_detail .right .list {
  margin: .2rem 0 0 0;
  flex-direction: column;
  display: flex;
  gap: .4rem;
  padding: 0 .8rem 0 .24rem;
}

.news_detail .right .list .item {
  padding-bottom: .1177rem;
  border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.news_detail .right .list .item .img_box {
  width: 100%;
  height: 2.8rem;
  flex-shrink: 0;
  overflow: hidden;
}

.news_detail .right .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.news_detail .right .list .item:hover .img_box img {
  transform: scale(1.05);
}

.news_detail .right .list .item .name {
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
  margin: .28rem 0 0 0;
  transition: all .3s ease-in-out;
}

.news_detail .right .list .item:hover .name {
  color: rgba(93, 192, 206, 1);
}

.news_detail .right .btn {
  margin: .8rem .8rem 0 .24rem;
  background: rgba(93, 192, 206, 1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .17rem;
  padding: .2rem 0;
}

.news_detail .right .btn img {
  width: .15rem;
}

.investor {
  position: relative;
}

.investor .sec_1 {
  position: relative;
  padding: .957rem 0 0 0;
  background: #fff;
}

.investor .sec_1 .content {
  margin: .71rem 0 0 0;
  background: rgba(246, 246, 246, 1);
  padding: .8rem 2.7rem .94rem 2.7rem;
}

.investor .sec_1 .content .box {
  display: flex;
  position: relative;
}

.investor .sec_1 .content .box .investor_sec_1_mask {
  position: absolute;
  bottom: .1rem;
  right: .6rem;
  width: 6.386rem;
  height: 1.57rem;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  opacity: .02;
}

.investor .sec_1 .content .box .img_box {
  width: 5.928rem;
  height: 5.2rem;
  flex-shrink: 0;
  overflow: hidden;
}

.investor .sec_1 .content .box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.investor .sec_1 .content .box .info {
  padding: .68rem .8rem;
  position: relative;
  background: #fff;
  flex: 1;
}

.investor .sec_1 .content .box .info .code {
  position: absolute;
  top: .6rem;
  right: .6rem;
}

.investor .sec_1 .content .box .info .code .code_img {
  width: 1.21rem;
  height: 1.21rem;
  border: 1px solid rgba(225, 225, 225, 1);
}

.investor .sec_1 .content .box .info .code .code_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.investor .sec_1 .content .box .info .code .name {
  color: rgba(152, 152, 152, 1);
  border: 1px solid rgba(225, 225, 225, 1);
  padding: .078rem .3rem;
  margin: .1rem 0 0 0;
}

.investor .sec_1 .content .box .info .line {
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
  width: 4.94rem;
  margin-bottom: .24rem;
}

.investor .sec_1 .content .box .info .line.long {
  width: 100%;
}

.investor .sec_2 {
  position: relative;
  padding: .95rem 2.7rem 1.3rem 2.7rem;
  background: #fff;
}

.investor .sec_2 .content {
  position: relative;
  margin: .5rem;
}

.investor .sec_2 .content .list {
  display: flex;
  flex-wrap: wrap;
  gap: .96rem;
}

.investor .sec_2 .content .item {
  width: calc((100% - 1.92rem) / 3);
}

.investor .sec_2 .content .item .img_box {
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
}

.investor .sec_2 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease-in-out;
}

.investor .sec_2 .content .item:hover .img_box img {
  transform: scale(1.05);
}

.investor .sec_2 .content .item .info {
  padding: .38rem .2rem;
  background: rgba(246, 246, 246, 1);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .2rem;
  transition: all .5s ease-in-out;
}

.investor .sec_2 .content .item:hover .info {
  background: rgba(93, 192, 206, 1);
}

.investor .sec_2 .content .item .info::after {
  content: '';
  position: absolute;
  bottom: .28rem;
  right: .2rem;
  width: .7rem;
  height: 1px;
  background: rgba(146, 146, 146, 1);
  transition: all .5s ease-in-out;
}

.investor .sec_2 .content .item:hover .info::after {
  background: #fff;
  width: 90%;
  /* right: .2rem;
  left: .2rem; */
}

.investor .sec_2 .content .item .info .time {
  color: rgba(152, 152, 152, 1);
  transition: all .5s ease-in-out;
}

.investor .sec_2 .content .item:hover .info .time {
  color: #fff;
}

.investor .sec_2 .content .item .info .title {
  color: rgba(152, 152, 152, 1);
  line-height: 1.5;
  transition: all .5s ease-in-out;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.investor .sec_2 .content .item:hover .info .title {
  color: #fff;

}
.investor .sec_2 .content .pagination {
  margin-top: .8rem;
}


.joinus {
  position: relative;
}

.joinus .sec_1 {
  position: relative;
  padding: .954rem 2.7rem .92rem 2.7rem;
}

.joinus .sec_1 .content {
  position: relative;
  margin: .9rem 0;
}

.joinus .sec_1 .content .label_header {
  display: flex;
  position: relative;
  justify-content: space-around;
}

.joinus .sec_1 .content .label_header .item {
  flex: 1;
  color: rgba(152, 152, 152, 1);
  line-height: 1.5;
  text-align: center;
  padding: .3rem;
}

.joinus .sec_1 .content .list {
  display: flex;
  flex-direction: column;
}

.joinus .sec_1 .content .list .item .box_1 {
  display: flex;
  justify-content: space-around;


}

.joinus .sec_1 .content .list .item:nth-child(odd) .box_1 {
  background: rgba(246, 246, 246, 1);
}

.joinus .sec_1 .content .list .item .box_1 .item_label {
  flex: 1;
  padding: .2rem;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}

.joinus .sec_1 .content .list .item .box_2 {
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.joinus .sec_1 .content .list .item.on .box_2 {
  max-height: 12rem;
}

.joinus .sec_1 .content .list .item .box_2 .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .2rem;
  background: rgba(93, 192, 206, 1);
  padding: .2rem 1.4rem;
}

.joinus .sec_1 .content .list .item .box_2 .name img {
  width: .15rem;
}

.joinus .sec_1 .content .list .item .box_2 .name span {
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
}

.joinus .sec_1 .content .list .item .box_2 .row {
  padding: .78rem .8rem .6rem;
  position: relative;
  display: flex;
  gap: 1.5rem;
}

.joinus .sec_1 .content .list .item .box_2 .row .col {
  flex: 1;
}

.joinus .sec_1 .content .list .item .box_2 .row .col .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
}

.joinus .sec_1 .content .list .item .box_2 .row .col .desc {
  color: rgba(152, 152, 152, 1);
  line-height: 2.14;
  margin: .33rem 0 0 0;
}

.joinus .sec_1 .content .list .item .box_2 .row .col .desc ul {
  width: 100%;
  list-style-type: disc;
  padding-left: .3rem;
}

.joinus .sec_1 .content .list .item .box_2 .row .col .desc li {
  list-style-type: disc;
}

.contact {
  position: relative;
}

.contact .sec_1 {
  position: relative;
  padding: .9396rem 0 0 0;
  background: #fff;
}

.contact .sec_1 .list {
  margin: .83rem 2.7rem 0 2.7rem;
  display: flex;
  justify-content: center;
  gap: .62rem;
}

.contact .sec_1 .list .item {
  position: relative;
  width: calc((100% - 1.86rem) / 4);
  height: 3.4rem;
  border: 1px solid rgba(234, 234, 234, 1);
  padding: .63rem .36rem;
  transition: all .5s ease-in-out;
}

.contact .sec_1 .list .item:hover {
  border-style: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.contact .sec_1 .list .item::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .4rem;
  width: .3rem;
  height: 2px;
  background: #333;
  z-index: 1;
  pointer-events: none;
}

.contact .sec_1 .list .item .img_box {
  width: .4rem;
  height: .4rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.contact .sec_1 .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.contact .sec_1 .list .item .img_box .normal,
.contact .sec_1 .list .item:hover .img_box .active {
  opacity: 1;
}

.contact .sec_1 .list .item:hover .img_box .normal,
.contact .sec_1 .list .item .img_box .active {
  opacity: 0;
}

.contact .sec_1 .list .item .name {
  margin: .28rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  line-height: 1.5;
  transition: all .3s ease-in-out;
  text-align: center;
}

.contact .sec_1 .list .item .desc {
  margin: .06rem 0 0 0;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.contact .sec_1 .map {
  width: 100%;
  height: 5.5rem;
  position: relative;
  margin: 1rem 0 0 0;
}

.contact .sec_1 .map .info {
  position: absolute;
  left: 50%;
  top: 1.13rem;
  transform: translateX(-50%);
  padding: .2135rem .1035rem .2406rem .1065rem;
  background: #fff;
  width: 2.4rem;
  height: 1.4rem;
  box-shadow: 1px 7px 14px rgba(0, 0, 0, 0.08);
}

.contact .sec_1 .map .info .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.214;
}

.contact .sec_1 .map .info .desc {
  margin: .06rem 0 0 0;
  color: rgba(152, 152, 152, 1);
  line-height: 1.66;
  text-align: start;
}

.contact .sec_1 .map .info .btn {
  margin: .0847rem 0 0 0;
  line-height: 1.25;
  color: rgba(93, 192, 206, 1);
}

.contact .sec_1 .map .info .map_point {
  position: absolute;
  top: calc(100% + .1rem);
  left: 50%;
  transform: translateX(-50%);
  width: .3rem;
  height: .3rem;
  z-index: 1;
  pointer-events: none;
}

.service_2 {
  position: relative;
}

.service_2 .sec_1 {
  position: relative;
  padding: .9rem 0 0 0;
}

.service_2 .sec_1 .list {
  display: flex;
  justify-content: space-between;
  padding: 0 2.7rem;
  margin: 1.25rem 0 0 0;
}

.service_2 .sec_1 .list .item {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.service_2 .sec_1 .list .item .icon {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  overflow: hidden;
}

.service_2 .sec_1 .list .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.service_2 .sec_1 .list .item .icon .normal,
.service_2 .sec_1 .list .item:hover .icon .active {
  opacity: 1;
}

.service_2 .sec_1 .list .item:hover .icon .normal,
.service_2 .sec_1 .list .item .icon .active {
  opacity: 0;
}

.service_2 .sec_1 .list .item .name {
  margin: .3394rem 0 0 0;
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
}

.service_2 .sec_1 .point_line {
  display: flex;
  justify-content: space-between;
  margin: .1rem 2.7rem 0 2.7rem;
  position: relative;
  height: 1.5rem;
}

.service_2 .sec_1 .point_line .level_line {
  position: absolute;
  top: 50%;
  left: .59rem;
  right: .59rem;
  height: 2px;
  background: rgba(172, 171, 171, 1);
}

.service_2 .sec_1 .point_line .level_line .line {
  position: absolute;
  top: 0;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 0;
  height: 2px;
  background: rgba(93, 192, 206, 1);
}

.service_2 .sec_1 .point_line .point {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}

.service_2 .sec_1 .point_line .point .dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: .2rem;
  height: .2rem;
  border: 1px solid rgba(172, 171, 171, 1);
  border-radius: 50%;
  background: transparent;
  transition: all .5s ease-in-out;
}

.service_2 .sec_1 .point_line .point.on .dot {
  border: 1px solid rgba(93, 192, 206, 1);
  background: rgba(93, 192, 206, 1);
}

.service_2 .sec_1 .point_line .point .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .2rem;
  width: 2px;
  height: .5436rem;
  background: rgba(172, 171, 171, 1);
  transition: all .5s ease-in-out;
}

.service_2 .sec_1 .point_line .point.on .line {
  background: rgba(93, 192, 206, 1);
}

.service_2 .sec_1 .point_line .point.bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.service_2 .sec_1 .point_line .point.bottom .dot {
  top: unset;
  bottom: 0;
  background: rgba(93, 192, 206, 1);
  border: 1px solid rgba(93, 192, 206, 1);
}

.service_2 .sec_1 .point_line .point.bottom .line {
  top: unset;
  bottom: .2rem;
  height: .5436rem;
  background: rgba(93, 192, 206, 1);
}




.service_2 .sec_1 .content {
  position: relative;
  height: 6rem;
  width: 100%;
}

.service_2 .sec_1 .content .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: .7865rem 4.525rem .8rem 4.525rem;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.service_2 .sec_1 .content .box.on {
  opacity: 1;
}

.service_2 .sec_1 .content .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.service_2 .sec_1 .content .box .bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, #000 100%);
  opacity: 0.07;
  pointer-events: none;
}

.service_2 .sec_1 .content .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_2 .sec_1 .content .txt {
  position: relative;
  color: rgba(255, 255, 255, 1);
  line-height: 2.14;
  z-index: 1;
  text-align: center;
}

.service_2 .sec_1 .content .icons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.366rem;
  margin: .8499rem 0 0 0;
  z-index: 1;
}

.service_2 .sec_1 .content .icons .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .35rem;
}

.service_2 .sec_1 .content .icons .icon img {
  width: 7.7rem;
}

.service_2 .sec_1 .content .icons .icon span {
  color: #fff;
  line-height: 1.5;
}


.service_2 .sec_2 {
  position: relative;
  padding: 1rem 0 0 0;
}

.service_2 .sec_2 .content {
  margin: .75rem 0 0 0;
  position: relative;
  padding: .5rem 2.7rem;
  background: rgba(247, 247, 247, 1);
  display: flex;
  flex-wrap: wrap;
  gap: .52rem;
}

.service_2 .sec_2 .content .item {
  width: calc((100% - .52rem) / 2);
  padding: .4rem .36rem;
  background: #fff;
  box-shadow: 1px 0 14px rgba(0, 0, 0, 0.20);
  transition: all .5s ease-in-out;
}

.service_2 .sec_2 .content .item:hover {
  background: rgba(93, 192, 206, 1);
}

.service_2 .sec_2 .content .item .icon {
  width: .6rem;
  height: .6rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.service_2 .sec_2 .content .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.service_2 .sec_2 .content .item .icon .normal,
.service_2 .sec_2 .content .item:hover .icon .active {
  opacity: 1;
}

.service_2 .sec_2 .content .item:hover .icon .normal,
.service_2 .sec_2 .content .item .icon .active {
  opacity: 0;
}

.service_2 .sec_2 .content .item .name {
  margin: .1784rem 0 0 0;
  color: rgba(51, 51, 51, 1);
  line-height: 1.22;
  transition: all .5s ease-in-out;
  text-align: center;

  position: relative;
}

.service_2 .sec_2 .content .item:hover .name {
  color: #fff;
}

.service_2 .sec_2 .content .item .name::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.2rem;
  width: .4rem;
  height: 2px;
  background: rgba(51, 51, 51, 1);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease-in-out;
}

.service_2 .sec_2 .content .item:hover .name::after {
  background: #fff;
}

.service_2 .sec_2 .content .item .desc {
  margin: .5094rem 0 0 0;
  color: rgba(153, 153, 153, 1);
  line-height: 2.16;
  transition: all .5s ease-in-out;
  text-align: center;
}

.service_2 .sec_2 .content .item:hover .desc {
  color: #fff;
}

.service_2 .sec_3 {
  position: relative;
  padding: 1.21rem 0 0 0;
}

.service_2 .sec_3 .content {
  position: relative;
  height: 6rem;
  width: 100%;
  padding: 1.15rem 2.75rem;
  margin: .7483rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.45rem;
}

.service_2 .sec_3 .content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.service_2 .sec_3 .content .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_2 .sec_3 .content .item {
  width: calc((100% - 2.9rem) / 3);
  height: 3.6866rem;
  border-radius: .12rem;
  border: 1px solid rgba(255, 255, 255, 1);
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 1;
}

.service_2 .sec_3 .content .item:hover {
  background: #fff;
}

.service_2 .sec_3 .content .item .icon {
  width: 1.03rem;
  height: 1.03rem;
  position: relative;
  overflow: hidden;
  margin: .5635rem auto 0 auto;
}

.service_2 .sec_3 .content .item .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.service_2 .sec_3 .content .item .icon .normal,
.service_2 .sec_3 .content .item:hover .icon .active {
  opacity: 1;
}

.service_2 .sec_3 .content .item:hover .icon .normal,
.service_2 .sec_3 .content .item .icon .active {
  opacity: 0;
}

.service_2 .sec_3 .content .item .name {
  margin: .3394rem 0 0 0;
  color: rgba(255, 255, 255, 1);
  line-height: 1.3;
  transition: all .5s ease-in-out;
  text-align: center;
  padding: 0 .3rem;
}

.service_2 .sec_3 .content .item:hover .name {
  color: rgba(102, 102, 102, 1);
  margin: .3394rem 0 .28rem 0;
  padding-bottom: .38rem;
  border-bottom: 1px solid rgba(206, 206, 206, 1);
}

.service_2 .sec_3 .content .item .desc {
  text-align: center;

  color: rgba(153, 153, 153, 1);
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.service_2 .sec_3 .content .item:hover .desc {
  padding: 0 .3rem .28rem .3rem;
  line-height: 1.78;
  max-height: .6rem;
  overflow: auto;
}

.service_2 .sec_4 {
  position: relative;
  padding: 1.15rem 0 1.19rem 0;
}

.service_2 .sec_4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .1;
}

.service_2 .sec_4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_2 .sec_4 .content {
  margin: .8rem auto 0 auto;
  padding: 0 2.6rem;
  height: 4.5rem;
  position: relative;
  z-index: 1;
}

.service_2 .sec_4 .content .swiper_4 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service_2 .sec_4 .content .item {
  width: 100%;
  height: 100%;
  padding: .2rem .23rem;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(205, 205, 205, 1);
}

.service_2 .sec_4 .content .item:hover {
  background: rgba(93, 192, 206, 1);
  border: 1px solid rgba(93, 192, 206, 1);
}

.service_2 .sec_4 .content .item .img_box {
  width: 100%;
  height: 2.6rem;
  flex-shrink: 0;
  overflow: hidden;
}

.service_2 .sec_4 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.service_2 .sec_4 .content .item:hover .img_box img {
  transform: scale(1.05);
}

.service_2 .sec_4 .content .item .name {
  margin: .3514rem 0 0 0;
  color: rgba(152, 152, 152, 1);
  line-height: 1.3;
  transition: all .3s ease-in-out;
}

.service_2 .sec_4 .content .item:hover .name {
  color: #fff;
}

.service_2 .sec_4 .content .item .icon_line {
  width: 100%;
  height: 2px;
  position: relative;
  margin: .3886rem 0 0 0;
}

.service_2 .sec_4 .content .item .icon_line img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.service_2 .sec_4 .content .item .icon_line .normal,
.service_2 .sec_4 .content .item:hover .icon_line .active {
  opacity: 1;
}

.service_2 .sec_4 .content .item:hover .icon_line .normal,
.service_2 .sec_4 .content .item .icon_line .active {
  opacity: 0;
}

.service_2 .sec_4 .content .p_controls .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.service_2 .sec_4 .content .p_controls .btn.prev {
  left: .8rem;
}

.service_2 .sec_4 .content .p_controls .btn.next {
  right: .8rem;
}

.index {
  position: relative;
  width: 100%;
  height: 100vh;
}

.index .swiper_index {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index .banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index .banner .swiper_banner {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.index .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .banner .info {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.index .banner .info .title {
  color: #fff;
  line-height: 1.5;
}

.index .banner .info .desc {
  color: #fff;
  line-height: 1.5;
  margin: .1216rem 0 0 0;
}

.index .sec_1 {
  position: relative;
  height: 100%;
}

.index .sec_1 .top {
  position: relative;
  height: 33.796vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20.6vh;
}

.index .sec_1 .top .bg {
  position: absolute;
  right: 0;
  bottom: .2449rem;
  width: 12.53rem;
  height: 1.91rem;
}

.index .sec_1 .top .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_1 .row {
  height: calc(100vh - 33.796vh);
  width: 100%;
  position: relative;
  display: flex;
}

.index .sec_1 .row .col {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 0 .9rem;
  padding-bottom: 14.44vh;
  position: relative;

}

.index .sec_1 .row .col .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.index .sec_1 .row .col .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_1 .row .col .icon {
  width: .54rem;
  height: .54rem;
  border-radius: 50%;
  background: rgba(93, 193, 207, 1);
  position: relative;
  transition: all .5s ease-in-out;

}

.index .sec_1 .row .col:hover .icon {
  background: #fff;
}

.index .sec_1 .row .col .icon img {
  width: .2rem;
  height: .2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .5s ease-in-out;
}

.index .sec_1 .row .col .icon .normal,
.index .sec_1 .row .col:hover .icon .active {
  opacity: 1;
}

.index .sec_1 .row .col:hover .icon .normal,
.index .sec_1 .row .col .icon .active {
  opacity: 0;
}

.index .sec_1 .row .col .title {
  color: #fff;
  line-height: 1.5;
  margin: .5488rem 0 0 0;
}

.index .sec_1 .row .col .desc {
  color: #fff;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;

  transition: all 1s ease-in-out;
}

.index .sec_1 .row .col:hover .desc {
  padding-top: .224rem;
  max-height: 100%;
}

.index .sec_2 {
  position: relative;
  height: 100%;
  padding: 0 1.2rem;
}

.index .sec_2 .bg {
  position: absolute;
  left: 0;
  bottom: 6.59vh;
  width: 100%;
  height: 20.09vh;
  pointer-events: none;
}

.index .sec_2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_2 .content {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.index .sec_2 .content .item {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  gap: 1.11rem;
  transition: all .5s ease-in-out;
}

.index .sec_2 .content .item.on {
  opacity: 1;
}

.index .sec_2 .content .item .info {
  width: 5.964rem;
}

.index .sec_2 .content .item .info .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
  position: relative;
}

.index .sec_2 .content .item .info .title::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + .4505rem);
  width: .689rem;
  height: 2px;
  background: #666;
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease-in-out;
}

.index .sec_2 .content .item .info .desc {
  color: rgba(153, 153, 153, 1);
  line-height: 2.14;
  margin: .8292rem 0 0 0;
}

.index .sec_2 .content .item .info .btn {
  margin-top: .7852rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  border-radius: .99rem;
  padding: .2rem .33rem;
  box-shadow: 0 .11rem .1rem rgba(0, 0, 0, 0.08);
}

.index .sec_2 .content .item .img_box {
  padding: .7493rem;
  width: 8.3708rem;
  height: 6.7135rem;
  border-radius: .12rem;
  overflow: hidden;
  border: 1px solid rgba(93, 193, 207, .3);
  position: relative;
}

.index .sec_2 .content .item .img_box::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.6968rem;
  height: 5.9056rem;
  border-radius: .12rem;
  border: 1px solid #5DC1CF;

  z-index: 1;
}

.index .sec_2 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .12rem;
}

.index .sec_2 .tabs {
  position: absolute;
  display: flex;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: .3rem;
  align-items: center;
  justify-content: center;
}

.index .sec_2 .tabs .tab {
  background: #fff;
  color: rgba(161, 168, 173, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: .6828rem;
  height: .6828rem;
  transition: all .5s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}

.index .sec_2 .tabs .tab.on {
  background: #5DC1CF;
  color: #fff;
}


.index .sec_3 {
  position: relative;
  height: 100%;
  padding: 15.46vh 1.2rem 1.2rem;
}

.index .sec_3 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin: 4.62vh 0 0 0;
}

.index .sec_3 .tabs .tab {
  position: relative;
  color: rgba(77, 77, 77, 1);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.index .sec_3 .tabs .tab.on,
.index .sec_3 .tabs .tab:hover {
  color: rgba(93, 193, 207, 1);
}

.index .sec_3 .tabs .tab::after {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + .0758rem);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: rgba(93, 193, 207, 1);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease-in-out;
}

.index .sec_3 .tabs .tab.on::after,
.index .sec_3 .tabs .tab:hover::after {
  width: 100%;
}

.index .sec_3 .content {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin: 5.55vh 0 0 0;
}

.index .sec_3 .content .box {
  width: 100%;
  display: none;
}

.index .sec_3 .content .box.on {
  display: block;
}

.index .sec_3 .content .swiper_news_1,
.index .sec_3 .content .swiper_news_2 {
  width: 100%;
  overflow: hidden;
}

.index .sec_3 .content .item {
  /* width: calc((100% - .6rem) / 3); */
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all .5s ease-in-out;
}

.index .sec_3 .content .item .title {
  margin: .3797rem 0 0 0;
  padding: 0 .3373rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;

  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.index .sec_3 .content .item:hover .title {
  color: #5DC0CE;
}


.index .sec_3 .content .item .desc {
  margin: .3064rem 0 0 0;
  padding: 0 .3373rem;
  color: rgba(155, 155, 155, 1);
  line-height: 1.71;
  transition: all .5s ease-in-out;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index .sec_3 .content .item:hover .desc {
  color: #5DC0CE;
}

.index .sec_3 .content .item .img_box {
  width: 100%;
  height: 3.4rem;
  overflow: hidden;
  position: relative;
}

.index .sec_3 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.index .sec_3 .content .item:hover .img_box img {
  transform: scale(1.05);
}

.index .sec_3 .content .item .img_box .tag {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(93, 193, 207, 1);
  color: #fff;
  line-height: 1.5;
  display: block;
  text-align: center;
  padding: .1rem;
  letter-spacing: 1px;
}

.index .index_page {
  width: .3rem;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .3863rem;
  z-index: 1;
}

.index .index_page .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  margin: .3rem 0;
  background: rgba(93, 193, 207, 1);
  opacity: 1;
}

.index .index_page .swiper-pagination-bullet-active {
  position: relative;
  transition: all .5s ease-in-out;
}

.index .index_page .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + .1rem);
  height: calc(100% + .1rem);
  border: 1px dashed rgba(93, 193, 207, 1);
  opacity: 1;
  border-radius: 50%;
}