.full-screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.head-bg{height:100%; padding-bottom:120px;}
.foot{position:absolute; width:100%; bottom:0;}

.swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg {background-image: url('../images/bg.jpg');}
.bg2 {background-image: url('../images/bg2.jpg');}
.bg3 {background-image: url('../images/bg3.jpg');}
.bg4 {background-image: url('../images/bg4.jpg');}
.bg5 {background-image: url('../images/bg5.jpg');}
.bg6 {background-image: url('../images/index-bg.jpg');}


.slide-item {
    max-width: 1200px;
    margin: auto;
}
.slide-title {
    padding-top: 2.875rem;
    padding-left: 4.125rem;
    font-size: 1.5rem;
    color: #f58249;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.slide-info {
    padding-top: 0.625rem;
    padding-left: 4.125rem;
    font-size: 0.8125rem;
    color: #f58249;
    line-height: 1;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.slide-info span {
    display: inline-block;
    vertical-align: middle;
}
.join {
    display: inline-block;
    padding: 0.1875rem 0.3125rem;
    font-size: 0.5rem;
    color: #fff;
    background-color: #f58345;
    border-radius: 5px;
    line-height: 1;
    vertical-align: middle;
}
.slide-button-prev,
.slide-button-next {
    z-index: 10;
    position: absolute;
    top: 46%;
    margin-top: -0.9375rem;
    width:22px;
    height:60px;
    cursor: pointer;
    background-color: #8d8f8e;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size:80%;
    background-size:80%;
}
.slide-button-prev {
    left: 0;
    background-image: url('../images/left.png');
    border-radius: 0 6px 6px 0;
	background-color: rgba(33, 33, 33, 0.6);
}
.slide-button-next {
    right: 0;
    background-image: url('../images/right.png');
    border-radius: 6px 0 0 6px;
	background-color: rgba(33, 33, 33, 0.6);
}

@media (max-width:768px){
.navbar .container-fluid > .navbar-header{height:108px;}
.head-bg{padding-bottom:70px; background:none;}
.foot-1{padding-bottom:32px; padding-top:0;}
.foot-2{padding-bottom:10px;}
.head .logo{position:absolute;}
}

@media (max-width:640px){
.navbar{width:100%; position:absolute;}
}

@media (max-width:320px){
}