.banner{
	position: relative;
	z-index: -1;
	width: 100%;
	height: 200px;
	background-color: #383838;
}
.banner div{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.banner div img{
	width: 100%;
	height: 200px;
}
.middle{
	width: 100%;
	height: 100px;
}
.middle  div{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.middle img{
	width: 50px;
	float: left;
	margin-top: 15px;
	margin-right: 25px;
}
.middle span{
	display: block;
	line-height:80px; 
	float: left;
	color: #388bd0;
	font-size: 28px;
}
.middle p{
	position: absolute;
	right: 0px;
	bottom:5px;
	margin-bottom: -90px;
	font-size: 13px;
	color: #989898;
}
.content{
	width: 100%;
	padding-bottom: 50px;
}
.content_child{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.left{
	width: 20%;
	margin-right: 5%;
	float: left;
	height: auto;
}
.left span{
	/*width: 100%;*/
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	/*border-top: 1px solid #d6d7dc;*/
	/*border-bottom: 1px solid #d6d7dc;*/
	/*border-left: 1px solid #d6d7dc;*/
	cursor:pointer;
}
.left span:nth-child(1){
	border-bottom: 0px solid #ababab;
}
.search{
	width: 198px;
	height: 30px; 
	border:1px solid #999;
	height: 40px;
	margin-top: 50px;
	border-radius: 25px;
}
.left input{
	width: 145px;
	height: 30px;
	float: left;
	border-width:0;
	outline:none;
	margin-top: 5px;
	margin-left: 10px;
}
.left .searchimg{
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 5px;
}
.resurt_show{
	width: 98.5%;
	background-color: #388bd0;
	color: #fff;
	border-right: 2px solid #388bd0;
}
.resurt_none{
	background-color: #f7f7f7;
	border-right: 1px solid #f7f7f7;
}
.right{
	width: 75%;
	padding-bottom: 30px;
	margin-left: 25%;	
	position: relative;
	border-top: 1px solid #d6d7dc;
}
.news_list{
	width: 98%;
	height: 51px;
	line-height: 3px;
	padding-right: 2%;
	cursor: pointer;
}
.news_list .left_img{
	float: left;
	margin-top: 14px;
	margin-right: 10px;
}
.news_list span{
	width: 80%;
	line-height: 40px;
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list p{
	margin: 0;
	line-height: 40px;
	float: right;
}
.news_list img:nth-child(4){
	width: 710px;
	margin-left: 20px;
	/*margin-bottom: 30px;*/
}
.pager ul,li{margin: 0px;padding: 0px;list-style: none;}
.pager{width: 100%;margin-top:50px;position: absolute;bottom: 0px;}
.pager ul{height: 0px;}
.pager li:first-child>a {margin-left: 0px;}
.pager a{border: 1px solid #ddd;text-decoration: none;position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #388bd0;cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    user-select:none;
}
.pager a:hover{background-color: #eee;}
.pager a.banclick{cursor:not-allowed;}
.pager .active a{color: #fff;cursor: default;background-color: #388bd0;border-color: #388bd0;}
.pager i{font-style:normal;color: #388bd0;margin: 0px 4px;font-size: 12px;}
.pager span{
	display: block;
	float: right;
	margin-top: 5px;
}

.news_content{
	width: 100%;
	min-height:300px;
	height:auto !important;
	text-align: justify;
	/*display: none;*/
}
.news_content{line-height: 30px;}
.news_content p{
	font-size: 15px;
}
.product_news{
	width: 100%;
	min-height: 550px;
	height:auto !important;
	margin-bottom: 40px;
}
.news_title{
	width: 100%;
	text-align: center;
	padding-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.right .list{
	width: 100%;
	height: 80px;
	padding: 10px 0px;
	border-bottom: 1px dashed #ababab;
}
.right .list .top{
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	line-height: 80px;
}
.right .list .top img{
	height: 80px;
	width: 80px;
	margin-right: 20px;
	float: left;
}
.right .list .top span{
	display: block;
	width: 60%;
	float: left;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right .top p{
	text-align: center;
	float: right;
	margin: 0;
	padding:0;
}
.right .new_time{
	width: 120px;
}
.right .news_pdf{
	color: #1092d8;
}
a{
	cursor: pointer;
}
