@import url(head.css);

/*silder*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    // background-size: cover;
    //     position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    // background-position: 50% 100%;
    // max-min:796px;
}
.swiper-slide img{
    // width: 100%;
    height: auto !important;
}
.swiper-pagination-bullet{
    border-radius: 0;
    width: 50px;
    height: 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 50px;
    position: fixed;
}
// .swiper-wrapper img{
//     height: 100vh !important;
// }
/*footer*/
.footer{
    position: fixed;
    // top: -46px;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height: 40px;
    // margin: 0 auto;
    bottom:0;
}

/*17-5-16 banner*/
:root{
    --font-color:#fff;
}
.banner_wrap{
    width: 502px;
    position: absolute;
    top: 34%;
    left: 8%;
    // height: 200px;
}
.swiper-slide h2{
    text-transform:Uppercase;
    font-size:7rem;
    font-family:'DIN Next LT Pro';
    color: var(--font-color);
}
.swiper-slide h3{
    font-size: 4.3rem;
    font-family:'Source Han';
    color: var(--font-color);
}
.swiper-slide .banner_all{
    position: absolute;
    top: 50%;
    left: 8%;
    width: 440px;
    padding: 20px;
    background-image: url(./blackbox.png);
}

.swiper-slide .banner_tit{
    font-size: 24.81pt;
    font-family:'DIN Next LT Pro';
    color: #2484C6;
    margin-bottom: 10px;  
    font-weight: normal;
}
.swiper-slide .banner_text{
    font-size: 14px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: normal;
    color: white;
    line-height: 26px;
}
.banner_desc{
	float: left;
    font-size: 12px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: normal;
    color: white;
    line-height: 26px;
}
.swiper-slide .banner_btn{ 
    font-size: 12px; 
    float:right;
    text-decoration: none;
}

.swiper-slide .mobile_banner_all{
    position: absolute;
    bottom: 20%;
    top: 30%; 
    width: 80%;
    left: 10%;
    right: 10%;
    padding: 20px;
    background-image: url(./blackbox.png);
}

.swiper-slide .mobile_banner_tit{
    font-size: 18pt;
    font-family:'DIN Next LT Pro';
    color: #2484C6;
    margin-bottom: 10px;  
    font-weight: normal;
}
.swiper-slide .mobile_banner_text{
    font-size: 14px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: normal;
    color: white; 
}
.mobile_banner_desc{ 
    font-size: 14px;
    font-family:'DIN Next LT Pro';
    margin-bottom: 10px; 
    font-weight: bold;
    color: white;
}
.swiper-slide .mobile_banner_btn{ 
    font-size: 12px;  
    text-decoration: none;
    bottom: 30px;
    position: absolute;
    padding-top: 6px;
    padding-bottom: 6px; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

