body {
  margin: 0;
  padding: 0;
}

/*包含以下四种的链接*/
a {
  text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

.row,
.container-fluid,
.col-md-3 {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar {
  margin: 0;
  border: none;
}

.nav-tap {
  background: #FFFFFF;
  opacity: 1;
}

.navbar-default .navbar-nav>li>a {
  color: #333;
  font-size: 16px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #e26f00;
}

#solCenter {
  margin: 100px 0;
}

.solTitle {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.solTitle p {
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}

.solCenter-per {
  height: 150px;
}

.solCentent {
  background-color: #fff;
  box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 4px 4px;
  margin-top: 50px;
  padding: 15px 15px;
  height: 185px;
}

.margin-t {
  margin-top: 30px;
}

.s-top {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 30px;
}

.top-right {
  margin-left: 15px;
}

.vip-bor {
  color: #999;
}

.s-bottom {
  color: #666;
  margin-top: 15px;
  font-size: 10px;
}

.s-footer {
  background-color: #e26f00;
  color: #fff;
  height: 0px;
  line-height: 50px;
  text-align: center;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: -35px;
  left: 15px;
  right: 15px;
  border-radius: 4px 4px 4px 4px;
}

/* .solCenter-per:hover>.s-footer {
  height: 50px;
} */

.border-r {
  border-right: 1px solid #f7f6fb;
  display: inline-block;
  padding-right: 5px;
}

#programs {
  background: #f2f5fa;
  padding: 100px 0;
}

.btnHov {
  padding: 15px 10px;
  background: #f9fbfd;
  color: #333;
  border: none;
  transition: all .2s ease-in-out;
  border-radius: 4px 4px 4px 4px;
}

.margin-l {
  margin-left: 10px;
}

.btnHov:hover {
  background-color: #e26f00;
  color: #fff;
}

.padding-tb {
  padding: 100px 0;
}

#bottom {
  background-color: #34353f;
}

.bottom-title {
  text-align: center;
}

.bottom-title p {
  font-size: 24px;
  color: #fff;
}

.bottom-title button {
  margin-top: 20px;
  padding: 10px 40px;
  background-color: #e26f00;
  color: #fff;
  border: none;
}