
<style type="text/css">
  .feature{
      margin:0 -.5em
  }

  .feature,.slider {
      margin-bottom:1em;
  }


  .feature li{
      padding: 0 .5em;
      box-sizing: border-box;
      text-align: center;
      position: relative;
  }

  .feature img{
      border-radius: 4px;
      width: 100%;
  }

  .feature .btn{
      display: block;
      width: auto;
      position: absolute;
      bottom: 2em;
      left: 2em;
      right: 2em;
  }

  .info .introduce{
      padding: 0 24px;
  }
  .info .introduce img{
      width: 18em;
      margin:0 auto;
  }

  .info .introduce .btn{
      width: 100%;
      display: block;
      margin:0 auto;
  }
  .video{
    margin-bottom: 1em;
  }
  .video video{
    max-width: 640px;
    width: 100%;
    margin:0 auto;
  }
</style>
    <style type="text/css">
.header .logo{
    padding: 12px 0;
    display: inline-block;
}

.header .btn{
    float: right;
    font-size: 1.2em;
    margin:16px 0;
    color:#fff;
  background: #0A3290;
  box-sizing: border-box;
  -webkit-animation: at-ripple 0.6s linear infinite;
          animation: at-ripple 0.6s linear infinite;
}

@-webkit-keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
  }
}

@keyframes at-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 0 rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(102, 102, 102, 0.1), 0 0 0 5px rgba(102, 102, 102, 0.1), 0 0 0 10px rgba(102, 102, 102, 0.1), 0 0 0 20px rgba(102, 102, 102, 0);
  }
}

@media (max-width: 600px) {
    .header{
        display: none;
    }
}
</style>

    <style type="text/css">
.slider{
  position: relative;
}

.slider .btn{
  position: absolute;
  line-height: 32px;
  bottom: 20%;
  border:none;
}

.slider-btn1{
  left: 8%;
  background: #19b9bb;
  color:#fff;
}

.slider-btn2{
  left: 22%;
  background: #4499f8;
  color:#fff;
  z-index: 0;
  overflow: hidden;
}

.btn.raised {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  /*background: #0c84e4;*/
  background: red;
  box-shadow: 0px 1px 1px #085a9b;
}
.btn.raised:active {
  background: #0c7dd8;
  box-shadow: 0px 1px 1px #063e6b;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}
.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}



.btn.raised > .anim {
  -moz-animation: anim-out 1.4s infinite;
  -webkit-animation: anim-out 1.4s infinite;
  animation: anim-out 1.4s infinite;
}
.btn.raised > .anim:after {
  -moz-animation: anim-out-pseudo 1.4s infinite;
  -webkit-animation: anim-out-pseudo 1.4s infinite;
  animation: anim-out-pseudo 1.4s infinite;
}

@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@media(max-width: 1145px) {
    .slider{
        padding: 0;
    }
}

@media (max-width: 764px) {
    .slider .btn {
        line-height: 24px;
    }
    .slider .slider-btn2{
        left: 26%;
    }
}

@media (max-width: 600px) {

    .slider{
        text-align: center;
    }
    .slider .btn{
        position: relative;
        display: block;
        margin:.5em auto;
        width: 90%;
        line-height: 32px;
        left: auto;
    }
}
</style>

    <style type="text/css">
.ct-grid {
    stroke: rgba(0,0,0,.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}

.ct-bar {
    fill: none;
    stroke-width: 30px;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #2d9939;
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #377bb5;
}

.ct-label {
    fill: rgba(0,0,0,.4);
    color: rgba(0,0,0,.4);
    font-size: .75rem;
    line-height: 1;
}

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}
.chart .legend{
    float: right;
}

.legend>li{
    display: inline-block;
    margin-left: 2em;
}

.legend>li:before{
    content: "";
    display:inline-block;
    width: 2em;
    height: 1em;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
    background: #ccc;
}

.legend>li:first-child:before{
    background: #2d9939;
}
.legend>li:last-child:before{
    background: #377bb5;
}

.chart .info{
    margin-bottom: 1em;
    font-size: 0.8em;
    padding:0 1em;
}

.chart .info p{
    text-align: center;
    font-size: 1em;
}
@media (max-width: 600px) {
    .ct-bar {
        fill: none;
        stroke-width: 10px;
    }

    .ct-label.ct-horizontal.ct-end{
        width: 60px!important;
        transform: rotate(-45deg);
        margin-left: -10px;
        margin-top: 10px;
    }
}
</style>
