

/*侧边栏*/

.slide {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 500;
}

.slide li {
	border-bottom: 0px solid #eae5e5;
}

.slide .ke {
	position: relative;
}



@media only screen and (max-width:1200px) {
	.introduce {
		display: none;
	}
}

@media only screen and (max-width:930px) {
	.introduce {
		display: none;
	}
	.slide {
		display: none;
	}
	.new-l-h {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.he-top {
		display: none;
	}
	.introduce {
		display: none;
	}
	.slide {
		display: none;
	}
	
	.footera-article {
		width: 100%;
	}
	.ta-list {
		padding: 15px;
	}
	.ser-danx li.active:before {
		display: none;
	}
	.ser-danx li.active:after {
		display: none;
	}
	.page {
		width: 100%;
	}
	.newdan-r {
		margin: 0;
	}
}
@media only screen and (max-width:767px) {
	.con{
		width: 100%;
	}
	textarea {
   
    width: 100%;
  
}
.time{
	display: none;
}
.ad-nei p {
	display: none;
}

	}
	

/*移动端底部导航*/

.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 99999;
}

.phonefooternav ul li {
	width: 25%;
	background: #0b0b0b;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}

.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}

.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}

@media (max-width: 767px) {
	.phonefooternav {
		display: block;
	}
	.footera{
		display: none;
	}
}

@media (max-width: 480px) {
	.phonefooternav ul li {
		padding: 3px 0px;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}


}