
/*---slider---*/
.slider{
    width: 100%;
    height: 22rem;
    margin:4.8rem 0 0 0;
    position: relative;
    overflow: hidden;
}
@media (min-width: 375px){
    .slider{
        width: 100%;
        height: 24rem;
        margin:4.8rem 0 0 0;
        position: relative;
        overflow: hidden;
    }
}
.box{
    width:100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left:0;
    top:0;
    margin: 0;
    padding: 0;
}
.box img{

    width: 100%;
}
.box > li{
    float: left;
    list-style: none;
}
.banner0{
    width: 100%;
    height: 100%;
    background: url(../images/banner0.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner01{
    width: 100%;
    height: 100%;
    background: url(../images/banner01.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner02{
    width: 100%;
    height: 100%;
    background: url(../images/banner02.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner03{
    width: 100%;
    height: 100%;
    background: url(../images/banner03.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner04{
    width: 100%;
    height: 100%;
    background: url(../images/banner04.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner05{
    width: 100%;
    height: 100%;
    background: url(../images/banner05.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner06{
    width: 100%;
    height: 100%;
    background: url(../images/banner06.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner07{
    width: 100%;
    height: 100%;
    background: url(../images/banner07.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner08{
    width: 100%;
    height: 100%;
    background: url(../images/banner08.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner09{
    width: 100%;
    height: 100%;
    background: url(../images/banner09.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner10{
    width: 100%;
    height: 100%;
    background: url(../images/banner10.png);
    background-position: 50% 50%;
    background-size: cover;
}
.banner11{
    width: 100%;
    height: 100%;
    background: url(../images/banner11.png);
    background-position: 50% 50%;
    background-size: cover;
}
.dot{
    position: absolute;
    right: 5%;
    bottom: 1.2rem;
    margin-left: -10rem;
}
.dot li{
    float: left;
    width: 1.2rem;
    height: 0.2rem;
    list-style: none;
    background: rgba(255,255,255,0.8);
    margin-right: 1rem;
    cursor: pointer;
}
.dot li.active{
    background-color: #000;
}


/*首页内容*/
.content{
    margin: 0rem 1rem;
}
/*p{
    text-align: justify;
    text-justify: inter-ideograph;
}*/
.title{
    margin: 3rem 1rem;
    height: 1.8rem;
    border-left: .6rem solid #164779;
    padding-left: 1rem;
}
/*latest_hotsopts*/
.latest_hotsopts{
    margin: 3rem 1rem 0rem 1rem;
}
.latest_hotsopts .hot_top{
    margin-bottom: 2rem;
}
.latest_hotsopts .hot_top img{
    width: 26rem;
    float: left;
}
.hot_more{
    color: #333;
    font-size: 1.3rem;
    margin-top: 0.8rem;
    background: url(../images/index_team_detail02.png) no-repeat;
    background-size: 0.6rem;
    background-position:  right center;
    width: 3.6rem;
    /*margin-left: 940px;*/
    cursor: pointer;
    /*position: absolute;*/
    float: right;
    font-weight: 300;

}
.latest_hotsopts_con{
    height: 14rem;
    background: url(../images/index_hotsopts_detail04_bg.png) no-repeat;
    background-size: 8rem; 
    background-position: left 10px;
}

.latest_hotsopts_con ul{
  /*  width: 886px;*/
    float: right;
}
.latest_hotsopts_con ul li{
    
}
.latest_hotsopts_con ul li a{
    padding-bottom: 1rem;
    border-bottom: 1px dashed #e7e7e7;
    display: block;
    width: 74%;
    float: right;
}
.latest_hotsopts_con ul li h3{
    font-size: 1.4rem;
    line-height: 2rem;
    color: #333;
    margin-top: 1rem;
    cursor: pointer;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest_hotsopts_con ul li p{
    font-size: 1.3rem;
    color: #666;
    font-weight: 300;
    margin-top: 0.8rem;
} 
.latest_hotsopts_con ul li a{
    display: block;
}
.latest_hotsopts_con ul li a:hover{
    opacity: 0.6;
}
@media (min-width: 375px){
   .latest_hotsopts_con ul li a{
        padding-bottom: 1rem;
        border-bottom: 1px dashed #e7e7e7;
        display: block;
        width: 86%;
        float: right;
    } 
}

/*themebox team*/
.themebox{
    margin: 3rem 0rem;
}
.themebox ul{
    display: flex;
    justify-content: space-between;
}
.themebox ul a{
    display: block;
    width: 48.5%;
}
.themebox ul li{
    margin-left: 1rem;
    padding: 2rem 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: url(../images/index_more_normal.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
}
.themebox ul li:hover{
    background: url(../images/index_more_hover.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
}
.themebox ul li img{
    width: 13em;
}
@media (min-width: 375px){
   
}
/*public_artworks*/
.public_artworks{
    margin: 0rem 1rem;
}
.public_title img{
    width: 28rem;
}
.public_map img{
    width: 100%;
    margin: 2rem 0 2rem 0;
}
iframe{
    width: 100%;
    margin-left: 1rem;
}
iframe{
    height: 28rem;
    margin-bottom: 1rem;
}
.public_artworks ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.public_artworks ul li{
    width: 4.3rem;
} 
.public_artworks ul li img{
    width: 100%;
}
.public_hover{
    text-align: center;
    line-height: 4.3rem;
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 50%;
    font-size: 1.6rem;
    color: #fff;
    background-color: rgba(29,29,29,0.9);
    display: none;
    position: absolute;
}
.public_artworks ul li:hover img{
    
}
.public_artworks ul li:hover .public_hover{
    display: block;
}
@media (min-width: 375px){
    .public_artworks ul li{
        width: 5rem;
    } 
    .public_hover{
        text-align: center;
        line-height: 5rem;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        font-size: 1.6rem;
        color: #fff;
        background-color: rgba(29,29,29,0.9);
        display: none;
        position: absolute;
    }
}

/*artbox*/
.artbox{
    margin-top: 5rem;
}
.art_title img{
    width: 32rem;
    margin-bottom: 1rem;
}
.artbox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.artbox ul a{
    display: block;
    width: 48.5%;
}
.artbox ul li{
    font-size: 1.6rem;
    color: #333;
    font-weight: 300;
    width: 90%;
    padding: 2rem 0;
    padding-left: 1rem;
    border-bottom: 1px solid #eeeeee;
    background: url(../images/index_more_normal.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
}
.artbox ul li:hover{
    background: url(../images/index_more_hover.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
    border-bottom: 1px solid #333;
}

/*exhibitionsbox*/
.exhibitionsbox{
    margin-top: 5rem;
}
.exhibitions_title{
    margin-bottom: 0rem;
}
.exhibitions_title img{
    width: 22rem;
}
.exhibitions_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exhibitions_con ul a{
    display: block;
    width: 48.5%;
}
.exhibitions_con ul li{
    width: 100%;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #eee;
    margin-top: 1.8rem;
}
.exhibitions_con ul li p{
    font-size: 1.6rem;
    font-weight: 300;
    color: #000;
    margin-top: 1.6rem;
    width: 88%;
    margin-left: 1rem;
    background: url(../images/index_more_normal.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
}
.exhibitions_con ul li:hover p{
    background: url(../images/index_more_hover.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
}
.exhibitions_con ul li img{
    width: 100%;
}
/*map*/
.map{
    margin-top: 5rem;
}
.map_title{
    margin-bottom: 2rem;
}
.map_title img{
    width: 32rem;
}
.mapcon ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mapcon ul a{
    display: block;
    width: 48.5%;
}
.mapcon ul li{
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}
.mapcon ul li img{
    width: 100%;
}
.mapcon ul li.mapmore p{
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 300;
    color: #000;
    margin-top: 2rem;
    margin-left: 1rem;
    background: url(../images/index_more_normal.png) no-repeat;
    background-size: 2.6rem;
    background-position: right 0.4rem;
}
.mapcon ul li.mapmore:hover p{
    background: url(../images/index_more_hover.png) no-repeat;
    background-size: 2.6rem;
    background-position: right 0.4rem;
}
.mapcon ul li.pdf p{
    font-size: 1.6rem;
    font-weight: 300;
    color: #000;
    line-height: 3rem;
    margin-top: 1rem;
    /*width: 60%;*/
    margin-left: 1rem;
    background: url(../images/index_download.png) no-repeat;
    background-size: 3rem;
    background-position: right center;
}
/*.mapcon ul li.pdf:hover p{
    background: url(../images/index_download.png) no-repeat;
    background-size: 60px;
    background-position: right center;
}*/
/*peripheral*/
.peripheral{
    margin-top: 5rem;
}
.peripheral_title{
    margin-bottom: 2rem;
}
.peripheral_title img{
    width: 32rem;
}
.peripheralcon ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.peripheralcon ul a{
    display: block;
    width: 30%;
}
.peripheralcon ul li{
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.peripheralcon ul li img{
    width: 100%;
}
.peripheralcon ul li p{
    font-size: 1.6rem;
    font-weight: 300;
    color: #000;
    margin-top: 2rem;
    /*width: 330px;*/
    margin-left: 1rem;
    background: url(../images/index_more_normal.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
}
.peripheralcon ul li:hover p{
    background: url(../images/index_more_hover.png) no-repeat;
    background-size: 2.6rem;
    background-position: right center;
}
/*video*/
.video{
    margin-top: 5rem;
}
.video_title{
    margin-bottom: 2rem;
}
.video_title img{
    width: 11.6rem;
    float: left;
}

.video_title p{
    color: #333;
    font-size: 1.4rem;
    margin-top: 0.4rem;
    line-height: 2.2rem;
    background: url(../images/index_team_detail02.png) no-repeat;
    background-size: 0.6rem;
    background-position:  right center;
    width: 66px;
    cursor: pointer;
    float: right;
    font-weight: 300;

}
.video_title p:hover{
    color: #000;
    background: url(../images/index_team_detail02.png) no-repeat;
    background-size: 0.6rem;
    background-position:  right center;
}
.videocon ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videocon ul a{
    display: block;
    width: 48.5%;
}
.videocon ul li{
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #333;
}
.videocon ul li img{
    width: 100%;
}
/*pastlink*/
.pastlink{
    margin-top: 5rem;
    padding-bottom: 3rem;
}
.pastlink_title{
    margin-bottom: 2rem;
}
.pastlink_title img{
    width: 20rem;
}
.pastlinkcon ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pastlinkcon ul a{
    display: block;
    width: 48.5%;
}
.pastlinkcon ul li{
    padding-left: 1rem;
    background: url(../images/index_more_normal.png) no-repeat;
    background-size: 2.6rem;
    background-position: right 3.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}
.pastlinkcon ul li:hover{
    background: url(../images/index_more_hover.png) no-repeat;
    background-size: 2.6rem;
    background-position: right 3.5rem;
}
.pastlinkcon ul li img{
    width: 11rem;
}

@media (min-width: 375px){
    .pastlinkcon ul li{
        padding-left: 1rem;
        background: url(../images/index_more_normal.png) no-repeat;
        background-size: 2.6rem;
        background-position: right 4rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }
    .pastlinkcon ul li:hover{
        background: url(../images/index_more_hover.png) no-repeat;
        background-size: 2.6rem;
        background-position: right 4rem;
    }
    .pastlinkcon ul li img{
        width: 13rem;
    }
}













