* {
  padding: 0;
  margin: 0;
  word-break: break-all;
}

body {
  color: #666;
  font: 14px "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  background: #fff;
  font-family: "SourceHanSansSC-regular" !important;
}

p, h1, h2, h3, h4, h5, h6, ul, li, ol {
  padding: 0;
  margin: 0;
}

.m60 {}

i, em {
  font-style: normal
}

.lf {}

.rt {
  float: right;
}

.clear {
  clear: both;
}

ul, dl, dt, dd, ol, li {
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
}

input, button, textarea {
  outline: none;
  background-color: #fff
}

.link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

img {
  border: none;
}

/* 去除a标签默认样式 */
a {
  text-decoration: none;
  /* color: #666; */
}

.Header-top {
  width: 100%;
  /* line-height: 80px; */
  background: #ffffff;
  position: fixed;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
}

.Header-top .Header-top-left {
  width: 300px;
  height: 100%;
  padding-left: 20px;
  line-height: 50px;
}

.Header-top .Header-top-left img {
  width: 145px;
  height: 50px;
  margin: 10px auto;
  margin-left: 20%;
}

.Header-top .Header-top-left a {
  font-size: 20px;
  font-weight: bold;
}

.about-zjzj {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 62px;
  left: 0;
  display: none;
}

.index-ul-top {
  display: flex;
  justify-content: center;
  margin-left: 300px;
}

.products-case {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 62px;
  left: 0;
  display: none;
}

.products-case ul li {
  width: auto !important;
  white-space: nowrap;
  padding: 0 10px;
}
.index-ul-top-products-case {
  display: flex;
  justify-content: center;
  margin-left: 10vw;
}

.Header-top-right {
  width: 100%;
  display: flex;
  justify-content: center;
}

.Header-top .Header-top-right ul {
  display: flex;
  align-items: center;
}

.Header-top .Header-top-right ul li {
  list-style: none;
  line-height: 50px;
  color: #666;
  width: 100px;
  text-align: center;
}


.Header-top .Header-top-right .about-zjzj  .index-ul-top div {
  list-style: none;
  line-height: 50px;
  color: #ffffff !important;
  width: 100px;
  text-align: center;
}

.Header-top .Header-top-right .about-zjzj  div  a:hover {
  color: #4774b6 !important;
}

.Header-top .Header-top-right .products-case div a:hover {
  color: #4774b6 !important;
}

.Header-top .Header-top-right .products-case .index-ul-top-products-case div {
  list-style: none;
  line-height: 50px;
  color: #666;
  width: 150px;
  text-align: center;
}

.Header-top .Header-top-right ul li a {
  color: #666;
}

.li-active {
  background: #4774b6;
  list-style: none;
  line-height: 50px;
  color: #666;
  width: 130px;
  text-align: center;
}

.a-active {
  color: #ffffff !important;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m60 {
  margin: 60px 0 0 0;
}

/*  banner  */
.banner {
  width: 100%;
  height: 760px;
  position: relative;
}

.banner ul li {
  height: 760px;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.banner .cut {
  position: absolute;
  width: 43px;
  height: 75px;
  top: 50%;
  margin-top: -38px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  border-radius: 3px;
  cursor: pointer;
}

.banner:hover .cut {
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.banner .prev {
  left: 30px;
  background-image: url('../image/main/zhd.png');
}

.banner .next {
  right: 30px;
  background-image: url('../image/main/yhd.png');
}

.banner .indicator {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
  text-align: center;
  z-index: 20;
}

.banner .indicator a {
  display: inline-block;
  width: 45px;
  height: 2px;
  background: #fff;
  margin: 10px;
}

.banner .indicator a.cur {
  background: #0067b2;
}

.banner .indicator a.cur:hover {
  background: #0067b2;
}

/*  轮播结束  */


.none {
  /* display: none; */
}

.solution {
  margin: 40px 0;
}

.solution-title {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: black;
  margin-top: 60px;
}

.solution-content {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  width: 80%;
  font-size: 40px;
  font-weight: 800;
  margin: 0 auto;
}

.solution-background {
  background: #D7D6D8;
  width: 25vw;
  height: 228px;
  opacity: 0.4;
  position: absolute;
}

.z10 {
  z-index: 10;
  color: #fff;
  opacity: 1;
}

.pd20 {
  padding: 20px;
  padding-top: 50px;
}

.solution1 {
  background: url('../image/main/solution1.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 25vw;
  height: 228px;
  margin: 20px;
}

.solution2 {
  background: url('../image/main/solution2.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 25vw;
  height: 228px;
  margin: 20px;
}

.solution3 {
  background: url('../image/main/solution3.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 25vw;
  height: 228px;
  margin: 20px;
}

.solution4 {
  background: url('../image/main/solution4.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 25vw;
  height: 228px;
  margin: 20px;
}

.solution5 {
  background: url('../image/main/solution5.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 25vw;
  height: 228px;
  margin: 20px;
}

.solution6 {
  background: url('../image/main/solution6.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 25vw;
  height: 228px;
  margin: 20px;
}

.introduce {
  margin: 80px 0;
  padding: 20px;
  background: #F6F6F6;
}

.introduce-title {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: black;
}

.introduce-content {
  width: 60%;
  margin: 0 auto;
}

.introduce-value {
  padding: 20px;
  color: #fff;
  padding: 40px 10;
  height: 300px;
  background: #4774B6;
}

.introduce-img {
  position: relative;
  right: -65%;
  top: -62%;
  width: 530px;
  height: 295px;
}

.introduce-img img {
  width: 530px;
  height: 295px;
}

.company-year {
  padding: 60px 100px;
}

.center {
  text-align: center;
  margin: 0 10vw;
  display: flex;
  justify-content: center;
}

.company-item {
  width: 300px;
  height: 70px;
  border-right: 1px solid #ccc;
}

.company-value {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-lable {
  font-size: 36px;
  color: black;
  margin-bottom: 8px;
}

.company-small {
  font-size: 14px;
  color: black;
  font-weight: 600;
}

.company-tip {
  color: #AEAEAE;
  font-weight: 600;
  font-size: 12px;
}

/*  footer  */
.footer {
  background-color: #F0F0F0;
  padding: 0 20%;
}

.FooterTop {

  padding: 30px 0;
  font-size: 0;
}

.FooterTop ul {
  display: inline-block;
  vertical-align: top;
}

.FooterTop ul li {
  font-size: 14px;
  line-height: 30px;
  color: #999
}

.FooterTop ul li a {
  color: #999
}

.FooterTop ul li.active {
  margin-bottom: 5px;
  font-size: 14px;
  color: black;
  font-weight: 600;
}

.FooterTop ul li.active a {
  font-size: 16px;
  /* color: #bababa; */
}

.FooterTop ul li a:hover {
  /* color: #bababa */
}

.FooterTop ul.ImgList {
  margin-top: 10px;
}

.FooterTop ul.ImgList li.item {
  margin-bottom: 10px
}

.FooterTop ul.ImgList li.item a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.FooterTop ul.ImgList li.item .m1 {
  background-image: url("../image/main/m1.png");
  position: relative
}

.FooterTop ul.ImgList li.item .m1:hover {
  background-image: url("../image/main/m1-active.png")
}

.FooterTop ul.ImgList li.item .m2 {
  background-image: url("../image/main/m2.png")
}

.FooterTop ul.ImgList li.item .m2:hover {
  background-image: url("../image/main/m2-active.png")
}

.FooterTop ul.ImgList li.item .m3 {
  background-image: url("../image/main/m3.png")
}

.FooterTop ul.ImgList li.item .m3:hover {
  background-image: url("../image/main/m3-active.png")
}

.FooterTop ul.ImgList li.item .m4 {
  background-image: url("../image/main/m4.png")
}

.FooterTop ul.ImgList li.item .m4:hover {
  background-image: url("../image/main/m4-active.png")
}

.FooterTop ul li.hen {
  width: 60px;
  height: 2px;
  margin-bottom: 20px;
}

.LinkItem {
  float: right;
  color: #bababa;
  font-size: 14px;
  line-height: 30px;
}

.LinkItem .txt1 {
  text-align: right
}

.LinkItem .txt1 em {
  font-size: 16px
}

.LinkItem .txt2 {
  text-align: right;
  margin-bottom: 10px
}

.LinkItem .txt2 span {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #275e86;
}

.LinkItem .txt3 {
  position: relative
}

.LinkMain {
  width: 190px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 30px;
  background-color: #405463;
  position: relative;
  cursor: pointer;
}

.LinkMain:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

.NameActive:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.FooterBot {
  height: 40px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  font-weight: 600;

}

.footer-label {
  color: black;
  font-size: 14px;
}

.LinkMList {
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 240px;
  max-height: 120px;
  padding: 10px 0;
  border-radius: 3px;
  background-color: #405463;
  color: #bababa;
  overflow: hidden;
  z-index: 30;
  text-align: center;
  display: none;
}

.FooterTop .LinkMList ul {
  width: 260px;
  max-height: 120px;
  margin: 0;
  overflow-y: scroll;
}

.FooterTop .LinkMList ul li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.FooterTop .LinkMList ul li a:hover {
  background-color: #275e86
}

/*  弹出二维码  */
.WXCon {
  position: relative
}

.ewmcon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 25px;
  left: -26px;
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  display: none;
}

.ewmcon img {
  width: 100%;
}

.footer-label {
  color: black !important;
  font-size: 16px;
  font-weight: 600;
}

/* .black {
  color: black !important;
} */

.flex1 {
  display: flex;
  flex: 1;
  justify-content: space-around;
}

.tx-center {
  text-align: center;
}



.contact-us {
  width: 80%;
  height: 600px;
  margin: 0 auto;
}

.contact-us-title {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: black;
}

.contact-us-left {
  width: 50%;
  height: 100%;
  padding-left: 20px;
  line-height: 50px;
  padding-top: 20px;
}

.contact-us-left ul li {
  list-style: none;
  line-height: 46px;
  padding: 4px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.contact-us-left ul .contact-us-left-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.flex-spt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map {
  width: 725px;
  height: 447px;
  border: 1px solid #ccc;
}

.amap-logo {
  display: none;
  opacity: 0 !important;
}

.amap-copyright {
  opacity: 0;
}

.about-zjzj ul li a:hover {
  color: #0067b2;
}



.FooterTop .flex1 ul li a:hover {
  color: #0067b2;
}

.about-center {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  text-align: center;

}

.about-center img {
  /* width: 512px;
  height: 210px; */
}

.about-honor {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}

.about-honor-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
}

.about-honor-item {
  width: 400px;
  height: 300px;
  padding: 20px 40px;
  border: 1px solid #ccc;
}

.about-honor-item img {
  width: 100%;
  height: 100%;
}

.about-inventionPatent-item {
  width: 288px;
  height: 351px;
}

.about-inventionPatent-item img {
  width: 239px;
  height: 338px;
  padding: 13px 24px;
  border: 1px solid #ccc;
}

.solution .productOne-center-title {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #ADADAD;
}

.productOne-label {
  width: 100%;
  height: 60px;
  text-align: left;
  font-size: 24px;
  color: black;
}

.center-img-productOne {
  background: url('../image/main/交通设施资产管理-交通设施资产管理.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productTwo {
  background: url('../image/main/交警舆情大数据分析-交警舆情大数据分析.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productThree {
  background: url('../image/main/公交大数据模型平台-公交大数据模型平台.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productFour {
  background: url('../image/main/城市智慧停车运营管理-城市智慧停车运营管理.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productFive {
  background: url('../image/main/噪声自动监测数据平台-噪声自动监测数据平台.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productSix {
  background: url('../image/main/城市规划大数据分析-城市规划大数据分析.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productSeven {
  background: url('../image/main/应急指挥调度系统-应急指挥调度系统.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productEight {
  background: url('../image/main/警用无人机监管系统-警用无人机监管系统.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.center-img-productNine {
  background: url('../image/main/制造企业MES生产系统-制造企业MES生产系统.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 350px;
}

.productOne-center-label {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 100px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-image {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  margin-top: 10%;
}