/*导航条*/
.wrap{
	margin: 40px 0px 30px;
}
.dev_index{
	position:relative;
	width: 100%;
	height: auto;
	padding: 0 1%;
}
.phone_dev #swiper-container2 {
	width: calc(100% - 50px);
	width: 100%;
	height: 50px;
	margin: auto;
	position: relative;
	margin-bottom: 10px;
	background-size: 100% auto;
	background: rgba(0,0,0,.05);
}
.phone_dev #swiper-container2 .swiper-slide {
	text-align: center;
	position: relative;
	height: 50px;
	top: 0;
	transition: all .5s;
	cursor: pointer;
	line-height: 48px;
	background: #fff;
	color: #666;
	border: 1px solid rgba(0,0,0,.2);
}
.phone_dev #swiper-container2 .swiper-slide.active-nav {
	padding-top: 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #c00;
	
}
.phone_dev #swiper-container2 .active-nav.swiper-slide:before {
	opacity: 1
}

/*内容框*/
.dsjinfobox{
	position: relative;
	width: 100%;
	height: auto;
}
.dsjinfobox .dyinfobox{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.dsjinfobox .dyinfobox li{
	position: relative;
	float: left;
	width: 32.33%;
	height: auto;
	margin:5px 0.5%;
	border: 2px solid rgba(0,0,0,.1);
	padding: 15px;
	transition: 0.3s;
}
.dsjinfobox .dyinfobox li:hover{
	border: 2px solid #c00;
	
}
.dsjinfobox .dyinfobox li h1{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #666;
	overflow: hidden;
	font-weight: normal;
	transition: 0.3s;
}
.dsjinfobox .dyinfobox li:hover h1{
	color: #c00;
}
.dsjinfobox .dyinfobox li h2{
	position: relative;
	width: 100%;
	height: 100px;
	line-height: 25px;
	font-size: 12px;
	color: #888;
	text-indent:2em;
	margin-top: 10px;
	font-weight:normal;
	overflow: hidden;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transition: 0.3s;
}
.dsjinfobox .dyinfobox li h2{
	color: #666;
}