/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
  color:#272E3B;
}

a {
  text-decoration: none;
  color:#272E3B;
}

a:link {
color:#272E3B;
}

a:visited {
color:#272E3B;
}
a:hover {
color:#272E3B;
}
a:active {color:#272E3B;}
.topnavbar {
  /* border-bottom: 1px solid #E5E6EB; */
  background-color: #fff;
}

.topmenu {
  font-weight: 500;
}

.topmenu .active {
  font-weight: 600;
}

#topimg {
  width: 100%;
  height: auto;
  /*background-color: #A9AEB8;	  */
  background-color: #3491FA;
  /* background: url(./images/static/hometop-bg-1920_546.jpg);  */
}

#topimg p {
  font-size: 1.3rem;
}

.titm {
  font-weight: 800;
  height: 35px;
  color: #fff;
  font-size: 1.3rem;
}

.tits {
  height: 35px;
  color: #fff;
  font-size: 1.2rem;
}

.bmenu {
  background-color: #1D2129;
}

.bmenu .tit {
  border-bottom: 1px solid #F7F8FA;
  margin-bottom: 1rem;
}

.bmenu a {
  color: #fff;
  font-size: 0.8rem;
}

.ptit{
  height: 2rem;
  color:#FFF;
  line-height:2rem;
  padding-left: 1rem !important;
}
.lpdiv{
border: 1px solid #E5E6EB;
/*background-color: forestgreen;
#C9CDD4; */
}

.bg1 {
  background-color: gold;
  height: auto;
}


.bg2 {
  background-color: forestgreen;
  height: auto;
}