* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑","Microsoft YaHei",sans-serif;
  }
  *::after,
  *::before {
    box-sizing: border-box;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  ul,
  ol {
    list-style: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
  }
  input {
   
    outline: 0;
    border: none;
  }
  input:focus {
    outline: none;
    border: none;
  }
  .consent:active{
    background:white;
    color:#2494dd;
  }
  .refuse:active{
    background:#2494dd;
    color:white;
  }
  button:focus {
    outline: none;
    /* opacity: .5; */
  }
  textarea:focus {
    outline: none;
  }
  select {
    width: auto;
    /* padding: 0 2%; */
    margin: 0;
  }
  
  option {
    text-align: center;
  }
  select:focus {
    outline: none;
  }
  a {
    cursor: pointer;
  }
  body {
    color: #333;
    background: #ffffff;
  }
  img {
    width: 100%;
    object-fit: cover;
  }
  /* placeholder提示字体样式 */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

  .font12{font-size:12px;}
  .font14{font-size:14px;}
  .font15{font-size:15px;}
  .font16{font-size:16px;}
  .font18{font-size:18px;}
  .font20{font-size:20px;}
  .font22{font-size:22px;}
  .font24{font-size:24px;}
  .flex{display:flex;}
  .justcs{justify-content: space-around;}
  .justcb{justify-content: space-between;}
  .alignA{align-items: center;}
  .floatl{float:left;}
  .floatr{float:right;}
  .clear:after{content: '';height:0; clear: both; display: block}
  .clearfix{height:0;display:block;clear: both;}
  .borderbottom{border-bottom: 1px solid #ededed;}
  .fixedHeight{height:22vw;}
  .bgcolor{background: #fff}
  .padding{padding:0 4vw;}
  .posi{position: relative;}
  .posiab{position:absolute;z-index: 999;}
  .displayin{display:inline-block; }
  .flex-wraper{flex-wrap: wrap;}
  .trans50X{-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
  .trans50Y{-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
  .transition{-moz-transition: all .5s ease;-o-transition: all .5s ease;-webkit-transition: all .5s ease; transition: all .5s ease;}
  .flex-wrap{flex-wrap: wrap;}
  .whitecolor{color:#fff;}
  .address span{padding-right:30px;}
  .copyright span{color:#95999f;padding-right:30px;}
  .copyright{margin-top:56px;}
  .project{margin-top:40px;}
  .project ul li{margin-bottom:36px;margin-right:30px;}
  .project ul li:nth-child(3n){margin-right:0;}
  .container1000{width:100%;max-width:1000px;margin:0 auto;}


