* {
    margin: 0;
    padding: 0;
    outline: none;
    /* user-select: none;
    -webkit-user-select: none; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-input-placeholder-color: #aaa;
}
html,body,p,h2,ul,li,div{
    padding:0;
    margin:0;
    font-size: 0;
}
h3, h4 {
    font-size: 0.32rem;
    line-height: 0.88rem;
    font-weight: 400;
}
body{
    /* font-family:Noto Sans S Chinese; */
    background: #fff;
    overflow-x: hidden;
}
h2{
    font-size: 0.44rem;
    color: #112040;
    line-height: 0.6rem;
    /* padding-top:0.5rem; */
    text-align: center;
}
h2 span{
    color:#BF292C
}
p{
    font-size: 0.28rem;
    color:#333;
}
img{
    display: inline-block;  
    width:100%;
  }
  .contain{
      position: relative;
  }
  ul li{
      list-style: none;
  }
  .flex{
      display: flex;
  }
  .alignCenter{
      align-items: center;
      justify-content: space-between;
  }
  
  a{
      text-decoration:none;
      color:#333;
      }
  a,a:hover,a:active,a:visited,a:link,a:focus{
      -webkit-tap-highlight-color:rgba(0,0,0,0);
      -webkit-tap-highlight-color: transparent;
      outline:none;
      background: none;
      text-decoration: none;
  }
  h2 i{
      position: absolute;
      width: 190px;
      height: 2px;
      background: #979797;
      display: block;
      left:0.26rem
  }
  .fixHeader{
      position:fixed;
      width:100%;
      height: 1.6rem;
      background: #fff;
      /* box-shadow: -10px 0px 20px 10px rgba(33,139,251,0.05);  */
      left: 0;
      top:0;
      z-index:1111;
      padding:0 0.46rem
  }
  .nobg{
      background: transparent;
  }
  
  .fixHeader  img{
      width:2.14rem;
      height: 0.76rem;
  }
  
  .fixHeader .nav .navlist{
      width: 6.6rem;
      height: 100vh;
      background: #FFFFFF;
      font-size: 0.28rem;
      position: absolute;
      top:0;
      right:0;
      z-index:111;
      display:none;
  }
  .fixHeader .nav .navlist li{
      justify-content: space-between;
      align-items: center;
  }
  .navlist .navlogo{
      /* width:100%; */
      height: 1.6rem;
      position: relative;
      border-bottom: 0.01rem solid #f0f0f0;
      padding:0 0.6rem;
  }
  .fixHeader .navlist .close{
      width:0.27rem;
      height: 0.27rem;
  }
  
.nav .mask{
    position: fixed;
    background: rgba(0,0,0,0.7);
    width:100%;
    height: 100%;
    top:0;
    left:0;
    display: none;
}
.fixHeader .nav .navlist li{
    padding:0 0.6rem;
    color: #282B2D;
    font-weight: bold;
    font-size: 0.36rem;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.4rem;
}
.fixHeader .nav .navlist li .active{
    color: #BF292C;
}
.fixHeader .nav .navIcon{
    width:0.36rem;
    height: 0.36rem;
    display: inline-block;
}

.onetextoverflow{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.twotextoverflow{
    overflow:hidden;  
    text-overflow:ellipsis;  
    white-space: normal;  
    display:-webkit-box;  
    -webkit-box-orient:vertical;  
    -webkit-line-clamp:2;/*规定最多显示两行*/  
}
.footer{
    background: #E5EDF0;
    padding:0.5rem 0.5rem 0.3rem;
}
.footer .logo{
    width:1.4rem;
    height: 0.5rem;
}
.footer .address{
    line-height: 0.3rem;
    font-size: 0.2rem;
    font-weight: 500;
    margin-top:0.42rem;
    line-height: 0.35rem;
}
.footer .address a{
    color:rgba(136, 141, 149, 0.5)
}
.footer .flex .text li{
    margin-left:0.4rem;
}
.footer .flex .text a{
    font-size: 0.24rem;
    color:#282b2d;
    font-weight: 700;
}
.flexBetween{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner{
    width:100%;
    height: 4rem;
    margin-top:1.6rem;
}
.case-banner{
    background: url('../images/case-banner.png') no-repeat;
    background-size: 100% 100%;
}
.aboutus-banner{
    background: url('../images/aboutus-banner.png') no-repeat;
    background-size: 100% 100%;
}
.group-banner{
    background: url('../images/group-banner.png') no-repeat;
    background-size: 100% 100%;
    height: 7.38rem;
}
.contactus-banner{
    background: url('../images/contactus-banner.png') no-repeat;
    background-size: 100% 100%;
}
.news-banner{
    background: url('../images/news-banner.png') no-repeat;
    background-size: 100% 100%;
}

.banner .banner-title{
    font-size: 0.6rem;
    font-weight: bold;
    color:#282B2D;
    padding:1.5rem 0 0 0.5rem;
}
.group-banner .banner-title{
    font-size: 0.56rem;
    line-height: 0.64rem;
}
.group-banner .banner-desc{
    font-size: 0.28rem;
    line-height: 0.38rem;
    font-weight: 400;
    padding:0.3rem 0.5rem;
}
.group-banner a{
    width: 1.7rem;
    height: 0.66rem;
    background: #1582D1;
    border-radius: 0.04rem;
    display: inline-block;
    line-height: 0.66rem;
    color:#fff;
    text-align: center;
    font-weight: bold;
    margin:0.2rem 0.5rem;
}
.navlist li a{
    display: block;
    width:100%;
}


