.bn {
  margin-top: 90px;
  height: 326px;
  position: relative;
}

.ccn{
  margin-top: 15px;
  position: relative;
}

.bn > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bn .prev {
  left: -40px;
  background: url("../images/left.png?ver=1") no-repeat center;
}
.bn .prev:hover {
  background: url("../images/left-hover.png") no-repeat;
}
.bn .next {
  right: -40px;
  background: url("../images/right.png") no-repeat center;
}
.bn .next:hover {
  background: url("../images/right-hover.png") no-repeat;
}
.bn .bnUl {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bn .bnUl ul {
  width: 100%;
  height: 100%;
}
.bn .bnUl ul li {
  width: 100%;
  float: left;
  height: 326px;
  display: inline-block;
}
.bn .bnUl ul li .bn-pic {
  width: 100%;
}
.bn .bnUl ul li .bn-pic > div {
  position: relative;
}
.bn .bnUl ul li .bn-pic > div:nth-of-type(2) {
  margin: 0 6px;
}
.bn .bnUl ul li .bn-pic > div a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.bn .bnUl ul li .bn-pic > div span {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  background: url("../images/bf.png") no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bn .bnUl ul li .bn-pic > div span.active {
  opacity: 1;
}
.bn .bnUl ul li .bn-pic > div img {
  width: 100%;
  height: 100%;
  border: none;
}
.bn .bnUl ul li .bn-pic > div .bn-word {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.bn .bnUl ul li .bn-pic > div .bn-word h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
    font-weight: bold;
}
.bn .bnUl ul li .bn-pic > div .bn-word p {
  font-size: 14px;
  color: #fff;
}
.bn .bnUl ul li .bn-pic .bn-left {
  width: 246px;
  height: 326px;
}
.bn .bnUl ul li .bn-pic .bn-cen {
  width: 676px;
  height: 326px;
}
.bn .bnUl ul li .bn-pic .bn-cen i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/zt.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.bn .bnUl ul li .bn-pic .bn-rig {
  width: 246px;
  height: 326px;
}
.jx {
  margin-top: 42px;
}
.jx .jx-title {
  margin-bottom: 20px;
}
.jx .jx-title h3 {
  font-size: 24px;
  color: #323232;
  font-weight: normal;
  float: left;
  margin-left: 36px;
  position: relative;
}
.jx .jx-title h3:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -34px;
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("../images/jx.png") no-repeat;
  background-size: 100% 100%;
}
.jx .jx-title a {
  font-size: 14px;
  color: #939393;
  float: right;
  margin-top: 10px;
}
.jx .jx-film {
  width: 100%;
}
.jx .jx-film .jx-film-one {
  width: 286px;
  height: 194px;
  overflow: hidden;
  margin-right: 12px;
  margin-bottom: 20px;
  position: relative;
}
.jx .jx-film .jx-film-one:nth-of-type(4) {
  margin: 0;
}
.jx .jx-film .jx-film-one:hover .jx-one-txt p {
    color: #ff6700;
}
.jx .jx-film .jx-film-one:nth-last-of-type(1) {
  margin: 0;
}
.jx .jx-film .jx-film-one img {
  display: block;
  width: 100%;
  height: 160px;
  border: none;
}
.jx .jx-film .jx-film-one .jx-one-txt {
  width: 100%;
  height: 34px;
  background: #fff;
  text-align: center;
  line-height: 34px;
}
.jx .jx-film .jx-film-one .jx-one-txt p {
  font-size: 12px;
  color: #4c4c4c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jx .jx-film .jx-film-one .jx-one-txt p:hover {
  color: #ff6700;
}
.jx .jx-film .jx-film-one .bac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.jx .jx-film .jx-film-one .bac span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/bf1.png") no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zx{
    margin-top: 40px;
}
.zx .jx-title {
  margin-bottom: 20px;
}
.zx .jx-title h3 {
  font-size: 24px;
  color: #323232;
  font-weight: normal;
  float: left;
  margin-left: 36px;
  position: relative;
}
.zx .jx-title h3:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -34px;
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url("../images/zx.png") no-repeat;
  background-size: 100% 100%;
}
.zx .jx-title a {
  font-size: 14px;
  color: #939393;
  float: right;
  margin-top: 10px;
}
.zx .zx-film .zx-left {
  height: 268px;
  overflow: hidden;
  width: 380px;
  margin-right: 20px;
  position: relative;
}
.zx .zx-film .zx-left img {
  display: block;
  width: 380px;
  height: 218px;
  border: none;
}
.zx .zx-film .zx-left .zx-left-txt {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.zx .zx-film .zx-left .zx-left-txt p {
  font-size: 18px;
  color: #4c4c4c;
}
.zx .zx-film .zx-left i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/zt.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.zx .zx-film .zx-right {
  height: 100%;
  width: 780px;
  padding: 10px;
  background: #fff;
}
.zx .zx-film .zx-right .zx-r-one {
  width: 374px;
}
.zx .zx-film .zx-right .zx-r-one:nth-last-of-type(1) {
  border-left: 1px solid #ddd;
  width: 374px;
  padding-left: 10px;
}

.zx .zx-film .zx-right .zx-r-one .zx-one-pic {
  width: 100%;
  height: 76px;
  overflow: hidden;
}
.zx .zx-film .zx-right .zx-r-one .zx-one-pic:nth-of-type(2) {
  margin: 10px 0;
}
.zx .zx-film .zx-right .zx-r-one .zx-one-pic div:nth-of-type(1) {
    width: 110px;
    height: 76px;
    float: left;
    overflow: hidden;
    position: relative;
}
.zx .zx-film .zx-right .zx-r-one .zx-one-pic div:nth-of-type(1) img {
    width: 100%;
    height: auto;
    border: none;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zx .zx-film .zx-right .zx-r-one .zx-one-pic div:nth-last-of-type(1) {
    float: left;
    width: calc(100% - 126px);
    margin-left: 16px;
}
.zx .zx-film .zx-right .zx-r-one .zx-one-pic div:nth-last-of-type(1) p {
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 38px;
    overflow: hidden;
}
.zx .zx-film .zx-right .zx-r-one .zx-one-pic div:nth-last-of-type(1) p:hover {
    color: #ff6700;
}
.zx .zx-film .zx-right .zx-r-one .zx-one-pic div:nth-last-of-type(1) span {
    font-size: 12px;
    color: #808080;
}
.new {
  margin-top: 42px;
  margin-bottom: 22px;
}
.new .jx-title {
  margin-bottom: 20px;
}
.new .jx-title h3 {
  font-size: 24px;
  color: #323232;
  font-weight: normal;
  float: left;
  margin-left: 36px;
  position: relative;
}
.new .jx-title h3:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -34px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/zy.png") no-repeat;
  background-size: 100% 100%;
}
.new .jx-title a {
  font-size: 14px;
  color: #939393;
  float: right;
  margin-top: 10px;
}
.new .new-film {
  width: 100%;
}
.new .new-film .new-film-one {
  width: 286px;
  height: 210px;
  overflow: hidden;
  margin-right: 12px;
  margin-bottom: 20px;
  position: relative;
}
.new .new-film .new-film-one:hover .new-one-txt h5
 {
    color: #ff6700;
}
.new .new-film .new-film-one:nth-of-type(4) {
  margin: 0;
}
.new .new-film .new-film-one:nth-last-of-type(1) {
  margin: 0;
}
.new .new-film .new-film-one img {
  display: block;
  width: 100%;
  height: 160px;
  border: none;
}
.new .new-film .new-film-one .new-one-txt {
  width: 100%;
  height: 45px;
  padding-top: 8px;
  background: #fff;
  text-align: center;
}
.new .new-film .new-film-one .new-one-txt h5 {
  font-weight: normal;
  font-size: 12px;
  color: #4c4c4c;
  margin-bottom: 3px;
}
.new .new-film .new-film-one .new-one-txt p {
  font-size: 12px;
  color: #808080;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new .new-film .new-film-one .bac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.new .new-film .new-film-one .bac span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/bf1.png") no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new .new-film .new-film-one i {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff6700;
  color: #fff;
  padding: 2px 5px;
  font-style: normal;
}
.dm {
  margin-top: 22px;
  margin-bottom: 22px;
}
.dm .jx-title {
  margin-bottom: 20px;
}
.dm .jx-title h3 {
  font-size: 24px;
  color: #323232;
  font-weight: normal;
  float: left;
  margin-left: 36px;
  position: relative;
}
.dm .jx-title h3:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -34px;
  display: inline-block;
  width: 27px;
  height: 22px;
  background: url("../images/se.png") no-repeat;
  background-size: 100% 100%;
}
.dm .jx-title a {
  font-size: 14px;
  color: #939393;
  float: right;
  margin-top: 10px;
}
.dm .new-film {
  width: 100%;
}
.dm .new-film .new-film-one {
  width: 286px;
  height: 210px;
  overflow: hidden;
  margin-right: 12px;
  margin-bottom: 20px;
  position: relative;
}
.dm .new-film .new-film-one:nth-of-type(4) {
  margin: 0;
}
.dm .new-film .new-film-one:nth-last-of-type(1) {
  margin: 0;
}
.dm .new-film .new-film-one img {
  display: block;
  width: 100%;
  height: 160px;
  border: none;
}
.dm .new-film .new-film-one .new-one-txt {
  width: 100%;
  height: 42px;
  padding-top: 8px;
  background: #fff;
  text-align: center;
}
.dm .new-film .new-film-one .new-one-txt h5 {
  font-weight: normal;
  font-size: 12px;
  color: #4c4c4c;
  margin-bottom: 1px;
}
.dm .new-film .new-film-one .new-one-txt h5:hover {
  color: #ff6700;
}
.dm .new-film .new-film-one .new-one-txt p {
  font-size: 12px;
  color: #4c4c4c;
}
.dm .new-film .new-film-one .bac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.dm .new-film .new-film-one .bac span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/bf1.png") no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dm .new-film .new-film-one i {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff6700;
  color: #fff;
  padding: 2px 5px;
  font-style: normal;
}
.se {
  margin-top: 22px;
  margin-bottom: 22px;
}
.se .jx-title {
  margin-bottom: 20px;
}
.se .jx-title h3 {
  font-size: 24px;
  color: #323232;
  font-weight: normal;
  float: left;
  margin-left: 36px;
  position: relative;
}
.se .jx-title h3:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -34px;
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url("../images/dm.png") no-repeat;
  background-size: 100% 100%;
}
.se .jx-title a {
  font-size: 14px;
  color: #939393;
  float: right;
  margin-top: 10px;
}
.se .new-film {
  width: 100%;
}
.se .new-film .new-film-one {
  width: 286px;
  height: 210px;
  overflow: hidden;
  margin-right: 12px;
  position: relative;
}
.se .new-film .new-film-one:nth-of-type(4) {
  margin: 0;
}
.se .new-film .new-film-one:nth-last-of-type(1) {
  margin: 0;
}
.se .new-film .new-film-one img {
  display: block;
  width: 100%;
  height: 160px;
  border: none;
}
.se .new-film .new-film-one .new-one-txt {
  width: 100%;
  height: 42px;
  padding-top: 8px;
  background: #fff;
  text-align: center;
}
.se .new-film .new-film-one .new-one-txt h5 {
  font-weight: normal;
  font-size: 12px;
  color: #4c4c4c;
  margin-bottom: 1px;
}
.se .new-film .new-film-one .new-one-txt h5:hover {
  color: #ff6700;
}
.se .new-film .new-film-one .new-one-txt p {
  font-size: 12px;
  color: #4c4c4c;
}
.se .new-film .new-film-one .bac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.se .new-film .new-film-one .bac span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/bf1.png") no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.se .new-film .new-film-one i {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff6700;
  color: #fff;
  padding: 2px 5px;
  font-style: normal;
}


