.info{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #19202E;
	line-height: 20px;
	margin-bottom: 20px;
}
.huanjing{
	width: 100%;
}
.huanjing .webcon{
	float: left;
	width: 50%;
	height: 250px;
	padding: 10px;
	background: #ECECEC;
}
.huanjing .webcon h2{
	font-size: 1.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #19202E;
}
.huanjing .webcon div{
	margin: 10px 0;
	width: 30px;
	height: 4px;
	background: #FF8402;
}
.huanjing .webcon p{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #19202E;
	line-height: 20px;
}
.huanjing .webimg{
	width: 50%;
	height: 250px;
	overflow: hidden;
}
.huanjing .webimg img{
	height:100%;
}
.rytit{
	width: 100%;
	height: 250px;
	background: #FF2442;
	padding: 15px;
}
.rytit div{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
}
.rytit p{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	opacity: 0.8;
}
.rybox{
	width: 94%;
	margin: 0 auto;
	height: 294px;
	background: #FFFFFF;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
	margin-top: -30px;
	padding: 10px;
}
.rybox img{
	max-width: 100%;
}