body {
  font-family: "微软雅黑";
  background: url("fsj_bg_00.jpg") repeat;
}
*{
  list-style-type: none;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: #333333;
}
a:hover{
  color: #ad0202;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
}
.clearfix{
	zoom:1;
} 


/* 头部 */
.header{
  width: 100%;
  height: 343px;
  background: url(fsj_bg_01.png) no-repeat top center;
}
/* 内容开始 */
.CenBox{
  width: 1200px;
  margin: 0 auto;
}
.cb1{
  width: 1010px;
  height: 215px;
  margin: 0 auto;
  background: url(fsj_bg_02.png) no-repeat center;
  margin-top: 5px;
}
.cb1c{
  text-indent: 2rem;
  overflow : hidden;
  display: block;
  text-align: center;
  width: 800px;
  padding-top: 50px;
  height: 170px;
  line-height: 30px;
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #ffffff;
  margin: 0 auto;
}
.cb2{
  width: 100%;
  overflow: hidden;
}
.cb_til{
  width: 100%;
  height: 54px;
  text-align: center;
  background: url(fsj_bg_06.png) no-repeat bottom;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  margin-top: 50px;
}

.cb2 ul {
  width: 1232px;
}
.cb2 ul li {
  display: inline-block;
  width: 585px;
  height: 122px;
  float: left;
  background: url("fsj_bg_03.png") repeat;
  margin-bottom: 10px;
  padding: 5px 10px;
  margin-right: 30px;
}
.cb2 ul li a {
  font-size: 18px;
  color: #333333;
  line-height: 31px;
}
.cb2 ul li a:hover {
  color: #ad0202;
}
.cb2 ul li p {
  display: block;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  margin: 3px 0px;
}
.cb2 ul li span {
  line-height: 22px;
  font-size: 12px;
  color: #999;
}

.more{
  width: 585px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  background: url(fsj_bg_03.png) repeat;
}
.more a{
  line-height: 40px;
	font-size: 16px;
	color: #ad0202;
}

.cb3 ul {
  height: 518px;
  background: url("fsj_bg_03.png") repeat;
  padding-top: 20px;
  overflow: hidden;
}
.cb3 ul li {
  display: inline-block;
  width: 202px;
  height: 226px;
  float: left;
  margin: 0px 19px;
  margin-bottom: 25px;
}
.cb3 ul li img {
  display: block;
  width: 202px;
  height: 146px;
}
.cb3 ul li p {
  display: block;
  height: 75px;
  margin-top: 5px;
  line-height: 25px;
  font-size: 14px;
  color: #323232;
}



.cb4{
  width: 100%;
}
.cb4_c{
  width: 900px;
  height: 505px;
  margin: 0 auto;
  margin-top: 30px;
}
.cb5{
  width: 100%;
}
.lb{
  width: 700px;
  height: 450px;
  margin-left: 110px;
}


.poster-main {
  position: relative;
  margin: 50px auto;
}

.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
}

.poster-list{
  height: 440px !important;
}
.poster-item{
  height: 100%;
  overflow: hidden;
}


.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: 0;
  width: 160px !important;
  background: url("fsj_bg_04.png") no-repeat right center;
  display: none;
}

.poster-main .poster-next-btn {
  right: 0;
  width: 160px !important;
  background: url("fsj_bg_05.png") no-repeat left center;
  display: none;
}
.poster-main:hover .poster-prev-btn,.poster-main:hover .poster-next-btn {
  display: block;
}