.aboutExpo{
    margin-bottom:160px;
}
.aboutExpo .logo_title{
    margin:120px auto 80px;
}
.aboutExpo .logo_title img{
    max-height:90px;
    margin-left:-45px;
}
.eventPhotos{
    padding-bottom:70px;
}
.eventPhotos .logo_title{
    margin:120px auto 96px;
}
.eventPhotos .logo_title img{
    max-height:91.5px;
    margin-left:-45px;
}
.picsList li{
    float:left;
    margin:0 30px 30px 0;
    cursor: pointer;
}
.picsList li:hover img,.picsList li img:focus{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 0 32px 32px rgba(0, 0, 0, 0.15), 0 64px 64px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}
.picsList img{
    width:315px;
    height:210px;

}
.picsList li:nth-of-type(3n+3){
    margin-right:0;
}
.picsList li:nth-of-type(n+3){
    margin-bottom:0;
}
.eventPhotos_title{
    font-size:36px;
    margin:0 auto 24px;
    font-family: fangzheng01;
    color:#fd29a4;
}
.eventPhotos .division{
    height:6px;
    background: #ededed;
    margin:70px auto;
}
.aboutExpo .description{
    font-size:16px;
    color:#333;
    line-height:2;
}

#demo-slider{
    width:900px;
    height:600px;
    margin-bottom:0;
}
#demo-slider img{
    width: 900px;
    height:600px;
}
#slidemodel{
    width:900px;
    height:600px;
    position:fixed;
    opacity: 0;
    top:50%;
    left:50%;
    margin-left:-450px;
    margin-top:-300px;
    z-index:-1;
}
#slidemodel .model_close{
    content: '';
    position: absolute;
    right: -10%;
    top: 0;
    width: 74.5px;
    height: 23px;
    cursor: pointer;
    background: url(../images/quit.png) no-repeat center;
    background-size: contain;
}
#slidemodel .model_close:hover{
    filter: brightness(70%);
    transition: filter 0.2s ease-in;
}
#slidemodel:before {
    content:'';
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
#slidemodel .am-slider-default .am-direction-nav .am-prev{
    left:-10%;
    opacity: 1;
    width:50px;
    height:50px;
}
#slidemodel .am-slider-default .am-direction-nav .am-next{
    right:-10%;
    opacity: 1;
    width:50px;
    height:50px;
}
.am-slider-default .am-direction-nav a:before,.am-slider-default .am-direction-nav a.am-next:before{
    content:'';
    width:50px;
    height:50px;
    background: url(../images/right1.png) no-repeat center;
    background-size: contain;
}
.am-slider-default .am-direction-nav a:hover:before,.am-slider-default .am-direction-nav a.am-next:hover:before {
    filter: brightness(70%);
    transition: filter 0.2s ease-in;
}
.am-slider-default .am-direction-nav a.am-prev:before{
    transform: rotate(180deg);
}
.am-slider-default .am-direction-nav img{
    width:100%;
    height:100%;
}
#slidemodel .am-slider-default .am-direction-nav .am-disabled{
    display: none;
}

@media(max-width: 1000px){
    .picsList li {
        float: left;
        margin: 0 15px 15px 0;
        cursor: pointer;
    }
    .aboutExpo{
        max-width:96%;
        margin:0 auto;
    }
}