body::-webkit-scrollbar {
  width: 15px;
  height: 10px;
  border-radius: 0px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
.nav-con .c-nav {
  top: 0;
  position: unset;
}
.barBoxFixed {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.barBox .s-navbar {
  margin-top: 0;
}
.crumb {
  margin-top: 0;
}
.sub-nav dl dd a:hover,
.sub-nav dl dd.active a {
  color: #0076ff;
}
.main-content {
  padding-top: 25px;
}
.ad-zone01 {
  height: 250px;
  width: 100%;
  box-sizing: border-box;
}
.ad-zone01 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ad-zone01 a img {
  width: 100%;
  height: 100%;
}
.titleDesc {
  position: relative;
  color: #262626;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}
.titleDesc::after {
  content: '';
  width: 4px;
  height: 16px;
  box-sizing: border-box;
  background-color: #0076ff;
  position: absolute;
  top: 0;
  left: -16px;
}
.titleDesc::before {
  content: '';
  width: 4px;
  height: 5px;
  box-sizing: border-box;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: -16px;
  z-index: 1;
}
/* .g_g_pic {
  width: 990px !important;
  height: 74px !important;
  margin: 0 !important;
} */
