* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}
html{
max-width:2880px;


}

p {

  margin-bottom: 1.5rem;
}

html {
  font-size: 14px;
}

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}

.pubcolor {
  color: #fff;
}

.top {
  background-color: #0288D1;
}
.top .logo {
  height: 180px;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .top .logo {
    width: 100%;
  }
}
.top .logo img {
  width: 30vw;
  min-width: 100px;
}

.navbar-brand {
  display: none;
}
@media screen and (max-width: 992px) {
  .navbar-brand {
    display: block;
  }
}

.nav-item {
  font-size: 1.15rem;
  line-height: 2;
 flex:1 1 100px;
text-align:center;
}
.nav-item:hover {
  background-color: #0288d1;
}
.nav-item .nav-link {
  color: #333;
}
.nav-item .dropdown-menu {
  border: none;
}
.nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #0288d1;
  color: #fff;
}

.bg-lights {
  background-color: #fff;
  padding: 0;
}


.index-bottom {
  background-color: #0288D1;
  padding: 20px 0;
}
.index-bottom .bottom-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.index-bottom .bottom-content div:nth-child(1) {
  flex: 1 1 0;
  padding-right: 3vw;
}
.index-bottom .bottom-content div:nth-child(1) img {
  width: 100%;
}
.index-bottom .bottom-content div:nth-child(2) {
  flex: 4 1 0;
  border-left: 2px solid #fff;
}
.index-bottom .bottom-content div:nth-child(2) p {
  padding-left: 3vw;
  margin-bottom: 1em;
  color: #fff;
}
.index-bottom .bottom-content div:nth-child(2) p>a {
 
  color: #fff;
}
.index-bottom .bottom-content div:nth-child(3) {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.index-bottom .bottom-content div:nth-child(3) div {
  padding-right: 0;
}
.index-bottom .bottom-content div:nth-child(3) p {
  color: #fff;
  margin-bottom: 0;
}

.bottom-bottom p {
  line-height: 2.5em;
  background-color: #03A9F4;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

/*# sourceMappingURL=public.css.map */
