* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}

.wrapper {
  width: 100%;
  float: left;
  font-family: "微软雅黑", "Microsoft YaHei";
  background: #fff;
  min-width: 1200px;
}
.page-con {
  width: 1200px;
  position: relative;
  left: 50%;
  margin-left: -600px;
  float: left;
}
.page-con2 {
  width: 1200px;
  margin: 0 auto;
}
/*两等分盒子*/
.cbox-lr {
  width: 100%;
  float: left;
}
.cbox-lr .cbox-l {
  width: 48.75%;
  float: left;
  min-height: 1px;
}
.cbox-lr .cbox-r {
  width: 48.75%;
  float: left;
  margin-left: 2.5%;
  min-height: 1px;
  margin-top: -15px;
  margin-bottom: 12px;
}

/*三等分盒子*/
.cbox-lmr {
  width: 100%;
  float: left;
}
.cbox-lmr .cbox-l {
  width: 31.66667%;
  float: left;
  min-height: 1px;
}
.cbox-lmr .cbox-m {
  width: 31.66667%;
  float: left;
  margin-left: 2.5%;
  min-height: 1px;
}
.cbox-lmr .cbox-r {
  width: 65.8%;
  float: left;
  margin-left: 2.5%;
  min-height: 1px;
}

/*四等分盒子*/
.cbox-lmmr {
  width: 100%;
  float: left;
}
.cbox-lmmr .cbox-l {
  width: 23.125%;
  float: left;
  min-height: 1px;
}
.cbox-lmmr .cbox-m {
  width: 23.125%;
  float: left;
  margin-left: 2.5%;
  min-height: 1px;
}
.cbox-lmmr .cbox-m2 {
  width: 23.125%;
  float: left;
  margin-left: 2.5%;
  min-height: 1px;
}
.cbox-lmmr .cbox-r {
  width: 23.125%;
  float: left;
  margin-left: 2.5%;
  min-height: 1px;
}

/*频道栏目页*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*两等分盒子*/
.jj-25 .cbox-lr {
  width: 100%;
  float: left;
}
.jj-25 .cbox-lr .cbox-l {
  width: 48.95833%;
  float: left;
}
.jj-25 .cbox-lr .cbox-r {
  width: 48.95833%;
  float: left;
  margin-left: 2.08333%;
}

/*三等分盒子*/
.jj-25 .cbox-lmr {
  width: 100%;
  float: left;
}
.jj-25 .cbox-lmr .cbox-l {
  width: 31.94445%;
  float: left;
}
.jj-25 .cbox-lmr .cbox-m {
  width: 31.94445%;
  float: left;
  margin-left: 2.08333%;
}
.jj-25 .cbox-lmr .cbox-r {
  width: 31.94445%;
  float: left;
  margin-left: 2.08333%;
}

/*四等分盒子*/
.jj-25 .cbox-lmmr {
  width: 100%;
  float: left;
}
.jj-25 .cbox-lmmr .cbox-l {
  width: 23.4375%;
  float: left;
}
.jj-25 .cbox-lmmr .cbox-m {
  width: 23.4375%;
  float: left;
  margin-left: 2.08333%;
}
.jj-25 .cbox-lmmr .cbox-m2 {
  width: 23.4375%;
  float: left;
  margin-left: 2.08333%;
}
.jj-25 .cbox-lmmr .cbox-r {
  width: 23.4375%;
  float: left;
  margin-left: 2.08333%;
}

.header,
.top,
.nav,
.banner,
.content,
.friendLink,
.bottom,
.footer {
  width: 100%;
  float: left;
}

/*基础图片轮播代码开始*/
.slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: right;
  height: 40px;
  padding-right: 10px;
  box-sizing: border-box;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: url(/images/405/tplb_icon.png) no-repeat center;
  text-indent: -99999px;
  overflow: hidden;
}
.slideBox .hd ul li.on {
  width: 24px;
  background: url(/images/405/tplb_icon_on.png) no-repeat center;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  width: 100%;
  float: left;
}
.slideBox .bd a {
  display: block;
  width: 100%;
  float: left;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  float: left;
}
.slideBox .bd img {
  width: 100%;
  display: block;
}
.slideBox .txt-bg {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 1;
}
.slideBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
}
.slideBox .txt li {
  position: absolute;
  bottom: -50px;
  height: 50px;
  width: 100%;
}
.slideBox .txt li a {
  width: 100%;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 130px 0 15px;
}
