﻿body{
	padding:0px;
	margin:0px;
}
.panel_a{
	text-decoration:none;
	color:#00A2E0;
    font-size:14px;
    display:block;
	width:130px;
    height:40px;
}
.panel_a:hover{
	background-color:#00A2E0;
	color:white;
}

.focus{width:1920px;height:420px;overflow:hidden;}
.focus ul{width:1920px;height:420px;position:absolute;padding:0px;margin:0px;}
.focus ul li{float:left;width:1920px;height:420px;overflow:hidden;position:relative;background:#000;padding-left:0px;}
.focus ul li div{position:absolute;overflow:hidden;}
.focus .btn{position:absolute;width:100px;height:10px;padding:5px 10px;left:44.5%;bottom:5px;text-align:center;}
.focus .btn span{display:inline-block;_display:inline;_zoom:1;width:13px;height:13px;_font-size:0;margin-left:10px;cursor:pointer;background:#fff;border-radius:50%;}
.focus .btn span.on{background:#EC5757;}
.focus .pre{left:0;}
.focus .next{right:0;background-position:right top;}

.news_h{
	text-decoration:none;
	color:black;
}
.news_h:hover{
	color:#00A2E0;
}
.a_detail{
	text-decoration:none;
	color:#00A2E0;
    font-size:14px;	
}


.fl {
  float: left;
}
.box {
  margin:0px;
  padding:0px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin:0 auto;
  margin-top:20px;
  min-width:650px;
}
.box button {
  padding: 0 10px;
  margin: 0 10px;
  height: 40px;
  float: left;
  cursor: pointer;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
}
.box .first-page,
.box .last-page {
  margin: 0;
}
.box .pageWrap {
  height: 40px;
  float: left;
  overflow: hidden;
}
.box .pageWrap ul {
  width: 100000px;
  height: 40px;
  float: left;
  margin-top:0px;
  margin-left:0px;
  padding-left:0px;
}
.box .pageWrap ul li {
  width: 60px;
  height: 40px;
  border: 1px solid #ebebeb;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  list-style:none;
  background-color:white;
}
.box .pageWrap ul .sel-page {
  background-color: #00A2E0;
}
.box .jump-text {
  width: 60px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px;
  float: left;
}
.box .jump-button {
  margin: 0;
  float: left;
}
.box .total-pages,
.box .total-count {
  margin-left: 10px;
  float: left;
  font-size: 14px;
}