@charset "utf-8";
body {
	background: #f4f4f4;
}

.bannerslider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bannerslider .bd {
	width: 100%;
	overflow: hidden;
}
.bannerslider .bd ul {
	width: 100%;
	overflow: hidden;
}
.bannerslider .bd ul li {
	width: 100%;
	overflow: hidden;
}
.news_nav {
	width: 1200px;
	height: 40px;
	margin: 40px auto;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	text-indent: 1em;
}
.news_nav a {
	color: #999;
}
.news_nav a:hover {
	color: #ff7f00;
}
.content {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 50px;
}
.content_video{
	width: 1200px;
	overflow: hidden;
	float: left;
	background: none;
	box-sizing: border-box;
}
.content_video ul{
	overflow: hidden;
}
.content_video ul li{
	position: relative;
	 float: left;
	 width: 390px;
	margin-left: 15px;
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
		transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.content_video ul li:nth-child(3n+1){
	margin-left: 0;
}
.content_video ul li p {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.content_video ul li a:hover{
	color: #ee7800;
}
.fy{
	clear: both;
	padding: 41px 0;
	height: 25px;
	text-align: center;
	line-height: 23px;
}
.fy a {
    color: #666;
    padding: 5px 15px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 5px;
    margin: 0 5px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.fy a:hover {
	background: #ee7800;
	border: 1px solid #ee7800;
	color: #ffffff;
}
.fy a.xz:link, .fy a.xz:visited {
	background: #ee7800;
	border: 1px solid #ee7800;
	color: #ffffff;
}

.content_video ul li a { display: block; height: 220px; overflow: hidden;  }
.content_video ul li a img { width: 100%; }
.content_video ul li:hover { box-shadow: 0 0px 15px rgba(0,0,0,.3);top: -5px;background-color: #ff6600; }
.content_video ul li:hover p { color: #fff; }