.serviceGuideContainer {
  width: 100%;
  height: 100%;
}


/* banner */
    .serviceGuideContainer .banner {
        height: 357px;
        width: 100%;
        background: url("../images/serviceGuideBanner.png") center center no-repeat;
        background-size: cover;
        position: relative;
    }

.serviceGuideContainer .navContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 23px 112px 0px 93px;
  box-sizing: border-box;
}

.serviceGuideContainer .navContainer .title {
  width: 530px;
  height: 112px;
  background: url("../images/home/titleLogo.png") center center no-repeat;
  background-size: 100% 100%;
}
    .serviceGuideContainer .navContainer .title2 {
        width: 530px;
        height: 112px;
        background: url("../images/home/titleLogo2.png") center center no-repeat;
        background-size: 100% 100%;
    }
/* nav */
.serviceGuideContainer .navContainer .nav {
  display: flex;
  align-items: center;
}

.serviceGuideContainer .navContainer .nav_item {
  color: rgb(51, 51, 51);
  font-family: 思源黑体 CN;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: left;
  cursor: pointer;
  margin-right: 40px;

  &:nth-last-child(1) {
    margin-right: 0px;
  }
}

.serviceGuideContainer .navContainer .active {
  color: rgb(40, 108, 211);
}

/* 底部 */
.serviceGuideContainer .footer {
  width: 100%;
  height: 204px;
  background-color: #4252b9;
  padding-top: 20px;
  box-sizing: border-box;
}

.serviceGuideContainer .footer .footer_bottom .text {
  color: rgb(255, 255, 255);
  font-family: 思源黑体 CN;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
}

.serviceGuideContainer .footer .footer_bottom .text span {
  cursor: pointer;
  margin-right: 20px;
}

.serviceGuideContainer .news_title {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  margin: 65px 32px 35px 32px;
}

.serviceGuideContainer .news_title .left_line {
  width: 120px;
  height: 0;
  transform: rotate(180deg);
  border: 2px solid rgb(15, 107, 217);
}

.serviceGuideContainer .news_title .title_text {
  color: rgb(40, 108, 211);
  font-family: 思源黑体 CN;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0%;
  margin: 32px;
}

.serviceGuideContainer .news_title .right_line {
  width: 120px;
  height: 0;
  transform: rotate(180deg);
  border: 2px solid rgb(15, 107, 217);
}

.serviceGuideContainer .demandContent .demand_item {
  box-sizing: border-box;
  border: 1px solid rgb(241, 241, 241);
  border-radius: 5px;
  background: rgb(250, 250, 250);
  padding: 30px 40px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 30px;
}
.serviceGuideContainer .demandContent .demand_item .item_name {
  color: rgb(51, 51, 51);
  font-family: 思源黑体 CN;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}
.serviceGuideContainer .demandContent .demand_item .item_desc {
  color: rgb(102, 102, 102);
  font-family: 微软雅黑;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}
