#ex_banner2 button,
#ex_banner3 div button,
#ex_banner4 div button {
  width: 100px;
  height: 36px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
#ex_banner2,
#ex_banner3,
#ex_banner4 {
  position: absolute;
  top: 220px;
  display: block;
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}
#slider_main button {
  outline: 0;
}
#ex_banner1 {
  position: relative;
  text-align: center;
  line-height: 275px;
  top: 250px;
}
#ex_banner1 h2 {
  font-size: 48px;
  color: #fff;
  padding-bottom: 25px;
  line-height: 48px;
  font-weight: 300;
}
#ex_banner1 p {
  font: 20px "PingFang HK", Helvetica, sans-serif;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
}
#ex_banner2 {
  left: 204px;
}
#ex_banner2 h1,
#ex_banner3 h1,
#ex_banner4 h1 {
  font-size: 46px;
  color: #fff;
  font-weight: 300;
}
#ex_banner2 span,
#ex_banner3 span,
#ex_banner4 span {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #158cee;
  margin-top: 14px;
}
#ex_banner2 h2,
#ex_banner4 h2 {
  font-size: 28px;
  color: #fff;
  margin-top: 14px;
  font-weight: lighter;
}
#ex_banner2 button {
  margin-top: 12px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: lighter;
}
#ex_banner2 button:hover {
  background: #fff;
  color: #614e40;
}
#ex_banner3 {
  right: 255px;
}
#ex_banner3 h2 {
  font-size: 28px;
  color: #fff;
  margin-top: 15px;
  font-weight: lighter;
}
#ex_banner3 div {
  display: inline-block;
  margin-top: 16px;
}
#ex_banner3 div h3,
#ex_banner4 div h3 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
}
#ex_banner3 div button,
#ex_banner4 div button {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 12px;
  font-weight: lighter;
}
#ex_banner3 div button:hover {
  background: #fff;
  color: #59657a;
}
#ex_banner4 {
  left: 150px;
}
#ex_banner4 div {
  display: inline-block;
  margin-top: 12px;
}
#ex_banner4 div button:hover {
  background: #fff;
  color: #007ca9;
}
.slider ul li div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  animation-name: fadeInUp;
}
