body{
  background: #F4F6F9;
}

@media(min-width:992px){
  h1{
    font-size: 30px;
    font-weight: bold;
  }
  h2{
    font-size: 24px;
    font-weight: bold;
  }
  /* banner */
  .banner{
    width: 100%;
    height: 349px;
    background: url('/image/image07/img_shangwuhezuo@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;
  }
  .people_container{
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
  }
  .people_container img{
    width: 60%;
  }

  .contact{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    background: #65C1E7;
  }

  .flex{
    display: flex;
    align-self: center;
  }
  .col-left{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 24px;
    box-shadow: 0px 8px 20px 0px rgba(98,172,204,0.1);
    border-top: 20px solid #65C1E7;
    border-left: 20px solid #65C1E7;
    border-bottom: 20px solid #65C1E7;
  }
  .col-left p{
    margin-top: 20px;
    font-weight: bold;
    color: #111;
  }
  .col-left span{
    font-weight: normal;
    color: #6B6B6B;
  }
  .tel{
    color: #04B9D6 !important;
    font-size: 24px;
  }

  .col-right{
    flex: 1;
    background: #fff;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 8px 20px 0px rgba(98,172,204,0.1);
  }
  .col-right img{
    width: 100px;
  }
  .box{
    height: 150px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}

@media((min-width: 768px) and (max-width:992px)){
  h1{
    font-size: 30px;
    font-weight: bold;
  }
  h2{
    font-size: 24px;
    font-weight: bold;
  }
  /* banner */
  .banner{
    width: 100%;
    height: 349px;
    background: url('/image/image07/img_shangwuhezuo@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;
  }
  .people_container{
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
  }
  .people_container img{
    width: 80%;
  }

  .contact{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    background: #65C1E7;
  }

  .flex{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
  }
  .col-left{
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 24px;
    box-shadow: 0px 8px 20px 0px rgba(98,172,204,0.1);
  }
  .col-left p{
    margin-top: 20px;
    font-weight: bold;
    color: #111;
  }
  .col-left span{
    font-weight: normal;
    color: #6B6B6B;
  }
  .tel{
    color: #04B9D6 !important;
    font-size: 24px;
  }

  .col-right{
    flex: 1;
    background: #fff;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 8px 20px 0px rgba(98,172,204,0.1);
  }
  .col-right img{
    width: 100px;
  }
  .box{
    height: 150px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}

@media(max-width: 768px){
  h1{
    font-size: 30px;
    font-weight: bold;
  }
  h2{
    font-size: 24px;
    font-weight: bold;
  }
  /* banner */
  .banner{
    width: 100%;
    height: 349px;
    background: url('/image/image07/img_shangwuhezuo@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;
  }
  .people_container{
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
  }
  .people_container img{
    width: 80%;
  }

  .contact{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background: #65C1E7;
  }

  .flex{
    display: flex;
    flex-wrap: wrap;
    align-self: center;
  }
  .col-left{
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 24px;
    box-shadow: 0px 8px 20px 0px rgba(98,172,204,0.1);
  }
  .col-left p{
    margin-top: 20px;
    font-weight: bold;
    color: #111;
  }
  .col-left span{
    font-weight: normal;
    color: #6B6B6B;
  }
  .tel{
    color: #04B9D6 !important;
    font-size: 24px;
  }

  .col-right{
    flex: 1;
    background: #fff;
    text-align: center;
    padding: 50px;
    box-shadow: 0px 8px 20px 0px rgba(98,172,204,0.1);
  }
  .col-right img{
    width: 100%;
  }
  .box{
    height: 150px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}