/* 一体机 基本样式 */
/* bannermodel1 */
.bannermodel1{
    width: 100%;
    position: relative;
}
.bannermodel1 .swiper-container .swiper-slide img{
    width: 100%;
    vertical-align: top;
}
.bannermodel1 .swiper-pagination{
    bottom: 20px;
    width: 100%;
    left: 0;
}
.bannermodel1 .swiper-pagination-bullet{
    background: #fff;
    margin: 0 8px;
    width: 10px;
    height: 10px;
}

/* ulmodel1  */
.ulmodel1 {
    margin: 0 -11px;
}
.ulmodel1 li{
    text-align: center;
    padding: 0 11px 60px;
}
.ulmodel1 li a{
    display: block;
    height: 300px;
}
.ulmodel1 li a img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/* listulmodel */
.listulmodel{
    margin: 0 -10px;
}
.listulmodel li{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.listulmodel li a{
    display: block;
    border-radius: 12px;
    overflow: hidden;
}
.listulmodel li a img{
    width: 100%;
    height: 330px;
    vertical-align: top;
}
.listulmodel li a h2{
    font-size: 38px;
    background: #eeeeee;
    padding: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* listulmodel1 */
.listulmodel1 li {
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
}
.listulmodel1 li:last-child{
    border-bottom: none;
}
.listulmodel1 li a{
    display: block;
    position: relative;
}
.listulmodel1 li a .imgbox{
    width: 300px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}
.listulmodel1 li a .imgbox img{
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.listulmodel1 li a .txtbox{
    margin: 0 0 0 330px;
    padding: 5px 0 0 ;
    height: 200px;
}
.listulmodel1 li a .txtbox h2{
    font-size: 48px;   
    margin-bottom: 25px;
    line-height: 66px;
    max-height: 124px;
    overflow: hidden;
}
.listulmodel1 li a .txtbox span{
    font-size: 30px;
    line-height: 50px;
}

/* exhibtion fallbox */
.fall-box{
    width: 100%;
    margin: 2% 8px 0px 8px ;
}
.fall-box .item{
    width: calc((100% - 28px)/2);
    margin-bottom: 20px;
}
.fall-box .item-img{
    width:100% ;
    display: block;
}
.fall-box .item h2{
    font-size: 38px;
    background: #eeeeee;
    padding: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* innernav */
.innernav{
    background: #eee;
    position: fixed;
    top: 0;
    height: 120px;
    left: 0;
    width: 100%;
    z-index: 88;
}
.innernav .swiper-container {
    height: 120px;
}
.innernav .swiper-container .swiper-slide{
    text-align: center;
}
.innernav .swiper-container .swiper-slide a{
    font-size: 44px;
    line-height: 120px;
}

/* page */
.page{
    text-align: center;
    display: none;
}
.page a,
.page span{
    font-size: 32px;
    display: inline-block;
    margin: 0 5px;
}
.page a {
    padding: 10px 25px;
    background: #eee;
}

/* nodata */
.nodata{
    font-size: 44px;
    text-align: center;
    margin-top: 20%;
}

/* detailcontent */
.detailcontent.hasnav{
    padding-top: 120px;
}
.detailcontent .title{
    font-size: 48px;   
    padding: 30px 0;
    line-height: 54px;
    border-bottom: solid 1px #eee;
}
.detailcontent img{
    max-width: 100%;
    height: auto;
}
.detailcontent .info {
    margin: 20px 0;
}
.detailcontent .info li{
    float:left;
    margin-right: 30px;
    font-size: 30px;
}
.detailcontent .content,
.detailcontent .content div,
.detailcontent .content p,
.detailcontent .content span,
.detailcontent .content a{
    font-size: 32px!important;
    line-height: 54px!important;
}
#detailiframe{
    width: 100%;
    height: 1600px;
}
/* QRcode */
.QRcode1 {
    margin-top:  40px;
    text-align: center;
}
.QRcode1 .img1{
    margin: 0 0 10px 0;
}

/* videoitem */
.videobox{
    padding: 20px;
}
.videobox .videoitem{
    margin: 0 0 20px 0;
}

.home{
    position: fixed;
    width: 120px;
    height: 120px;
    background: #888;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    right: 30px;
    bottom: 30px;
}
.home img{
    width: 100%;
}

@media only screen and (max-width: 768px){
    .bannermodel1 .swiper-pagination{
        bottom: 0.3rem;
    }
    .bannermodel1 .swiper-pagination-bullet{
        width: 0.3rem;
        height: 0.3rem;
        margin: 0 0.2rem;
        border-radius: 50%;
    }

    .innernav,
    .innernav .swiper-container{
        height: 2.6rem;
    }
    .innernav .swiper-container .swiper-slide a{
        line-height: 2.6rem;
        font-size: 1.05rem;
    }
    .detailcontent.hasnav{
        padding-top: 2.6rem;
    }
    .detailcontent .title{
        font-size: 1.2rem;
        padding: 0.5rem 0;
        line-height: 1.8rem;
        font-weight: bold;
    }
    .detailcontent .info{
        margin: 0.3rem 0 0.6rem;
    }
    .detailcontent .info li{
        margin-right: 0.2rem;
        font-size: 0.8rem;
    }
    .detailcontent .content, 
    .detailcontent .content div, 
    .detailcontent .content p, 
    .detailcontent .content span, 
    .detailcontent .content a{
        font-size: 1rem!important;
        line-height: 1.4rem!important;
    }
    #detailiframe{
        height: 35rem;
    }

    .listulmodel{
        margin: 0 -0.4rem;
    }
    .listulmodel li{
        padding: 0 0.4rem;
        margin: 0 0 0.8rem 0;
    }
    .listulmodel li a{
        border-radius: 0.4rem;
    }
    .listulmodel li a img{
        height: 7rem;
    }
    .listulmodel li a h2 {
        font-size: 1rem;
        padding: 0.4rem 0.5rem;
    }
    .listulmodel1 li{
        padding: 1rem 0;
    }
    .listulmodel1 li a .imgbox{   
        width: 6.9rem;
        height: 4.4rem;
    }
    .listulmodel1 li a .txtbox{
        margin: 0 0 0 7.6rem;
        height: 4.4rem;
        padding: 0.1rem 0 0;
    }
    .listulmodel1 li a .txtbox h2{
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 0rem;
        max-height: 2.8rem;
        margin-bottom: 0.3rem;
    }
    .listulmodel1 li a .txtbox span{
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .listulmodel1 li:first-child{
        padding-top: 0;
    }
    .page a{
        padding: 0.3rem 0.4rem;
    }
    .page a, 
    .page span{
        font-size: 0.8rem;
        margin: 0 0.1rem;
    }
    .home{
        width: 3rem;
        height: 3rem;
        right: 1rem;
        bottom: 1rem;
    }
    .nodata{
        font-size: 1.3rem;
    }
    .fall-box{
        margin: 1% 0 0 0;
    }
    .fall-box .item{
        width: calc((100% - 14px)/2);
        margin-bottom: 0.8rem;
    }
    .fall-box .item h2{
        font-size: 1rem;
        padding: 0.4rem 0.5rem;
    }
}