.shili-nav {
    position: relative;
    height: 36px;
    width: 94%;
    margin: 50px auto;
}
.shili-nav-left {
    width: 100%;
}
.shili-nav-left a{
    font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #535353;
}
.shili-nav-left span{
	font-family: CenturyGothic;
	font-size: 18px;
	font-weight: normal;    
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #434343;
    opacity: 0.3;
    margin-left: 8px;
}

.shili-show{
    width: 80%;
    margin: 50px auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #959595;
}
.shili-img ul>li{
    border: solid 1px #eeeeee;
    width: 30%;
    margin: 1%;
    /* height: 210px; */
}
.shili-img ul>li img{
    display: block;
    margin: auto;
    padding: 20px;
    width: 90%;
    height: 90%;
    transition: all 0.5s ease;
}





