.office_service {
  padding-bottom: 90px;
}
.office_service_top {
  width: 100%;
  position: relative;
  height: 380px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* flex: 5; */
  justify-content: center;
  /* min-width: 1200px; */
}
.office_service_top_img {
  /* width: 100%; */
  position: absolute;
  top: 0;
  left: 0;
}
.office_service_top h1 {
  position: relative;
  width: 1200px;
  font-size: 55px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1e1e1e;
  padding: 20px 65px 34px 0;
  letter-spacing: 5px;
  margin-left: 64px;
}
.office_service_top p {
  position: relative;
  width: 1200px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 550;
  color: #494949;
  padding: 20px 65px 34px 0;
  letter-spacing: 0px;
  margin-left: 64px;
  margin-top: -23px;
}
.office_contain {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}
/* @media screen and (min-width: 1800px) {
    .office_service_top_img{
        width: 100%;
    }
}

@media screen and (max-width: 1800px) {
    .office_service_top_img{
        height: 100%;
    }
} */
.office_service_cent {
  width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 40px;
}
.office_service_cent_title {
  font-size: 40px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: rgba(30, 30, 30, 1);
  line-height: 62px;
}
.office_service_cent_city {
  width: 100%;
  margin-top: 30px;
  position: relative;
  height: 50px;
  font-weight: 700;
}
.office_service_cent_city_ul {
  height: 60px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.active-color {
  color: #ffffff !important;
}
.office_service_cent_city_ul_li a:hover {
  color: rgba(30, 30, 30, 1);
}
.office_service_cent_city_ul::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.office_service_cent_city_ul_li {
  display: inline-block;
  /* width: 98px; */
  width: 103px;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  /*font-weight: bold;*/
  color: rgba(30, 30, 30, 1);
  text-align: center;
  height: 50px;
  vertical-align: bottom;
  line-height: 50px;
  border-radius: 4px;
  margin-right: 1.6%;
  border: 1px solid rgba(230, 230, 230, 1);
}
.office_service_city_active {
  background: rgba(251, 180, 0, 1);
  box-shadow: 0px 4px 12px 0px rgba(251, 180, 0, 0.44);
  color: rgba(255, 255, 255, 1);
  border: none;
}
.office_service_cent_citys {
  margin-top: 35px;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}

.office_service_cent_citys_ul {
  display: inline-block;
  width: 1130px;
  margin-left: 18px;
}
.office_service_cent_citys_ul_li {
  display: inline-block;
  margin-right: 30px;
}
.office_service_citys_active {
  color: rgba(251, 174, 0, 1);
}
.office_service_list_cent {
  display: inline-block;
  width: 64.6%;
}
.office_service_list_item {
  width: 100%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 230, 230, 1);
}
.office_service_list_item_div {
  width: 38.6%;
  height: 200px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.office_service_list_item_img {
  /* width: 300px; */
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #e6e6e6;
}
.office_service_list_item_right {
  display: inline-block;
  margin-left: 1%;
  width: 58%;
}
.office_service_list_item_right_title {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: rgba(30, 30, 30, 1);
  margin-top: 16px;
  line-height: 33px;
  margin-bottom: 10px;
}
.office_service_list_item_right_addres {
  width: 10px;
  vertical-align: text-top;
}
.office_service_list_item_right_addres_text {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(100, 100, 100, 1);
  margin-left: 8px;
}
.office_service_list_item_right_iphone {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  color: rgba(30, 30, 30, 1);
  margin-top: 20px;
  position: relative;
}
.office_service_list_item_right_iphone_img {
  width: 14px;
}
.office_service_list_item_right_iphone_title {
  margin-left: 8px;
}
.office_service_list_item_right_iphone_text {
  position: absolute;
  top: -28px;
  left: 18px;
  color: #df6549;
  border-radius: 2px;
  padding: 4px 8px;
  box-shadow: 0 4px 8px 0 rgba(71, 71, 71, 0.18);
}
.office_service_list_item_right_Wx_img {
  width: 18px;
  margin-left: 30px;
}
.office_service_list_item_right_Wx_title {
  margin-left: 8px;
}
.office_service_list_item_right_Wx_img_cent {
  position: absolute;
  top: -10px;
}
.office_service_list_item_right_yuding {
  margin-top: 20px;
}
.office_service_list_item_right_yuding_title {
  /* min-width: 113px;
    line-height: 25px; */
  /*height: 30px;*/
  /*line-height: 30px;*/
  /* margin-bottom: 10px; */
  padding: 3px 7px;
  text-align: center;
  /* height: 25px; */
  /*background: rgba(251,180,0,1);*/

  background: #f5f5f5;
  color: #6f6f6f !important;
  border-radius: 4px;
  display: inline-block;
}
.office_service_list_item_right_yuding_hongbao {
  width: 18px;
  vertical-align: bottom;
  margin-left: 0px;
}
.kanfang_namu {
  font-size: 16px;
  color: #212121 !important;
  font-weight: bold;
}
.office_service_list_item_right_yuding_hongbao_title {
  text-align: center;
  padding: 1px 4px;
  /* margin-bottom: 10px; */
  margin-left: 4px;
  line-height: 19px;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  color: rgba(248, 111, 115, 1);
  border: 1px solid rgba(248, 111, 115, 1);
}
.office_service_list_item_right_yuding_detaile {
  font-size: 18px;
  float: right;
  white-space: nowrap;
  font-family: "Microsoft YaHei";
  /* font-weight: bold; */
  color: rgba(251, 174, 0, 1);
  margin-left: 10px;
}
.office_service_biaoqian {
  margin-top: 10px;
}
.office_service_list {
  position: relative;
}
.officeMap {
  width: 34.3%;
  height: 302px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  /* margin-left: 8px; */
  /* float: right; */
}
#officeMap {
  width: 412px;
  height: 302px;
}
.office_service_cent_city_right {
  position: absolute;
  top: 0;
  right: -20px;
  width: 49px;
  border-radius: 49px;
  height: 49px;
  z-index: 10;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
}
.office_service_cent_city_left {
  position: absolute;
  top: 0;
  left: -20px;
  width: 49px;
  border-radius: 49px;
  height: 49px;
  z-index: 10;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
}
.city-li-none {
  display: none;
}
.office_service_address_juli {
  background: #faf1da;
  color: #eb9000 !important;
  border-radius: 4px;
  padding: 6px 7px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}
/*详情*/
