body {
  font-family: "微软雅黑";
  background-color:#fbf7e9 ;
}
*{
  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: 370px;
  background: url(bj01.png) no-repeat top center;
}
.header .CenBox a{
  display: inline-block;
   height: 50px;
}
.header .CenBox a img{
  display: inline-block;
   height: 50px;
}
/* 内容开始 */
.CenBox{
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.cb1{
  width: 100%;
  height: 200px;
  background: url(bj02.png) no-repeat center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}

.cb2{
  width: 100%;
  overflow: hidden;
}
.cb_til{
  width: 100%;
  height: 47px;
  text-align: center;
  background: url(bj03.png) no-repeat center center;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  margin-top: 30px;
  color: #c5000a;
}

.cb2 ul {
  width: 1232px;
}
.cb2 ul li {
  display: inline-block;
  width: 530px;
  height: 144px;
  float: left;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 80px;
  border-bottom: 1px dashed #c8ac7f;
}
.cb2 ul li a {
  font-size: 20px;
  color: #333333;
  line-height: 41px;
}
.cb2 ul li a:hover {
  color: #ad0202;
}
.cb2 ul li p {
  display: block;
  line-height: 24px;
  font-size: 16px;
  position: relative;
}
.cb2 ul li p span {
  line-height: 24px;
  font-size: 16px;
  position: absolute;
  right: 0px;
  bottom: -1px;
}

.more{
  width: 195px;
  height: 38px;
  margin: 0 auto;
  text-align: center;

  margin-top: 30px;
}
.more a{
  display: inline-block;
  line-height: 40px;
	font-size: 16px;
	color: #ad0202;
  width: 195px;
  height: 38px;
  background-color: #f2f2f2;
}


.more a:hover{
  background-color: #ad0202;;
  color: #ffffff;
}


.cb3 ul {
  height: 518px;
  width: 1200px;
  padding-top: 30px;
  overflow: hidden;
}
.cb3 ul li {
  display: inline-block;
  width: 258px;
  height: 245px;
  float: left;
  margin-right: 36px;
  margin-bottom: 15px;
}
.cb3 ul li img {
  display: block;
  width: 258px;
  height: 185px;
}
.cb3 ul li p {
  display: block;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;

}



.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;
}