body, p, li, a {
    font-family: 'Roboto', sans-serif;
}
body {
    background-color: #f6f6f6;
    line-height: 1.6;
    font-size: 16px;
    color: #a2a2a2;
}
/*页面加载gif动图*/
#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block;
}
.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*页面加载gif动图*/
/*首页导航*/
.site-header.fixed {
    position: fixed;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    padding: 0 10px 0 0;
}
.navbar-brand img {
    height: 46px;
    width: auto;
}
.video-section {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(imgs/pattern.png) repeat center center rgba(0, 0, 0, 0.2);
}
.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 900px;
    position: relative;
    text-align: center;
    z-index: 11;
}
.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-weight: 700;
    color: #ffffff;
}


.home-message .big-text {
    font-size: 96px;
    padding: 0;
    margin: 0;
}

.home-message .home-title{
    font-size: 40px;
}

.home-message .en-text{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}

.home-message small{
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Droid Serif', sans-serif;
    display: block;
    color: rgba(255,255,255,.9);
    padding: 20px 0 5px;
    margin: 0;
}
/*媒体查询*/
@media (max-width: 767px){
    .navbar-brand img {
        line-height: 50px;
        padding-top: 6px;
    }
    .home-message .big-text {
        font-size: 86px;
    }
    .home-message .home-title{
        font-size: 22px;
    }
    .home-message .en-text{
        font-size: 16px;
        letter-spacing: 0px;
    }
    .home-message small{
        font-size: 20px;
        font-weight: 700;
    }
}

@media (max-width: 992px){
    .container {
        min-width: 100% !important;
    }
}