@charset "utf-8";

/* css document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}



q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
}

body {
  font: 12px/1.5 arial, simsun, helvetica, sans-serif;
  background: #fff;
  color: #666;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.inlblo {
  display: inline-block;
  diplay: inline;
  zoom: 1;
}


.section-focus-pic {
  margin: 20px auto 0 auto;
  height: 320px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section-focus-pic ul li {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 300px;
}

.section-focus-pic ul li h3 {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 400px;
  font-weight: normal;
  color: #fff;
  margin-left: 20px;
  z-index: 111;
  font-size: 18px;
  font-family: "微软雅黑";
}

.section-focus-pic ul li div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background-color: #000;
  width: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.section-focus-pic .pages {
  width: 100%;
  height: 300px;
}

.section-focus-pic .controler {
  position: absolute;
  
  bottom: 5px;
  left: 240px;
}

.section-focus-pic .controler b {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-indent: 20px;
  background-color: #dedcdc;
  /* background: url(/uploads/image/tcimg/202097152023.png) no-repeat -136px 3px; */
  float: left;
  margin: 0 0 0 5px;
}

.section-focus-pic .controler b.down {
  background-color: #454343;
  /* background-position: -161px 1px; */
}

.section-focus-pic .controler2 a {
  display: block;
  width: 40px;
  position: absolute;
  top: 120px;
  height: 40px;
}

.section-focus-pic .controler2 a i {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 34px;
}

.section-focus-pic .controler2 .prev {
  left: 5px;
}



.section-focus-pic .controler2 .next {
  right: 10px;
}


