
.font22 {
  font-size: 22px;
}
.font32 {
  font-size: 32px;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
  .font32 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
  .font32 {
    font-size: 0.36rem;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-title {
  text-align: center;
  margin-bottom: 0.55rem;
}
.public-title .c-title {
  font-weight: 500;
  line-height: 1.2;
}
.public-title .c-text {
  margin-top: 0.1rem;
  color: #666;
  color: #505050;
}
.c-case-banner {
  position: relative;
  overflow: hidden;
}
.c-case-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-case-banner .c-pc {
    display: none;
  }
}
.c-case-banner .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-case-banner .c-mb {
    display: block;
  }
}
.c-case-banner .c-main {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-height: 6.5rem;
}
@media (max-width: 1580px) {
}
.c-case-banner .c-main .c-wrap {
  width: 50%;
  max-width: 580px;
}
@media (max-width: 767px) {
  .c-case-banner .c-main .c-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.c-case-banner .c-main .c-title {
  padding: 1.9rem 0 0.2rem;
  line-height: 1.2;
  font-weight: 500;
}
.c-case-banner .c-main .c-text {
  color: #666;
}
.c-case-banner .c-main .c-btn-box {
  display: flex;
  align-items: center;
  padding: 0.65rem 0 1.05rem;
}
.c-case-banner .c-main .c-btn-box .hm_but {
  border: 2px solid #2cc6d0;
}
.c-case-banner .c-main .c-btn-box .hm_but::before {
  background-color: #e6f2f4;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2) {
  background-color: transparent;
  color: #2cc6d0;
  margin-left: 0.2rem;
  transition: width 0.4s linear, background-color 0.4s linear;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2)::before {
  background-color: #2cc6d0;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2) i {
  width: 20px;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2) i svg path {
  fill: #2cc6d0;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2):hover {
  color: #fff;
  background-color: #2cc6d0;
  transition: width 0.4s linear, background-color 0.4s 0.1s;
}
.c-case-banner .c-main .c-btn-box .hm_but:nth-child(2):hover i svg path {
  fill: #fff;
}
.c-case-banner .c-case-swiper-wrap {
  margin: -10px -6px 0;
  padding: 10px 10px 0.5rem;
  overflow: visible;
  width: 100%;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper {
  overflow: visible;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
  width: 12.5%;
  width: 10.1052%;
  padding: 0 6px;
}
@media (min-width: 1921px) {
  .c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
    max-width: 190px;
  }
}
@media (max-width: 1199px) {
  .c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
    width: 16.666666%;
  }
}
@media (max-width: 767px) {
  .c-case-banner .c-case-swiper-wrap .c-case-swiper .swiper-slide {
    width: 33.333%;
  }
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .public-img {
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0.1rem 0.1rem rgba(80, 156, 169, 0.1), 0 0 0.25rem #fff inset;
  background-color: rgba(230, 242, 244, 0.4);
  backdrop-filter: saturate(180%) blur(5px);
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .public-img::before {
  padding-top: 37.234%;
}
.c-case-banner .c-case-swiper-wrap .c-case-swiper .public-img img {
  object-fit: contain;
  transform: scale(0.6);
}
.c-case-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  z-index: 465;
  background-color: #fafcff;
}
@media (max-width: 991px) {
  .c-case-nav {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .c-case-nav {
    top: 60px;
    display: none;
  }
}
.c-case-nav .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .c-case-nav .c-list {
    justify-content: flex-start;
  }
}
.c-case-nav .c-list li {
  margin: 0 0.65rem;
  line-height: 66px;
  border-bottom: 3px solid transparent;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-case-nav .c-list li {
    margin: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .c-case-nav .c-list li {
    flex-shrink: 0;
    margin: 0 0.1rem;
    line-height: 0.8rem;
  }
}
.c-case-nav .c-list li.on {
  color: #2cc6d0;
  border-color: #2cc6d0;
}
.c-case-nav.on {
  top: 70px;
}
@media (max-width: 991px) {
  .c-case-nav.on {
    top: 60px;
  }
}
.c-case-list {
  overflow: hidden;
}
.c-case1 {
  position: relative;
  padding: 1.2rem 0;
}
.c-case1::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: -2rem;
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background: url(../res_image0415/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 3s linear infinite forwards;
  opacity: 0.5;
}
.c-case1 .container {
  max-width: 1300px;
}
.c-case1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.55rem -0.2rem;
}
@media (max-width: 767px) {
  .c-case1 .c-list {
    margin: 0 -0.2rem -0.6rem;
  }
}
@media (min-width: 768px) {
  .c-case1 .c-list {
    justify-content: center;
  }
}
.c-case1 .c-list li {
  padding: 0.3rem 0.55rem 0.2rem;
  width: 30%;
}
@media (max-width: 991px) {
  .c-case1 .c-list li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .c-case1 .c-list li {
    padding: 0 0.2rem 0.6rem;
    width: 100%;
    background-color: #fff;
    padding: 0.46rem 0.3rem;
    margin-bottom: 0.3rem;
    border-radius: 10px;
    box-shadow: 0 0 0.16rem rgba(173, 202, 200, 0.25);
  }
  .c-case1 .c-list li:last-child {
    margin-bottom: 0;
  }
}
.c-case1 .c-list li .c-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  .c-case1 .c-list li .c-wrap {
    text-align: left;
  }
}
.c-case1 .c-list li .c-wrap .public-img {
  margin: 0 auto 0.15rem;
  width: 0.75rem;
}
@media (max-width: 767px) {
  .c-case1 .c-list li .c-wrap .public-img {
    width: 1rem;
    margin: 0 0 0.15rem;
    display: none;
  }
}
.c-case1 .c-list li .c-wrap .public-img img {
  object-fit: contain;
}
.c-case1 .c-list li .c-wrap .c-title {
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .c-case1 .c-list li .c-wrap .c-title {
    margin-bottom: 0.24rem;
    margin-bottom: 0;
  }
}
.c-case1 .c-list li .c-wrap .c-dot {
  margin: 0.15rem 0;
  width: 28px;
  display: none;
}
@media (max-width: 767px) {
  .c-case1 .c-list li .c-wrap .c-dot {
    display: none;
  }
}
.c-case1 .c-list li .c-wrap .c-text {
  color: #666;
}
@media (max-width: 767px) {
  .c-case1 .c-list li .c-wrap .c-text {
    display: none;
  }
}
.c-case1.c-manufacturing {
  margin-bottom: -0.7rem;
}
@media (max-width: 767px) {
  .c-case1.c-manufacturing {
    margin-bottom: -1.2rem;
    margin-bottom: -0.4rem;
  }
}
.c-case1.c-manufacturing .container {
  max-width: 1540px;
}
.c-case1.c-manufacturing .c-list {
  justify-content: flex-start;
}
.c-case1.c-manufacturing .c-list li {
  width: 25%;
}
@media (max-width: 1199px) {
  .c-case1.c-manufacturing .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-case1.c-manufacturing .c-list li {
    width: 100%;
  }
}
.c-case2 {
  position: relative;
  padding: 0.84rem 0;
  background-color: #ebf4f3;
  overflow: hidden;
}
.c-case2::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -2rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  background: url(../res_image0415/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 2s linear infinite forwards;
  opacity: 0.3;
}
.c-case2::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: 0rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  background: url(../res_image0415/gaodniyuan1.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 3s linear infinite forwards;
}
.c-case2 .c-list {
  position: relative;
  z-index: 5;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
@media (max-width: 1580px) {
  .c-case2 .c-list {
    margin: 0 -0.2rem -0.4rem;
  }
}
.c-case2 .c-list li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 25%;
}
@media (max-width: 1580px) {
  .c-case2 .c-list li {
    padding: 0 0.2rem 0.4rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-case2 .c-list li {
    width: 100%;
    display: none;
  }
  .c-case2 .c-list li:nth-child(4) {
    display: flex;
  }
}
.c-case2 .c-list li .c-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.c-case2 .c-list li .c-wrap .public-img {
  flex-shrink: 0;
  width: 166px;
  transform: scale(1.2) translateY(-12%);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-case2 .c-list li .c-wrap .public-img {
    width: 140px;
  }
}
.c-case2 .c-list li .c-wrap .public-img::before {
  padding-top: 104.8%;
}
.c-case2 .c-list li .c-wrap .public-img img {
  object-fit: contain;
}
.c-case2 .c-list li .c-wrap .c-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 10px;
  background-color: rgba(44, 198, 208, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
.c-case2 .c-list li .c-wrap .c-mask img,
.c-case2 .c-list li .c-wrap .c-mask svg {
  width: 30px;
  height: 30px;
}
.c-case2 .c-list li .c-wrap .c-mask img path,
.c-case2 .c-list li .c-wrap .c-mask svg path {
  fill: #fff;
}
.c-case2 .c-list li .c-wrap .c-text-box {
  padding: 0.4rem 0.3rem 0.4rem 0;
  width: 100%;
}
.c-case2 .c-list li .c-wrap .c-text-box .c-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.c-case2 .c-list li .c-wrap .c-text-box .c-title img,
.c-case2 .c-list li .c-wrap .c-text-box .c-title svg {
  margin-left: 0.1rem;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.c-case2 .c-list li .c-wrap .c-text-box .c-title img path,
.c-case2 .c-list li .c-wrap .c-text-box .c-title svg path {
  fill: #2cc6d0;
}
.c-case2 .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
  font-size: 14px;
}
@media (max-width: 767px) {
  .c-case2 .c-list li .c-wrap .c-text-box .c-text {
    font-size: 0.24rem;
  }
}
@media (min-width: 768px) {
  .c-case2 .c-list li .c-wrap:hover .public-img {
    transform: scale(1.2) translateY(0);
  }
  .c-case2 .c-list li .c-wrap:hover .c-text-box .c-title svg {
    opacity: 0;
  }
  .c-case2 .c-list li .c-wrap:hover .c-mask {
    opacity: 1;
  }
}
.c-case3 {
  padding: 1.2rem 0 0;
}
.c-case3 .c-main {
  position: relative;
  display: flex;
  align-content: flex-start;
  background-color: #e8f3f5;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-case3 .c-main {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-case3 .c-main {
    flex-wrap: wrap;
  }
}
.c-case3 .c-main .c-left {
  position: relative;
  flex-shrink: 0;
  padding: 30px 25px;
  width: 310px;
  border-radius: 10px;
}
@media (max-width: 1580px) {
  .c-case3 .c-main .c-left {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-left {
    padding: 20px;
    width: 100%;
  }
}
.c-case3 .c-main .c-left .c-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-left .c-dot {
    overflow: visible;
    height: auto;
  }
}
.c-case3 .c-main .c-left .c-dot::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -1rem;
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background: url(../res_image0415/jianbianimg2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 1s linear infinite forwards;
  opacity: 0.5;
}
.c-case3 .c-main .c-left .c-dot::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: -1rem;
  z-index: -1;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../res_image0415/jianbianimg1.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 3s linear infinite forwards;
  opacity: 1;
}
.c-case3 .c-main .c-left .c-case3-swiper1 {
  z-index: 5;
  overflow: visible;
}
.c-case3 .c-main .c-left .c-wrap {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.35rem 0.25rem;
  border-radius: 10px;
  color: #666;
  background-color: #fff;
}
.c-case3 .c-main .c-left .c-wrap img {
  position: relative;
  z-index: 5;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.c-case3 .c-main .c-left .c-wrap .c-title {
  position: relative;
  z-index: 5;
  transition: all 0.3s;
  font-weight: 500;
}
.c-case3 .c-main .c-left .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 1;
  width: calc(100% + 30px);
  border-radius: 10px;
  height: 100%;
  background: url(../res_image0415/enterprise3-bg3.png) no-repeat right top / 100% 100%;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-left .c-wrap::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-left .swiper-slide.on .c-wrap {
    background-color: #2cc6d0;
  }
}
.c-case3 .c-main .c-left .swiper-slide.on .c-wrap::before {
  opacity: 1;
}
.c-case3 .c-main .c-left .swiper-slide.on .c-wrap img {
  opacity: 0;
}
.c-case3 .c-main .c-left .swiper-slide.on .c-wrap .c-title {
  color: #fff;
  transform: translateX(-30px);
}
.c-case3 .c-main .c-right {
  width: calc(100% - 310px);
}
.c-case3 .c-main .c-right .swiper-slide {
  height: auto;
}
@media (max-width: 1580px) {
  .c-case3 .c-main .c-right {
    width: calc(100% - 270px);
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-right {
    width: 100%;
  }
}
.c-case3 .c-main .c-right .c-case3-swiper2 {
  height: 100%;
}
.c-case3 .c-main .c-right .c-wrap {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-right .c-wrap {
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.c-case3 .c-main .c-right .c-wrap .c-text-box {
  padding: 0.6rem;
  width: 45.46%;
  padding-right: 0.2rem;
}
@media (max-width: 1580px) {
  .c-case3 .c-main .c-right .c-wrap .c-text-box {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-right .c-wrap .c-text-box {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-case3 .c-main .c-right .c-wrap .c-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list {
  margin-bottom: 0.6rem;
  padding-right: 6px;
}
@media (max-width: 1580px) {
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #2cc6d0;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: transparent;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list li {
  margin-bottom: 0.2rem;
  padding-left: 20px;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list li:last-child {
  margin-bottom: 0;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list li .c-title {
  position: relative;
  font-weight: 500;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list li .c-title::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2cc6d0;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .c-list li .c-text {
  margin-top: 0.05rem;
  color: #666;
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .hm_but::before {
  background-color: #e8f3f5;
}
@media (max-width: 367px) {
  .c-case3 .c-main .c-right .c-wrap .c-text-box .hm_but {
    font-size: 12px;
    width: 2.8rem;
  }
}
.c-case3 .c-main .c-right .c-wrap .c-text-box .hm_but i {
  margin-left: 6px;
  width: 18px;
}
.c-case3 .c-main .c-right .c-wrap .c-img-box {
  position: relative;
  width: 54.54%;
}
@media (max-width: 1580px) {
  .c-case3 .c-main .c-right .c-wrap .c-img-box {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-right .c-wrap .c-img-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-case3 .c-main .c-right .c-wrap .c-img-box {
    display: none;
  }
}
.c-case3 .c-main .c-right .c-wrap .c-img-box::before {
  content: "";
  display: block;
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-right .c-wrap .c-img-box::before {
    padding-top: 60.5%;
  }
}
.c-case3 .c-main .c-right .c-wrap .c-img-box img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .c-case3 .c-main .c-right .c-wrap .c-img-box img {
    height: 100%;
    object-fit: contain;
  }
}
.c-case3.c-marhe .c-main .c-left .c-wrap {
  padding: 0.28rem 0.2rem;
}
.c-case3.c-marhe .c-main .c-right .c-wrap .c-text-box {
  padding: 0.4rem 0.6rem;
  padding-right: 0.3rem;
}
.c-case3 .cont {
  display: none;
}
@media (max-width: 767px) {
  .c-case3 .cont {
    display: block;
  }
}
.c-case3 .cont .item {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.26rem;
}
.c-case3 .cont .item:last-child {
  margin-bottom: 0;
}
.c-case3 .cont .item .c-wrap {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  color: #333;
  padding: 0.22rem 0.36rem;
  transition: backgroundColr 0.3s;
}
.c-case3 .cont .item .c-wrap img {
  width: 0.4rem;
  transition: all 0.3s;
}
.c-case3 .cont .item .c-wrap p {
  display: block;
  width: calc(100% - 0.8rem);
  padding-left: 0.26rem;
  transition: all 0.3s;
}
.c-case3 .cont .item .c-wrap i,
.c-case3 .cont .item .c-wrap svg {
  display: block;
  width: 0.4rem;
  overflow: hidden;
  height: 0.3rem;
}
.c-case3 .cont .item .c-wrap i svg,
.c-case3 .cont .item .c-wrap svg svg {
  width: 100%;
  max-height: 100%;
}
.c-case3 .cont .item .c-wrap i svg path,
.c-case3 .cont .item .c-wrap svg svg path {
  fill: #333;
  transition: all 0.3s;
}
.c-case3 .cont .item .c-wrap i img,
.c-case3 .cont .item .c-wrap svg img {
  width: 100%;
  float: left;
}
.c-case3 .cont .item .jut {
  display: none;
  padding: 0.46rem 0.36rem;
}
.c-case3 .cont .item .jut .c-list {
  width: 100%;
}
.c-case3 .cont .item .jut .c-list li {
  width: 100%;
  margin-bottom: 0.32rem;
}
.c-case3 .cont .item .jut .c-list li .c-title {
  font-size: 0.28rem;
  margin-bottom: 0.12rem;
}
.c-case3 .cont .item .jut .c-list li .c-text {
  font-size: 0.26rem;
  color: #666;
}
.c-case3 .cont .item .jut .hm_but {
  margin-top: 0.36rem;
}
.c-case3 .cont .item .jut .hm_but::before {
  background-color: #e8f3f5;
}
@media (max-width: 367px) {
  .c-case3 .cont .item .jut .hm_but {
    font-size: 12px;
    width: 2.8rem;
  }
}
.c-case3 .cont .item .jut .hm_but i {
  margin-left: 6px;
  width: 18px;
}
.c-case3 .cont .item.on .c-wrap {
  background-color: #2cc6d0;
  color: #fff;
}
.c-case3 .cont .item.on .c-wrap img {
  opacity: 0;
}
.c-case3 .cont .item.on .c-wrap p {
  transform: translateX(-0.66rem);
}
.c-case3 .cont .item.on .c-wrap i {
  transform: rotate(-180deg);
}
.c-case3 .cont .item.on .c-wrap i svg path {
  fill: #fff;
}
.c-case4 {
  position: relative;
  padding: 1.2rem 0 0;
}
.c-case4::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  right: -3rem;
  z-index: -1;
  width: 6rem;
  height: 6rem;
  background: url(../res_image0415/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 2s linear infinite forwards;
  opacity: 0.2;
}
.c-case4 .container {
  max-width: 1420px;
}
.c-case4 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-case4 .c-list li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 25%;
}
@media (max-width: 1199px) {
  .c-case4 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-case4 .c-list li {
    width: 100%;
  }
}
.c-case4 .c-list li .c-wrap {
  width: 100%;
}
.c-case4 .c-list li .c-wrap .c-top {
  padding: 0.45rem 0.3rem 1.2rem;
  border-radius: 10px;
  background: url(../res_image0415/enterprise4-1.jpg) no-repeat center / cover;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(93, 126, 124, 0.28);
}
.c-case4 .c-list li .c-wrap .c-top .c-title {
  font-weight: bolder;
}
.c-case4 .c-list li .c-wrap .c-bottom {
  position: relative;
  z-index: 5;
  margin-top: -0.8rem;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0.35rem 0.28rem;
  min-height: 2.4rem;
  overflow: hidden;
  box-shadow: 0 0 0.4rem rgba(86, 173, 178, 0.25);
  transition: all 0.3s;
}
.c-case4 .c-list li .c-wrap .c-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
}
.c-case4 .c-list li .c-wrap .c-bottom .c-text {
  line-height: 24px;
}
.c-case4 .c-list li .c-wrap .c-bottom .c-text p {
  position: relative;
  padding-left: 15px;
  color: #333;
  margin-bottom: 0.1rem;
}
.c-case4 .c-list li .c-wrap .c-bottom .c-text p:last-child {
  margin: 0;
}
.c-case4 .c-list li .c-wrap .c-bottom .c-text p::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2cc6d0;
}
.c-case4 .c-list li .c-wrap:hover .c-bottom {
  transform: translateY(-0.2rem);
}
.c-case4 .c-list li:nth-child(4n-2) .c-wrap .c-top {
  background: url(../res_image0415/enterprise4-2.jpg) no-repeat center / cover;
}
.c-case4 .c-list li:nth-child(4n-2) .c-wrap .c-bottom {
  box-shadow: 0 0 0.4rem rgba(93, 160, 200, 0.25);
}
.c-case4 .c-list li:nth-child(4n-1) .c-wrap .c-top {
  background: url(../res_image0415/enterprise4-3.jpg) no-repeat center / cover;
}
.c-case4 .c-list li:nth-child(4n-1) .c-wrap .c-bottom {
  box-shadow: 0 0 0.4rem rgba(93, 160, 200, 0.25);
}
.c-case4 .c-list li:nth-child(4n) .c-wrap .c-top {
  background: url(../res_image0415/enterprise4-4.jpg) no-repeat center / cover;
}
.c-case4 .c-list li:nth-child(4n) .c-wrap .c-bottom {
  box-shadow: 0 0 0.4rem rgba(86, 173, 178, 0.25);
}
.c-case4.c-manufacturing .container {
  max-width: 1600px;
}
.c-case4.c-manufacturing .c-list {
  justify-content: center;
}
@media (max-width: 991px) {
  .c-case4.c-manufacturing .c-list {
    justify-content: flex-start;
  }
}
.c-case4.c-manufacturing .c-list li {
  width: 20%;
}
@media (max-width: 1900px) {
  .c-case4.c-manufacturing .c-list li {
    width: 25%;
  }
}
@media (max-width: 1580px) {
  .c-case4.c-manufacturing .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .c-case4.c-manufacturing .c-list li {
    width: 100%;
  }
}
.c-case4.c-manufacturing .c-list li:nth-child(5n-3) .c-wrap .c-top {
  background: url(../res_image0415/enterprise4-2.jpg) no-repeat center / cover;
}
.c-case4.c-manufacturing .c-list li:nth-child(5n-3) .c-wrap .c-bottom {
  box-shadow: 0 0 0.4rem rgba(93, 160, 200, 0.25);
}
.c-case4.c-manufacturing .c-list li:nth-child(5n-2) .c-wrap .c-top {
  background: url(../res_image0415/enterprise4-5.jpg) no-repeat center / cover;
}
.c-case4.c-manufacturing .c-list li:nth-child(5n-2) .c-wrap .c-bottom {
  box-shadow: 0 0 0.4rem rgba(86, 173, 178, 0.25);
}
.c-case4.c-manufacturing .c-list li:nth-child(5n-1) .c-wrap .c-top {
  background: url(../res_image0415/enterprise4-3.jpg) no-repeat center / cover;
}
.c-case4.c-manufacturing .c-list li:nth-child(5n-1) .c-wrap .c-bottom {
  box-shadow: 0 0 0.4rem rgba(93, 160, 200, 0.25);
}
.c-case4.c-manufacturing .c-list li:nth-child(5n) .c-wrap .c-top {
  background: url(../res_image0415/enterprise4-4.jpg) no-repeat center / cover;
}
.c-case4.c-manufacturing .c-list li:nth-child(5n) .c-wrap .c-bottom {
  box-shadow: 0 0 0.4rem rgba(86, 173, 178, 0.25);
}
.c-case6 {
  padding: 1.6rem 0;
  position: relative;
}
.c-case6::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  z-index: -1;
  width: 3rem;
  height: 3rem;
  background: url(../res_image0415/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 1s linear infinite forwards;
  opacity: 0.3;
}
.c-case6::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -3rem;
  z-index: -1;
  width: 6rem;
  height: 6rem;
  background: url(../res_image0415/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 2s linear infinite forwards;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .c-case6 {
    padding: 1.2rem 0;
  }
}
.c-case6 .container {
  max-width: 1340px;
}
.c-case6 .c-main {
  display: flex;
  align-items: center;
  box-shadow: 0 0 0.38rem rgba(124, 165, 162, 0.17);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 991px) {
  .c-case6 .c-main {
    flex-wrap: wrap;
  }
}
.c-case6 .c-main .c-img-box {
  display: block;
  width: 58.2%;
  height: 490px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-case6 .c-main .c-img-box {
    width: 100%;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-img-box {
    height: 4rem;
  }
}
.c-case6 .c-main .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.c-case6 .c-main .c-img-box:hover img {
  transform: scale(1.05);
}
.c-case6 .c-main .c-list {
  width: 41.8%;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .c-case6 .c-main .c-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list {
    padding: 0 0.4rem;
  }
}
.c-case6 .c-main .c-list li {
  border-bottom: 1px solid #ececec;
}
.c-case6 .c-main .c-list li:last-child {
  border: 0;
}
.c-case6 .c-main .c-list li .c-wrap {
  display: block;
  padding: 29px 0;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap {
    padding: 0.4rem 0;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-title {
  margin-bottom: 5px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-title {
    line-height: 1.5;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-text {
  margin-bottom: -28px;
  line-height: 28px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-text {
    margin-bottom: -0.4rem;
    line-height: 0.4rem;
    display: none;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-more {
  display: inline-flex;
  align-items: center;
  line-height: 28px;
  color: #2cc6d0;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-more {
    line-height: 0.4rem;
    display: none;
  }
}
.c-case6 .c-main .c-list li .c-wrap .c-more img,
.c-case6 .c-main .c-list li .c-wrap .c-more svg {
  margin-left: 10px;
  width: 18px;
  height: 18px;
}
.c-case6 .c-main .c-list li .c-wrap .c-more img path,
.c-case6 .c-main .c-list li .c-wrap .c-more svg path {
  fill: #2cc6d0;
}
@media (min-width: 768px) {
  .c-case6 .c-main .c-list li .c-wrap:hover .c-text {
    opacity: 0;
  }
  .c-case6 .c-main .c-list li .c-wrap:hover .c-more {
    opacity: 1;
  }
}
.c-case5 {
  position: relative;
  z-index: 5;
  padding: 1.5rem 0 0;
}
.c-case5 .c-bottom {
  position: relative;
  background-color: #e8f3f4;
  overflow: hidden;
}
.c-case5 .c-case5-swiper1 {
  margin-top: -20px;
  padding: 20px 0 40px;
}
.c-case5 .c-case5-swiper1 .swiper-slide {
  width: 2.1rem;
}
.c-case5 .c-case5-swiper1 .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.75rem;
  border-radius: 10px;
  background-color: #fff;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.c-case5 .c-case5-swiper1 .c-img img {
  max-width: 70%;
  max-height: 60%;
}
.c-case5 .c-case5-swiper1 .on .c-img {
  opacity: 1;
  filter: grayscale(0);
  border-color: #2cc6d0;
  box-shadow: 0 0 0.16rem rgba(173, 202, 200, 0.25);
}
.c-case5 .c-case5-swiper2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper2 {
    position: relative;
    width: 100%;
    height: 4rem;
    display: none;
  }
}
.c-case5 .c-case5-swiper2 .c-img {
  position: relative;
  height: 100%;
}
.c-case5 .c-case5-swiper2 .c-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(111, 227, 235, 0.85);
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper2 .c-img::before {
    opacity: 0;
  }
}
.c-case5 .c-case5-swiper2 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-case5 .c-case5-swiper3 {
  overflow: visible;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 {
    margin-top: -4rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 .swiper-slide {
    flex-wrap: wrap;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  transform: translateX(10%);
  transition: all 1s;
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-left {
    width: 100%;
    height: 4rem;
    opacity: 0;
    transform: translateX(0);
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img img {
  max-height: 60px;
  max-width: 162px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img img {
    max-width: 2rem;
    max-height: 1rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img svg {
  height: 60px;
  width: 162px;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img svg {
    width: 2rem;
    height: 1rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-img svg path {
  fill: #fff;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left .c-line {
  margin: 0 0.4rem;
  height: 18px;
  border-left: 3px solid #fff;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right {
  display: block;
  position: relative;
  z-index: 4;
  margin: 0.6rem 20px 0.6rem -50px;
  width: 51.875%;
  border-radius: 10px;
  box-shadow: 0 0 0.46rem rgba(86, 173, 178, 0.15);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0.4rem 1.1rem;
  transform: translateX(-10%);
  transition: all 1s;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right {
    width: 55%;
    margin: 0.6rem 0 0.6rem 0;
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right {
    width: 100%;
    transform: translateX(0);
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::before,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::before {
  top: 0.4rem;
  left: 0.3rem;
  background: url(../res_image0415/hm5douhaoimg1.png) no-repeat center / contain;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right::before {
    left: 0rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right::after {
  right: 0.3rem;
  bottom: 0.4rem;
  background: url(../res_image0415/hm5douhaoimg2.png) no-repeat center / contain;
}
@media (max-width: 991px) {
  .c-case5 .c-case5-swiper3 .swiper-slide .c-right::after {
    right: 0rem;
  }
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-text {
  color: #999;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-title {
  font-weight: 500;
  margin: 0.45rem 0 0.2rem;
  color: #333;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-text2 {
  color: #666;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-text3 {
  padding: 0 0.1rem;
  line-height: 34px;
  border-radius: 5px;
  background-color: #eef0f1;
  color: #666;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn {
  display: flex;
  align-items: center;
  color: #2cc6d0;
  font-weight: 500;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn img,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn svg {
  width: 18px;
  height: 18px;
  margin-left: 0.1rem;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn img path,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right .c-box .c-btn svg path {
  fill: #2cc6d0;
}
.c-case5 .c-case5-swiper3 .swiper-slide .c-left,
.c-case5 .c-case5-swiper3 .swiper-slide .c-right {
  transform: translate(0, 0);
}
.c-case5 .c-case5-swiper3 .swiper-slide.swiper-slide-active .c-left,
.c-case5 .c-case5-swiper3 .swiper-slide.swiper-slide-active .c-right {
  transform: translate(0, 0);
}
.c-case5 .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .c-case5 .c-btn-box {
    display: none;
  }
}
.c-case5 .c-btn-box .hm_but:nth-child(2) {
  margin-left: 0.2rem;
  color: #2cc6d0;
  background-color: #fff;
}
.c-case5 .c-btn-box .hm_but:nth-child(2)::before {
  background-color: #2cc6d0;
}
.c-case5 .c-btn-box .hm_but:nth-child(2) svg path {
  fill: #2cc6d0;
  border: 2px solid #2cc6d0;
}
.c-case5 .c-btn-box .hm_but:nth-child(2):hover {
  color: #fff;
}
.c-case5 .c-btn-box .hm_but:nth-child(2):hover svg path {
  fill: #fff;
}
.c-case7 {
  position: relative;
  margin-top: 1.2rem;
  padding: 1.2rem 0 0.9rem;
  background-color: #ebf4f3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-case7 {
    padding: 1.2rem 0;
  }
}
.c-case7::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  width: 3rem;
  height: 3rem;
  background: url(../res_image0415/gaodniyuan1.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 1s linear infinite forwards;
  opacity: 0.9;
}
.c-case7 .c-list {
  position: relative;
  z-index: 5;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem 0.3rem;
}
.c-case7 .c-list li {
  display: flex;
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 1199px) {
  .c-case7 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-case7 .c-list li {
    width: 100%;
  }
}
.c-case7 .c-list li .c-wrap {
  width: 100%;
  padding: 0.3rem;
  border-radius: 10px;
  background: url(../res_image0415/case7-bg.jpg) no-repeat center / cover;
}
.c-case7 .c-list li .c-wrap .c-title {
  position: relative;
  font-weight: 500;
  padding-left: 28px;
}
.c-case7 .c-list li .c-wrap .c-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2cc6d0;
  transform: translateY(-50%);
}
.c-case7 .c-list li .c-wrap .c-text {
  margin-top: 0.25rem;
  color: #666;
}
.c-case7 .hm_but {
  margin: 0 auto;
}
.c-case7 .hm_but i {
  margin-left: 0.1rem;
  width: 18px;
}
.c-case7 .hm_but::before {
  background-color: #ebf4f3;
}
.c-connection {
  position: relative;
  background-color: #f8fbff;
}
.c-connection .fzq_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-connection .fzq_jut .circle {
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-connection .fzq_jut .circle:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-connection .fzq_jut .yuan1 {
  opacity: 0.5;
  width: 30%;
  width: 26%;
  bottom: -0.8rem;
  left: -14%;
  -webkit-animation: trantale2 16s ease infinite;
  animation: trantale2 16s ease infinite;
  background-image: url(../res_image0415/shijianbagyuan1.png);
}
@media (max-width: 767px) {
  .c-connection .fzq_jut .yuan1 {
    bottom: -0.6rem;
    width: 50%;
  }
}
.c-connection .fzq_jut .yuan2 {
  width: 24%;
  background-image: url(../res_image0415/renzhengimgfz1.png);
  top: -0.8rem;
  right: -12%;
  -webkit-animation: trantale1 16s 1s ease infinite;
  animation: trantale1 16s 1s ease infinite;
}
@media (max-width: 767px) {
  .c-connection .fzq_jut .yuan2 {
    top: -0.6rem;
    width: 40%;
    right: -20%;
  }
}
.c-connection .fzq_jut .yuan3 {
  width: 7.552%;
  background-image: url(../res_image0415/shijianbagyuan2.png);
  right: 4%;
  top: 1rem;
  -webkit-animation: trantale10 16s 1s ease infinite;
  animation: trantale10 16s 1s ease infinite;
}
@media (max-width: 767px) {
  .c-connection .fzq_jut .yuan3 {
    width: 18%;
    right: 10%;
    top: 2rem;
  }
}
.c-connection .container2 {
  position: relative;
  z-index: 5;
}
.c-connection .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.23rem;
}
.c-connection .c-list li {
  display: flex;
  width: 33.333333%;
  padding: 0 0.23rem 0.46rem;
}
@media (max-width: 1199px) {
  .c-connection .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-connection .c-list li {
    width: 100%;
  }
}
.c-connection .c-list li .c-wrap {
  width: 100%;
  padding: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(110, 119, 131, 0.11);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.c-connection .c-list li .c-wrap .c-img {
  display: flex;
  align-items: center;
  height: 30px;
}
@media (max-width: 767px) {
  .c-connection .c-list li .c-wrap .c-img {
    height: 0.6rem;
  }
}
.c-connection .c-list li .c-wrap .c-img img {
  max-width: 100%;
  max-height: 100%;
}
.c-connection .c-list li .c-wrap .c-text {
  margin: 0.25rem 0;
  color: #666;
}
.c-connection .c-list li .c-wrap .c-box {
  display: flex;
  align-items: center;
}
.c-connection .c-list li .c-wrap .c-box .public-img {
  flex-shrink: 0;
  width: 60px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-connection .c-list li .c-wrap .c-box .public-img {
    width: 0.8rem;
  }
}
.c-connection .c-list li .c-wrap .c-box .c-box2 {
  padding-left: 0.2rem;
}
.c-connection .c-list li .c-wrap .c-box .c-box2 .c-title {
  font-weight: bold;
}
.c-connection .c-list li .c-wrap .c-box .c-box2 .c-note {
  color: #999;
}
.c-connection .c-connection_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.23rem;
}
.c-connection .c-connection_cont .swiper-slide {
  display: flex;
  height: auto;
  width: 33.333333%;
  padding: 0 0.23rem 0.46rem;
}
@media (max-width: 1199px) {
  .c-connection .c-connection_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-connection .c-connection_cont .swiper-slide {
    width: 100%;
  }
}
.c-connection .c-connection_cont .swiper-slide .c-wrap {
  width: 100%;
  padding: 0.4rem;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(110, 119, 131, 0.11);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-img {
  display: flex;
  align-items: center;
  height: 30px;
}
@media (max-width: 767px) {
  .c-connection .c-connection_cont .swiper-slide .c-wrap .c-img {
    height: 0.6rem;
  }
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-img img {
  max-width: 100%;
  max-height: 100%;
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-text {
  margin: 0.25rem 0;
  color: #666;
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-box {
  display: flex;
  align-items: center;
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-box .public-img {
  flex-shrink: 0;
  width: 60px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-connection .c-connection_cont .swiper-slide .c-wrap .c-box .public-img {
    width: 0.8rem;
  }
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-box .c-box2 {
  padding-left: 0.2rem;
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-box .c-box2 .c-title {
  font-weight: bold;
}
.c-connection .c-connection_cont .swiper-slide .c-wrap .c-box .c-box2 .c-note {
  color: #999;
}
.c-connection .c-connection-banner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-connection .c-connection-banner:last-child {
  margin-top: 20px;
}
.c-connection .c-connection-banner .public-img::before {
  padding-top: 30%;
}
.c-connection .c-connection-banner .public-img img {
  object-fit: contain;
  transform: scale(0.6);
}
.c-connection .hm_but {
  margin: 0.4rem auto 0;
}
.c-connection .c-banner-wrap {
  position: relative;
}
.c-connection .c-banner-wrap:before,
.c-connection .c-banner-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 767px) {
  .c-connection .c-banner-wrap:before,
  .c-connection .c-banner-wrap:after {
    display: none;
  }
}
.c-connection .c-banner-wrap:before {
  background-image: url(../res_image0415/jianbaee2.png);
  background-position: left top;
  left: 0;
}
.c-connection .c-banner-wrap:after {
  background-image: url(../res_image0415/jianbaee1.png);
  background-position: right top;
  right: 0;
}
@-webkit-keyframes trantale10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.2rem, -0.2rem);
  }
  50% {
    transform: translate(0.3rem, -0.3rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes trantale10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.2rem, -0.2rem);
  }
  50% {
    transform: translate(0.3rem, -0.3rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}




.breadbox .f_cont span {
  margin:  0 8px;
}

.evalubox-sec1 {
    padding-bottom: 0;
}

.feedbackbox-sec3{
   padding-bottom: 0;
 }
