@media (min-width:  970px) {
	.WalkIntoSafeness{
		max-width: 900px;
		margin: 99px auto 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.WalkIntoSafeness_nav{
		float: left;
		width: 190px;
		height: 100%;
		border: 1px solid #e5e5e5;
		background-color: #f2f2f2;
	}
	.WalkIntoSafeness_nav ul{
		margin-bottom: 0;
	}
	.WalkIntoSafeness_nav ul li{
		width: 100%;
		height: 80px;
		line-height: 80px;
		text-align: center;
		cursor: pointer;
		border-bottom: 1px dashed #9b9b9b;
	}
	.WalkIntoSafeness_nav ul li:last-child{
		border-bottom: none;
	}
	.W_nav_active{
		background-color: #009944;
		color: #fff;
	}
	.W_nav_active a{
		color: #fff !important;
	}
	.WalkIntoSafeness_nav ul li:hover{
		background-color: #009944;
		color: #fff;
	}
	.WalkIntoSafeness_nav ul li a{
		display: block;
		color:#333;
	}
	.WalkIntoSafeness_nav ul li:hover a{
		color: #ffffff;
		background: #009944;
	}
	/*ÓÒ±ßÄÚÈÝ*/
	.WalkIntoSafeness_text{
		width: 690px;
		float: right;
		border: 1px solid #eaeaea;
	}
	.W_title{
		position: relative;
		width: 100%;
		height: 56px;
		border-bottom: 1px dashed #ccc;
		text-align: center;
	}
	.W_title p{
		font-size: 18px;
		line-height: 56px;
		color: #009944;
	}
	.underline{
		position: absolute;
		top: 54px;
		left: 50%;
		width: 40px;
		height: 3px;
		margin-left: -20px;
		background-color: #009944;
	}
	.W_title_box{
		padding: 4%;
		min-height: 520px;
	}
}
@media (max-width:  970px) {
	.WalkIntoSafeness{
		margin: 50px 2.5% 5px;
		/*margin-top: 45px;*/
		padding: 2.5%;
		border: 1px solid #e5e5e5;
	}
	.nav_lg{
		display: none;
	}
	.WalkIntoSafeness_nav{
		width: 100%;
		/* height: 62px; */
		border-bottom: 1px solid #ccc;
	}
	.WalkIntoSafeness_nav ul{    
		text-align: center;
		overflow: hidden;
	}
	.WalkIntoSafeness_nav ul li{
		float: left;
		width: 40%;
		height: 30px;
		line-height: 30px;
		border: 1px solid #009944;
		color: #009944;
		text-align: center;
		border-radius: 15px;
		margin: 12px auto 0;
	}
	.WalkIntoSafeness_nav ul li:nth-child(2n-1) {
		margin-right: 10%;
		margin-left: 5%;
	}
	.WalkIntoSafeness_nav ul li a{
		display: block;
		color:#009944;
	}
	.W_nav_active{
		border-radius: 15px;
		background-color: #009944;
		color: #fff !important;
		border: none;
	}
	.W_nav_active a{
		color: #fff !important;
	}
	.WalkIntoSafeness_text{
		width: 100%;
	}
	.W_title{
		position: relative;
		width: 80%;
		height: 32px;
		line-height: 32px;
		margin: 0 auto;
		border-bottom: 1px dashed #ccc;
		text-align: center;
		color: #009944;
	}
	.underline{
		position: absolute;
		top: 30px;
		left: 50%;
		width: 20px;
		height: 2px;
		margin-left: -10px;
		background-color: #009944;
	}
	.W_title_box{
		padding-top: 2.5%;
		font-size: 13px;
		
	}
	
}