.property-container .head_img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 320px;
  background: url('/brand/img/property/bg.png') center center no-repeat;
  background-size: cover;
}

.property-container .head_img .head_img_content {
  width: 1200px;
  height: 100%;
}

.property-container .head_img .head_img_content>img {
  margin-top: 87px;
}

.property-container .head_img .head_img_content .head_title {
  margin-top: 20px;
  font-size: 28px;
  color: #383838;
}

.property-introduce .services {
  padding-top: 52px;
  width: 100%;
  height: 342px;
  background: url('/brand/img/property/s_bg.png') center center no-repeat;
  background-size: cover;
}

.property-introduce .services .services_content { 
  width: 1200px;
  margin: 0 auto;
}
.property-introduce .title {
  text-align: center;
  font-size: 36px;
  color: #1D1D1D;
  font-weight: 700;
  line-height: 48px;
}
.property-introduce .services .services_content .services_content_list { 
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.property-introduce .services .services_content .services_content_list .services_content_item { 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 84px;
  border-radius: 16px;
  background: linear-gradient(to bottom, rgba(192, 206, 221, 0.24), rgba(255, 255, 255, 1));
  box-shadow: /* 第一个内阴影 */
              0px 8px 12px rgba(192, 206, 221, 0.24),
              /* 第二个内阴影 */
              inset 0 4px 4px rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 36px;
  color: #1D1D1D;
}

.property-introduce .services_data {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 52px auto;
  width: 1200px;
  height: 176px;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  box-shadow: 
        /* Drop shadow */
        inset 0 4px 2px rgba(255, 255, 255, 1), 
        /* Inner shadow */
        0 8px 12px rgba(192, 206, 221, 0.24);
  background: linear-gradient(to bottom, #E2F1FF, #FFFFFF);
}
.property-introduce .services_data .services_data_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  width: 300px;
}
.services_data .services_data_item::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  width: 2px;
  height: 146px;
  background-color: #E0E5E8;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 1);
}
.services_data .services_data_item:last-child::after { 
  display: none;
}

.services_data .services_data_item .top { 
  font-size: 24px;
  color: #1D1D1D;
  line-height: 20px;
}
.services_data .services_data_item .center { 
  padding: 20px 0 8px;
  font-size: 20px;
  color: #0048ED;
  line-height: 32px;
  font-weight: 700;
}
.services_data .services_data_item .center .large { 
  font-size: 52px;
}
.services_data .services_data_item .bottom { 
  font-size: 18px;
  color: #686868;
  line-height: 20px;
}

.property-introduce .question {
  overflow: hidden;
  width: 100%;
  height: 457px;
  background: url('/brand/img/property/q_bg.png') center center no-repeat;
  background-size: cover;
}

.property-introduce .question .title { 
  margin-top: 146px;
}
.property-introduce .question .question_content { 
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 24px auto;
}

.property-introduce .question .question_content .question_content_item {
  padding: 42px 0 0 124px;
  width: 584px;
  height: 187px;
  background: url('/brand/img/property/s1_bg.png') center center no-repeat;
  background-size: cover;
}

.question .question_content .question_content_item:last-child { 
  background: url('/brand/img/property/s2_bg.png') center center no-repeat;
  background-size: cover;
}

.question .question_content .question_content_item .question_content_item_title { 
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
}

.question .question_content .question_content_item .question_content_item_title p:last-child { 
  margin-top: 12px;
  width: 418px;
  font-size: 16px;
}

.property-introduce .advantage {
  padding-top: 52px;
  width: 100%;
  height: 490px;
  background: #FFFFFF;
}

.advantage_content {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.advantage_content .advantage_content_item {
  width: 285px;
  height: 144px;
  background: linear-gradient(to bottom, #E2F1FF, #FFFFFF);
  box-shadow: 
        /* 第一个内阴影 */
        inset 3px 3px 20.1px rgba(166, 255, 250, 0.3),
        /* 第二个内阴影 */
        inset -3px -3px 10.3px rgba(0, 72, 237, 0.25);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.advantage_content .advantage_content_item.long { 
  margin-top: 20px;
  width: 387px;
}

.advantage_content .advantage_content_item img { 
  width: 52px;
  height: 52px;
}
.advantage_content .advantage_content_item .advantage_content_item_title { 
  margin-top: 8px;
  font-size: 18px;
  color: #1D1D1D;
}

.property-introduce .contact {
  width: 100%;
  height: 182px;
  background: url('/brand/img/property/f_bg.png') center center no-repeat;
  background-size: cover;
}

.contact .contact_content {
  padding-top: 40px;
  width: 1200px;
  margin: 0 auto;
}

.contact .contact_content .text {
  font-size: 20px;
  line-height: 32px;
  color: #1D1D1D; 
}

.contact .contact_content button {
  margin-top: 24px;
  width: 180px;
  height: 46px;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 6px;
  background: linear-gradient(to right, #0048ED, #17CAE1);
}