

/* PC============================================================================= */
@media screen and (min-width:1000px){
  .sy-banner .wp-block-image{
    margin: 0;
  }
  .sy-box-1 .wp-block-image{
    margin: 0;
  }
  /* banner图片 */
  .sy-banner{
    position: relative;
  }
  .sy-banner img{
    width: 100%;
  }
  .sy-banner-header{
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 6vw;
  }
  .sy-banner-header-vice{
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 4vw;
  }
  .sy-banner{
    position: relative;
    margin-top:-75px;
  }
  .sy-banner-box{
    top: 50%;
    position: absolute;
    left: 50%;
    width: 1200px;
    transform: translate(-50% , -50%);
  }
  
  .sy-box-group{
    width: 1200px;
    margin: auto;
    color:#fff;
    padding-top: 200px;
  }
  .group-title{
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 50px;
  }
  .group-text{
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 60px;
    line-height: 30px;
  }
  .group-cont{
    padding: 0 100px 0 0;
  }
  .group-img{
    padding:20px 0;
  }
  .list-img{

  }
  .list-title{
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 10px;
  }
  .list-text{
    font-weight: 400;
    color: #CCCCCC;
  }
  .sy-box-0{
    background: #122339;
  }
  .sy-box-0 .group-title{
    padding-top: 100px;
  }
  /* 第一个box */
  .sy-box-1{
    background: #122339;
    padding-bottom: 80px;
  }
  
  /* 第二个box */
  .sy-box-2{
    background: #121B29;
    padding-bottom: 80px;
  }
  /* 第三个box */
  .sy-box-3{
    background: #121923;
    padding-bottom: 80px;
  }
  
}

/* 手机 ====================================================================*/
@media screen and (max-width:768px){
  .sy-banner-box{
    text-align: center;
    padding: 20px 10px;
  }
  .line{
    margin: 10px auto;
    
  }
  
  .group-title{
    font-size: 22px !important;
    padding-bottom:20px ;
  }
  .group-text{
    font-size: 16px !important;
    padding-bottom:20px ;
  }
  .group-cont{
    text-align: center;
    padding: 0 10px;
  }
  .list-img{
    text-align: center;
  }
  .list-title{
    padding-bottom:10px ;
  }
  .sy-banner{
    position: relative;
  }
  .sy-banner .wp-block-image{
    margin: 0;
  }
  .sy-banner-box .sy-banner-header{
    font-size: 20px !important;
    color: #fff;
  }
  .sy-banner-box .sy-banner-header-vice{
    font-size: 16px !important;
    color: #fff;
  }
  .sy-banner-box {
    position: absolute;
    top: 10px;
    left:10px;
    text-align: left;
  }
  .sy-banner .line{
    margin: 10px 0;
  }
  .sy-box-0{
    background: #122339;
  }
  .sy-box-1{
    background: #122339;
  }
  .group-title{
    padding: 40px 0 20px 0;
    color: #fff;
  }
  .group-text{
    color: #fff;
  }
  .list-title{
    color: #fff;
  }
  .list-text{
    color: #fff;
  }
  .sy-box-2{
    background: #121B29;
    padding:0 10px;
    text-align: center;
  }
  .sy-box-group{
    margin: 0 !important;
  }
  .sy-box-3{
    background:#121923;
    padding:0 10px;
    text-align: center;
  }












}