section{
    height: 100vh;
    top: 0;
    margin-bottom: 0;
}
section .min{
    display: table;
    position: relative;
    /* width: 79.16%; */
    width: 640px;
    height: 100vh;
    padding: 134px 0 15px;
}
section .min.leftBox{
    left:10.42%;
}
section .min.rightBox{
    left:calc(100vw - 10.42vw - 640px);
}
section .min div{
    display: table-cell;
    vertical-align: middle;
}
section .min div b{
    display: block;
    font-size:40px;
    color:#1C1C1B;
    text-align: left;
}
section .min div a{
    display: block;
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    padding-left: 16px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 16px 9px;
    background-position: 88px center;
    transition: .5s;
}
section .min div.red a{
    color: #D0111D;
    border: 1px solid #D0111D;
    background-image: url('../images/2104shzr_redBtn.png');
}
section .min div.bai a{
    color: #FCFCFC;
    border: 1px solid #FFFFFF;
    background-image: url('../images/2104shzr_baiBtn.png');
}
section .min div a:hover{
    background-position: 92px center;
}
section .min div p{
    font-size: 16px;
    color: #424242;
    line-height: 28px;
    text-align: justify;
    padding: 30px 0 100px;
}
section .min div.bai p,section .min div.bai b{
    color: #fff;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
#swiper-container1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-fslexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#swiper-container2 .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
}
.swiper-btn{
    width: 24px;
    height: 40px;
    background: url('../images/2104shzr_nextBtn.png') no-repeat;
    top: calc(100vh - 80px);
    right: 50%;
    margin-right: -10px;
}
#swiper-container1 .li{
    position: relative;
    width: 100%;
    height: 100vh;
}
#swiper-container1  img.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}