/* 智慧城市页面样式 */
.boxTit {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}

.banIn {
  position: relative;
}

.smartCity-top {
  width: 32%;
  position: absolute;
  background: rgba(28, 28, 28, 0.22);
  color: #FFFFFF;
  /* left: 2.5rem; */
  left: 12%;
  bottom: 13%;
  padding: 0 2%;
}

.smartCity-top-title {
  font-size: .25rem;
  text-align: center;
  padding: 6% 0 3%;
  border-bottom: .03rem solid;
  width: 1rem;
}

.smartCity-top-text {
  padding: 7% 0;
  margin: auto;
  /* line-height: 0.28rem; */
  /* font-size: .17rem; */
}

.industrySector>div {
  width: 33.33%;
  padding: 2% 0;
}

.industrySector {
  display: flex;
  justify-content: space-evenly;
  flex: 1;
  flex-wrap: wrap;
}

.platform-main {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;
  /* margin-bottom: -3%; */
}

.platform-item {
  width: 45%;
  text-align: center;
  margin-bottom: 3%;
}

.platform-firstdiv {
  width: 80%;
  margin: auto;
}

.platform-item img {
  width: 100%;
  height: 100%;
}

.platform-item-title {
  color: #5387A9;
  font-size: .18rem;
  font-weight: bold;
  margin: 3% 0 2%;
}

.platform-item-text {
  color: #A5A5A5;
}

/* 解决方案 */
.solution-main {
  background-color: #F9F9F9;
  margin-top: 4%;
}

.solution-main-top {
  margin-top: 0;
}

.caseContent {
  /* text-align: center; */
}

.case-title {
  text-align: center;
  padding: 4% 0 3%;
  font-weight: bold;
  color: #00031B;
  font-size: 30px;
}

.case-main {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap
}

.case-main>div {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.case-main>div img {
  width: 100%;
  height: 100%;
}

.case-main-text {
  font-weight: bold;
  color: #5387A9;
  margin: 5% 0 8%;

}

.textContent {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  width: 92%;
  margin: auto;
  padding: 5% 0;
  border-radius: 0 1rem 0 1rem;
}

.textContent::before {
  background-image: url('/images/smartCity/text-left.png');
  content: '';
  position: absolute;
  top: 5%;
  left: 3%;
  width: 0.47rem;
  height: 0.4rem;
  background-size: 100% 100%;
}

.textContent::after {
  content: '';
  background-image: url('/images/smartCity/text-right.png');
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 0.47rem;
  height: 0.4rem;
  background-size: 100% 100%;
}

.textContent-text {
  text-indent: 0.36rem;
  width: 90%;
  margin: auto;
  color: rgba(28, 28, 28, 0.91);
  line-height: 0.3rem;
}


/* 企业文化新样式 */
.respon-topimg {
  width: 55%;
  text-align: left;

}

.banText {
  bottom: 21%;
}

.ban3P2 {
  margin: .1rem;
  font-weight: normal;
}

.banLine {
  margin-left: .1rem;
  background-color: #32AA8D;
}

.ban3P3 {
  margin-left: .1rem;
}

.mainBg .sortBg {
  position: static;
  transform: none;
  max-width: 100%;
  border-radius: 0;
}

.sortList li {
  width: 50%;
}
.sortList li:first-child a{
  padding-left: 20%;
}
.sortList li:last-child a{
  padding-right: 20%;
}
.sortList li.active a {
  height: 100%;
  top: 0;
  background-color: #3BB78D;
}

.mainBg .sortList li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 0;
  line-height: 20px;
}
.sortList li a img {
  max-width: .4rem;
  height: auto;
}

.tab-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: .2rem;
}

.sortTit {
  font-size: 18px;
}

.newRespon {
  background-image: url(../images/culture/bann3.png);
  background-size: 100% 100%;
  position: relative;
  height: 308px;
}

.newRespon img {
  width: 100%;
  height: 100%;
}

.socialResponsibility {
  width: 33%;
}

.respon-ban3-right {
  width: 57%;
}

.respon-ban3 {
  color: #FFFFFF;
  position: absolute;
  top: 22%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  left: 12%;
}

.philosophy-dec {
  font-size: 12px;
  line-height: .2rem;
  color: #FFFFFF;
  opacity: 0.6;
  margin-top: .18rem;
}

.cardList {
  display: flex;
  justify-content: center;
}

.cardItem {
  width: 12%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: -1px 7px 13px 0px rgba(24, 24, 24, 0.11);
  margin-right: .13rem;
  transform: translate(0%, -23%);
  padding: 0.1rem 0.2rem 0.8rem
}

.cardItem:last-child {
  margin-right: 0;
}

.card-img {
  width: .6rem;
  height: .65rem;
  margin: .1rem 0 .1rem;
}

.card-img img {
  width: 100%;
  height: 100%;
}

.card-name {
  font-weight: bold;
  color: #3789BD;
  font-size: 17px;
}

.card-title,
.card-dec {
  color: #000000;
  opacity: 0.6;
  font-size: 12px;
}

.card-title {
  margin: .1rem 0 .2rem;
}

.newVision {
  background-color: #204D8A;
  padding: 0 .3rem .7rem;
}

.newVision-img {
  width: 8.93rem;
  height: 6.75rem;
  margin: auto;
  position: relative;
}

.newVision img {
  width: 100%;
  height: 100%;
}

.senseWorth {
  position: absolute;
  bottom: 19%;
  left: .5%;
  color: #FFFFFF;
}

.senseWorth-cont {
  display: flex;
  flex-direction: column;
  width: 67%;
}
.senseWorth h5 {
  margin-top: .2rem;
}

.senseWorth h5 span {
  font-size: 14px;
  display: inline-block;
  padding: 0 .1rem;
  background: linear-gradient(270deg, #3BB78D, #204E8B);
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 180%;
  letter-spacing: .02rem;
}

.senseWorth-cont p {
  opacity: .5;
  font-size: 12px;
  letter-spacing: .01rem;
}

.enterpriseVision-cont p,.enterpriseMission-cont p {
  color: #FFFFFF;
  opacity: .5;
  font-size: 12px;
  letter-spacing: .01rem;
}

.enterpriseVision {
  position: absolute;
  top: 39%;
  right: -27%;
  width: 38%;
}
.enterpriseMission{
  position: absolute;
  right: -19%;
  bottom: 8%;
  width: 38%;
}
.enterpriseVision-cont .enterpriseVision-cont-en,.enterpriseMission-cont .enterpriseVision-cont-en{
  font-size: 12px;
  color: #32A98D;
  padding-top: .1rem;
}