﻿.textHide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w {
  margin: 0 auto;
  width: 1254px;
}
#toplogo {
  background-size: 100% 100%;
}
.kvSwiper .swiper-img {
  width: 100%;
}
.kvSwiper .swiper-pagination-bullet-active {
  background: #fff;
}
.kvSwiper .swiper-pagination-bullets {
  bottom: 140px;
}
.kv-data {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: rgba(0, 0, 0, 0.35);
}
.kv-data .kv-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 130px;
}
.kv-data .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.kv-data .items .desc {
  margin-left: 20px;
}
.kv-data .items .num {
  font-size: 42px;
}
.kv-data .items .unit {
  margin-left: 12px;
  font-size: 33%;
}
.kv-data .items .tag {
  margin-top: 5px;
  font-size: 18px;
}
.bg {
  background: url(../img/index-bg.png) 50% 0 no-repeat;
  background-size: 100%;
}
.common-title {
  padding: 50px 0 20px;
  text-align: right;
}
.common-title .title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
.common-title .more {
  margin: 10px 10px 0 0;
  display: inline-block;
  width: 116px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 36px;
  background-color: #0075ec;
}
.common-layout {
  display: flex;
  justify-content: space-between;
}
.common-layout .side-img {
  margin-right: 27px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.product-swiper,
.case-swiper {
  flex: 1;
  padding: 10px 10px 10px 0;
}
.commom-swiper-pagination {
  padding-top: 40px;
  text-align: center;
}
.commom-swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 16px;
  border-radius: 16px;
  background: #cecece;
  opacity: 1;
  transition: all 0.3s;
}
.commom-swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
  background: #2176d5;
}
.product-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-container .items {
  width: 290px;
  height: 372px;
  padding: 20px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.product-container .items:not(:nth-child(3n+1)) {
  margin-left: 27px;
}
.product-container .items:nth-child(n+4) {
  margin-top: 27px;
}
.product-container .inner {
  padding: 0 20px;
}
/*.product-container .logos img {*/
  /*height: 40px;*/
/*}*/
.product-container .name {
  margin-top: 16px;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-container .tags {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-container .tags .tag {
  margin-right: 6px;
  padding: 2px 6px;
  font-size: 14px;
  color: #333;
  background: #e7e7e7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-container .rate {
  margin-top: 22px;
  font-size: 14px;
  color: #333;
}
.product-container .rate .num {
  font-size: 24px;
  font-weight: bold;
  color: #ff6000;
}
.product-container .rate .unit {
  font-size: 66%;
  color: #333;
  font-weight: normal;
}
.product-container .details {
  margin-top: 30px;
}
.product-container .details .detail {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* .product-container .details .detail + .detail {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d0d0d0;
} */
.product-container .details .row {
  position: relative;
  padding-right: 8px;
}
.product-container .details .row::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  /* padding: 5px; */
  border-right: 1px solid #ccc;
}
.product-container .details p:last-of-type {
  width: 135px;
  padding-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-container .button {
  margin-top: 25px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  letter-spacing: 2px;
  background-color: #0075ec;
  border-radius: 2px;
}
.case-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case-container .items {
  width: 448px;
  height: 104px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.case-container .items:not(:nth-child(2n+1)) {
  margin-left: 27px;
}
.case-container .items:nth-child(n+3) {
  margin-top: 27px;
}
.case-container .date {
  width: 88px;
  font-size: 24px;
  color: #fff;
}
.case-container .date .month {
  margin-top: 8px;
  font-size: 70%;
}
.case-container .content {
  padding: 15px 30px 15px 12px;
}
.case-container .name {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-container .row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-container .price {
  color: #666;
  font-size: 14px;
}
.case-container .price b {
  font-size: 30px;
  color: #ff6000;
}
.case-container .type {
  font-size: 15px;
  font-weight: bold;
}
.card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.card .date {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background-color: #4196ff;
}
.card .content {
  flex: 1;
  overflow: hidden;
}
.info-board {

}
.info-board .photo {
  position: relative;
  height: 276px;
  /*background: url(../img/info-img.png) 50% 50% no-repeat;*/
  background-size: cover;
  overflow: hidden;
}

#info-first {
  width: 516px;
  height: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.info-board .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-board .desc {
  margin-top: 12px;
  padding: 0 15px;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
}
.info-list {
  margin-left: 20px;
  flex: 1;
}
.info-list .items {
  height: 81px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.info-list .items + .items {
  margin-top: 12px;
}
.info-list .date {
  width: 84px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
.info-list .date .month {
  margin-top: 5px;
  font-size: 60%;
}
.info-list .content {
  padding: 0 25px;
  color: #333;
}
.info-list .name {
  height: 42px;
  font-size: 15px;
  font-weight: bold;
}
.info-list .from {
  margin-top: 5px;
  font-size: 13px;
}
.cooperation-swiper {
  margin-top: 30px;
}
.cooperation-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cooperation-items .items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 301px;
  height: 88px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  box-sizing: border-box;
}
.cooperation-items .items:not(:nth-child(4n+1)) {
  margin-left: 16px;
}
.cooperation-items .items:nth-child(n+5) {
  margin-top: 16px;
}
.cooperation-business {
  margin-top: 30px;
  padding-bottom: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation-business .items {
  margin: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 490px;
  height: 91px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.img-size{width: 180px; height: 50px;}
