/*导航条*/
.wrap{
	margin: 40px 0px 30px;
}
.dev_index{
	position:relative;
	width: 100%;
	height: auto;
	padding: 0 1%;
}
.phone_dev #swiper-container2 {
	width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	height: 60px;
	margin: auto;
	position: relative;
	background: url(../images/his_slide_bg.png) top center no-repeat;
	margin-bottom: 10px;
	background-size: 100% auto;
}

.phone_dev #swiper-container2 .swiper-slide {
	text-align: center;
	position: relative;
	height: 40px;
	top: 0;
	transition: all .5s;
	cursor: pointer;
	line-height: 40px;
	margin-top: 15px;
}

.phone_dev #swiper-container2 .swiper-slide:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .5s;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
}
.phone_dev #swiper-container2 .swiper-slide.active-nav {
	padding-top: 0;
	font-size: 24px;
	color: #c0a063;
	font-weight: bold;
	
}
.phone_dev #swiper-container2 .active-nav.swiper-slide:before {
	opacity: 1
}
.phone_dev .but {
	position: absolute;
	top: 9px;
	width: 100%;
}
.phone_dev .but a {
	display: block;
	position: absolute;
	background-size: cover;
	top: 0;
	width: 10px;
	height: 16px;
}
.phone_dev .but a.prev {
	left: 0.5%;
}

.phone_dev .but a.next {
	right: 2.5%;
}
/*内容框*/
.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 rgba(192,160,99,.8);
	
}
.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: #008cd7;
}
.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:hover h2{
	color: #c0a063;
}
@media (max-width: 800px){
	.dsjinfobox .dyinfobox li {
	    position: relative;
	    float: left;
	    width: 49%;
	    height: auto;
	    margin: 5px 0.5%;
	    border: 2px solid rgba(0,0,0,.1);
	    padding: 15px;
	    transition: 0.3s;
	}
}
@media (max-width: 700px){
	.dsjinfobox .dyinfobox li {
	    position: relative;
	    float: left;
	    width: 100%;
	    height: auto;
	    margin: 5px 0%;
	    border: 2px solid rgba(0,0,0,.1);
	    padding: 10px;
	    transition: 0.3s;
	}
	.dsjinfobox .dyinfobox li h2 {
	    position: relative;
	    width: 100%;
	     height: auto; 
	    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: 100;
	    transition: 0.3s;
	}
}