.banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner img {
  width: 100%;
}

.navSwiper img {
  width: 100%;
}

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

.navSwiper .swiperPoints .item {
  width: .9375rem;
  background-color: #fff;
  height: .125rem;
  margin-right: .3125rem;
}

.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;
}

.recommend .areaTitle {
  background: url(/images/51.png) center top no-repeat;
  text-align: center;
  font-size: .9375rem;
  color: #2380ff;
  width: 16.25rem;
  height: 1.7188rem;
  line-height: 1.7188rem;
  margin: 1.875rem auto 0;
}

.recommend .area1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recommend .area1 .list {
  margin-top: 1.5625rem;
}

.recommend .area1 .list .item {
  height: auto;
  overflow: hidden;
  background: #f0f5ff;
  margin-bottom: .9375rem;
  padding: 2.5rem 1.5625rem;
}

.recommend .area1 .list .item .site2 {
  margin-top: .9375rem;
}

.recommend .area1 .list .item .site2 .item7 img {
  width: 18.4375rem;
}

.recommend .area1 .list .item .item1 {
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: .75rem;
}

.recommend .area1 .list .item .item2 {
  display: flex;
}

.recommend .area1 .list .item .item2 a {
  display: inline-block;
  width: 3.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
  font-size: .5rem;
  border-radius: .25rem;
  background: #2380ff;
}

.recommend .area1 .list .item .item2 a.item22 {
  margin-left: .3125rem;
  background: none;
  border: .0313rem solid #2380ff;
  color: #2380ff;
  width: 3.6875rem;
  height: 1.1875rem;
  line-height: 1.1875rem;
}

.recommend .area1 .list .item .item3 {
  font-size: .5rem;
  color: #1a1a1a;
  line-height: .875rem;
  padding: 1.4063rem 0;
}

.recommend .area1 .list .item .item4 {
  font-size: .5rem;
  color: #1a1a1a;
  line-height: .9375rem;
}

.recommend .area1 .list .item .item4 .item41 {
  display: inline-block;
  height: .9375rem;
  line-height: .9375rem;
  text-align: center;
  font-size: .5rem;
  color: #0569e6;
  font-weight: bold;
  background: url(/images/53.png) center top no-repeat;
  margin-right: .25rem;
}

.recommend .area1 .list .item .item5 {
  display: flex;
  align-items: center;
}

.recommend .area1 .list .item .item5 a {
  font-size: .5rem;
  color: #1a1a1a;
  padding: .9375rem 0;
}

.recommend .area1 .list .item .item5 .bar {
  width: .0313rem;
  height: .4375rem;
  background-color: #ccd4e3;
  margin: 0 .375rem;
}

.recommend .area1 .list .item .item5 .bar:last-child {
  display: none;
}

.recommend .area1 .list .item .item6 a {
  display: inline-block;
  padding: 0 .25rem;
  height: 1.1875rem;
  line-height: 1.1875rem;
  text-align: center;
  font-size: .5rem;
  color: #1a1a1a;
  border: .0313rem dashed #b5d5fc;
  border-radius: .1875rem;
  margin-right: .3125rem;
}

.recommend .area2 .list {
  margin-top: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
}

.recommend .area2 .list .item {
  width: 10rem;
  height: 7.5rem;
  overflow: hidden;
  margin: 0 1rem 1rem 0;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.recommend .area2 .list .item .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.recommend .area2 .list .item .slide .slide1 {
  color: #1a1a1a;
  font-size: .5625rem;
}

.recommend .area2 .list .item .slide a {
  display: block;
  width: 3.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
  font-size: .5rem;
  border-radius: .25rem;
  background: #2380ff;
  margin: 0 auto;
  margin-top: .625rem;
}

.recommend .area2 .list .item .site {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.recommend .area2 .list .item .site .site1 img {
  width: 1.4375rem;
}

.recommend .area2 .list .item .site .site2 {
  font-size: .5625rem;
  color: #fff;
}

.recommend .area2 .list .item .site .bar {
  display: block;
  height: .0625rem;
  width: .625rem;
  background: #999694;
  margin: .5625rem auto 0;
}

.recommend .area2 .list .item:nth-of-type(2n) {
  margin-right: 0;
}

.recommend .area2 .moreData {
  padding: .3125rem 0 2.5rem;
  display: flex;
  justify-content: center;
}

.recommend .area2 .moreData a {
  display: inline-block;
  width: 5.625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  color: #fff;
  text-align: center;
  font-size: .5rem;
  border-radius: .25rem;
  background: #2380ff;
}

.recommend .area2 .moreData .btn2 {
  margin-left: .625rem;
  background: none;
  border: .0313rem solid #2380ff;
  color: #2380ff;
  width: 5.5625rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.productList {
  padding: 1.875rem 0 1.25rem;
  background-color: whitesmoke;
}

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

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

.productList .mainCenter .message {
  font-size: .4375rem;
  color: #888;
  margin-top: .3125rem;
}

.productList .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.productList .list .item {
  width: 8.9063rem;
  height: 9.375rem;
  background-color: #fff;
  padding: .625rem;
  border-radius: .0938rem;
  margin-right: .625rem;
  margin-bottom: .625rem;
}

.productList .list .item .side1 {
  display: flex;
  align-items: center;
  padding: .3125rem 0 .9375rem;
  border-bottom: 0.0313rem solid #f3f3ea;
}

.productList .list .item .side1 img {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .3125rem;
}

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

.productList .list .item .side2 .side21 {
  margin-top: .625rem;
  font-size: .4375rem;
  color: #444;
}

.productList .list .item .side2 .side22 {
  margin-top: .625rem;
  color: #999;
  font-size: .4375rem;
  height: 2.8125rem;
}

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

.productList .list .item .side2 .btns .btn {
  width: 3.3125rem;
  height: 1.125rem;
  font-size: .4375rem;
  color: #2380ff;
  border: .0313rem solid #2380ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .0938rem;
  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: 20.375rem;
  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: 1rem;
  font-weight: bold;
}

.solution .side1 .side12 {
  font-size: .4375rem;
}

.solution .side2 {
  height: 12.8125rem;
  margin-top: 1.875rem;
  display: flex;
}

.solution .side2 .side21 {
  width: 7.8125rem;
  padding: .9375rem .3125rem;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.solution .side2 .side21 .item {
  height: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: .4688rem;
  cursor: pointer;
  border-radius: .0938rem;
}

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

.solution .side2 .side22 {
  width: 29.6875rem;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1.25rem 1.25rem .9375rem;
  color: #fff;
}

.solution .side2 .side22 .side2211 {
  font-size: .75rem;
}

.solution .side2 .side22 .side2212 {
  font-size: .4375rem;
  color: #fff;
  margin-top: .625rem;
  line-height: .75rem;
}

.solution .side2 .side22 .side2213 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .625rem;
  margin-top: .3125rem;
  border-bottom: .0313rem solid #fff;
}

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

.solution .side2 .side22 .side2213 .item img {
  width: 1.3125rem;
  height: 1.3125rem;
}

.solution .side2 .side22 .side2213 .item .text {
  font-size: .4375rem;
  color: #fff;
  margin-top: .3125rem;
}

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

.solution .side2 .side22 .side222 .item {
  margin-right: .625rem;
}

.classicCase {
  padding: 1.25rem 0 1.875rem;
}

.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: 1rem;
  color: #222;
  font-weight: bold;
}

.classicCase .mainCenter .message {
  color: #888;
  font-size: .4375rem;
  margin-top: .625rem;
}

.classicCase .list {
  margin-top: .3125rem;
  display: flex;
  flex-wrap: wrap;
}

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

.classicCase .list .item {
  width: 8.9063rem;
  height: 12.1875rem;
  margin-right: .625rem;
  margin-top: .625rem;
  overflow: hidden;
  cursor: pointer;
}

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

.classicCase .list .item .side1 img {
  width: 100%;
  height: 4.375rem;
}

.classicCase .list .item .side2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 7.75rem;
  border: 0.0313rem solid #f2f2f2;
  border-top: none;
  padding: 0 .625rem;
}

.classicCase .list .item .side2 .side21 {
  position: relative;
  top: -1.25rem;
}

.classicCase .list .item .side2 .side21 img {
  width: 2.5rem;
  height: 2.5rem;
}

.classicCase .list .item .side2 .side22 {
  font-size: .5rem;
  color: #222;
  margin-top: -1.5625rem;
  padding: .3125rem 0;
}

.classicCase .list .item .side2 .side22Bar {
  width: 2.1875rem;
  height: .0313rem;
  background-color: #cccccc;
}

.classicCase .list .item .side2 .side23 {
  font-size: .375rem;
  color: #888;
  margin-top: .625rem;
  height: 2.0313rem;
  line-height: .625rem;
}

.classicCase .list .item .side2 .detailBtn {
  width: 5.3125rem;
  height: 1.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .4375rem;
  color: #999;
  background-color: #f2f2f2;
  margin-top: .625rem;
  border-radius: .0938rem;
}

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

.classicCase .list .item.hoverClass {
  border: 0.0313rem 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: .4375rem;
  text-align: justify;
  padding: 0 .3125rem;
}

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

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

.classicCase .allBtn {
  width: 5.4688rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: .0313rem solid #888;
  font-size: .4375rem;
  color: #888;
  margin: .9375rem 0 0;
  cursor: pointer;
  border-radius: .0938rem;
}

.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: 13.125rem;
}

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

.strength .side1 .item {
  width: 5.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 4.6875rem;
}

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

.strength .side1 .item .message {
  font-size: .375rem;
  color: #fff;
}

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

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

.news {
  padding: 1.5625rem 0;
}

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

.news .side2 {
  margin-top: .9375rem;
  padding: .9375rem 0;
  border-bottom: .0313rem dashed #ccc;
  display: flex;
}

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

.news .side2 .item img {
  width: 5.1563rem;
  height: 3.2813rem;
  margin-right: .625rem;
}

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

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

.news .side2 .item .side21 .side212 {
  font-size: .4375rem;
  color: #777;
  margin-top: .625rem;
}

.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: .4688rem;
}

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

.news .side3 .item .href {
  text-decoration: none;
  color: #373737;
  font-size: .5rem;
}

.news .side3 .item .date {
  font-size: .5rem;
  color: #868686;
}

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

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