* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  max-width: 1300px;
  padding: 0;
}

.header .nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.header .logo {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .logo img {
  width: 100%;
}
.header .navbar-toggler {
  background: #000;
}
.header .navbar {
  height: 68px;
}
.header .navbar .navbar-collapse {
  margin-left: 200px;
  height: 100%;
}
.header .navbar .navbar-nav {
  display: flex;
  flex: 1;
}
.header .navbar .navbar-nav > li {
  flex: 1;
  position: relative;
}
.header .navbar .navbar-nav > li:hover .menu {
  display: block;
}
.header .navbar .navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  height: 68px;
  padding-bottom: 5px;
}
.header .navbar .navbar-nav > li > a:before {
  display: none;
  content: '';
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  background: #b2e8ff;
}
.header .navbar .navbar-nav > li > a:hover:before {
  display: block;
}
.header .navbar .navbar-nav > li > a h3 {
  color: #333;
  font-size: 16px;
}
.header .navbar .navbar-nav > li > a span {
  margin-top: 5px;
  color: #333;
  font-size: 12px;
}
.header .navbar .navbar-nav .menu {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 68px;
  display: none;
  z-index: 1000;
}
.header .navbar .navbar-nav .menu li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.header .navbar .navbar-nav .menu li:hover {
  background: #b2e8ff;
  color: #fff;
}
.header .navbar .navbar-nav .menu li:hover a {
  color: #fff;
}
.header .navbar .navbar-nav .menu li:last-child {
  border-bottom: none;
}
.header .navbar .navbar-nav .s:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-top: 5px solid #333;
}

.page-path {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #b2b2b2;
  height: 50px;
  padding: 0 10px;
}
.page-path a {
  margin: 0 10px;
  color: #b2b2b2;
}
.page-path a:last-child {
  color: #474747;
}

.page-footer {
  background: #f0f0f0;
  height: 52px;
  display: flex;
  align-items: center;
}
.page-footer p {
  font-size: 16px;
  color: #444;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  .header .navbar .navbar-collapse {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .header .yy {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .header .navbar {
    height: 68px;
  }
  .header .navbar .navbar-collapse {
    margin-left: 0;
    height: 100%;
  }
  .header .navbar .navbar-nav {
    display: flex;
  }
  .header .navbar .navbar-nav > li {
    flex: auto;
    position: relative;
  }
  .header .navbar .navbar-nav > li:hover .menu {
    display: block;
  }
  .header .navbar .navbar-nav > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    transition: all 0.3s;
    position: relative;
    padding-left: 20px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .navbar .navbar-nav > li > a:before {
    display: none;
    content: '';
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    background: #b2e8ff;
  }
  .header .navbar .navbar-nav > li > a:hover:before {
    display: block;
  }
  .header .navbar .navbar-nav > li > a h3 {
    color: #333;
    font-size: 16px;
  }
  .header .navbar .navbar-nav > li > a span {
    margin-top: 5px;
    color: #333;
    font-size: 12px;
  }
  .header .navbar .navbar-nav .menu {
    background: #fff;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
    margin-bottom: 15px;
  }
  .header .navbar .navbar-nav .menu li {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .header .navbar .navbar-nav .menu li:hover {
    background: #b2e8ff;
    color: #fff;
  }
  .header .navbar .navbar-nav .menu li:hover a {
    color: #fff;
  }
  .header .navbar .navbar-nav .menu li:last-child {
    border-bottom: none;
  }
  .header .navbar .navbar-nav .s:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-top: 5px solid #333;
  }

  .page-footer p {
    font-size: 2.7vw;
  }
}
#video-box-show {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#video-box-show video {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=common.css.map */
