.container {
  background-color: #ffffff;
}
.container .main .content_box {
  background: url("../img/b4.png") no-repeat right top;
  background-size: auto;
}
.container .main .content_box .content .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.container .main .content_box .content .title_box .right {
  display: flex;
  align-items: center;
}
.container .main .content_box .content .title_box .right .tab {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  padding: 10px 24px;
  color: #636363;
  cursor: pointer;
}
.container .main .content_box .content .title_box .right .active {
  background-color: #0d3267;
  border-radius: 20px;
  color: #fff;
}
.container .main .content_box .content .section {
  background-color: #0e3067;
}
.container .main .content_box .content .section .top {
  box-sizing: border-box;
  padding: 45px 45px 0px;
}
.container .main .content_box .content .section .top .tab {
  display: flex;
  flex-wrap: wrap;
}
.container .main .content_box .content .section .top .tab p {
  padding: 5px 17px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.container .main .content_box .content .section .top .tab .active {
  border-radius: 5px;
  border: solid 1px #ffffff;
}
.container .main .content_box .content .section .top .info {
  padding-top: 20px;
  display: none;
}
.container .main .content_box .content .section .top .info .infoItem {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .main .content_box .content .section #map {
  width: 100%;
  height: 780px;
  margin-top: 30px;
}
.container .main .content_box .content .result {
  display: flex;
  flex-wrap: wrap;
}
.container .main .content_box .content .result .list {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  padding: 35px 0 35px;
  margin-top: 40px;
}
.container .main .content_box .content .result .list:nth-child(3n) {
  margin-right: 0;
}
.container .main .content_box .content .result .list .company {
  font-family: MicrosoftYaHei;
  font-size: 26px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #303030;
  position: relative;
  box-sizing: border-box;
  padding-left: 34px;
}
.container .main .content_box .content .result .list .company:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background-color: #d70739;
}
.container .main .content_box .content .result .list .con {
  box-sizing: border-box;
  padding: 18px 45px 0 34px;
}
.container .main .content_box .content .result .list .con .item {
  display: flex;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #727272;
}
.container .main .content_box .content .result .list .con .item .label {
  flex-shrink: 0;
}

@media all and (max-width: 1620px) {
  .container .main .content_box .content .section #map {
    height: 550px;
  }

  .container .main .content_box .content .section .top .tab p {
    font-size: 16px;
  }

  .container .main .content_box .content .section .top .info .infoItem {
    font-size: 16px;
  }

  .container .main .content_box .content .section .top .info {
    padding-top: 10px;
  }
}
@media all and (max-width: 1050px) {
  .container .main .content_box .content .section #map {
    height: 400px;
  }
}
@media all and (max-width: 800px) {
  .container .main .content_box .content .title_box {
    flex-wrap: wrap;
  }
  .container .main .content_box .content .title_box .right {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
}
@media all and (max-width: 550px) {
  .container .main .content_box .content .title_box .right {
    overflow-x: auto;
    overflow-y: auto;
    justify-content: unset;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .main .content_box .content .title_box .right .tab {
    flex-shrink: 0;
    margin-right: 5px;
  }
  .container .main .content_box .content .title_box .right .tab:last-child {
    margin-right: 0;
  }

  .container .main .content_box .content .section .top .tab p {
    box-sizing: border-box;
    width: 33.3333%;
    padding: 4px 0;
    text-align: center;
  }

  .container .main .content_box .content .section .top .tab p {
    font-size: 16px;
  }

  .container .main .content_box .content .section .top .info {
    padding-top: 10px;
  }

  .container .main .content_box .content .section .top .info .infoItem {
    font-size: 16px;
  }

  .container .main .content_box .content .section #map {
    height: 250px;
  }

  .container .main .content_box .content .title_box {
    padding-bottom: 40px;
  }

  .container .main .content_box .content .section .top {
    padding: 25px 20px 0px;
  }
}

/*# sourceMappingURL=contactUs.css.map */
