/*banner*/
.banner{
	width:100%;
	height:20vw;
	overflow: hidden;
}
.banner img{
	width:100%;
}
.rycontent{
	width:75%;
	/*height:20vw;*/
	margin:auto;
	margin-top:2vw;
	/*border:1px solid red;*/
	position: relative;
}
.rycontent aside{
	width:100%;
	background: #fff;
	/*float:left;*/
	border-radius: .3vw;
	/*border:1px solid red;*/
	box-shadow:0 0 1.5vw rgba(0, 0, 0, 0.2);
}
.rycontent aside .aside_top{
	width:96%;
	margin:auto;
	/*padding:.2vw 0;*/
	border-bottom:1px solid #e8e8e8;
}
.rycontent aside .aside_top h1{
	font-size: 1.2vw;
	font-weight:normal;
	/*text-align: center;*/
	color:#333;
}
.rycontent aside .aside_top p{
	color:#777;
	font-size:.8vw;
	height:3vw;
	line-height:3vw;
	/*font-family:"宋体";*/
}
.rycontent aside ul{
	width:96%;
	margin:auto;
}
.rycontent aside ul li{
	border-bottom:1px solid #eee;
	/*text-align: center;*/
	/*padding:.8vw 0;*/
	border-radius: .4vw;
	height:3vw;
	line-height: 3vw;
}

.rycontent aside ul li div{
	float:left;
}
.rycontent aside ul li span{
	float:left;
	display: block;
	height:1.8vw;
	line-height: 1.8vw;
	color:#444;
	font-family: "宋体";
	font-size: .75vw;
	margin-left:1vw;
	padding:0 .3vw;
	margin-top:.6vw;
	cursor:pointer;
}
.rycontent aside ul li .active{
	background: red;
	color:#fff;
}
.rycontent aside ul li h4{
	color:#2d2d2d;
	font-size: .9vw;
	float:left;
	height:3vw;
	line-height: 3vw;
	/*margin-right:1vw;*/
	/*border:1px solid red;*/
}
.rycontent section{
	width:100%;
	border-radius: .3vw;
	background:#fff;
	/*float:right;*/
	box-shadow:0 0 1.5vw rgba(0, 0, 0, 0.2);
	margin-top:2vw;
	margin-bottom:2vw;
}
.rycontent section .ryout{
	width:100%;
	border-bottom:1px solid #c9caca;
}
.rycontent section .section_top{
	width:96%;
	margin:auto;
}
.rycontent section .section_top p:nth-child(1){
	font-size: 1.15vw;
	height:3vw;
	line-height: 3vw;
	color:#666;
	font-weight:bold;
	text-align: center;
	/*border:1px solid red;*/
}
/*.rycontent section .section_top p:nth-child(2){
	color:#777;
	font-size:.8vw;
	height:3vw;
	line-height: 3vw;
	float:right;
}*/
.rycontent section .rymain{
	width:96%;
	margin:auto;
	/*border:1px solid red;*/
}
.rycontent section .rymain .ryproduct{
	width:100%;
	padding-bottom:1.5vw;
}
.rycontent section .rymain .ryproduct ul li:nth-child(1){
	margin-left:0;
}
.rycontent section .rymain .ryproduct ul li{
	width:23%;
	height:18vw;
	background: #fff;
	float:left;
	margin-left:2.666%;
	overflow:hidden;
	margin-top: 1.5vw;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	/*border:1px solid red;*/
}
.rycontent section .rymain .ryproduct ul li p{
	width:100%;
	height:20.4vw;
	background: rgba(0,0,0,0);
	position: absolute;
	top:0;
	left:0;
	z-index: 99;
	/*opacity: 0;*/
	transition: 1s;
}
.rycontent section .rymain .ryproduct ul li:hover{
	border:1px solid red;
}
.rycontent section .rymain .ryproduct ul li:hover p{
	background: rgba(0,0,0,0.4);
}
.rycontent section .rymain .ryproduct ul li:hover .hidden_con{
	transform: translateY(-9.6vw);
	-webkit-transform: translateY(-9.6vw); 
	-ms-transform: translateY(-9.6vw); 
	transform: translateY(-9.6vw)
}
.rycontent section .rymain .ryproduct ul li .hidden_con{
	width:100%;
	height:9.6vw;
	/*border:1px solid red;*/
	position: absolute;
	bottom:-9.6vw;
	left:0;
	/*transform: translateY(0px);  
	 */
	z-index: 100;
	transition: .5s;
}
.rycontent section .rymain .ryproduct ul li .hidden_con .hidden_con_into{
	width:90%;
	height:7.6vw;
	margin:auto;
	margin-top:1vw;
	background: red;
	position: relative;
	/*overflow:hidden;*/
}
.rycontent section .rymain .ryproduct ul li .hidden_con .hidden_con_into .jt{
	width:1vw;
	height:1vw;
	background: red;
	transform: rotate(45deg);
	position: absolute;
	top:-.5vw;
	left:20%;
}
.rycontent section .rymain .ryproduct ul li .hidden_con .hidden_con_into .wz{
	width:94%;
	/*border:1px solid #000;*/
	position: absolute;
	top:.6vw;
	left:3%;
	height:6vw;
	font-family:"宋体";
}
.rycontent section .rymain .ryproduct ul li .hidden_con .hidden_con_into h1{
	font-size: 1.3vw;
	margin-bottom:.5vw;
	display: inline-block;
	color:#fff;
}
.rycontent section .rymain .ryproduct ul li .hidden_con .hidden_con_into span{
	font-size: 1.1vw;
	display: inline-block;
	line-height: 1.5;
	color:#eee;
	font-family:"宋体";
}
.rycontent section .rymain .ryproduct ul li .into_img{
	width:75%;
	margin-left:12.5%;
	margin-top:2vw;
}
.rycontent section .rymain .ryproduct ul li img{
	width:100%;
	display: block;
	margin-top:-1.5vw;
}
.rycontent section .rymain .pagenumber{
	padding:1vw 0 2vw 0;
	margin-left:40%;
}
.rycontent section .rymain .pagenumber div{
	font-size:.8vw;
	padding:.5vw;
	background:#eee; 
	float:left;
	margin-left:.5vw;
	border:1px solid #fff;
}
.rycontent section .rymain .pagenumber div a{
	color:#666;
}
.rycontent section .rymain .pagenumber div:hover{
	border:1px solid red;
}