
/* CSS Document */


/*top*/
.topbj {
  width: 100%;
  height: 160px;
  background: url(../image/topbj.png) center no-repeat;
  position:absolute;
  left: 0;
  top: 0;
  z-index: 999;
  line-height: 50px;
}
.topbj p{
  float: left;
  color: #333;
  font-size: 14px;
}
.topbj ul{
  float: right;
}
.topbj ul li{
  float: left;
  padding-left: 5px;
  padding-right: 5px;

}
.topbj ul li a{
  color: #383838;
  font-size: 14px;
}
.topbj ul li em{
  padding-left: 8px;
}
.topbj ul li a:hover{
  text-decoration: underline;
}
.hlogo{
  position: absolute;
  top: 5px;
  z-index: 999;
  left: 50%;
  margin-left: -115px;
}
.hlogo img:hover{
  animation: ball .6s infinite alternate;
}

/*banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  text-align: center;
  display: none;

}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 15px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
  background: url(http://www.jkzgjx.com/Public/Home/junke/css/images/loading.gif) center center no-repeat;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/*导航*/
.navbj{
  height: 80px;
  width: 100%;
  background: #e50000;
}
.navbj ul li{
  float: left;
  line-height: 80px;
  width: 162px;
  text-align: center;
  background: url(../image/xian.png) center right no-repeat;
}
.navbj ul li a{
  color: #fff;
  font-size: 16px;
  display: block;
  background: url(../image/kuang.png) 25px center no-repeat;
 
}
.navbj ul li:hover{
  background: #ffc000;
}
.navbj ul li:hover a{
  font-weight: bold;
}