/***选择我们***/
/*$${"color":[{"val":"#26334c","title":"标题颜色"},{"val":"#bfbfbf","title":"分页标题颜色"},{"val":"#666e80","title":"简介文字颜色"}],"background":[],"border":[{"val":"#bfbfbf","title":"分页边框"}]}$$*/
#chose_146{
	width: 100%;
	padding-top: 140px;
}
#chose_146 .choseCon{
	width: 1200px;
	margin: 0 auto;
}
#chose_146 .choseCon .choseLi{
	width: 25%;
	float: left;
	height: 400px;
}
#chose_146 .className{
	width: 100%;
	position: relative;
	color: rgba(25, 67, 59, 1);
}
#chose_146 .className .title-1{
	font-size: 35px;
	line-height: 50px;
	padding-left: 30px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
#chose_146 .className .title-1 i{
	display: block;
	width: 25px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 14px;
	background: url(/static/images/chose_01_01.png) no-repeat;
}
#chose_146 .className .title-2{
	padding-left: 30px;
	font-size: 24px;
	line-height: 50px;
}
#chose_146 .reason{
	border-left:#dddddd solid 1px;
	padding:60px 50px 50px;
}
#chose_146 .reason .tit{
	color: rgba(25, 67, 59, 1);
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0 15px 0;
	width: 100%;
}
#chose_146 .reason .tit .br{
	color: rgba(25, 67, 59, 1);
	font-style: italic;
	float: right;
	
}
#chose_146 .reason .num{
	font-style:italic;
	color: #a2a5ad;
}
#chose_146 .reason .js{
	font-size: 14px;
	color: rgba(85, 85, 85, 1);
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
#chose_146 .classpage{
	width:150px;
	text-align: center;
	margin:50px auto;
}
#chose_146 .classpage li{
	width: 35px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 35px;
	color: #bfbfbf;
	cursor: pointer;
	font-size: 40px;
}
#chose_146 .classpage li.active{
	border:#bfbfbf solid 1px;
	border-radius: 50%;
	font-size: 14px;
	
}
@media screen and (max-width: 1200px) {
	#chose_146 .choseCon{
		width: 96%;
	}
	#chose_146{
		padding-top: 60px;
	}
	#chose_146 .choseCon .choseLi{
		width: 50%;
		padding: 0 5%;
		height: 250px;
	}
	#chose_146 .reason{
		text-align: center;
		border-top:#dddddd solid 1px;
		/* border-left: none; */
		justify-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}
	#chose_146 .reason:nth-child(2){
		border-top: none !important;
	}
}
@media screen and (max-width: 767px) {
	#chose_146{
		padding-top: 50px;
	}
	#chose_146 .choseCon{
		width: 100%;
	}
	#chose_146 .choseCon .choseLi{
		width: 100%;
		padding: 0 5%;
	}
	
}