.ry{
	width:100%;
	background:url(../images/ry_bg.jpg) center no-repeat;
	background-size:100% 100%;
	padding-bottom:50px;
}
.reset_style >div {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.reset_style p{
	font-size:46px;
	line-height:46px;
	margin:0px;
}
.reset_style .topa{
	padding-top:5%;
}
.reset_style .xian{
	margin-bottom:20px;
}
.ry_center{
    max-width:85%;
	margin: 0 auto;
}
.ry_ul{
    padding-left:0px !important;
}
.ry_ul li{
	font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
    width: 23%;
    margin-left: 2%;
    display: inline-block;
}
.ry_ul li:nth-child(4n+1) {
    margin-left: 0%;
}
.ry_ul li a {
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    height: auto;
    display: block;
}
.ry_ul li span {
    color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3% 10px;
    box-sizing: border-box;
    border: none;
}
.ry_ul li:hover img{ 
transform:scale(1.1); 
} 
.ry_ul li:hover span{ color: #ffffff; background: #1779ce; }












