.navSwiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.navSwiper img {
  width: 100%;
}

.tabs {
  height: 61px;
  background-color: #f8fafe;
}

.tabs .commonDiv {
  height: 102px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  top: -61px;
  border-radius: 5px;
  padding: 0 20px;
}

.tabs .commonDiv .item {
  display: flex;
  align-items: center;
}

.tabs .commonDiv .item .item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.tabs .commonDiv .item .item1 img {
  width: 44px;
  height: 44px;
}

.tabs .commonDiv .item .item2 .item21 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.tabs .commonDiv .item .item2 .item21 .item211 {
  color: #333;
}

.tabs .commonDiv .item .item2 .item21 .item212 {
  color: #5173f5;
  margin-left: 5px;
}

.tabs .commonDiv .item .item2 .item22 {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}

.troduce {
  padding: 60px 0;
  background-color: #f8fafe;
}

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

.troduce .site1 {
  color: #444;
  font-size: 36px;
  font-weight: 400;
}

.troduce .site2 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  color: #95989d;
  text-align: center;
}

.troduce .site3 {
  margin-top: 60px;
}

.troduce .site3 .list {
  display: flex;
  flex-wrap: wrap;
}

.troduce .site3 .list .item {
  width: 370px;
  height: 180px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.troduce .site3 .list .item .item1 {
  display: flex;
}

.troduce .site3 .list .item .item1 .item11 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.troduce .site3 .list .item .item1 .item11 img {
  width: 58px;
  height: 58px;
}

.troduce .site3 .list .item .item1 .item12 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
}

.troduce .site3 .list .item .item2 {
  font-size: 12px;
  color: #999;
  line-height: 1.8;
  margin-top: 20px;
}

.troduce .site3 .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.platformClass {
  background-color: whitesmoke;
  padding: 60px 0;
  overflow: hidden;
}

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

.platformClass .site1 {
  color: #444;
  font-size: 36px;
  font-weight: 400;
}

.platformClass .site2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.platformClass .site2 .item {
  margin-right: 30px;
  width: 200px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #2380ff;
  color: #2380ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.platformClass .site2 .item:hover {
  background-color: #2380ff;
  color: #fff;
}

.platformClass .site2 .active {
  background-color: #2380ff;
  color: #fff;
}

.platformClass .site2 .item:last-child {
  margin-right: 0;
}

.platformClass .site3 {
  margin-top: 50px;
  width: 100%;
}

.platformClass .site3 .control {
  margin-top: 20px;
}

.platformClass .site3 .control .detailBtn {
  cursor: pointer;
  width: 130px;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #ff8600;
  background-image: linear-gradient(to right, #fda33f, #ff8600);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.05);
}

.platformClass .site3 .control .detailBtn span {
  margin-right: 5px;
}

.platformClass .site3 .control .detailBtn:hover span {
  text-decoration: underline;
}

.platformClass .site3 .show {
  display: flex !important;
  opacity: 1 !important;
  transition: 1s;
}

.platformClass .site3 .site31 {
  justify-content: space-between;
  display: none;
  opacity: 0;
}

.platformClass .site3 .site31 .site311 {
  width: 580px;
  display: flex;
  flex-direction: column;
}

.platformClass .site3 .site31 .site311 .sdTitle {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}

.platformClass .site3 .site31 .site311 .sdTitle::before {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #666;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: 8.5px;
}

.platformClass .site3 .site31 .site311 .sd31 {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}

.platformClass .site3 .site31 .site311 .sd32 {
  margin-top: 20px;
}

.platformClass .site3 .site31 .site311 .sd32 .sdValue {
  font-size: 16px;
  color: #777;
  margin-top: 15px;
  line-height: 1.9;
}

.platformClass .site3 .site31 .site311 .sd33 {
  margin-top: 20px;
}

.platformClass .site3 .site31 .site311 .sd33 .sdList {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.platformClass .site3 .site31 .site311 .sd33 .sdList .item {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.platformClass .site3 .site31 .site311 .sd33 .sdList .item .itemImg {
  width: 50px;
}

.platformClass .site3 .site31 .site311 .sd33 .sdList .item .itemText {
  color: #777;
  font-size: 14px;
  margin-top: 6px;
}

.platformClass .site3 .site31 .site311 .sd33 .sdList .item:nth-of-type(6n) {
  margin-right: 0;
}

.platformClass .site3 .site31 .site312 {
  display: flex;
  justify-content: flex-end;
}

.platformClass .site3 .site31 .site312 img {
  width: 250px;
  height: 500px;
  margin-left: 20px;
}

.platformClass .site3 .site32 {
  justify-content: space-between;
  display: none;
  opacity: 0;
}

.platformClass .site3 .site32 .area1 {
  width: 490px;
}

.platformClass .site3 .site32 .area1 .area11 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.platformClass .site3 .site32 .area1 .area11 .side1 {
  background-color: #fff5eb;
  color: #ff8600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  height: 50px;
  font-weight: 400;
}

.platformClass .site3 .site32 .area1 .area11 .list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 10px;
}

.platformClass .site3 .site32 .area1 .area11 .list .item {
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 74px;
}

.platformClass .site3 .site32 .area1 .area11 .list .item .itemImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.platformClass .site3 .site32 .area1 .area11 .list .item .itemText {
  color: #333;
  font-size: 16px;
  margin-top: 5px;
}

.platformClass .site3 .site32 .area1 .area11 .list .item:nth-of-type(5n) {
  margin-right: 0;
}

.platformClass .site3 .site32 .area2 {
  display: flex;
  justify-content: flex-end;
}

.platformClass .site3 .site32 .area2 img {
  width: 250px;
  height: 500px;
  margin-left: 20px;
}

.platformClass .site3 .site33 {
  justify-content: space-between;
  align-items: center;
  display: none;
  opacity: 0;
}

.platformClass .site3 .site33 .area1 img {
  width: 250px;
  height: 500px;
  margin-left: 20px;
}

.platformClass .site3 .site33 .area2 {
  width: 470px;
}

.platformClass .site3 .site33 .area2 .list {
  display: flex;
  flex-wrap: wrap;
}

.platformClass .site3 .site33 .area2 .list .item {
  width: 140px;
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 25px;
}

.platformClass .site3 .site33 .area2 .list .item .itemImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.platformClass .site3 .site33 .area2 .list .item .itemImg img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.platformClass .site3 .site33 .area2 .list .item .itemText {
  font-size: 18px;
  color: #444;
  margin-top: 10px;
  font-weight: 500;
}

.platformClass .site3 .site33 .area2 .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.platformClass .site3 .site34 {
  display: none;
  opacity: 0;
}

.platformClass .site3 .site34 img {
  width: 100%;
}

.marketingTools {
  padding: 60px 0;
  background-color: #f8fafe;
}

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

.marketingTools .site1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marketingTools .site1 .site11 {
  font-weight: 400;
  line-height: 1.3;
  font-size: 36px;
  color: #444;
  text-align: center;
}

.marketingTools .site1 .site12 {
  font-size: 16px;
  color: #95989d;
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}

.marketingTools .site2 {
  margin-top: 30px;
  width: 100%;
}

.marketingTools .site2 .list {
  margin: 0 auto;
}

.marketingTools .site2 .list .item {
  display: flex;
  justify-content: space-between;
}

.marketingTools .site2 .list .item .item1 img {
  width: 450px;
  height: 360px;
}

.marketingTools .site2 .list .item .item2 {
  width: 610px;
  padding: 60px 0 0;
}

.marketingTools .site2 .list .item .item2 .item21 {
  display: flex;
  align-items: center;
}

.marketingTools .site2 .list .item .item2 .item21 .item211 {
  color: #444;
  font-size: 22px;
  margin-right: 15px;
}

.marketingTools .site2 .list .item .item2 .item21 .item212 {
  color: #999;
  font-size: 12px;
}

.marketingTools .site2 .list .item .item2 .item22 {
  color: #a9a9a9;
  font-size: 12px;
  line-height: 2;
  margin-top: 25px;
}

.marketingTools .site2 .list .item .item2 .item23 {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.marketingTools .site2 .list .item .item2 .item23 .sidd {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 64px;
  margin-bottom: 30px;
}

.marketingTools .site2 .list .item .item2 .item23 .sidd img {
  width: 70px;
  height: 70px;
}

.marketingTools .site2 .list .item .item2 .item23 .sidd .siddText {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.marketingTools .site2 .list .item .item2 .item23 .sidd:nth-of-type(5n) {
  margin-right: 0;
}

.marketingTools .site2 .list .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.advantage {
  width: 100%;
  height: 600px;
  background: url(/images/25.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.advantage .commonDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.advantage .site1 {
  font-size: 36px;
  color: #fff;
}

.advantage .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  width: 100%;
}

.advantage .list .item {
  width: 285px;
  height: 340px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.advantage .list .item .item1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}

.advantage .list .item .item1 img {
  width: 100px;
  height: 100px;
}

.advantage .list .item .item2 {
  color: #333;
  font-size: 18px;
  margin-top: 30px;
}

.advantage .list .item .item3 {
  text-align: center;
  color: #888;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 30px;
}

.services {
  padding: 60px 0;
}

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

.services .site1 {
  font-size: 36px;
  line-height: 1.3;
  color: #444;
}

.services .site2 {
  width: 100%;
  margin-top: 60px;
}

.services .site2 .list {
  display: flex;
  flex-wrap: wrap;
}

.services .site2 .list .item {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 40px;
  cursor: pointer;
}

.services .site2 .list .item .item1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .site2 .list .item .item1 img {
  width: 100%;
  height: 180px;
}

.services .site2 .list .item .item2 {
  font-size: 20px;
  color: #333;
  margin-top: 5px;
}

.services .site2 .list .item .item3 {
  color: #888;
  font-size: 14px;
  margin-top: 8px;
}

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

.dynamic {
  width: 100%;
  height: 650px;
  background: url(/images/38.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 0;
  width: 100%;
}

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

.dynamic .commonDiv .site1 {
  font-size: 36px;
  color: #444;
}

.dynamic .commonDiv .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.dynamic .commonDiv .list .item {
  width: 360px;
  height: 335px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  margin-right: 60px;
  cursor: pointer;
}

.dynamic .commonDiv .list .item .item1 {
  width: 320px;
  height: 200px;
  overflow: hidden;
}

.dynamic .commonDiv .list .item .item1 img {
  width: 100%;
  height: 100%;
}

.dynamic .commonDiv .list .item .item1 img:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

.dynamic .commonDiv .list .item .item2 {
  color: #444;
  font-size: 14px;
  margin-top: 20px;
  width: 100%;
}

.dynamic .commonDiv .list .item .item3 {
  width: 100%;
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.dynamic .commonDiv .list .item:nth-of-type(3n) {
  margin-right: 0;
}

.dynamic .commonDiv .site3 {
  margin-top: 60px;
}

.dynamic .commonDiv .site3 a {
  width: 160px;
  height: 46px;
  border-radius: 46px;
  border: 1px solid #2380ff;
  color: #2380ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
}

.dynamic .commonDiv .site3 a:hover {
  cursor: pointer;
  background-color: #2380ff;
  color: #fff;
}

.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 .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;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.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: 42px;
  height: 42px;
}

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

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

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

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

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

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

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

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

.concat {
  background-image: url(https://aimg8.dlssyht.cn/u/2154910/ev_user_module_content_tmp/2021_11_27/tmp1638009749_2154910_s.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 248px;
  color: #fff;
}

.concat .commonDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.concat .site1 .site11 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}

.concat .site1 .site12 {
  font-size: 16px;
  margin-top: 20px;
}

.concat .site2 {
  display: flex;
  align-items: center;
}

.concat .site2 .site21 img {
  margin-right: 20px;
  width: 121px;
  height: 121px;
}

.concat .site2 .site221 {
  font-size: 18px;
}

.concat .site2 .site222 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
