.swiper-container {
        width: 100%;
        height: 100%;
		margin: 20px 0;
    }
    .swiper-slide {
        font-size: 16px;
            padding: 5px;
            background: transparent;
    }
	.main_banner{
		width: 1200px;
		/* height: 380px; */
		margin: 0 auto;
	}
._wall{
	padding: 16px;
	position: relative;
	background-color: #fff;
}
._wall>img{
	width: 100%;
	height: 264px;
	margin: 0 auto;
}
._wall .info{
	
}
._wall .info ._detail{
	display: none;
}
.swiper-slide-active .info ._detail{
	display: block;
}
.swiper-slide-active ._tips{
	position: absolute;
	top: -25px;
	left: -27px;
	width: 104px;
	height: 103px;
	background-image: url(../img/icon_tips_jiao.png);
}
._tips_text{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(-45deg) translate(15px, -48px);
}
	
	
	/* --------------- */
	
	.main_top{
		width: 100%;
		height:96px;
		background: #FFFFFF;
	}
	.top_menu{
		width: 1200px;
		height: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top_title{
		font-size: 26px;
		color: #332F2B;
		font-weight: bold;
	}
	.top_title>span{
		font-size: 32px;
		color: #0C69B7;
	}
	.top_menu a{
		padding: 0 12px;
	}
	
	
	
	/* ------------------------- */
	.main_content{
		width: 1200px;
		margin: 0 auto;
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
	}
	.main_content_left{
		background: #fff;
		width: 845px;
		padding: 16px;
	}
	.main_content_right{
		background: #fff;
		width: 334px;
		padding: 16px 16px 0 16px;
	}
	
	.main_content_left .menu_mini{
		padding: 8px 0;
	}
	.main_content_left ._item{
		display: flex;
	}
	.main_content_left ._item>span{
		width: 44px;
		line-height: 30px;
	}
	.main_content_left ._item ._select{
		flex: 1;
	}
	.main_content_left ._item ._select>div{
		padding: 0 16px;
		height: 30px;
		border: 1px solid #D6D6D6;
		border-radius: 15px;
		color: #464646;
		line-height: 30px;
		text-align: center;
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.main_content_left ._item ._select>div.active{
		background: #0C69B7;
		color: #fff;
	}
	
	._content_box{
		width: 100%;
		/* padding: 0 16px; */
	}
	._content_box ._title{
		width: 100%;
		border-bottom: 1px solid #D6D6D6;
		height: 40px;
		line-height: 40px;
		color: #0C69B7;
		font-size: 24px;
		font-weight: bold;
	}
	._content_box ._title::before{
		content: '';
		display: inline-block;
		height: 25px;
		width: 5px;
		background: #0C69B7;
		margin-right: 10px;
		vertical-align: middle;
	}
	.left_ul{
		
	}
	.left_ul li{
		height: 171px;
		border-bottom: 1px solid #D6D6D6;
		display: flex;
		align-items: center;
	}
	.left_ul li>img{
		width: 176px;
		height: 118px;
		margin-right: 16px;
	}
	.left_ul li ._info{
		flex: 1;
	}
	
	.right_ul{
		
	}
	.right_ul li{
		padding: 16px 0;
		display: flex;
		flex-direction: column;
	}