@import "/Assets/style/default/common.css";

.ui-pages-banner {
  width: 100%;
  height: 300px;
  display: block;
  min-width: 1250px;
}
.ui-pages-news {
  background: #00292f url(/Assets/images/pages_banner_products1.png) top center no-repeat;
}
.ui-manual {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
.ui-manual > h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.ui-manualBox {
  padding: 80px 90px 0;
}
.ui-tree {
  margin-right: 70px;
}
.ui-tree > img {
  width: 257px;
  user-select: none;
}
.ui-manual-content {
  max-width: 620px;
}
.ui-manual-content > p {
  font-size: 14px;
  text-indent: 2em;
  margin-bottom: 24px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}
.ui-btnnbox {
  margin-top: 30px;
  text-align: center;
}
.ui-btnnbox > img {
  vertical-align: middle;
}
.ui-download-btn {
  display: inline-block;
  vertical-align: middle;
  width: 182px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #169bd5;
  color: #fff !important;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
}
.ui-download-btn:hover {
  color: #fff;
  background: #2085b1;
}
