ul,
ol {
  list-style: none;
}

/*简介页*/
.banner {
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}


/* changeBox_a1 */
.changeBox_a1 {
  float: left;
  width: 100%;
  height: 400px;
  position: relative;
}

.changeBox_a1 .a_bigImg img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.changeDiv {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.changeDiv h3 {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 43px;
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.changeDiv h3 a {
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
}

.changeDiv a img {
  width: 100%;
  height: auto;
  display: block;

}

/* ul_change_a1 */
.ul_change_a2 {
  position: absolute;
  right: 20px;
  bottom:3px;
  padding-left: 19px;
  overflow: hidden;
}

.ul_change_a2 li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ul_change_a2 span {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
  background: #a99f97;
  filter: alpha(opacity=85);
  opacity: 0.85;
  cursor: hand;
  cursor: pointer;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.ul_change_a2 span.on {
  background: #fff;
}

//////
/*焦点图*/
.slideBox {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 4px;
  overflow: hidden;
  position: absolute;
  right: 43.6%;
  bottom: 20px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  text-align: center;
  background: #8f8586;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  //width:100%;  
  //display:block;
  //height: 220px;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.slideBox .prev {
  position: absolute;
  left: 24%;
  top: 50%;
  margin-top: -25px;
  float: left;
  display: block;
  width: 40px;
  height: 74px;
  background: url(../img/s_banner_l.png) no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  position: absolute;
  right: 24%;
  top: 50%;
  margin-top: -25px;
  float: right;
  display: block;
  width: 40px;
  height: 74px;
  background: url(../img/s_banner_r.png) no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}


.new_pica {

}

.new_pica1 {
  margin-top: 20px;
  position: relative;
}

.slideBox6 {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.slideBox6 .hd {
  height: 8px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 12px;
  z-index: 1;
}

.slideBox6 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox6 .hd ul li {
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  background: #989da9;
  cursor: pointer;
}

.slideBox6 .hd ul li.on {
  background: #fff;
}

.slideBox6 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox6 .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox6 .bd img {
  width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 10px;
}

.new_pica p {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  background: url(./image/ico.png);
  cursor: hand;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  text-indent: 10px;
}

.main_titT {
  border-bottom: 2px solid #ffb64d;
  width: 220px;
}

.main_titT img {
  margin-right: 8px;
}