.aboutUs-model1{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    min-height: 500px;
  }
.aboutUs-model1Content{
    position: relative;
    width: 1200px;
    height: auto;
    margin-top:65px;
  }
 .aboutUs-model1Content h1 ,
 .aboutUs-model2Content h1{
    font-size: 24px;
    font-weight: 600;
    color: #0A1221;
    line-height: 33px;
  }
  .aboutUs-model1Content p,
  .aboutUs-model2Content p{
    font-size: 16px;
    font-weight: 400;
    color: #0A1221;
    line-height: 32px;
  }
  .aboutUs-model2Content{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin:40px 0px 60px
  }
  .aboutUs-model2Content-left{
    width:430px;
  }
  .aboutUs-model2Content-right{
    width: 720px;
    height: 340px;
    background: #D8D8D8;
    border: 1px solid #979797;
    box-sizing: border-box;
  }

  .aboutUs-model1Content p:last-child{
      margin-top:30px;
  }
  .u-grey-bd.aboutUs{
    background: url("../images/aboutUs-model1.png") no-repeat;
    background-size: 100%;
  }
  .aboutUs-line{
    height: 1px;
    background:rgba(10, 18, 33, 0.16);
    margin-top:60px;
  }
  /* 移动端布局 */
  .mobile{
    display: none;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .mobile .mobile-top{
    padding: 40px 0 30px 0;
    border-bottom: 1px solid rgba(10,18,33,0.16);
    width: 100%;
    box-sizing: border-box;
  }
  .mobile .mobile-title{
    font-size: 18px;
    font-weight: 600;
    color: #0A1221;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .mobile .mobile-content{
    font-weight: 400;
    color: rgba(10, 18, 33, 0.72);
    line-height: 28px;
    font-size: 14px;
  }
  .mobile .mobile-bottom{
    padding: 60px 0 30px 0;
  }
  .mobile .mobile-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .mobile .bottom-item {
    font-size: 14px;
    font-weight: 400;
    color: #0A1221;
    line-height: 28px;
  }
  .u-footer2{
    background-color: #fff;
  }
  @media screen and (max-width: 1216px){
    .aboutUs-model1,
    .aboutUs-model1Content{
      width: 100%;
      box-sizing: border-box;
      padding: 0px 40px;
    }
    .aboutUs-model1{
        background: url("../images/aboutUs-model1.png") repeat;
    }
    .aboutUs-model2Content{
      flex-direction: column;
      justify-content: center;
    }
 
  }
  @media screen and (max-width: 768px) {
    .aboutUs-model2Content-right{
      width: 100%;
      height: auto;
      /* padding: 0px 10px; */
    }
   .mobile .mobile-bottom .bottom-img{
    display: block;
	width: 100%;
    height: auto;
    margin-top: 30px;
  }
  }
  @media screen and (max-width: 823px) {
    .aboutUs-model1 {
      display: none;
    }
    .mobile{
      display: block;
	  background: url("../images/aboutUs-model2.jpg") no-repeat;
      background-size: 100%;
    }
    .m-panel{
      background-color: #fff;
    }
	.aboutUs-model2Content-right{
      width: 100%;
      height: auto;
      /* padding: 0px 10px; */
    }
	   .mobile .mobile-bottom .bottom-img{
    display: block;
	width: 100%;
    height: auto;
    margin-top: 30px;
  }
  }