/* CSS Document */
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  /* [disabled]margin:0;
*/
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
  font-size: 16px
}

p {
  padding: 0;
  font-family: "microsoft yahei", "simhei", "simsun";
  color: #333;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

a {
  color: #333;
  font-family: "microsoft yahei";
}



.fr {
  float: right !important
}

.fl {
  float: left !important
}



.clearfix:before {
  content: "";
  display: table;
}

body {
  margin: 0px;
  padding: 0px;
  /* background-color: #2A2A2A */
}

img {

  border: 0;
  display: block
}

/*轮播样式ʽ*/
.poster_box {
  overflow: hidden;
  /* margin: 30px 20px */
  padding: 0 58px;
  position: relative;
  margin-bottom: 30px;
}

.poster_box h2 {
  font-size: 30px;
  color: #015293;
  font-weight: bold;
  text-align: center;
}

.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}

.poster-main {
  position: relative;
  width: 100%;
  height: 400px !important;
    margin-left: 50% !important;
    transform: translateX(-1002px);
}

.poster-main img {
  display: block;
  /* box-shadow: 0px 0px 10px #222222;
  -webkit-box-shadow: 0px 0px 10px #222222; */
}


.poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}

.poster-main a {
  display: block;
  width: 100%;
  height: 88%;
}



.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 260px;
  height: 380px;
  padding: 10px 10px 0;
  background-color: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%
}

.poster-main .poster-btn {
  width: 80px !important;
  position: absolute;
  top: 0;
  cursor: pointer;
}



.poster-main .poster-prev-btn {
  left: 401px;
  background: url(jjgzl_L.png) no-repeat left center;
}

.poster-main .poster-next-btn {
  right: 379px;
  background: url(jjgzl_R.png) no-repeat right center;
}

.poster-item-title {
  /* background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important; */
  /*实现FF背景透明，文字不透明*/
  /* filter: Alpha(opacity=80); */
  /* background: #2a2a2a; */
  display: block;
  text-align: center;
  color: #000;
  width: 100%;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding: 0 15px;
  box-sizing: border-box;
  /* height: 52px; */
  /* line-height: 52px; */
  /* position: absolute;
  bottom: 0; */
  /* text-indent: 29px */
}

.lunbo_btn {
  height: 15px;
  width: 100%;
  margin: 0px auto;

  position: absolute;
  z-index: 3;
  text-align: center;
  bottom: 2px
}

.lunbo_btn li {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #b4b5b7;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
}

.lunbo_btn li.poster-btn-active {
  background-color: #0b518a;
}