@font-face {
  font-family: "iconfont";
  src: url("iconfont/iconfont.woff2?t=1657692136960") format("woff2"),
    url("iconfont/iconfont.woff?t=1657692136960") format("woff"),
    url("iconfont/iconfont.ttf?t=1657692136960") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  width: 100%;
  min-width: 1230px;
  height: 60px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 2px #e3e7ee;
}
.header > .wrap {

  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header > .wrap > .logo {
  display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  text-decoration: none;
}
.header > .wrap > .logo > .ico {
  width: 48px;
  height: 48px;
}
.header > .wrap > .logo > .txt {
  margin: 0 0 0 10px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.header > .wrap > .menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header > .wrap > .menu > .item {
  height: 60px;
}
.header > .wrap > .menu > .item > a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  font-weight: 700;
  font-size: 14px;
  color: #263054;
  position: relative;
  text-decoration: none;
}
.header > .wrap > .menu > .item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  transition: all 0.4s;
}
.header > .wrap > .menu > .item-cur > a::after,
.header > .wrap > .menu > .item > a:hover::after {
  background: #2261d3;
}

.header-clear {
  height: 60px;
}

img[src="./images/icon-postion.png"] {
  width: 50px;
  height: 50px;
}
.BMap_cpyCtrl,
.BMap_noprint,
.anchorBL {
  display: none;
}

.footer {
  width: 100%;
  min-width: 1230px;
  background: #0f1d2e;
}
.footer > .link-wrap {
  width: 1230px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  background: #0f1d2e;
}
.footer > .link-wrap > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 60px;
}
.footer > .link-wrap > .wrap > .item {
  position: relative;
  height: 140px;
}
.footer > .link-wrap > .wrap > .item::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(230, 233, 242, 0.42);
}
.footer > .link-wrap > .wrap > .item:last-of-type::after {
  display: none;
}
.footer > .link-wrap > .wrap > .item > h3.name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  margin: 0;
}
.footer > .link-wrap > .wrap > .item > .text {
  font-size: 14px;
  color: #a6afc0;
  line-height: 24px;
  padding: 5px 0;
}
.footer > .link-wrap > .wrap > .item > .text > span {
  color: #fff;
  font-weight: 500;
  padding: 0 5px 0 0;
}
.footer > .link-wrap > .wrap > .item-about {
  width: 560px;
  padding: 0 120px 0 0;
  box-sizing: border-box;
}
.footer > .link-wrap > .wrap > .item-contacts {
  flex: 1;
  padding: 0 0 0 70px;
}
.footer > .link-wrap > .wrap > .item-qrcode {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer > .link-wrap > .wrap > .item-qrcode > .code {
  margin: 0 10px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.footer > .link-wrap > .wrap > .item-qrcode > .code > .txt {
  margin: 0 0 5px;
  font-size: 14px;
  color: #a6afc0;
  line-height: 40px;
}
.footer > .link-wrap > .wrap > .item-qrcode > .code > .pic {
  width: 80px;
  height: 80px;
}
.footer > .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-top: 1px solid rgba(230, 233, 242, 0.42);
  font-size: 14px;
  color: #a6afc0;
  line-height: 22px;
}

.h1-title {
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.h2-title {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #495467;
  text-align: center;
}


/* 轮播区域 */
.main-banner {
  width: 100%;
  min-width: 1230px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 48px;
  text-align: center;
  /* line-height: 450px; */
}
.main-banner{ width:100%; }
.main-banner a{ display:block; width: 100%; height: 100%;}
.swiper-slide img{ width:100%; height: 100%; vertical-align: bottom; display: block;}


/* 服务统计 */
#service {
  padding: 60px 0 80px;
  min-width: 1230px;
  background: #f2f2f2;
}
#service > .wrap {
  width: 1230px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#service > .wrap > .item {
  position: relative;
  padding: 0 0 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#service > .wrap > .item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #cfd7eb;
}
#service > .wrap > .item:first-of-type::after {
  display: none;
}
#service > .wrap > .item > .num {
  height: 80px;
  line-height: 80px;
  color: rgb(198, 0, 11);
  font-size: 48px;
  font-weight: 600;
  font-family: impact, chicago;
}
#service > .wrap > .item > .tit {
  height: 30px;
  line-height: 30px;
  color: rgb(89, 89, 89);
  font-size: 13px;
}
#service > .wrap > .item > .inf {
  height: 20px;
  line-height: 20px;
  color: rgb(192, 0, 0);
  font-size: 12px;
}

/* 解决方案 */
#solution {
  padding: 60px 0 120px;
  background: #fff;
}
#solution > .wrap {
  width: 100%;
  min-width: 1230px;
  min-height: 220px;
  margin: 80px 0 0;
  background: #f3f5f8;
}
#solution > .wrap > .s-flex {
  width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#solution > .wrap > .s-flex > .item {
  width: 305px;
  height: 220px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 40px 40px 30px;
}
#solution > .wrap > .s-flex > .item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: rgba(173, 213, 255, 0.5);
}
#solution > .wrap > .s-flex > .item:first-of-type::after {
  display: none;
}
#solution > .wrap > .s-flex > .item > .name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
#solution > .wrap > .s-flex > .item > .info {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
#solution > .wrap > .s-flex > .item-hov {
  background: url("solution-hov.png") !important;
}
#solution > .wrap > .s-flex > .item-hov::after {
  display: none;
}
#solution > .wrap > .s-flex > .item-hov > .name {
  color: #fff;
}
#solution > .wrap > .s-flex > .item-hov > .info {
  color: #fff;
}
#solution > .wrap > .s-flex > .item::before {
  position: absolute;
  content: "";
  left: 30px;
  bottom: 40px;
  width: 36px;
  height: 36px;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
#solution > .wrap > .s-flex > .item:nth-child(1):before {
  background: url("icon-serv_01.png");
}
#solution > .wrap > .s-flex > .item:nth-child(2):before {
  background: url("icon-serv_02.png");
}
#solution > .wrap > .s-flex > .item:nth-child(3):before {
  background: url("icon-serv_03.png");
}
#solution > .wrap > .s-flex > .item:nth-child(4):before {
  background: url("icon-serv_04.png");
}
#solution > .wrap > .s-flex > .item:nth-child(1).item-hov:before {
  background: url("icon-serv_01__hov.png");
}
#solution > .wrap > .s-flex > .item:nth-child(2).item-hov:before {
  background: url("icon-serv_02__hov.png");
}
#solution > .wrap > .s-flex > .item:nth-child(3).item-hov:before {
  background: url("icon-serv_03__hov.png");
}
#solution > .wrap > .s-flex > .item:nth-child(4).item-hov:before {
  background: url("icon-serv_04__hov.png");
}

/* 关于我们 */
#aboutus {
  padding: 40px 0 90px;
  min-width: 1230px;
  background: url("bg-about.jpg");
  background-size: cover !important;
  background-position: 50% 50% !important;
}
#aboutus > .h1-title,
#aboutus > .h2-title {
  color: #fff;
}
#aboutus > .h1-title {
  position: relative;
  margin: 0 0 15px;
}
#aboutus > .h1-title::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#aboutus > .wrap {
  width: 980px;
  font-size: 14px;
  margin: 50px auto 0;
  color: #fff;
}
#aboutus > .wrap > p {
  line-height: 24px;
}

/* 最新动态 */
#news {
  padding: 50px 0 90px;
  min-width: 1230px;
  background: #f3f5f8;
}
#news > .wrap {
  width: 1230px;
  margin: 50px auto 0;
  overflow: hidden;
}
#news > .wrap > .n-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -50px;
}
#news > .wrap > .n-flex > .n-item {
  flex: 1;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 0 50px;
}
#news > .wrap > .n-flex > .n-item > a {
  display: block;
  text-decoration: none;
  background: #f3f5f8;
  padding: 0 0 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#news > .wrap > .n-flex > .n-item > a > .icon {
  width: 360px;
  height: 210px;
  margin: 0 0 15px;
  overflow: hidden;
}
#news > .wrap > .n-flex > .n-item > a > .icon > img {
  width: 360px;
  height: 210px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#news > .wrap > .n-flex > .n-item > a > .info {
  position: relative;
  padding: 10px 0 0;
}
#news > .wrap > .n-flex > .n-item > a > .info::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #cfd7eb;
}
#news > .wrap > .n-flex > .n-item > a > .info > .name {
  padding: 0 20px;
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  color: #000;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#news > .wrap > .n-flex > .n-item > a > .info > .date {
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  font-family: HelveticaNeue-Light, HelveticaNeue;
  font-size: 18px;
  font-weight: 300;
  color: #a6afc0;
}
#news > .wrap > .n-flex > .n-item > a:hover > .info::after {
  display: none;
}
#news > .wrap > .n-flex > .n-item > a:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#news > .wrap > .n-flex > .n-item > a:hover > .icon > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* 品牌客户 */
#case {
  padding: 50px 0 90px;
  background: #fff;
}
#case > .wrap {
  width: 1230px;
  margin: 50px auto 0;
}
#case > .wrap > .list {
  display: flex;
  flex-wrap: wrap;
}
#case > .wrap > .list > .item {
  flex: 1;
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0;
}
#case > .wrap > .list > .item > .icon {
  width: 150px;
  height: 96px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
/* 核心团队 */
#team {
  padding: 50px 0 120px;
  min-width: 1230px;
  background: #f3f5f8;
}
#team > .wrap {
  width: 1230px;
  height: 260px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#team > .wrap > .icon {
  width: 1220px;
  height: 260px;
}
.sbanner-news {
  width: 100%;
  min-width: 1230px;
  height: 360px;
  background: url("news.jpg");
  background-size: cover;
  background-position: 50% 50% !important;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-size: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sbanner-news > h2 {
  height: 140px;
  line-height: 140px;
  margin: 0;
  padding: 0;
}
.sbanner-news > h3 {
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
.sbanner-about {
  width: 100%;
  min-width: 1230px;
  height: 360px;
  background: url("abouts.jpg");
  background-size: cover;
  background-position: 50% 50% !important;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-size: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sbanner-about > h2 {
  height: 140px;
  line-height: 140px;
  margin: 0;
  padding: 0;
}
.sbanner-about > h3 {
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

.sbanner-solution {
  width: 100%;
  min-width: 1230px;
  height: 360px;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(77, 88, 120, 0.7))), url(./solution.jpg); */
  /* background: linear-gradient(to right rgba(77, 88, 120, 0.7), rgba(77, 88, 120, 0.7)), url(./solution.jpg); */
  background: url('solution.jpg');
  background-size: cover;
  background-position: 50% 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sbanner-solution > h2 {
  height: 140px;
  line-height: 140px;
  margin: 0;
  padding: 0;
}
.sbanner-nav {
  background-color: gainsboro;
  width: 100%;
  height: 70px;
}
.nav-navicon {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.nav-navicon > li > a {
  font-size: 16px;
  padding: 0;
  height: 70px;
  line-height: 70px;
  color: #6e6e6e;
  display: block;
  text-align: center;
  margin: 0px 20px;
}
.nav-navicon > .active {
  background: linear-gradient(-45deg, #ffd100, #ff9600);
  color: #fff;
}
.sbanner-nav > .nav-item {
}
#contacts {
  padding: 50px 0 120px;
  min-width: 1230px;
  background: #fcfcfc;
}
#contacts > .wrap {
  width: 1230px;
  margin: 50px auto 0;
}
#contacts > .wrap > .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -40px;
}
#contacts > .wrap > .info > .item {
  flex: 1;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 0 40px;
}
#contacts > .wrap > .info > .item > .box {
  height: 130px;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
#contacts > .wrap > .info > .item > .box > .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding: 0 10px;
  position: relative;
}
#contacts > .wrap > .info > .item > .box > .name::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e1e1e1;
}
#contacts > .wrap > .info > .item > .box > .name > .icon {
  margin: 0 10px 0 0;
  background: #2261d3;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
#contacts > .wrap > .info > .item > .box > .name > .icon > img {
  width: 20px;
  height: 20px;
}
#contacts > .wrap > .info > .item > .box > .name > .type {
  font-size: 16px;
}
#contacts > .wrap > .info > .item > .box > .text {
  padding: 15px;
  font-size: 13px;
  line-height: 24px;
}

#process {
  padding: 50px 0 120px;
  min-width: 1230px;
  height: 400px;
  box-sizing: border-box;
  background: url("process.jpg");
  background-size: cover;
  position: relative;
}
#process::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 97, 211, 0.1);
}
#process > .wrap {
  width: 1230px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process > .wrap > .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#process > .wrap > .item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dotted rgb(194, 214, 255);
}
#process > .wrap > .item:first-of-type::after {
  display: none;
}
#process > .wrap > .item > .ico {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process > .wrap > .item > .ico > img {
  width: 28px;
  height: 28px;
}
#process > .wrap > .item > .txt {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}

#company {
  padding: 50px 0 120px;
  min-width: 1230px;
  background: #fff;
}
#company > .wrap {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#company > .wrap > .txt {
  flex: 1;
  position: relative;
  padding: 48px 0;
}
#company > .wrap > .txt::before,
#company > .wrap > .txt::after {
  width: 48px;
  height: 48px;
  position: absolute;
  color: rgb(194, 214, 255);
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-size: 32px;
}
#company > .wrap > .txt::after {
  text-align: left;
  content: "\e61e";
  top: 0;
  left: 0;
}
#company > .wrap > .txt::before {
  text-align: right;
  content: "\e61d";
  bottom: 0;
  right: 0;
}
#company > .wrap > .txt > .name {
  color: #3777ff;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
}
#company > .wrap > .txt > .info {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
}
#company > .wrap > .txt > .info > p {
  padding: 10px 0;
  margin: 0;
}
#company > .wrap > .txt > .honor {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#company > .wrap > .txt > .honor > .item {
  height: 100px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#company > .wrap > .txt > .honor > .item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px dotted rgb(194, 214, 255);
}
#company > .wrap > .txt > .honor > .item:first-of-type::after {
  display: none;
}
#company > .wrap > .txt > .honor > .item > .inf {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #707070;
}
#company > .wrap > .txt > .honor > .item > .num {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #3777ff;
  font-size: 48px;
  font-weight: 500;
  font-family: impact, chicago;
}
#company > .wrap > .img {
  width: 370px;
  height: 500px;
  margin: 0 50px 0 80px;
  position: relative;
}

#company > .wrap > .img > img {
  width: 370px;
  height: 500px;
  z-index: 2;
  position: relative;
}
#company > .wrap > .img::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 370px;
  height: 500px;
  right: -50px;
  bottom: -50px;
  background: #3777ff;
}

.wrapper {
  width: 1200px;
  min-height: 600px;
  margin: 50px auto;
  clear: both;
}
.wrapper > .n-list {
}
.wrapper > .n-list > .n-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  border: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0 0 15px;
}
.wrapper > .n-list > .n-item > .icon {
  width: 240px;
  height: 150px;
}
.wrapper > .n-list > .n-item > .icon > a {
  display: block;
  width: 240px;
  height: 150px;
  overflow: hidden;
}
.wrapper > .n-list > .n-item > .icon > a > img {
  width: 240px;
  height: 150px;
}
.wrapper > .n-list > .n-item > .info {
  flex: 1;
  margin: 0 0 0 15px;
}
.wrapper > .n-list > .n-item > .info > .name {
  height: 36px;
  line-height: 36px;
}
.wrapper > .n-list > .n-item > .info > .name > a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.wrapper > .n-list > .n-item > .info > .text {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.wrapper > .n-list > .n-item > .info > .date {
  height: 40px;
  line-height: 40px;
  color: #888;
  font-size: 14px;
}

.s-article {
  padding: 0 0 20px;
}
.s-article > h1.title {
  font-size: 28px;
  min-height: 40px;
  line-height: 30px;
  padding: 5px 0;
  font-weight: 600;
  margin-bottom: 10;
  box-sizing: border-box;
}
.s-article > .info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.s-article > .info::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2661bd;
  height: 2px;
}
.s-article > .info > .item {
  padding-right: 10px;
  color: #888;
}

.s-article > .content {
  line-height: 30px;
  padding: 20px 0;
  color: #666;
}
.s-article > .content > p {
  margin-bottom: 0.5rem;
  text-align: justify;
  text-indent: 2rem;
}
.s-article > .href {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s-article > .href > a {
  color: #529af4;
  text-decoration: none;
}
.solution {
  padding: 60px 0 0px !important;
}
#solution > .wrap {
  width: 100%;
  min-width: 1230px;
  min-height: 220px;
  margin: 80px 0 0;
  background: #f3f5f8;
}
#solution > .wrap > .s-solution {
  width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#solution > .wrap > .s-solution > .item {
  width: 320px;
  height: 220px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 40px 40px 30px;
}
#solution > .wrap > .s-solution > .item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: rgba(173, 213, 255, 0.5);
}
#solution > .wrap > .s-solution > .item:first-of-type::after {
  display: none;
}
#solution > .wrap > .s-solution > .item > .name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
#solution > .wrap > .s-solution > .item > .info {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
#solution > .wrap > .s-solution > .item-hov {
  background: url("solution-hov.png");
}
#solution > .wrap > .s-solution > .item-hov::after {
  display: none;
}
#solution > .wrap > .s-solution > .item-hov > .name {
  color: #fff;
}
#solution > .wrap > .s-solution > .item-hov > .info {
  color: #fff;
}
#solution > .wrap > .s-solution > .item::before {
  position: absolute;
  content: "";
  left: 30px;
  bottom: 40px;
  width: 36px;
  height: 36px;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
#solution > .wrap > .s-solution > .item:nth-child(1):before {
  background: url("icon-serv_01.png");
}
#solution > .wrap > .s-solution > .item:nth-child(2):before {
  background: url("icon-serv_02.png");
}
#solution > .wrap > .s-solution > .item:nth-child(3):before {
  background: url("icon-serv_03.png");
}
#solution > .wrap > .s-solution > .item:nth-child(4):before {
  background: url("icon-serv_04.png");
}
#solution > .wrap > .s-solution > .item:nth-child(1).item-hov:before {
  background: url("icon-serv_01__hov.png");
}
#solution > .wrap > .s-solution > .item:nth-child(2).item-hov:before {
  background: url("icon-serv_02__hov.png");
}
#solution > .wrap > .s-solution > .item:nth-child(3).item-hov:before {
  background: url("icon-serv_03__hov.png");
}
#solution > .wrap > .s-solution > .item:nth-child(4).item-hov:before {
  background: url("icon-serv_04__hov.png");
}
#allmap {
  width: 100%;
  min-width: 1230px;
  height: 300px;
}
/* 解决方案--智慧城市 */
.smartCity {
  padding-bottom: 140px;
  background: #fff;
}

.smartCity > .wrap-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartCity > .wrap-top > .smartCity-left {
  width: 30%;
}
.smartCity > .wrap-top > .smartCity-right {
  margin-left: 30px;
}

.smartCity > .wrap-top > .smartCity-left > .title {
  font-size: 30px;
  color: #000;
  text-align: center;
}

.smartCity > .wrap-top > .smartCity-left > p {
  font-size: 18px;
  color: #495467;
  line-height: 40px;
  margin-top: 50px;
  margin-right: 20px;
}
.smartCity > .wrap-top > .img {
  flex: 0.7;
}
.smartCity > .wrap-top > .img > img {
  width: 100%;

}
.smartCity > .wrap > .img {
  margin-top: 30px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartCity > .wrap > .img > img {
  /* display: block; */
  height: auto;
  margin: 0 auto;
}
.smartCity > .smartCity-title {
  width: 80%;
  margin: 0 auto;
  height: auto;
}
.smartCity > .wrap > .img {
  /* box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%); */
  /* width: 370px; */
  width: 80%;
  height: auto;
  margin: 0 200px;
  position: relative;
}
.smartCity > .wrap > .img > img {
  /* width: 100%; */
  height: auto;
  z-index: 2;
  position: relative;
}
/* .smartCity > .wrap > .img::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 500px;
  right: -50px;
  bottom: -50px;
  background: #f6dec6;
} */

.hide{
  display: none;
}