[class*="hvr-fade"]:before, [class*="hvr-back-"]:before, [class*="hvr-sweep-"]:before, [class*="hvr-bounce-"]:before, [class*="hvr-radial-"]:before, [class*="hvr-rectangle-"]:before, [class*="hvr-shutter-"]:before {
  background: #00a4ff !important;
}
.lay-btn-hole {
  border-color: #00a4ff !important;
  color: #00a4ff;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 76px;
  transition: all 0.2s ease 0s;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#header nav {
  height: 76px;
  line-height: 76px;
  text-align: right;
  display: inline-block;
  margin-right: 25px;
}
#header nav ul li {
  display: inline-block;
  position: relative;
}
#header nav ul li a {
  color: #333;
  padding: 10px 20px;
  font-size: 18px;
}
#header nav ul li a.active, #header nav ul li a:hover {
  color: #00a4ff;
}
#header nav ul li.active a {
  color: #00a4ff;
  border-bottom: 1px solid #00a4ff;
}
#header nav ul li .sub-nav {
  display: none;
  line-height: 0;
  position: absolute;
  top: 100%;
  left: -35px;
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  padding: 10px 0;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
#header nav ul li .sub-nav a {
  display: inline-block;
  width: 100%;
  line-height: 45px;
  padding: 0;
  text-align: center;
  margin: 0;
}
#header nav ul li:hover .sub-nav {
  display: block;
}
#header .header-btn {
  display: inline-block;
  text-align: right;
  height: 76px;
  line-height: 76px;
}
#header .header-btn .layui-btn {
  color: #00a4ff;
}
#header .header-tel {
  font-size: 16px;
}
#header .header-tel i {
  margin: 0 6px;
}
.split {
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #00a4ff;
  margin: 0 10px;
  vertical-align: middle;
}
#logo {
  display: inline-block;
  width: 100px;
  height: 62px;
  margin-top: 21px;
  zoom: 1;
}
#logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.tryOutBtn {
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after, .clearfix::before {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #00a4ff;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #c9d6df;
}
.layui-fixbar li {
  background-color: #3498db !important;
}
.laySubMenu {
  position: absolute;
  background-color: white;
  top: 60px;
  left: -30px;
  width: 170px;
  padding-top: 26px;
  padding-bottom: 10px;
  display: none;
}
#header nav li:hover .laySubMenu {
  display: block;
}
#header nav .laySubMenu a.laySubMenuItem {
  font-size: 16px;
  padding: 10px 0;
  display: block;
  line-height: 28px;
  text-align: center;
}
