  .marketingText {
  background: url(/static/assets/images/mainBusinessBackImg1.png) no-repeat;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.marketingText .ENText {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 60px;
}
.marketingText .CHText {
  font-size: 40px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.marketingText .ENText,
.marketingText .CHText {
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.marketingText .ENText {
  animation: fadeInUp 1s forwards;
}

.marketingText .CHText {
  animation: fadeInUp 1s forwards 0.5s; /* 加入延迟让中文文本稍后显示 */
}

.marketingMain .marketingPage {
  width: 100%;
  height: 93px;
  display: flex;
  background: #f5f7f9;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e3e3e3;
}
.marketingMain .marketingPage .EnterpriseA {
  position: relative;

  width: 100px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
.marketingMain .marketingPage > div {
  position: relative;

  width: 90px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.marketingMain .marketingPage > div .image {
  width: 46px;
  height: 41px;
  margin-bottom: 10px;
}
.marketingMain .marketingPage > div .image img {
  width: 100%;
  height: 100%;
}
.marketingMain .marketingPage > div .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
/* .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #016d3b;
  bottom: -15px;
  transform: translate(-50%, 0);
} */

.marketingMain .marketingNetwork {
  width: 1300px;
  height: 832px;
  background: #ffffff;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.marketingMain .marketingNetwork .networkTitle {
}
.marketingMain .marketingNetwork .networkTitle .title {
  font-size: 36px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}
.marketingMain .marketingNetwork .networkTitle .subtitle {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  margin-bottom: 50px;
  margin-top: 10px;
}
/* .marketingMain .marketingNetwork .networkTitle .provinceSearch select {
  width: 100%;
  height: 70px;
  border: 1px solid #e6e6e6;
} */
.marketingMain .marketingNetwork .networkTitle .provinceSearch select,
.marketingMain .marketingNetwork .networkTitle .citySearch select {
  width: 100%;
  height: 70px;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
}
.marketingMain .marketingNetwork .networkTitle .citySearch {
  margin-top: 40px;
}
.marketingMain .marketingNetwork .networkTitle .search {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  width: 318px;
  height: 56px;
  background: #016d3b;
  margin-top: 40px;
  text-align: center;
  line-height: 56px;
}
.marketingMain .marketingNetwork .mapImg {
  position: relative;
  width: 772px;
  height: 617px;
}
.marketingMain .marketingNetwork .mapImg .taiyuan {
  display: inline-block;
  position: absolute;
  top: 250px;
  left: 480px;
}
.marketingMain .marketingNetwork .mapImg img {
  width: 100%;
  height: 100%;
}
.marketingMain .marketingAddress {
  width: 1300px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marketingMain .marketingAddress .mapImg {
  position: relative;
  width: 772px;
  height: 617px;
}
.marketingMain .marketingAddress .mapImg .taiyuan {
  position: absolute;
  cursor: pointer;
  top: 281px;
  right: 257px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.marketingMain .marketingAddress .mapImg .chengdu {
  position: absolute;

  cursor: pointer;

  top: 405px;
  right: 408px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.marketingMain .marketingAddress .mapImg > span .text {
  font-size: 11px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #383838;
}
.marketingMain .marketingAddress .mapImg img {
  width: 100%;
  height: 100%;
}
.marketingMain .marketingAddress .detailedAddress {
  width: 470px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  max-height: 620px;
  overflow-y: auto;
}
.marketingMain .marketingAddress .detailedAddress .addressImg {
  width: 445px;
  height: 228px;
}
.marketingMain .marketingAddress .detailedAddress .addressImg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.marketingMain .marketingAddress .detailedAddress .ATitle {
  width: 100%;
}
.marketingMain .marketingAddress .detailedAddress .ATitle .addressTitle {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  margin-bottom: 18px;
  display: flex;
}
.marketingMain .marketingAddress .detailedAddress .ATitle .phone .phoneIcon,
.marketingMain
  .marketingAddress
  .detailedAddress
  .ATitle
  .addressContent
  .addressIcon {
  height: 15px;
  margin-right: 8px;
}
.marketingMain .marketingAddress .detailedAddress .ATitle .phone .phoneIcon img,
.marketingMain
  .marketingAddress
  .detailedAddress
  .ATitle
  .addressContent
  .phoneIcon
  img {
  width: 100%;
  height: 100%;
}
.marketingMain .marketingAddress .detailedAddress .ATitle .addressContent,
.marketingMain .marketingAddress .detailedAddress .ATitle .phone {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.marketingMain .engineeringCase {
  margin-top: 40px;
}
.marketingMain .engineeringCase .engineeringTitle {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;

  font-size: 36px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #383838;
}
.marketingMain .engineeringCase .engineeringItems {
  width: 1300px;

  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 55px;
}
.marketingMain .engineeringCase .engineeringItems .seriesItem {
  width: 630px;

  background: #ffffff;
  /* margin: 30px 0; */
  transition: all 0.3s ease;
}
.marketingMain .engineeringCase .engineeringItems .seriesItem:hover {
  transform: scale(1.1);
  z-index: 1;
}

.marketingMain
  .engineeringCase
  .engineeringItems.hoverEffect
  .seriesItem:not(:hover) {
  opacity: 0.7;
}
.marketingMain .engineeringCase .engineeringItems .seriesItem .seriesImage {
  width: 630px;
  height: 360px;
}
.marketingMain .engineeringCase .engineeringItems .seriesItem .seriesImage img {
  width: 100%;
  height: 100%;
}
.marketingMain .engineeringCase .engineeringItems .seriesItem .seriesText {
  height: 130px;
  /* width: 100%; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.marketingMain
  .engineeringCase
  .engineeringItems
  .seriesItem
  .seriesText
  .seriesContent {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.marketingMain
  .engineeringCase
  .engineeringItems
  .seriesItem
  .seriesText
  .seriesContent
  .seriesTitle {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #444a67;
  width: 400px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.marketingMain
  .engineeringCase
  .engineeringItems
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn {
  width: 104px;
  text-align: center;
  height: 32px;
  background: #016d3b;
  border-radius: 23px 23px 23px 23px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketingMain
  .engineeringCase
  .engineeringItems
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn
  .nextImg {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.marketingMain
  .engineeringCase
  .engineeringItems
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn
  .nextImg
  img {
  width: 100%;
  height: 100%;
}
.marketingMain
  .engineeringCase
  .engineeringItems
  .seriesItem
  .seriesText
  .seriesDescription {
  width: 85%;
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #949eb2;
  margin-top: 10px;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.marketingMain .afterSalesService {
  width: 1300px;
  margin: 0 auto;
}
.marketingMain .afterSalesService .corporationItems {
  margin-top: 30px;

  background: #fff;
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  row-gap: 30px;
}
.marketingMain .afterSalesService .corporationItems .business {
  width: 385px;
  line-height: 41px;
  font-size: 17px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  grid-column: span 1;
}
.marketingMain .afterSalesService .corporationItems .business .center-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 41px;
  background: #016d3b;
}
.marketingMain
  .afterSalesService
  .corporationItems
  .business
  .center-top
  .center-icon {
  margin-left: 20px;
  margin-right: 15px;
}
.marketingMain
  .afterSalesService
  .corporationItems
  .business
  .center-tel
  .tel-title {
  min-height: 120px;
}
.marketingMain
  .afterSalesService
  .corporationItems
  .business
  .center-tel
  .tel-title
  .tel {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
.marketingMain
  .afterSalesService
  .corporationItems
  .business
  .center-tel
  .tel-title
  .tel-phone {
  font-size: 15px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #383838;
  line-height: 25px;
}
.marketingMain
  .afterSalesService
  .corporationItems
  .business
  .center-tel
  .tel-title
  .tel-phone
  span {
  display: inline-block;
  width: 100%;
}
.marketingMain
  .afterSalesService
  .corporationItems
  .business
  .center-tel
  .address {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  line-height: 25px;
}

.marketingMain .afterSalesService .suggestion {
  /* width: 1300px; */
  margin: 20px auto 35px;
  background: #fff;
  padding: 30px 30px 60px;
}

.marketingMain .afterSalesService .suggestion .title {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #016d3b;
}
.marketingMain .afterSalesService .suggestion .personalInformation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.marketingMain .afterSalesService .suggestion .personalInformation input {
  width: 384px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dedede;
  padding: 10px;
}

.marketingMain .afterSalesService .suggestion .textarea {
  width: 98%;
  margin: 20px 0;
}

.marketingMain .afterSalesService .suggestion .textarea textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  padding: 10px;
}
.marketingMain .afterSalesService .suggestion .code {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.marketingMain .afterSalesService .suggestion .code input {
  width: 197px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dedede;
}
.marketingMain .afterSalesService .suggestion .code .codeImg {
  margin-left: 13px;
  margin-right: 134px;
}
.marketingMain .afterSalesService .suggestion .code .submit {
  width: 384px;
  height: 41px;
  background: #016d3b;
  text-align: center;
  line-height: 41px;
  color: #ffffff;
}
.newsBox .newsHtml {
  width: 1060px;
  background: #ffffff;
  margin: 40px auto 0;
  padding: 60px 120px;
  /* 动画 */
  overflow: hidden;
  position: relative;
}
.newsBox .newsHtml .newsTitle {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  margin: 0 0 20px;
}
.newsBox .newsHtml .inputTime {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #848ea1;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #dee2eb;
}
.newsBox .newsHtml .content {
  margin-top: 60px;
}
.newsBox .newsNavigation {
  width: 1257px;
  height: 94px;
  background: #fff;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 25px 0 25px 45px;
}

.newsBox .newsNavigation .newsPage {
  width: 1100px;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.newsBox .newsNavigation .newsPage .previous,
.newsBox .newsNavigation .newsPage .next {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.newsBox .newsNavigation .newsPage .previous .previousText,
.newsBox .newsNavigation .newsPage .next .nextText {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #016d3b;
  margin-right: 35px;
  /* cursor: pointer; */
}

.newsBox .newsNavigation .newsPage .previous .previousContent,
.newsBox .newsNavigation .newsPage .next .nextContent {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #949eb2;
}
.newsBox .newsNavigation .back {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.slide-out-right {
  animation: slideOutRight 1s forwards;
}

.slide-out-left {
  animation: slideOutLeft 1s forwards;
}
#favDialog {
  margin: auto;
  padding: 20px 30px;
  border: 1px solid #ababab !important;
  border-radius: 15px;
  width: 450px;
}
#favDialog .dialogMsg {
  font-size: 18px;
  line-height: 35px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
#favDialog .close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
