*{
  box-sizing: border-box;
}
.property_container{
  margin-top: 50px;
}
@media(min-width:992px){
  h1{
    font-size: 30px;
    font-weight: bold;
  }
  h2{
    font-size: 24px;
    font-weight: bold;
  }
  h3{
    font-size: 18px;
    font-weight: bold;
  }
  /* banner */
  .banner{
    width: 100%;
    height: 349px;
    background: url('/image/image04/img_jishuzhichi@2x.png') no-repeat;
    background-size: cover;
  }
  .banner_container{
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .banner_container h1{
    font-size: 30px;
    font-family: Inter-Bold, Inter;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .banner_container .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #E1E5E5;
    line-height: 18px;
  }
  .title{
    text-align: center;
    margin: 50px 0;
  }
  .support_bg{
    background: url('/image/image04/img_team_background@2x.png') no-repeat;
    background-size: cover;
    margin-top: 50px;
  }
  .support_container{
    padding: 50px;
  }
  .support_container h2{
    text-align: center;
    color: #FFFFFF;
  }
  .support_container .title_en{
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  .support_ul{
    background: #fff;
    box-shadow: 0px 12px 36px -6px rgba(98,172,204,0.1);
    border-radius: 4px 4px 4px 4px;
    margin-top: 100px;
    padding-bottom: 20px;
    height: 350px;
  }
  .support_ul .img{
    text-align: center;
    position: relative;
    transform: translate(0,-50%);
  }
  .user_title{
    justify-content: center;
    margin-top: -80px;
  }
  .user_title span{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 14px;
    padding-top: 10px;
  }
  .user_title h2{
    font-size: 24px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .support_ul h3{
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #08C9E8;
    line-height: 19px;
    text-align: center;
    margin: 20px 0;
    padding: 10px 0;
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    display: inline-block;
    box-sizing: border-box;
    border-top: 1px solid #E2E6E9;
    border-bottom: 1px solid #E2E6E9;
  }
  .info_ul{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
  }
  .info_li{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }
  .property_bg{
    padding: 50px 0;
  }
  .property_container h2{
    text-align: center;
    margin-bottom: 50px;
  }
  .property_ul p{
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
  }
  .property_img{
    text-align: center;
    background: #F4F8F9;
    box-sizing: border-box;
    padding: 0 50px;
    line-height: 250px;
    box-sizing: border-box;
    height: 250px;
  }
}

@media((min-width:768px) and (max-width:992px)){
  h1{
    font-size: 30px;
    font-weight: bold;
  }
  h2{
    font-size: 24px;
    font-weight: bold;
  }
  h3{
    font-size: 18px;
    font-weight: bold;
  }
  /* banner */
  .banner{
    width: 100%;
    height: 349px;
    background: url('/image/image04/img_jishuzhichi@2x.png') no-repeat;
    background-size: cover;
  }
  .banner_container{
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .banner_container h1{
    font-size: 30px;
    font-family: Inter-Bold, Inter;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .banner_container .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #E1E5E5;
    line-height: 18px;
  }
  .title{
    text-align: center;
    margin: 50px 0;
  }
  .support_bg{
    background: url('/image/image04/img_team_background@2x.png') no-repeat;
    background-size: cover;
    margin-top: 50px;
  }
  .support_container{
    padding: 50px;
  }
  .support_container h2{
    text-align: center;
    color: #FFFFFF;
  }
  .support_container .title_en{
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  .support_ul{
    background: #fff;
    box-shadow: 0px 12px 36px -6px rgba(98,172,204,0.1);
    border-radius: 4px 4px 4px 4px;
    margin-top: 100px;
    padding-bottom: 20px;
    height: 350px;
  }
  .support_ul .img{
    text-align: center;
    position: relative;
    transform: translate(0,-50%);
  }
  .user_title{
    justify-content: center;
    margin-top: -80px;
  }
  .user_title span{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 14px;
    padding-top: 10px;
  }
  .user_title h2{
    font-size: 24px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .support_ul h3{
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #08C9E8;
    line-height: 19px;
    text-align: center;
    margin: 20px 0;
    padding: 10px 0;
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    display: inline-block;
    box-sizing: border-box;
    border-top: 1px solid #E2E6E9;
    border-bottom: 1px solid #E2E6E9;
  }
  .info_ul{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
  }
  .info_li{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }
  .property_bg{
    padding: 50px 0;
  }
  .property_container h2{
    text-align: center;
    margin-bottom: 50px;
  }
  .property_ul p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    height: 100px;
  }
  .property_img{
    text-align: center;
    background: #F4F8F9;
    padding: 0 50px;
    line-height: 250px;
    box-sizing: border-box;
    height: 250px;
  }
}

@media(max-width:768px){
  h1{
    font-size: 26px;
    font-weight: bold;
  }
  h2{
    font-size: 20px;
    font-weight: bold;
  }
  h3{
    font-size: 16px;
    font-weight: bold;
  }
  /* banner */
  .banner{
    width: 100%;
    height: 349px;
    background: url('/image/image04/img_jishuzhichi@2x.png') no-repeat;
    background-size: cover;
  }
  .banner_container{
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .banner_container h1{
    font-size: 30px;
    font-family: Inter-Bold, Inter;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .banner_container .title_en{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #E1E5E5;
    line-height: 18px;
  }
  .title{
    text-align: center;
    margin: 50px 0;
  }
  .support_bg{
    background: url('/image/image04/img_team_background@2x.png') no-repeat;
    background-size: cover;
    margin-top: 50px;
  }
  .support_container{
    padding: 50px 20px;
  }
  .support_container h2{
    text-align: center;
    color: #FFFFFF;
  }
  .support_container .title_en{
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  .support_ul{
    background: #fff;
    box-shadow: 0px 12px 36px -6px rgba(98,172,204,0.1);
    border-radius: 4px 4px 4px 4px;
    margin-top: 100px;
    padding-bottom: 20px;
    height: 350px;
  }
  .support_ul .img{
    text-align: center;
    position: relative;
    transform: translate(0,-50%);
  }
  .user_title{
    justify-content: center;
    margin-top: -80px;
  }
  .user_title span{
    font-size: 12px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #8A8A8A;
    line-height: 14px;
    padding-top: 10px;
  }
  .user_title h2{
    font-size: 24px;
    font-family: Inter-Medium, Inter;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .support_ul h3{
    font-size: 16px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #08C9E8;
    line-height: 19px;
    text-align: center;
    margin: 20px 0;
    padding: 10px 0;
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    display: inline-block;
    box-sizing: border-box;
    border-top: 1px solid #E2E6E9;
    border-bottom: 1px solid #E2E6E9;
  }
  .info_ul{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
  }
  .info_li{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 30px;
  }
  .property_bg{
    padding: 50px 0;
  }
  .property_container h2{
    text-align: center;
    margin-bottom: 50px;
  }
  .property_ul p{
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    height: 100px;
  }
  .property_img{
    text-align: center;
    background: #F4F8F9;
    padding: 0 50px;
    line-height: 250px;
    box-sizing: border-box;
    height: 250px;
  }
}