

/* 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;
}

.appbannermodel2{
    padding: 1.2rem 0 1.2rem 0.8rem;
}
.appbannermodel2 .swiper-container .swiper-slide{
    padding: 0 0.8rem 0 0;
}
.appbannermodel2 .swiper-container .swiper-slide a{
    display: block;
    height: 5rem;
    background: url(../images/indexbg1.png) no-repeat;
    background-size: 100% 100%;
}
.appbannermodel2 .swiper-container .swiper-slide a h3{
    text-align: center;
    line-height: 5rem;
    font-size: 1rem;
    overflow: hidden;
    color: #fff;
}

.appbannermodel3{
    padding: 1.2rem 0 1.2rem 0.8rem;
}
.appbannermodel3 .swiper-slide a {
    margin-right: 0.8rem;
    background: #fff5da;
    padding: 0.5rem;
    display: block;
    border-radius: 0.4rem;
    overflow: hidden;
}
.appbannermodel3 .swiper-slide a img {
    width: 100%;
}
.appbannermodel3 .swiper-slide a span {
    display: block;
    text-align: center;
    color: rgb(51,51,51);
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 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: 8rem;
}
@media only screen and (max-width: 320px){
    .navboxmodel1 ul li a .table .table-cell img.img2{
        width: 6.8rem;
    }
}

.ListContainer{
    background: #efefef;
}
/* innernav */
.innernav{
    background: #1b1a1f;
    position: fixed;
    top: 0;
    height: 3.2rem;
    left: 0;
    width: 100%;
    z-index: 88;
}
.innernav .swiper-container {
    width: 86%;
    margin: 0.5rem auto 0;
    height: 2.2rem;
    border: solid 1px #ffffff;
}
.innernav .swiper-container .swiper-slide{
    text-align: center;
    border-right: solid 1px #fff;
}
.innernav .swiper-container .swiper-slide a{
    line-height: 2.2rem;
    font-size: 0.9rem;
    color: #fff;
    display: block;
}
.innernav .swiper-container .swiper-slide:last-child{
    border-right: none;
}
.innernav .swiper-container .swiper-slide.swiper-slide-active{
    background: transparent;
}
.innernav .swiper-container .swiper-slide.on{
    background: #49484c;
}

.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{
    margin: 0.5rem 0 0;
}
.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: #fff;
    font-size: 1rem;
    padding: 0.8rem 0.8rem 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* listulmodel3 */
.listulmodel3 {
    margin: 0.5rem 0 0;
}
.listulmodel3 li {
    margin: 0 0 1rem;
}
.listulmodel3 li:first-child{
    padding-top: 0;
}
.listulmodel3 li:last-child{
    border-bottom: none;
}
.listulmodel3 li a{
    background: #fff;
    display: block;
    position: relative;
}
.listulmodel3 li a .imgbox{
    width: 8rem;
    height: 5.8rem;
    position: absolute;
    top: 0;
    left: 0;
}
.listulmodel3 li a .imgbox img{
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.listulmodel3 li a .txtbox{
    margin: 0 0 0 8rem;
    height: 5.8rem;
    padding: 0.1rem 0.8rem 0;
}
.listulmodel3 li a .txtbox h2{
    font-size: 1rem;
    line-height: 1.4rem;
    height: 2.8rem;
    margin: 0.8rem 0 0.3rem;
    overflow: hidden;
}
.listulmodel3 li a .txtbox span{
    font-size: 0.8rem;
    line-height: 1rem;
}

/* listulmodel4 */
.listulmodel4{
    padding: 0.8rem;
}
.listulmodel4 li a {
    line-height: 2rem;
}
.listulmodel4 li a p {
    width: 65%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(51,51,51);
    font-size: 1rem;
}
.listulmodel4 li a span {
    width: 35%;
    float: right;
    display: block;
    text-align: right;
    font-size: 0.9rem;
    color: rgb(153,153,153);
}

/* listulmodel5 */
.listulmodel5{
    padding: 1.2rem 0.3rem 1rem;
}
.listulmodel5 li{
    width: 50%;
    float: left;
    padding: 0 0.5rem 0.2rem;
}
.listulmodel5 li a img {
    width: 100%;
}
.listulmodel5 li a .txt {
    padding: 0.5rem 0;
}
.listulmodel5 li a .txt h3 {
    font-size: 1rem;
    color: rgb(51,51,51);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

/* 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: #fff;
    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.8rem;
    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;
}



.listboxmodel1{
    padding-bottom: 0.8rem;
}
.listboxmodel1 .titlebox{
    width: 100%;
    height: 2.2rem;
    position: relative;
}
.listboxmodel1 .titlebox h2 {
    width: 8rem;
    height: 2.2rem;
    background: url(../images/indexbg2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -4rem;
    z-index: 10;
    text-align: center;
    line-height: 2.2rem;
    color: #fff;
    font-size: 1.1rem;
}
.listboxmodel1 .titlebox span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}
.listboxmodel1 .titlebox a {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/icon-more.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.4rem;
    top: -0.1rem;
    z-index: 10;
}
.indexmodel2{
    padding-bottom: 3.2rem;
}
.indexmodel2 .appbannermodel1{
    position: relative;
    left: auto;
    top: auto;
    height: 10rem;
}
.indexmodel2 .appbannermodel1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ecd196;
}
