:root {
  --bgColor: #4c8cc3;
  --borderColor: #006c9a;
  --Color: #1d5cb2;
  --titleLogoColor: #294376;
}
html {
  min-width: 600px;
}
body {
  background: #ffffff;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  font-size: 14px;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
}
.nav-active {
  font-weight: bold;
}
.line {
  margin: 0 auto;
  width: 45px;
  height: 7px;
  background-color: #2f69b8;
  border-radius: 20px;
}
body,
ul,
li {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1700px) {
  .navbar {
    padding: 0 150px !important;
  }
  .input-wrapper {
    width: 180px !important;
  }
  .input-wrapper input {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .navbar {
    padding: 0 100px !important;
  }
  .input-wrapper {
    width: 180px !important;
  }
  .input-wrapper input {
    width: 100%;
  }
  .img-wrapper {
    padding: 0 10px;
  }
}
@media (max-width:1080px) {
  html {
    min-width: 300px;
  }
}