@charset "utf-8";

.layout {
  width: 1200px;
  margin: 0 auto;
}

/* body a:hover {
  color: #579CAC !important;
} */

.container-tpxw {
  height: 427px;
  background-position: top center;
}

.container-tpxw #chart_moduler {
  padding-top: 200px;
}

.container-wrap {
  padding-top: 5px;
  padding-bottom: 30px;
}

#chart_moduler {
  width: 100%;
  min-width: 1200px;
  height: 520px;
  padding-top: 20px;
}

.chart_moduler {
  box-sizing: border-box;
  padding: 0 24px;
  height: 450px;
}

#jyb_index_focus {
  clear: both;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 430px;
  background: transparent;
  overflow: hidden;
  margin-top: -200px;
}

.jyb_index_focusImg li {
  clear: both;
  position: absolute;
  top: 32px;
  left: 0;
  width: 680px;
  height: 347px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  overflow: hidden;
}

.jyb_index_focusImg li a,
.jyb_index_focusImg li img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jyb_index_focusImg li p {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-indent: 10px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
}

.jyb_index_focusImg li.active {
  box-sizing: border-box;
  z-index: 3;
  top: 0;
  opacity: 1;
  padding: 0 157px;
  width: 1150px;
  height: 426px;
  filter: alpha(opacity=100);
}

.jyb_index_focusImg li.active img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

.jyb_index_focusImg li.active p {
  display: block;
}

.jyb_index_focusImg li.next {
  left: 470px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.focus-pagenation {
  position: absolute;
  bottom: 14px;
  right: 160px;
  z-index: 5;
  margin-right: 35px;
}

.focus-pagenation dd {
  float: left;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.focus-pagenation dd.curr {
  background-color: rgba(199, 0, 11, 1);
}

.focus-arrow-left,
.focus-arrow-right {
  position: absolute;
  top: 167px;
  left: -60px;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.focus-arrow-right {
  left: auto;
  right: -60px;
}

.scy_bottom {
  position: relative;
  width: 100%;
  padding-top: 30px;
}