@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?x206c3");
  src: url("../fonts/icomoon.eot?x206c3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?x206c3") format("truetype"), url("../fonts/icomoon.woff?x206c3") format("woff"), url("../fonts/icomoon.svg?x206c3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.slide {
    height: 100%;
    position: relative; 
}

.slide-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100; }

.slide-page {
  background-size: cover;
  position: absolute;
  width:100%;
  height:100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center; }

.slide-title {
  height: 250px;
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -250px; }

.slide-title-h1 {
  font-size: 60px; }

.slide-title-h2 {
  font-size: 35px;
  overflow: hidden; }

.slide-title-h3 {
  font-size: 12px;
  padding: 20px;
  color: #ccc; }

.slide-title-button {
  margin-top: 40px; }
  .slide-title-button a,
  .slide-title-button button {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    margin: 0 30px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 144, 211, 0.57);
    color: #fff;
    padding: 10px 40px;
    border-radius: 2px;
    cursor: pointer; }
    .slide-title-button button:hover {
      background: #0090d3; }

.slide-next {
  font-family: "icomoon";
  position: absolute;
  bottom: 20px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  z-index: 10000;
  color: #fff; }

.slide-api {
  overflow: hidden;
  text-align: center; }
  .slide-api img {
    width: 1000px; }

.slide-api-block {
  opacity: 0.8;
  border: 1px solid #fff;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .slide-api-block:before {
    content: ' ';
    padding-top: 100%;
    display: inline-block; }
  .slide-api-block:hover {
    opacity: 1; }

.slide-sub-title {
  text-align: center;
  font-size: 40px;
  margin: 60px 0 0px 0;
  color: #666; }

.slide-sub-h3 {
  text-align: center;
  padding: 40px;
  color: #999;
  line-height: 2em; }

.slide-two {
  background: #f8f8f8;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 50px; }

.slide-button {
  text-align: center;
  margin-top: 40px; }
  .slide-button a {
    display: inline-block;
    padding: 10px 40px;
    background: #38D3F0;
    color: #FFF;
    border-radius: 100px; }

.slide-three {
  overflow: hidden;
  padding: 0 0 50px 0; }
