@charset "UTF-8";
.navSwiper {
  width: 100%;
  margin: 0 auto;
  min-height: 560px;
  overflow: hidden;
  position: relative;
  opacity: 0;
}

.navSwiper .button-next,
.navSwiper .button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 255px;
  z-index: 20;
}

.navSwiper .button-next img,
.navSwiper .button-prev img {
  width: 60%;
  height: 60%;
  transform: rotate(-90deg);
}

.navSwiper .button-next {
  left: initial;
  right: 0;
}

.navSwiper .button-next img {
  transform: rotate(90deg);
}

.navSwiper img {
  width: 100%;
}

.navSwiper .swiperPoints {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.navSwiper .swiperPoints .item {
  width: 30px;
  background-color: #fff;
  height: 4px;
  margin-right: 10px;
}

.navSwiper .swiperPoints .item .bar {
  background-color: #333;
  width: 0 !important;
  height: 100%;
}

.navSwiper .swiperPoints .item:last-child {
  margin-right: 0;
}

.navSwiper .swiperPoints .active .bar {
  transition: all 0.4s;
  width: 100% !important;
}

.newNotice {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.newNotice .title {
  font-weight: bold;
  color: #444;
  width: 70px;
}

.newNotice .messages {
  display: flex;
  align-items: center;
  width: 1110px;
  margin-left: 20px;
}

.newNotice .messages .item {
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #333;
  margin-right: 135px;
}

.newNotice .messages .item:hover {
  color: #0071ef;
}

.newNotice .messages .item:last-child {
  margin-right: 0;
}

.productList {
  padding: 60px 0 40px;
  background-color: whitesmoke;
}

.productList .commonDiv {
  overflow: hidden;
}

.productList .mainCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productList .mainCenter .title {
  font-size: 32px;
  color: #222;
  font-weight: bold;
}

.productList .mainCenter .message {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

.productList .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.productList .list .item {
  width: 285px;
  height: 300px;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.productList .list .item .side1 {
  display: flex;
  align-items: center;
  padding: 10px 0 30px;
  border-bottom: 1px solid #f3f3ea;
}

.productList .list .item .side1 img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.productList .list .item .side1 .text {
  font-size: 18px;
  font-weight: 400;
  color: #444;
}

.productList .list .item .side2 .side21 {
  margin-top: 20px;
  font-size: 14px;
  color: #444;
}

.productList .list .item .side2 .side22 {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  height: 90px;
}

.productList .list .item .side2 .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productList .list .item .side2 .btns .btn {
  width: 106px;
  height: 36px;
  font-size: 14px;
  color: #2380ff;
  border: 1px solid #2380ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
}

.productList .list .item .side2 .btns .btn:nth-of-type(1):hover {
  background-color: #67a4f7;
  color: #fff;
  border-color: #67a4f7;
}

.productList .list .item .side2 .btns .btn:nth-of-type(2) {
  background-color: #2380ff;
  color: #fff;
}

.productList .list .item .side2 .btns .btn:nth-of-type(2):hover {
  background-color: #003399;
}

.productList .list .item:nth-of-type(4n) {
  margin-right: 0;
}

.solution {
  background-image: url(https://aimg8.dlssyht.cn/u/2179679/ev_user_module_content_tmp/2022_04_24/tmp1650783000_2179679_s.jpg);
  height: 652px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution .side1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.solution .side1 .side11 {
  font-size: 32px;
  font-weight: bold;
}

.solution .side1 .side12 {
  font-size: 14px;
}

.solution .side2 {
  height: 410px;
  margin-top: 60px;
  display: flex;
}

.solution .side2 .side21 {
  width: 250px;
  padding: 30px 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

.solution .side2 .side21 .list {
  overflow-y: auto;
  height: 100%;
}

.solution .side2 .side21 .list::-webkit-scrollbar {
  display: none;
}

.solution .side2 .side21 .item {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-radius: 3px;
}

.solution .side2 .side21 .active {
  background-color: #2380ff;
}

.solution .side2 .side22 {
  width: 950px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px 40px 30px;
  color: #fff;
}

.solution .side2 .side22 .side2211 {
  font-size: 24px;
}

.solution .side2 .side22 .side2212 {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
}

.solution .side2 .side22 .side2213 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #fff;
}

.solution .side2 .side22 .side2213 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
}

.solution .side2 .side22 .side2213 .item img {
  width: 38px;
}

.solution .side2 .side22 .side2213 .item .text {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.solution .side2 .side22 .side222 {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

.solution .side2 .side22 .side222 .item {
  margin-right: 20px;
}

.solution .side2 .side22 .side222 .item img {
  width: 154px;
  height: 60px;
}

.classicCase {
  padding: 40px 0 60px;
}

.classicCase .commonDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.classicCase .mainCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.classicCase .mainCenter .title {
  font-size: 32px;
  color: #222;
  font-weight: bold;
}

.classicCase .mainCenter .message {
  color: #888;
  font-size: 14px;
  margin-top: 20px;
}

.classicCase .list {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

@keyframes toMax {
  0% {
    transform: scale(1);
    top: 0;
  }
  100% {
    transform: scale(1.1);
    top: -20px;
  }
}

.classicCase .list .item {
  width: 285px;
  height: 390px;
  margin-right: 20px;
  margin-top: 20px;
  overflow: hidden;
  cursor: pointer;
}

.classicCase .list .item .side1 {
  font-size: 0;
  line-height: 0;
}

.classicCase .list .item .side1 img {
  width: 100%;
  height: 140px;
}

.classicCase .list .item .side2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 248px;
  border: 1px solid #f2f2f2;
  border-top: none;
  padding: 0 20px;
}

.classicCase .list .item .side2 .side21 {
  position: relative;
  top: -40px;
}

.classicCase .list .item .side2 .side21 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.classicCase .list .item .side2 .side22 {
  font-size: 16px;
  color: #222;
  margin-top: -50px;
  padding: 10px 0;
}

.classicCase .list .item .side2 .side22Bar {
  width: 70px;
  height: 1px;
  background-color: #cccccc;
}

.classicCase .list .item .side2 .side23 {
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  height: 65px;
  line-height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.classicCase .list .item .side2 .detailBtn {
  width: 170px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999;
  background-color: #f2f2f2;
  margin-top: 20px;
  border-radius: 3px;
}

.classicCase .list .item .side2 .detailBtn:hover {
  background-color: #2380ff;
  color: #fff;
}

.classicCase .list .item.hoverClass {
  border: 1px solid #f2f2f2;
}

.classicCase .list .item.hoverClass .side1,
.classicCase .list .item.hoverClass .side2 {
  position: relative;
  animation: toMax 0.3s;
  animation-fill-mode: forwards;
  border: none;
}

.classicCase .list .item.hoverClass .side1 .side23,
.classicCase .list .item.hoverClass .side2 .side23 {
  color: #666;
  font-size: 14px;
  text-align: justify;
  padding: 0 10px;
}

.classicCase .list .item.hoverClass .side1 .detailBtn,
.classicCase .list .item.hoverClass .side2 .detailBtn {
  margin-top: 40px;
}

.classicCase .list .item:nth-of-type(4n) {
  margin-right: 0;
}

.classicCase .allBtn {
  width: 175px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #888;
  font-size: 14px;
  color: #888;
  margin: 30px 0 0;
  cursor: pointer;
  border-radius: 3px;
}

.classicCase .allBtn:hover {
  background-color: #2380ff;
  color: #fff;
  border-color: #2380ff;
}

.strength {
  background-image: url(https://aimg8.dlssyht.cn/u/2154910/ev_user_module_content_tmp/2021_11_27/tmp1637995204_2154910_s.png);
  width: 100%;
  height: 420px;
}

.strength .side1 {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 1200px;
  margin: 0 auto;
}

.strength .side1 .item {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 150px;
}

.strength .side1 .item .title {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}

.strength .side1 .item .message {
  font-size: 12px;
  color: #fff;
}

.strength .side1 .item:last-child {
  margin-right: 0;
}

.strength .side1:nth-of-type(2) {
  border-bottom: none;
}

.news {
  padding: 50px 0;
}

.news .side1 {
  background-image: url(https://aimg8.dlszywz.com/ev_user_module_content_tmp/2016_06_22/tmp1466561986_1245451_s.png);
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #373737;
}

.news .side2 {
  margin-top: 30px;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
  display: flex;
}

.news .side2 .item {
  width: 48%;
  display: flex;
  align-items: center;
  margin-right: 4%;
}

.news .side2 .item img {
  width: 165px;
  height: 105px;
  margin-right: 20px;
}

.news .side2 .item .side21 {
  width: 391px;
}

.news .side2 .item .side21 .side211 {
  font-size: 20px;
  color: #2d2d2d;
}

.news .side2 .item .side21 .side211:hover {
  color: #2380ff;
}

.news .side2 .item .side21 .side212 {
  font-size: 14px;
  color: #777;
  margin-top: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  line-height: 1.7;
  letter-spacing: 1.2;
}

.news .side2 .item .side21 .side212:hover {
  color: #2380ff;
}

.news .side2 .item:nth-of-type(2) {
  justify-content: flex-end;
  margin-right: 0;
}

.news .side3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.news .side3 .item {
  width: 48%;
  margin-right: 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.news .side3 .item .href {
  text-decoration: none;
  color: #373737;
  font-size: 16px;
  width: 450px;
  display: -webkit-box;
  /*设置为弹性盒子*/
  -webkit-line-clamp: 1;
  /*最多显示3行*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*超出显示为省略号*/
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.news .side3 .item .date {
  font-size: 16px;
  color: #868686;
  white-space: nowrap;
}

.news .side3 .item:hover .href,
.news .side3 .item:hover .date {
  color: #2380ff;
}

.news .side3 .item:nth-of-type(2n) {
  margin-right: 0;
}
