*{
    margin: 0;
    padding:0;
}
body, html {
    height: 100%;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color:#000;
    margin: 0;
    padding: 0;
    position: relative;
}
a{text-decoration: none;color:#fff;}
h1,h3{text-align: center;color:#fff;}
ul,li{list-style-type: none;}
.site-main{
    width: 100%;height: 100%;
}
.main-container{height: 100%;position: relative;}
.header{
    position: absolute;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    border-bottom: transparent;
    background: -webkit-gradient(linear,top,bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,0));
    background: -o-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,0));
    background: -ms-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,0));
    background: #171717;
    /*background: #03A9F4;*/
}
.header .logo{
    height: 60px;
    margin:20px 60px;
}
.header .nav{
    float: right;
    margin: 40px 60px 0 0;
}
.header .nav li{
    list-style-type: none;
    float:left;
    color:#fff;
}
.header .nav li a{
    color:#fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 3px;
    cursor: pointer;
    margin: 9px 0 9px 10px;
}
.header .nav li a.nav-btn{
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all .2s cubic-bezier(.47,0,.745,.715);
}
.header .nav li a.active{
    color:#03A9F4;
}
.header .nav li a.nav-item:hover{
    color:#a3d8f1;
}

.closee:hover{
    color:#a3d8f1;
}

.header .nav li a.nav-btn:hover{
    background-color: #fff;
    color:#a3d8f1;
}
.header .nav li a.btn-blue{
    color: #03A9F4;
    border: 1px solid #03A9F4;
}
.header .nav li a.btn-blue:hover{
    color:#fff;
    background-color: #03A9F4;
}

.header .nav li span{
    margin: 8px 0 0 5px;
    display: inline-block;
    color: #a3d8f1;
}
.site-bg{
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 60px;
}

.site-main .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.site-main .swiper-pagination{
    width:100%;
    bottom: 20px;
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-slide .title {
    padding-top: 12%;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
}
.swiper-slide .subtitle {
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    /*color: #c7d5e4;*/
    padding: 30px;
    text-align: center;
}
.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}
.main-desc{
    padding-top: 12%;
}
.main-desc h1{
    font-size: 50px;
    font-weight: normal;
}
.desc-highlight{
    color:#2D8FD9;
}
.main-desc h3{
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #c7d5e4;
    padding: 30px;
}
.btn-register-cont{
    text-align: center;
}
.btn-register{
    display: inline-block;
    min-width: 140px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    background-color: #2D8FD9;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    transition: all .2s cubic-bezier(.47,0,.745,.715);
}
.btn-register:hover {
    background-color: #419ADC;
}
.site-footer {
    background-color: #333;
    color: #fff;
}
.site-footer .links{
    margin:0 auto;
    text-align: center;
    overflow: hidden;
    padding:20px;
}
.site-footer .links .link-group{
    float:left;
    width: 20%;
}
.site-footer .link-group dt{
    color: #d9d9d9;
    margin-bottom: 20px;
    font-size: 18px;
}
.site-footer .link-group dd{
    margin-bottom: 20px;
}
.site-footer .link-group dd a{
    transition: all .35s ease-in-out;
    color: #777;
}
.site-footer .link-group dd a:hover{
    color:#d9d9d9;
}
.site-footer .copyright {
    background-color: #000;
    min-height: 70px;
    text-align: center;
    padding-top:40px;
}
.site-footer .copyright,.site-footer .copyright a{
    font-size: 16px;color: #a6a6a6;
}
.copyright-inner{
    width: 800px;
    margin:0 auto;
}
.site-footer .site-info{
    text-align: left;
}
.site-footer .site-info dd{
    margin-bottom: 10px;
}
.plan-container{
    padding:20px 0;
}
.plan {
    position: relative;
    display: inline-block;
    width: 22%;
    margin: 20px 1%;
    max-width: 406px;
    padding: 0;
    height: 500px;
    border-radius: 6px;
    border: 1px solid #CCC;
    background-color: #fff;
    color:#383838;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
}
.plan-header {
    position: relative;
    padding: 29px 0;
    background-color: #F8F8F8;
    border-bottom: 1px solid #EEE;
    border-radius: 6px 6px 0 0;
    font-size: 26px;
    color:#383838;
    text-align: center;
}
.plan .plan-price{
    padding-top: 40px;
    height: 160px;
    border-bottom: 1px solid #EEE;
    text-align: center;
}
.plan .price{

}
.plan .currency {
    font-size: 30px;
}
.plan .money {
    font-size: 60px;
}
.price small {
    font-size: 16px;
    color: #A6A6A6;
}
.plan .room-num{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.plan .price-to{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#1eb7fc;
}
.hardware {
    padding:20px 20%;
    font-size: 14px;
    line-height: 25px;
}
.hardware dt{
    font-weight: bold;
    margin-bottom: 10px;
}
.plan .btn-register{
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}
.blue-text{
    color: #a3d8f1;
}
.col3{
    width:33%;
    display: inline-block;
}
.product-item{
    border-top: 1px solid #eee;
    margin-top: 80px;
    text-align: center;
}
.product-title,.product-desc{
    position: relative;
    top: -25px;
}
.product-title{
    display: inline-block;
    padding: 0 60px;
    font-size: 40px;
    background-color: #fff;
}
.product-desc{
    font-size: 18px;
    font-weight: 200;
    color: grey;
    letter-spacing: 0;
    line-height: 28px;
    padding:10px;
}
.product dl{
    padding:10px;
    height:120px;
    overflow: hidden;
}
.product dt {
    color: #383838;
    font-size: 28px;
    margin-bottom: 7px;
}
.product dd{
    font-size: 14px;
    color: grey;
}
.product h5{
    font-size: 18px;
    font-weight: normal;
    padding: 20px;
    border-bottom: 1px #eee dashed;
}
.site-text{
    text-align: left;
    padding:20px;
    text-indent: 36px;
    padding-top:80px;
    line-height: 40px;
}