@charset "UTF-8";
.my-color1 {
  color: #3c7ebb;
}

.my-bc1 {
  background-color: #3c7ebb;
}

.my-color2 {
  color: #004e82;
}

.my-bc2 {
  background-color: #004e82;
}

.my-color3 {
  color: #062741;
}

.my-bc3 {
  background-color: #062741;
}

.my-color4 {
  color: #5bacd4;
}

.my-bc4 {
  background-color: #5bacd4;
}

.my-color5 {
  color: #0c938e;
}

.my-bc5 {
  background-color: #0c938e;
}

.my-color6 {
  color: #0097ac;
}

.my-bc6 {
  background-color: #0097ac;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.t_line1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.t_line2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t_line3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.t_line4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.t_line5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.preview_img, .bofang {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.my-time {
  -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-time::before, .my-time::after {
   -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times::before, .my-times::after {
  -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times * {
  -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-times *::before, .my-times *::after {
   -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active {
  cursor: pointer;
}
.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}
.my-img-active .my-img-target {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-img-active:hover.my-img-container.my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.my-img-active:hover.my-img-container .my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.my-img-active:hover .my-img-container .my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}
.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}
.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(1) {
  opacity: 0;
}
.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-toggle {
  position: relative;
}
.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}
.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.my-main {
  padding-top: 121px;
}
.my-main img, .my-main video {
  -o-object-fit: cover;
     object-fit: cover;
}
.my-main a {
  color: inherit;
}
.my-main input, .my-main textarea {
  font-size: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}
.my-main textarea {
  resize: none;
  font-family: "微软雅黑";
}

.my-banner {
  position: relative;
  background-color: #f5f5f5;
}
.my-banner .banner-img2 {
  display: none;
}
.my-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.my-banner .box {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 0;
}
.my-banner .my-breadcrumb {
  position: absolute;
  top: 0.35rem;
  left: 0;
}

.my-breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-breadcrumb a:hover {
  color: #0C938E;
}
.my-breadcrumb .breadcrumb-icon {
  width: 0.5em;
  margin: 0 0.12rem;
}

.my-more {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.5555555556;
  background-color: #0C938E;
  padding: 0 0.3rem;
  border-radius: 50px;
  cursor: pointer;
}
.my-more:hover {
  background-color: #062741;
}
.my-more .more-text {
  color: #fff;
  margin-right: 0.09rem;
}
.my-more .more-icon {
  width: 0.5em;
}

.my-swiper-button.status1 .swiper-button {
  background-color: #f5f5f5;
}
.my-swiper-button .swiper-button {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-swiper-button .swiper-button.swiper-button-lock {
  display: none;
}
.my-swiper-button .swiper-button span {
  width: 11px;
}
.my-swiper-button .swiper-button::after {
  display: none;
}
.my-swiper-button .swiper-button:hover {
  background-color: #0C938E;
}
.my-swiper-button .swiper-button-next span {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.my-swiper-pagination.my-swiper-pagination-yd {
  display: none;
}
.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}
.my-swiper-pagination.status1 .swiper-pagination-bullet {
  background-color: #e5e5e5;
}
.my-swiper-pagination.status1 .swiper-pagination-bullet-active {
  background-color: #0C938E;
}
.my-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0C938E;
}

.my-compare {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.my-compare .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-compare .left {
  width: 20%;
  border-radius: 0.28rem;
  overflow: hidden;
  background-color: #fff;
}
.my-compare .left-top {
  background-color: #062741;
  color: #fff;
  padding: 0.29rem 0.2rem 0.29rem 0.4rem;
}
.my-compare .left-top p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-compare .left-top img {
  width: 1.25em;
  margin-right: 0.15rem;
}
.my-compare .left-top span {
  margin-left: auto;
  cursor: pointer;
}
.my-compare .left-top span:hover {
  color: #0C938E;
}
.my-compare .left-content {
  padding-bottom: 0.57rem;
}
.my-compare .left-ul {
  margin-top: 0.4rem;
}
.my-compare .left-ul.active .left-title img {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.my-compare .left-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  padding: 0 0.2rem 0 0.4rem;
  cursor: pointer;
}
.my-compare .left-title img {
  width: 0.4em;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-compare .left-lis {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.4rem 0.2rem 0.4rem 0.4rem;
  display: none;
}
.my-compare .left-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3125;
}
.my-compare .left-li + .left-li {
  margin-top: 0.3rem;
}
.my-compare .left-li.active .left-li-icon img:nth-child(1) {
  opacity: 0;
}
.my-compare .left-li.active .left-li-icon img:nth-child(2) {
  opacity: 1;
}
.my-compare .left-li-icon {
  width: 1.1875em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.12rem;
}
.my-compare .right {
  width: 77.5%;
}
.my-compare .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-compare .list::after {
  position: relative;
  content: "";
  height: 0;
  width: 32.2580645161%;
}
.my-compare .item {
  width: 32.2580645161%;
  background-color: #fff;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.2rem;
}
.my-compare .item.active .item-s {
  opacity: 1;
}
.my-compare .item-s {
  position: absolute;
  top: 0.22rem;
  right: 0.25rem;
  width: 33px;
  height: 33px;
  border: 4px solid #0C938E;
  border-radius: 50%;
  opacity: 0;
}
.my-compare .item-s::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 75%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border: 4px solid #0C938E;
}
.my-compare .item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.my-compare .item-info {
  padding: 0.35rem 0.35rem 0.28rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-compare .item-title {
  line-height: 1.3125;
  margin-bottom: 0.07rem;
}
.my-compare .item-text {
  line-height: 1.4545454545;
  margin-bottom: 0.24rem;
}
.my-compare .item-label {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.my-compare .item-label-first {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-left: 0.7857142857em;
  padding-right: 1em;
  border-radius: 50px;
  margin-right: 0.05rem;
  height: 2.1428571429em;
}
.my-compare .item-label-first img {
  width: 2.1428571429em;
}
.my-compare .item-labels {
  line-height: 2.1428571429;
  padding: 0 0.15rem;
  border-radius: 50px;
  background-color: rgba(12, 147, 142, 0.1);
  color: #0c938e;
  margin-right: 0.05rem;
  margin-bottom: 0.05rem;
}
.my-compare .item-yy {
  padding-top: 0.15rem;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 0.09rem;
}
.my-compare .item-yy-title {
  line-height: 1.5555555556;
  margin-bottom: 0.15rem;
}
.my-compare .item-yy-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: -webkit-calc(4em + 0.25rem);
  min-height: -moz-calc(4em + 0.25rem);
  min-height: calc(4em + 0.25rem);
}
.my-compare .item-yy-li {
  line-height: calc(32 / 14);
  background-color: #f5f5f5;
  padding: 0 0.75em;
  margin-bottom: 0.12rem;
  margin-right: 0.12rem;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.my-compare .item-yy-li:hover {
  background-color: #0C938E;
  color: #fff;
}
.my-compare .item-jz {
  padding-top: 0.12rem;
  border-top: 1px solid #f0f0f0;
}
.my-compare .item-jz-title {
  line-height: 1.5555555556;
  margin-bottom: 0.09rem;
}
.my-compare .item-jz-li {
  line-height: 1.375;
  color: #666666;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-compare .item-jz-li + .item-jz-li {
  margin-top: 0.12rem;
}
.my-compare .item-js-dot {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 8px;
}
.my-compare .item-js-dot[data-index="1"] span:nth-child(1) {
  background-color: #0c938e;
}
.my-compare .item-js-dot[data-index="2"] span:nth-child(-n+2) {
  background-color: #0c938e;
}
.my-compare .item-js-dot[data-index="3"] span:nth-child(-n+3) {
  background-color: #0c938e;
}
.my-compare .item-js-dot[data-index="4"] span:nth-child(-n+4) {
  background-color: #0c938e;
}
.my-compare .item-js-dot span {
  width: 0.75em;
  height: 0.75em;
  background-color: #e5e5e5;
  border-radius: 50%;
  margin-left: 2px;
}
.my-compare .item-bottom {
  margin-top: auto;
}
.my-compare .item-button {
  line-height: 3.1111111111;
  color: #fff;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  cursor: pointer;
}
.my-compare .item-button img {
  width: 1.3333333333em;
}
.my-compare .item-buttons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.my-compare .item-buttons *{
     -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;
}


.my-compare .item-check {
  background-color: #0C938E;
  padding-left: 0.27rem;
  padding-right: 0.17rem;
  position: relative;
  border-radius: 50px 0 0 50px;
}
.my-compare .item-check img {
  margin-left: 0.16rem;
  position: relative;
  top: 0px;

}

.my-compare .item-check:hover img{
    /*-webkit-animation: shangxia 1s linear  ; -moz-animation:shangxia 1s linear ; -o-animation:  shangxia 1s linear ; animation:  shangxia 1s linear ;*/
    opacity: 0;
}

.my-compare .item-check span{
    position: relative;
   left: 0rem;
}

.my-compare .item-check:hover span{
   left: .2rem;
}

@-webkit-keyframes shangxia {0% {top: 0px;}25% {top: -5px;}50% {top: 0px;}75% {top: 5px;}100% {top: px;}}

@keyframes   shangxia {0% {top: 0px;}25% {top: -5px;}50% {top: 0px;}75% {top: 5px;}100% {top: px;}}

.my-compare .item-check::before {
  position: absolute;
  background-color: #0C938E;
  content: "";
  width: 50%;
  height: 100%;
  left: 100%;
}
/*.my-compare .item-check:hover {*/
/*  background-color: #54B3AF;*/
/*}*/
/*.my-compare .item-check:hover::before {*/
/*  background-color: #54B3AF;*/
/*}*/
.my-compare .item-look {
  padding-left: 0.63rem;
  padding-right: 0.31rem;
  position: relative;
  background-color: #062741;
}
.my-compare .item-look img {
  margin-left: 0.45rem;
}

.my-compare .item-look span{
    position: relative;
   left: 0rem;
}

.my-compare .item-look:hover span{
   left: .2rem;
}

.my-compare .item-look:hover img{opacity:0;}

/*.my-compare .item-look:hover {*/
/*  background-color: #000;*/
/*}*/
.my-compare .right-more {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.2rem;
}
.my-compare .right-more .a {
  background-color: transparent;
}
.my-compare .right-more .a:hover {
  background-color: #0C938E;
}
.my-compare .compare {
  margin-top: 0.4rem;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.my-compare .compare .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.my-compare .compare.active .compare-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.my-compare .compare.active.active1 .compare-btn {
  display: none;
}
.my-compare .compare.active.active1 .compare-bottom {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.my-compare .compare-top {
  text-align: right;
}
.my-compare .compare-btn {
  line-height: 2.5555555556;
  background-color: #0C938E;
  display: none;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 0.28rem 0 0.32rem;
  border-radius: 50px;
  cursor: pointer;
}
.my-compare .compare-btn:hover {
  background-color: #54B3AF;
}
.my-compare .compare-btn img {
  width: 0.4444444444em;
  margin-left: 0.16rem;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.my-compare .compare-content {
  padding-top: 0.35rem;
  padding-bottom: 0.4rem;
  width: 100%;
}
.my-compare .compare-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  border-top: 1px solid #e5e5e5;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.my-compare .compare-title {
  margin-bottom: 0.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-compare .compare-title-text1 {
  line-break: 1.4166666667;
}
.my-compare .compare-title-text2 {
  color: #0C938E;
  cursor: pointer;
}
.my-compare .compare-title-text2 img {
  width: 0.6666666667em;
  display: inline-block;
  margin-left: 5px;
}
.my-compare .compare-title-text2:hover img {
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.my-compare .compare-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-compare .compare-lis {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-compare .compare-li {
  border-radius: 0.12rem;
  background-color: #f5f5f5;
  width: 9.5833333333em;
  padding: 0.2rem 0.34rem 0.23rem;
  margin-right: 0.47rem;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
.my-compare .compare-li-title {
  line-height: 1.2777777778;
  max-width: 90%;
}
.my-compare .compare-li-text {
  line-height: 1.5;
  margin-bottom: 0.12rem;
  display: none;
}
.my-compare .compare-li-label {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-left: 0.7857142857em;
  padding-right: 1em;
  border-radius: 50px;
  margin-left: 0.1rem;
  height: 2.1428571429em;
  position: relative;
  top: 0.05rem;
  white-space:nowrap;
}
.my-compare .compare-li-label img {
  width: 2.1428571429em;
}
.my-compare .compare-li-icon {
  position: absolute;
  top: .15rem;
  right: .15rem;
  width: 14px;
  opacity: 0.4;
  cursor: pointer;
}
.my-compare .compare-li-icon:hover {
  opacity: 1;
}
.my-compare .compare-more {
  margin-left: 1.1rem;
}

.my-active1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.my-active1 .title {
  line-height: 1.347826087;
  margin-bottom: 0.5rem;
}
.my-active1 .swiper {
  padding-bottom: 30px;
}
.my-active1 .slide-img {
  border-radius: 0.28rem;
  margin-bottom: 0.3rem;
}
.my-active1 .slide-title {
  line-height: 30px;
  margin-bottom: 0.08rem;
  height: 60px;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.my-active1 .slide-text {
  line-height: 24px;
  min-height: 48px;
  color: #666;
  margin-bottom: 0.2rem;
  
  

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

.my-main .section2 {position: relative;z-index: 3;background: #fff;}


.my-main .section4 {position: relative;z-index: 3;background: #fff;}

.footer{position: relative;z-index: 3;}

.my-active2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.my-active2 .title {
  line-height: 1.2608695652;
  margin-bottom: 0.54rem;
}
.my-active2 .swiper {
  padding-bottom: 30px;
}
.my-active2 .swiper-slide {
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 28px;
  padding-top: 0.17rem;
}
.my-active2 .swiper-slide:hover .slide-title2 {
  color: #0C938E;
}
.my-active2 .slide-title {
  line-height: 2.1428571429;
  padding: 0 0.24rem;
}
.my-active2 .slide-title2 {
  line-height: 1.2307692308;
  padding: 0 0.24rem;
}
.my-active2 .slide-img {
  margin: 0.38rem auto;
  width: 5.7692307692em;
}
.my-active2 .slide-more {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.my-active2 .slide-icon {
  width: 0.4444444444em;
  margin-left: 0.09rem;
}

.case .section1 .title {
  line-height: 1.1538461538;
}
.case .section2 {
  padding-top: 1rem;
  padding-bottom: 0.54rem;
}
.case .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case .section2 .item {
  width: 48.125%;
  border-radius: 0.28rem;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 0.58rem;
}
.case .section2 .item:hover .item-title {
  color: #0C938E;
}
.case .section2 .item-title {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
}
.case .section2 .item-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.08rem 0.08rem 0.36rem;
}
.case .section2 .item-more {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2em;
  height: 2em;
  margin-left: 10px;
  margin-top: 0.08rem;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case .section2 .item-more img {
  width: 0.8em;
}
.case .section2 .more {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.case .section3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.case .section3 .title {
  line-height: 1.347826087;
  margin-bottom: 0.55rem;
}
.case .section3 .swipers {
  position: relative;
}
.case .section3 .swiper {
  width: 95%;
}
.case .section3 .swiper-slide {
  width: 5.9615384615em;
}
.case .section3 .swiper-slide:hover .slide-title {
  color: #0C938E;
}
.case .section3 .slide-icon {
  height: 5.9615384615em;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.17rem;
}
.case .section3 .slide-icon img {
  width: 80%;
}
.case .section3 .slide-title {
  color: #666666;
  text-align: center;
  line-height: 1.3846153846;
}
.case .section3 .swiper-button-prev {
  left: -60px;
}
.case .section3 .swiper-button-next {
  right: -60px;
}

.case-detail .section1 {
  padding-top: 0.34rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.case-detail .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.42rem;
}
.case-detail .section1 .info {
  width: 57.5%;
}
.case-detail .section1 .title {
  line-height: 1.347826087;
  margin-bottom: 0.34rem;
}
.case-detail .section1 .text {
  line-height: 1.6666666667;
  color: #666666;
}
.case-detail .section1 .img {
  width: 32.5%;
  border-radius: 0.28rem;
}
.case-detail .section2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.case-detail .section2 .title {
  line-height: 1.347826087;
  margin-bottom: 0.2rem;
}
.case-detail .section2 .text {
  line-height: 1.66;
}

.case-detail .section2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}


.case-detail .section2 .left {
  width: 57%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: .5rem;          
}
.case-detail .section2 .line {
  width: 1px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 5%;
  background-color: #D9D9D9;
}

.case-detail .section2 .right{
    flex-grow:1;
}



.case-detail .section2 .tip {
  line-height: 1.75;
  margin-bottom: 0.14rem;
}

.case-detail .section2  .ul{
    display: flex;
    flex-wrap: wrap;
}

.case-detail .section2 .li {
  line-height: 1.5;
  width: 33.33%;
  margin-bottom: 0.15rem;
  white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.case-detail .section2 .li:hover img {
  -webkit-transform: translate3d(10px, -7px, 0);
     -moz-transform: translate3d(10px, -7px, 0);
          transform: translate3d(10px, -7px, 0);
}
.case-detail .section2 .li img {
  display: inline-block;
  width: 0.4em;
  margin-left: 0.13rem;
  vertical-align: baseline;
}

.case-detail .section3 {
  background-color: #f5f5f5;
  padding: 0.57rem 0;
}
.case-detail .section3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.case-detail .section3 .title {
  line-height: 1.3888888889;
  margin-bottom: 0.2rem;
}

.case-detail .section3 .left {
  width: 57%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: .5rem;          
}
.case-detail .section3 .line {
  width: 1px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 5%;
  background-color: #D9D9D9;
}
.case-detail .section3 .text {
  line-height: 1.75;
}
.case-detail .section3 .text p::before {
  display: inline-block;
  vertical-align: sub;
  content: "";
  margin-right: 0.1rem;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  background: url(../images_die/lc/svg/1.svg) no-repeat center center/100% 100%;
}
.case-detail .section3 .text2 {
  line-height: 1.75;
}
.case-detail .section3 .text2 p + p {
  margin-top: 0.1rem;
}
.case-detail .section4 {
  padding: 0.8rem 0;
}
.case-detail .section4 .title {
  line-height: 1.3888888889;
  margin-bottom: 0.5rem;
}
.case-detail .section4 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case-detail .section4 .list::after {
  content: "";
  position: relative;
  height: 0;
  width: 30.625%;
}
.case-detail .section4 .item {
  width: 30.625%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.case-detail .section4 .item-icon {
  width: 6.25em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.case-detail .section4 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.1rem;
}
.case-detail .section4 .item-text {
  line-height: 1.6;
}
.case-detail .section5 {
  background: -webkit-linear-gradient(bottom, #FFF 0%, #f5f5f5 100%);
  background: -moz-linear-gradient(bottom, #FFF 0%, #f5f5f5 100%);
  background: -o-linear-gradient(bottom, #FFF 0%, #f5f5f5 100%);
  background: linear-gradient(0deg, #FFF 0%, #f5f5f5 100%);
  padding: 0.8rem 0;
}
.case-detail .section5 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}



.case-detail .section4 .list.shuang .item{
    width: 48%;
}

.case-detail .section5 .info {
  width: 43.4375%;
}
.case-detail .section5 .title {
  line-height: 1.3888888889;
  margin-bottom: 0.2rem;
}
.case-detail .section5 .text {
  line-height: 1.75;
}
.case-detail .section5 .img {
  width: 48.75%;
  border-radius: 0.28rem;
}
.case-detail .section6 {
  background-color: #f5f5f5;
  padding: 0.8rem 0;
}
.case-detail .section6 .title {
  line-height: 1.3888888889;
  margin-bottom: 0.2rem;
}
.case-detail .section6 .text {
  line-height: 1.75;
  margin-bottom: 0.63rem;
}
.case-detail .section6 .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  margin-bottom: 0.4rem;
}
.case-detail .section6 .tip {
  line-height: 1.75;
  margin-bottom: 0.14rem;
}
.case-detail .section6 .li {
  line-height: 1.5;
  width: 3rem;
  margin-bottom: 0.15rem;
}
.case-detail .section6 .li:hover img {
  -webkit-transform: translate3d(10px, -7px, 0);
     -moz-transform: translate3d(10px, -7px, 0);
          transform: translate3d(10px, -7px, 0);
}
.case-detail .section6 .li img {
  display: inline-block;
  width: 0.4em;
  margin-left: 0.13rem;
  vertical-align: baseline;
}

.application .section1 {
  background: no-repeat center center/cover;
  min-height: 6.4rem;
}
.application .section1 .box {
  padding: 42px 0;
}
.application .section1 .my-breadcrumb {
  position: absolute;
  left: 0;
  top: 0.35rem;
}
.application .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.application .section1 .info {
  width: 33.75%;
}
.application .section1 .title {
  line-height: 1.1282051282;
    margin-bottom: 0.14rem;
    white-space: nowrap;
}

.application .section1 .text2 {
    line-height: 1.3888888889;
    margin-bottom: 0.32rem;
    white-space: nowrap;
}

.application .section1 .text {
  line-height: 1.6666666667;
  color: #666666;
}
.application .section1 .img {
  width: 55.125%;
  min-height: 5.55rem;
  opacity: 0;
}
.application .section2 {
  padding-top: 1rem;
  padding-bottom: 0.3rem;
}
.application .section2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.application .section2 .list::after {
  position: relative;
  content: "";
  width: 31.25%;
  height: 0;
}
.application .section2 .item {
  width: 31.25%;
  background-color: #f5f5f5;
  margin-bottom: 0.5rem;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.application .section2 .item:hover .item-text {
  color: #0C938E;
}
.application .section2 .item-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.application .section2 .item-info {
  padding: 0.25rem 0.4rem 0.2rem;
}
.application .section2 .item-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
}
.application .section2 .item-text {
  line-height: 1.4166666667;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.application .section2 .item-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
}
.application .section2 .item-line {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #eeeeee;
  margin-bottom: 0.25rem;
}
.application .section2 .item-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.application .section2 .item-li {
  line-height: 1.5555555556;
  width: 49%;
  position: relative;
  z-index: 3;
  margin-bottom: 0.1rem;
  color: #8e8e8e;
}
.application .section2 .item-li:hover {
  color: #0C938E;
}
.application .section2 .item-li::before {
  position: relative;
  content: "●";
  font-size: 0.3em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.14rem;
}

.application-detail .section1 .info {
  width: 37.1875%;
}
.application-detail .section1 .title {
  margin-bottom: 0.3rem;
}
.application-detail .section1 .text {
  line-height: 1.6666666667;
  color: #666666;
}
.application-detail .section2 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.application-detail .section2 .title {
  line-height: 1.347826087;
  margin-bottom: 0.4rem;
}
.application-detail .section2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.application-detail .section2 .swiper {
  width: 90.25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0;
}
.application-detail .section2 .swiper-slide {
  border-radius: 0.28rem;
}
.application-detail .section2 .slide-more {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0C938E;
  color: #fff;
  border-radius: 50px;
  line-height: 2.6666666667;
  padding: 0 0.3rem;
}
.application-detail .section2 .slide-more span {
  margin-left: 0.09rem;
}
.application-detail .section2 .my-swiper-button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.application-detail .section2 .my-swiper-button .swiper-button {
  position: relative;
  top: auto;
  -webkit-transform: initial;
     -moz-transform: initial;
      -ms-transform: initial;
       -o-transform: initial;
          transform: initial;
  left: auto;
  right: auto;
  margin-top: 0;
}
.application-detail .section2 .my-swiper-button .swiper-button-prev {
  margin-right: 0.1rem;
}
.application-detail .section2 .swiper-pagination {
  display: none;
}
.application-detail .section3 {
  background-color: #f5f5f5;
}
.application-detail .section3 .item1 {
  padding-top: 0.85rem;
  padding-bottom: 0.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.application-detail .section3 .item1 .title {
  line-height: 1.6111111111;
}
.application-detail .section3 .item1 .ul {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.application-detail .section3 .item1 .li {
  cursor: pointer;
}
.application-detail .section3 .item1 .li + .li {
  margin-left: 0.38rem;
}
.application-detail .section3 .item1 .li:nth-of-type(even) {
  margin-top: 4.75em;
}
.application-detail .section3 .item1 .li-icon {
  width: 7.9em;
  margin: 0 auto 0.16rem;
}
.application-detail .section3 .item1 .li-title {
  width: 8.7em;
  text-align: center;
  line-height: 1.6;
  padding: 0.05rem 10px;
  background-color: #fff;
  border-radius: 50px;
}
.application-detail .section3 .item2 {
  padding: 0.86rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.application-detail .section3 .item2 .img {
  width: 52.625%;
}
.application-detail .section3 .item2 .info {
  width: 38.4375%;
}
.application-detail .section3 .item2 .title {
  line-height: 1.75;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 0.43rem;
}
.application-detail .section3 .item2 .tip {
  line-height: 1.5833333333;
  margin-bottom: 0.32rem;
}
.application-detail .section3 .item2 .li {
  line-height: 1.5;
  margin-bottom: 0.15rem;
  margin-right: 0.5rem;
}
.application-detail .section3 .item2 .li:hover img {
  -webkit-transform: translate3d(10px, -7px, 0);
     -moz-transform: translate3d(10px, -7px, 0);
          transform: translate3d(10px, -7px, 0);
}
.application-detail .section3 .item2 .li img {
  display: inline-block;
  width: 0.4em;
  margin-left: 0.13rem;
  vertical-align: baseline;
}
.application-detail .section3 .item3 {
  padding-top: 0.63rem;
  padding-bottom: 0.87rem;
}
.application-detail .section3 .item3 .title {
  line-height: 1.6111111111;
  margin-bottom: 0.24rem;
}
.application-detail .section3 .item3 .swipers {
      border-radius: 0.22rem;
  /*background-color: #fff;*/

  /*padding: 0.4rem 0.56rem 0.1rem;*/
}
.application-detail .section3 .item3 .swiper {
  padding-bottom: 0px;
}
.application-detail .section3 .item3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   background-color: #fff;

  padding: 0.4rem 0.56rem 40px;
}
.application-detail .section3 .item3 .swiper-slide:hover .slide-title {
  color: #0C938E;
}
.application-detail .section3 .item3 .slide-img {
  width: 63.353115727%;
  margin-right: 3.8575667656%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 12px;
}
.application-detail .section3 .item3 .slide-info {
     width: 32%;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.application-detail .section3 .item3 .swiper-pagination{bottom:10px;}


.application-detail .section3 .item3 .slide-title {
  line-height: 1.5833333333;
  margin-bottom: 0.07rem;
}
.application-detail .section3 .item3 .slide-text {
  line-height: 1.6666666667;
  color: #666;
}
.application-detail .section3 .item3 .more {
  margin-top: 0.07rem;
}
.application-detail .section3 .line {
  height: 0.08rem;
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 3px;
}
.application-detail .section4 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.application-detail .section4 .title {
  line-height: 1.347826087;
  margin-bottom: 0.3rem;
}
.application-detail .section4 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.application-detail .section4 .item {
  width: 13.125%;
  margin: 0 2%;
  position: relative;
  margin-bottom: 0.15rem;
}
.application-detail .section4 .item:first-child {
  margin-left: 0;
}
.application-detail .section4 .item:nth-child(6) {
  margin-right: 0;
}
.application-detail .section4 .item:hover .item-icon {
  background-color: #0C938E;
}
.application-detail .section4 .item-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #efefef;
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 5%;
  right: 0;
  -webkit-transform: translate3d(50%, 0, 0);
     -moz-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
}
.application-detail .section4 .item-icon span {
  width: 11px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.application-detail2 .section1 .info {
  width: 35.9375%;
}
.application-detail2 .section1 .title {
  margin-bottom: 0.3rem;
}
.application-detail2 .section1 .text {
  line-height: 1.6666666667;
  color: #666666;
}
.application-detail2 .section2 {
  padding-top: 0.94rem;
  padding-bottom: 0.6rem;
}
.application-detail2 .section2 .title {
  line-height: 1.6111111111;
  margin-bottom: 0.5rem;
}
.application-detail2 .section2 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.application-detail2 .section2 .swiper-wrapper::after {
  position: relative;
  content: "";
  width: 28%;
  height: 0;
}
.application-detail2 .section2 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  margin-bottom: 0.2rem;
}
.application-detail2 .section2 .swiper-slide:nth-of-type(3n + 1) {
  width: 34%;
}
.application-detail2 .section2 .swiper-slide:nth-of-type(3n + 2) {
  width: 33%;
}
.application-detail2 .section2 .swiper-slide:nth-of-type(3n) {
  width: 28%;
}
.application-detail2 .section2 .slide-icon {
  width: 7.9em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.25rem;
}
.application-detail2 .section2 .slide-title {
  line-height: 1.6;
}
.application-detail2 .section3 {
  padding-top: 0.9rem;
  padding-bottom: 1.3rem;
  background-color: #f5f5f5;
}
.application-detail2 .section3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.application-detail2 .section3 .content.active .swiper,
.application-detail2 .section3 .content.active .my-swiper-button{
    display: none;
}
.application-detail2 .section3 .content.active .info{
    width: 100%;
    display: flex;
    margin-right: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.application-detail2 .section3 .content.active .info .title,
.application-detail2 .section3 .content.active .info .info-bottom{
    width: 48%
}
.application-detail2 .section3 .content.active .info .info-bottom{
    width: 20.5em
}
.application-detail2 .section3 .content.active .info .ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1.6666666667em;
    row-gap: initial;
}
.application-detail2 .section3 .content.active .info .li{
    margin-right: 0;
}
.application-detail2 .section3 .swiper {
  margin-left: 0;
  width: 48.75%;
}
.application-detail2 .section3 .swiper-slide {
  background-color: #fff;
  border-radius: 28px;
  overflow: hidden;
}
.application-detail2 .section3 .swiper-slide:hover .slide-title {
  color: #0C938E;
}
.application-detail2 .section3 .slide-info {
  padding: 0.25rem 0.4rem 0.3rem;
}
.application-detail2 .section3 .slide-title {
  line-height: 1.5833333333;
  margin-bottom: 0.06rem;
}
.application-detail2 .section3 .slide-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.application-detail2 .section3 .slide-text {
  line-height: 1.6666666667;
  color: #666;
}
.application-detail2 .section3 .sldie-more {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.5rem;
}
.application-detail2 .section3 .swiper-pagination {
  display: none;
}
.application-detail2 .section3 .swiper-button-prev {
  margin-right: 7px;
}
.application-detail2 .section3 .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0.4rem;
  bottom: -0.65rem;
}
.application-detail2 .section3 .my-swiper-button .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
  top: auto;
}
.application-detail2 .section3 .info {
  width: 38.4375%;
  margin-right: 6.25%;
}
.application-detail2 .section3 .title {
  line-height: 1.75;
  padding-bottom: 0.27rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.45rem;
}
.application-detail2 .section3 .tip {
  line-height: 1.5833333333;
  margin-bottom: 0.2rem;
}
.application-detail2 .section3 .li {
  line-height: 1.5;
  margin-bottom: 0.15rem;
  margin-right: 0.5rem;
}
.application-detail2 .section3 .li:hover img {
  -webkit-transform: translate3d(10px, -7px, 0);
     -moz-transform: translate3d(10px, -7px, 0);
          transform: translate3d(10px, -7px, 0);
}
.application-detail2 .section3 .li img {
  display: inline-block;
  width: 0.4em;
  margin-left: 0.13rem;
  vertical-align: baseline;
}
.application-detail2 .section4 {
  background-color: #efefef;
  padding: 0.18rem 0;
}
.application-detail2 .section4 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.application-detail2 .section4 .info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.application-detail2 .section4 .title {
  line-height: 1.2608695652;
  margin-bottom: 0.14rem;
}
.application-detail2 .section4 .text {
  line-height: 1.75;
  margin-bottom: 0.25rem;
}
.application-detail2 .section4 .link {
  line-height: 2.6666666667;
  background-color: #0C938E;
  padding: 0 0.3rem;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #fff;
}
.application-detail2 .section4 .link:hover {
  background-color: #062741;
}
.application-detail2 .section4 .link img {
  width: 1.1666666667em;
  margin-left: 0.09rem;
  -webkit-transform: translate3d(0, 10%, 0);
     -moz-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
}
.application-detail2 .section4 .img {
  width: 51.625%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 20px;
}
.application-detail2 .section5 {
  padding-top: 0.95rem;
  padding-bottom: 0.75rem;
}
.application-detail2 .section5 .title {
  line-height: 1.2608695652;
  margin-bottom: 0.4rem;
}
.application-detail2 .section5 .swiper {
  padding-bottom: 25px;
}
.application-detail2 .section5 .swiper-slide {
  width: 27.9375%;
  border-radius: 0.28rem;
}
.application-detail2 .section5 .slide-more {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0C938E;
  color: #fff;
  border-radius: 50px;
  line-height: 2.6666666667;
  padding: 0 0.3rem;
}
.application-detail2 .section5 .slide-more span {
  margin-left: 0.09rem;
}

.solution .section1 {
  overflow: hidden;
  background: no-repeat center center/cover;
}
.solution .section1 .my-breadcrumb {
  margin-top: 0.35rem;
}
.solution .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
  
  
  
}
.solution .section1 .title {
  line-height: 1.1282051282;
  margin-bottom: 0.14rem;
  white-space:nowrap;
}
.solution .section1 .text {
  line-height: 1.3888888889;
  margin-bottom: 0.32rem;
  white-space:nowrap;
}
.solution .section1 .text img {
  display: inline-block;
  width: 0.5555555556em;
  vertical-align: text-top;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.solution .section1 .text2 {
  line-height: 1.6666666667;
  color: #666;
}
.solution .section1 .link {
  line-height: 2.6666666667;
  border-radius: 50px;
  background-color: #0C938E;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 0.3rem;
  margin-top: 0.72rem;
}
.solution .section1 .link span {
 position: relative;left: 0px;
}
.solution .section1 .link img {
  width: 1.6666666667em;
  margin-left: 0.1rem;
}

.solution .section1 .link *{
    
     -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;
}

.solution .section1 .link:hover span{
    
    left: .2rem;
}

.solution .section1 .link:hover img{
    
   opacity: 0;
}




.solution .section1 .info {
  width: 31.25%;
}
.solution .section1 .img {
  width: 67.8125%;

  height: 5rem;

}
.solution .section1 .img img {
  width: 108%;
  max-width: initial;
}
.solution .section4 .title-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.45rem;
}
.solution .section4 .title {
  margin-bottom: 0;
}

.solution2 .section1 {
  overflow: hidden;
  background: no-repeat center center/cover;
}
.solution2 .section1 .my-breadcrumb {
  top: 0.35rem;
  position: absolute;
  left: 0;
}
.solution2 .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;;
     -moz-box-align: flex-start;;
      -ms-flex-align: flex-start;;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 0 10px;
}
.solution2 .section1 .title {
  line-height: 1.1282051282;
  margin-bottom: 0.14rem;
}
.solution2 .section1 .text {
  line-height: 1.3888888889;
  margin-bottom: 0.21rem;
  color: #3c7eb3;
}
.solution2 .section1 .text img {
  display: inline-block;
  width: .3rem;
  vertical-align: text-top;
  position: relative;
  left: 20px;
}

.solution2 .section1 .text svg {
  display: inline-block;
  width: .3rem;
  vertical-align: text-top;
  position: relative;
  left: 20px;
}
.solution2 .section1 .text2 {
  line-height: 1.6666666667;
}
.solution2 .section1 .ul {
  margin-top: 0.38rem;
  background-color: #fff;
  border-radius: 12px;
  padding: 0.15rem 0.37rem;
  display: inline-block;
}
.solution2 .section1 .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution2 .section1 .li + .li {
    margin-top: 0.26rem;
}


.solution2 .section1 .ul.duo{
    display: flex;
    flex-wrap: wrap;
}

.solution2 .section1 .ul.duo .li{
    width: 50%;
    margin-top: 0.26rem;
}

.solution2 .section1 .ul.duo .li:nth-child(1),.solution2 .section1 .ul.duo .li:nth-child(2){
    margin-top: 0;
}


.solution2 .section1 .li-icon {
  width: 1.3em;
  margin-right: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.solution2 .section1 .li-text {
  color: #3c7eb3;
  line-height: 1.4;
}
.solution2 .section1 .info {
  width: 38%;
  padding-top: .5rem;
}
.solution2 .section1 .img {
  width: 56.5%;
 
  height: 5.8rem;
  
}
.solution2 .section1 .img img {
  width: 100%;
  max-width: initial;
  opacity: 0;
}
.solution2 .section2 {
  padding-top: 0.7rem;
  padding-bottom: 0.4rem;
}
.solution2 .section2 .title {
  line-height: 1.347826087;
}
.solution2 .section4 {
  padding-top: 0.85rem;
  padding-bottom: 0.3rem;
}
.solution2 .section4 .title {
  line-height: 1.347826087;
  margin-bottom: 0.66rem;
}
.solution2 .section4 .content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.solution2 .section4 .swiper {
  padding-bottom: 25px;
}
.solution2 .section4 .swiper-slide {
  height: 5.36rem;
  width: 16.3541666667%;
  cursor: pointer;
  border-radius: 0.2rem;
  overflow: hidden;
}
.solution2 .section4 .swiper-slide.active {
  width: 14.84375%;
}
.solution2 .section4 .swiper-slide.active1 {
  width: 24.4791666667%;
}
.solution2 .section4 .swiper-slide:hover .slide-noactive {
  opacity: 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.solution2 .section4 .swiper-slide:hover .slide-active {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.solution2 .section4 .slide-bg {
  width: 100%;
  height: 100%;
}
.solution2 .section4 .slide-noactive {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(71, 49, 17, 0.4);
  padding-bottom: 0.37rem;
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.solution2 .section4 .slide-noactive .slde-icon {
  width: 1.8em;
  margin-bottom: 20px;
}
.solution2 .section4 .slide-noactive .slide-title {
  color: #fff;
  line-height: 1.5;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  min-height: 6em;
}
.solution2 .section4 .slide-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(71, 49, 17, 0.8));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(71, 49, 17, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(71, 49, 17, 0.8));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(71, 49, 17, 0.8));
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0.42rem 0.5rem;
  opacity: 0;
}
.solution2 .section4 .slide-active .slide-icon {
  width: 1.9444444444em;
  height: 1.9444444444em;
  border-radius: 50%;
  background-color: #3c7eb3;
  margin-bottom: 0.16rem;
}
.solution2 .section4 .slide-active .slide-title {
  color: #fff;
  line-height: 1.3888888889;
  margin-bottom: 0.08rem;
}
.solution2 .section4 .slide-active .slide-text {
  color: #fff;
  line-height: 1.5;
}
.solution2 .section4 .slide-active .slide-text span {
  margin-right: 0.2rem;
}
.solution2 .section4 .slide-active .slide-text span::before {
  position: relative;
  content: "- ";
}
.solution2 .section5 {
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.solution2 .section5 .title {
  line-height: 1.347826087;
  margin-bottom: 0.7rem;
}
.solution2 .section5 .swiper {
  overflow: initial;
}
.solution2 .section5 .swiper-slide {
  width: 11.7rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 0.22rem;
  overflow: hidden;
}
.solution2 .section5 .slide-info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 0.73rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          
    width: 44.5%;
}
.solution2 .section5 .slide-title {
  line-height: 1.3888888889;
  margin-bottom: 0.1rem;
  height: 2.7777777778em;
}
.solution2 .section5 .slide-text {
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.42rem;
}
.solution2 .section5 .slide-img {
  width: 55.5555555556%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.solution2 .section5 .swiper-button {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #dbdbdb;
}
.solution2 .section5 .swiper-button::after {
  color: #fff;
  font-size: 26px;
}
.solution2 .section5 .swiper-button:hover {
  background-color: #062741;
}
.solution2 .section5 .swiper-button-prev {
  left: 1.3rem;
}
.solution2 .section5 .swiper-button-next {
  right: 1.3rem;
}
.solution2 .section5 .swiper-pagination {
  display: none;
}
.solution2 .section6 {
  background-color: #f5f5f5;
  padding-top: 0.6rem;
}
.solution2 .section6 .title-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}
.solution2 .section6 .title-container .title {
  margin-bottom: 0;
}
.solution2 .section6 .swiper-slide {
  background-color: #fff;
}
.solution2 .section6 .more .a {
  background-color: #efefef;
}
.solution2 .section6 .more .a:hover {
  background-color: #0C938E;
}

@media (max-width: 1800px) {


.solution .section1 .img img{width:105%;}



}


@media (max-width: 1600px) {

  
    
    .solution .section1 .info{width:33%;}



}

@media (max-width: 1440px) {
  .case .section3 .swiper {
    width: 100%;
  }
  .application-detail .section3 .item1 .li + .li {
    margin-left: 0.2rem;
  }
  .application-detail .section3 .item1 .ul {
    font-size: 14px;
  }
  .application-detail .section3 .item3 .swipers {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .my-compare .item-look img, .my-compare .item-check img {
    margin-left: 0.1rem;
  }
  .my-compare .item-look {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .my-compare .item-check {
    padding-left: 0.15rem;
    padding-right: 0.1rem;
  }
  .my-compare .compare-more {
    margin-left: 0.4rem;
  }
  .my-compare .compare-li {
    margin-right: 0.26rem;
    
  }
  .solution2 .section5 .swiper-button-prev {
    left: 0.85rem;
  }
  .solution2 .section5 .swiper-button-next {
    right: 0.85rem;
  }
}
@media (max-width: 1100px) {
  .my-main {
    padding-top: 0;
  }
  .case-detail .section4 .item {
    width: 40%;
  }
}
@media (min-width: 961px) {
    .application-detail2 .section3 .content.active .info .title{
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 960px) {
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-breadcrumb {
    display: none;
  }
  .my-banner .banner-img1 {
    display: none;
  }
  .my-banner .banner-img2 {
    display: block;
  }
  .my-banner .content {
    position: relative;
    padding: 20px 0;
  }
  .my-swiper-button .swiper-button {
    display: none;
  }
  .my-swiper-pagination.my-swiper-pagination-yd {
    display: block;
  }
  .my-active1 .swiper-slide {
    width: 250px;
  }
  .my-active2 .swiper-slide {
    width: 180px;
  }
  .my-compare .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .my-compare .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .my-compare .left-title {
    padding-right: 20px;
  }
  .my-compare .left-lis {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .my-compare .left-li {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .my-compare .left-li + .left-li {
    margin-top: 0;
  }
  .my-compare .right {
    width: 100%;
  }
  .my-compare .item {
    width: 100%;
  }
  .my-compare .item-check {
    padding-left: 15px;
  }
  .my-compare .item-s {
    width: 26px;
    height: 26px;
    border-width: 3px;
  }
  .my-compare .item-s::before {
    border-width: 3px;
  }
  .my-compare .compare-lis {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .my-compare .compare-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .my-compare .compare-ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .my-compare .compare-more {
    margin-left: 0;
  }
  .case .section2 .item {
    width: 100%;
  }
  .case .section2 .item-more {
    display: none;
  }
  .case .section2 .item-info {
    padding: 15px;
  }
  .case .section3 .swiper {
    padding-bottom: 30px;
  }
  .case-detail .section1 .content {
    padding-top: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .case-detail .section1 .info {
    width: 100%;
  }
  .case-detail .section1 .img {
    width: 100%;
    margin-top: 20px;
  }
  .case-detail .section3 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .case-detail .section3 .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .case-detail .section3 .line {
    display: block;
  }
  .case-detail .section3 .right {
    width: 100%;
  }
  .case-detail .section4 .item {
    width: 49%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-detail .section4 .item-icon {
    margin: 0 auto 15px;
  }
  .case-detail .section4 .item-info {
    width: 100%;
    text-align: center;
  }
  .case-detail .section5 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .case-detail .section5 .info {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-detail .section5 .img {
    width: 100%;
  }
  .case-detail .section6 .li {
    width: auto;
    margin-right: 15px;
  }
  .application .section1 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application .section1 .info {
    width: 100%;
    margin-bottom: 20px;
  }
  .application .section1 .img {
    width: 100%;
  }
  .application .section2 .item {
    width: 100%;
  }
  .application-detail .section1 .box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .application-detail .section1 .info {
    width: 100%;
  }
  .application-detail .section2 .swiper {
    width: 100%;
    padding-bottom: 25px;
  }
  .application-detail .section2 .swiper-slide {
    width: 280px;
  }
  .application-detail .section2 .swiper-pagination {
    display: block;
  }
  .application-detail .section3 .item1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application-detail .section3 .item1 .title {
    margin-bottom: 20px;
  }
  .application-detail .section3 .item1 .ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .application-detail .section3 .item1 .ul::after {
    position: relative;
    content: "";
    width: 32%;
    height: 0;
  }
  .application-detail .section3 .item1 .li {
    width: 32%;
    margin-bottom: 15px;
  }
  .application-detail .section3 .item1 .li-title {
    width: 100%;
  }
  .application-detail .section3 .item1 .li:nth-of-type(even) {
    margin-top: 0;
  }
  .application-detail .section3 .item1 .li + .li {
    margin-left: 0;
  }
  .application-detail .section3 .item2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application-detail .section3 .item2 .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .application-detail .section3 .item2 .info {
    width: 100%;
  }
  .application-detail .section3 .item3 .swiper-slide {
    width: 260px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application-detail .section3 .item3 .slide-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .application-detail .section4 .list {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .application-detail .section4 .list::after {
    position: relative;
    content: "";
    height: 0;
    width: 32%;
  }
  .application-detail .section4 .item {
    width: 32%;
    margin: 0 !important;
  }
  .application-detail .section4 .item-icon {
    display: none;
    -webkit-transform: translate3d(50%, 0, 0) scale(0.8);
       -moz-transform: translate3d(50%, 0, 0) scale(0.8);
            transform: translate3d(50%, 0, 0) scale(0.8);
    bottom: 0;
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .application-detail2 .section1 .box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .application-detail2 .section1 .info {
    width: 100%;
  }
  .application-detail2 .section2 .swiper {
    padding-bottom: 25px;
  }
  .application-detail2 .section2 .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .application-detail2 .section2 .swiper-slide {
    width: 150px !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application-detail2 .section2 .slide-icon {
    margin: 0 auto 15px;
  }
  .application-detail2 .section2 .slide-title {
    text-align: center;
  }
  .application-detail2 .section3 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application-detail2 .section3 .swiper {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .application-detail2 .section3 .swiper-pagination {
    display: block;
  }
  .application-detail2 .section3 .sldie-more {
    display: none;
  }
  .application-detail2 .section3 .info {
    width: 100%;
  }
  .application-detail2 .section4 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .application-detail2 .section4 .info, .application-detail2 .section4 .img {
    width: 100%;
  }
  .application-detail2 .section4 .img {
    margin-top: 20px;
    margin-left: 0;
  }
  .application-detail2 .section5 .swiper-slide {
    width: 280px;
  }
  .solution .section1 .content {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solution .section1 .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .solution .section1 .img img {
    width: 100%;
  }
  .solution .section1 .info {
    width: 100%;
  }
  .solution2 .section1 .content {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solution2 .section1 .img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .solution2 .section1 .img img {
    width: 100%;
  }
  .solution2 .section1 .info {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .solution2 .section4 .content {
    width: 90%;
  }
  .solution2 .section4 .swiper-slide {
    width: 250px;
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }
  .solution2 .section4 .slide-noactive {
    display: none;
  }
  .solution2 .section4 .slide-active {
    opacity: 1;
  }
  .solution2 .section5 .swiper-button {
    display: none;
  }
  .solution2 .section5 .swiper {
    padding-bottom: 30px;
  }
  .solution2 .section5 .swiper-pagination {
    display: block;
  }
  .solution2 .section5 .swiper-slide {
    width: 300px;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .solution2 .section5 .slide-info {
    width: 100%;
  }
  .solution2 .section5 .slide-img {
    width: 100%;
  }
  .application-detail2 .section3 .content.active .info .title, .application-detail2 .section3 .content.active .info .info-bottom{
      width: 100%;
  }
  
  
  .solution2 .section1,.application .section1 {
      overflow: hidden;
      background: #f5f5f5 !important;
    }
    

    .solution2 .section1 .img img{opacity:1;}


    .application .section1 .img {opacity:1;}

    .case-detail .section2 .content{display:block;}
    
    .case-detail .section2 .left{width:100%;}
    
    .case-detail .section2 .line{display:none;}

    .case-detail .section2 .right{width:100%;margin-top:20px;}
    




}