

/* mobile banner 1 */
.appbannermodel1{
    width:100%; 
    height:44%; 
    position: fixed;
    left:0;
    top:0;
}
.appbannermodel1 .swiper-container{
    height: 100%;
}
.appbannermodel1 .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.appbannermodel1 .swiper-pagination {
    width: 100%;
    position: absolute;
    z-index: 20;
    bottom: 0.5rem;
    text-align: center;
    right: 0;
}
.appbannermodel1 .swiper-pagination-bullet {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 0.2rem;
    opacity: 0.8;
    cursor: pointer;
}

/* navbox */
.navboxmodel1{
    width:100%;
    height: 56%;
    position: fixed;
    left:0;
    bottom:0;
    padding: 0 0 3rem;
}
.navboxmodel1 ul{
    height: 100%;
}
.navboxmodel1 ul li{
    width: 33.33333333%;
    float: left;
    height: 33.33333333%;
}
.navboxmodel1 ul li.libg{
    width: 66.66666667%;
}
.navboxmodel1 ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.navboxmodel1 ul li a .table{
    display: table;
    width: 100%;
    height: 100%;
}
.navboxmodel1 ul li a .table .table-cell{
    display: table-cell;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
}
.navboxmodel1 ul li a .table .table-cell img{
    width: 3.4rem;
    vertical-align: top;
}
.navboxmodel1 ul li a .table .table-cell h3{
    color: #fff;
    font-size: 1rem;
    margin-top: 0.3rem;
}
.navboxmodel1 ul li a .table .table-cell img.img2{
    width: 4.5rem;
}
@media only screen and (max-width: 320px){
    .navboxmodel1 ul li a .table .table-cell img.img2{
        width: 6.8rem;
    }
}

/* innernav */
.innernav{
    background: #eee;
    position: fixed;
    top: 0;
    height: 2.6rem;
    left: 0;
    width: 100%;
    z-index: 88;
}
.innernav .swiper-container {
    height: 2.6rem;
}
.innernav .swiper-container .swiper-slide{
    text-align: center;
}
.innernav .swiper-container .swiper-slide a{
    line-height: 2.6rem;
    font-size: 1.05rem;
}

.listcontent{
    padding: 0.8rem 0.8rem 4rem;
}
.listcontent.hasnav {
    padding-top: 3.6rem;
}
/* listulmodel */
.listulmodel{
    margin: 0 -10px;
}
.listulmodel li{
    width: 50%;
    float: left;
    padding: 0 0.4rem;
    margin: 0 0 0.8rem 0;
}
.listulmodel li a{
    display: block;
    border-radius: 0.4rem;
    overflow: hidden;
}
.listulmodel li a img{
    width: 100%;
    height: 7rem;
    vertical-align: top;
}
.listulmodel li a h2{
    background: #eeeeee;
    font-size: 1rem;
    padding: 0.4rem 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* listulmodel1 */
.listulmodel1 li {
    padding: 1rem 0;
    border-bottom: solid 1px #ddd;
}
.listulmodel1 li:first-child{
    padding-top: 0;
}
.listulmodel1 li:last-child{
    border-bottom: none;
}
.listulmodel1 li a{
    display: block;
    position: relative;
}
.listulmodel1 li a .imgbox{
    width: 6.9rem;
    height: 4.4rem;
    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 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;
    height: 2.8rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.listulmodel1 li a .txtbox span{
    font-size: 0.7rem;
    line-height: 1rem;
}

.listulmodel2{

}
.listulmodel2 li{
    padding: 0 0.4rem;
    margin: 0 0 0.8rem 0;
}
.listulmodel2 li a{
    display: block;
    border-radius: 0.2rem;
    overflow: hidden;
}
.listulmodel2 li a img{
    width: 100%;
    height: 14rem;
    vertical-align: top;
}
.listulmodel2 li a h2{
    background: #eeeeee;
    font-size: 1rem;
    padding: 0.8rem 0.8rem 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* exhibtion fallbox */
.fall-box{
    width: 100%;
    margin: 1% 0 0 0;
}
.fall-box .item{
    width: calc((100% - 14px)/2);
    margin-bottom: 0.8rem;
}
.fall-box .item-img{
    width:100% ;
    display: block;
}
.fall-box .item h2{
    background: #eeeeee;
    font-size: 1rem;
    padding: 0.4rem 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.detailcontent{
    padding: 0.8rem 0.8rem 4rem;
}
.detailcontent.hasnav {
    padding-top: 3.6rem;
}
/* detailcontent */
.detailcontent.hasnav{
    padding-top: 120px;
}
.detailcontent .title{
    font-size: 1.2rem;
    padding: 0.5rem 0;
    line-height: 1.8rem;
    font-weight: bold;
    border-bottom: solid 1px #eee;
}
.detailcontent img{
    max-width: 100%;
    height: auto;
    margin: 0.5rem 0;
}
.detailcontent .info {
    margin: 0.3rem 0 0.6rem;
}
.detailcontent .info li{
    float:left;
    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;
}
.detailcontent .content video{
    width: 100%!important;
}

/* page */
.page{
    text-align: center;
    display: none;
    padding: 0.5rem 0 1rem;
}
.page a,
.page span{
    display: inline-block;
    font-size: 0.8rem;
    margin: 0 0.1rem;
}
.page a {
    padding: 0.3rem 0.4rem;
    background: #eee;
}

/* nodata */
.nodata{
    font-size: 1.3rem;
    text-align: center;
    margin-top: 20%;
}

.footermodel1{
    width: 100%;
    height: 3.1rem;
    background-color: #1b1a1f;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
}
.footermodel1 a{
    flex: 1;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    font-size: 0.9rem;
}
.footermodel1 a img{
    display: inline-block;
    width: 0.8rem;
    margin-right: 0.3rem;
    position: relative;
    vertical-align: middle;
    top: -0.1rem;
}