/* body{
  overflow: hidden;
  width:100%;
} */
.main {
  width: 100%;
  overflow-x: hidden;
}
.banner {
  width: 100%;
  max-height: 896px;
}
.banner img {
  width: 100%;
}
.showtime {
  width: 1200px;
  margin: 190px auto 0;
  position: relative;
}
.showtime > ol {
  width: 1200px;
  margin-bottom: 30px;
  /* li:hover,li.active{
      background:url(../images/activity/showbg1.png)no-repeat center top;
    } */
}
.showtime > ol li {
  float: left;
  width: 300px;
  text-align: center;
  padding: 60px 0 60px;
  cursor: pointer;
}
.showtime > ol li p {
  font-size: 28px;
  color: #aaaaaa;
}
.showtime > ol li p.el {
  font-weight: 100;
}
.showtime > ol li:nth-of-type(1).active,
.showtime > ol li:nth-of-type(1):hover {
  background: url(../images/showbg1.png) no-repeat center top;
}
.showtime > ol li:nth-of-type(1).active p,
.showtime > ol li:nth-of-type(1):hover p {
  color: #333;
}
.showtime > ol li:nth-of-type(2).active,
.showtime > ol li:nth-of-type(2):hover {
  background: url(../images/showbg2.png) no-repeat center top;
}
.showtime > ol li:nth-of-type(2).active p,
.showtime > ol li:nth-of-type(2):hover p {
  color: #333;
}
.showtime > ol li:nth-of-type(3).active,
.showtime > ol li:nth-of-type(3):hover {
  background: url(../images/showbg3.png) no-repeat center top;
}
.showtime > ol li:nth-of-type(3).active p,
.showtime > ol li:nth-of-type(3):hover p {
  color: #333;
}
.showtime > ol li:nth-of-type(4).active,
.showtime > ol li:nth-of-type(4):hover {
  background: url(../images/showbg3.png) no-repeat center top;
}
.showtime > ol li:nth-of-type(4).active p,
.showtime > ol li:nth-of-type(4):hover p {
  color: #333;
}
.showtime > .line {
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -800px;
}
.showtime ul .title {
  text-align: center;
}
.showtime ul .title img {
  margin: 0 auto;
}
.showtime ul .nodou {
  position: relative;
  width: 1200px;
  margin: 40px auto 0;
}
.showtime ul .nodou .btn {
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 50px;
  background: url(../images/qiu.png) no-repeat 99.4% center;
  background-size: cover;
}
.showtime ul .timetab {
  height: 40px;
  position: relative;
  float: right;
  border-radius: 50px;
  animation: all 0.5s;
  /* background: url(../images/qiu.png)no-repeat 99.4% center; */
  width: 0px;
  padding-left: 80px;
}
.showtime ul .timetab .yearchoose {
  position: absolute;
  left: -82px;
  top: -5px;
  cursor: pointer;
}
.showtime ul .timetab .yearchoose .yearon {
  width: 120px;
  height: 50px;
  border-radius: 50px;
  /*   border: 1px solid #484848; */
  color: #484848;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  background: linear-gradient(to right, #b9baba, #dfe0df);
  z-index: 2;
  position: absolute;
}
.showtime ul .timetab .yearchoose .yearon:after {
  position: absolute;
  right: 10px;
  top: 20px;
  content: '';
  width: 14px;
  height: 8px;
  background: url(../images/downw.png) no-repeat;
}
.showtime ul .timetab .yearchoose ul {
  z-index: 1;
  display: none;
  /*    border: 1px solid #484848; */
  position: relative;
  left: 0px;
  top: 50px;
  width: 120px;
  padding-top: 20px;
  border-top: none;
  border-radius: 20px;
  padding-bottom: 20px;
  background: linear-gradient(to right, #b9baba, #dfe0df);
}
.showtime ul .timetab .yearchoose ul li {
  color: #484848;
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  cursor: pointer;
}
.showtime ul .timetab .yearchoose ul li:first-child {
  border-top: 1px solid #fff;
}
.showtime ul .timetab .mon {
  margin-right: 60px;
  width: auto;
  height: 40px;
  overflow: hidden;
  animation: all 0.5s;
  position: relative;
  left: -1560px;
}
.showtime ul .timetab .mon li {
  color: #484848;
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  text-align: center;
  border-radius: 60px;
  font-size: 16px;
  cursor: pointer;
}
.showtime ul .timetab .mon li.none {
  pointer-events: none;
  color: #aaaaaa;
}
.showtime ul .timetab .mon li:hover,
.showtime ul .timetab .mon li.active {
  color: #fff;
  background: #fdd000;
  font-size: 18px;
  font-weight: bold;
}
.showtime ul .timetab.active {
  border: 1px solid #484848;
}
.showtime ul .content {
  padding-bottom: 80px;
  margin-top: 135px;
}
.showtime ul .content li {
  width: 364px;
  height: 558px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 50px;
  /*   .wrap {
           
    
            a {
              color: #fff;
              width: 170px;
              height: 60px;
              text-align: center;
              line-height: 60px;
              font-size: 20px;
              border-radius: 40px;
              margin: 130px auto 0;
              display: block;
              border: 1px solid #fff;
            }
          } */
}
.showtime ul .content li > img {
  width: 100%;
  font-size: 0;
}
.showtime ul .content li .buy {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #333;
  display: block;
  width: 128px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 60px;
  display: none;
}
.showtime ul .content li .des {
  position: relative;
  bottom: 160px;
  height: 160px;
  /*      width:100%; */
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.6);
}
.showtime ul .content li .des h6 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  z-index: 2;
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  margin-top: 24px;
  line-height: 30px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.showtime ul .content li .des p {
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
}
.showtime ul .content li .des .des_wrap {
  width: 4px;
  height: 100%;
  background: #fdd000;
  position: absolute;
  right: 0;
  overflow: hidden;
  bottom: 0;
}
.showtime ul .content li .des .des_wrap img {
  position: absolute;
  right: 0;
}
.showtime ul .content li:last-child {
  margin-right: 0;
}
.showtime ul .content .more {
  float: right;
  margin-top: 18px;
  animation: scale1 1.5s infinite linear;
}
.videos .title {
  text-align: center;
}
.videos .title img {
  margin: 0 auto;
}
.mp4_box {
  width: 1200px;
  margin: 0 auto;
}
.mp4_box .title {
  display: block;
  width: 274px;
  margin: 0 auto;
  margin-top: 124px;
}
.mp4_box .swiper_box {
  width: 1200px;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.mp4_box .swiper_box .swiper-slide {
  text-align: center;
  font-size: 16px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  width: 740px;
  padding-top: 25px;
}
.mp4_box .swiper_box .swiper-slide a {
  display: block;
  width: 507px;
  height: 328px;
}
.mp4_box .swiper_box .swiper-slide img {
  width: 100%;
  height: 100%;
}
.mp4_box .swiper_box .swiper-slide .play_btn {
  width: 58px;
  height: 58px;
  background: url('../images/mp4_play_btn.png') no-repeat 100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 110px;
}
.mp4_box .swiper_box .swiper-slide-active,
.mp4_box .swiper_box .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 2;
}
.mp4_box .swiper_box .swiper-slide-active:hover .txt_box::before,
.mp4_box .swiper_box .swiper-slide-duplicate-active:hover .txt_box::before {
  width: 100%;
  height: 100%;
  background: #fdd000;
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: 0;
}
.mp4_box .swiper_box .swiper-slide-prev {
  position: relative;
  right: -217px;
}
.mp4_box .swiper_box .swiper-slide-next {
  position: relative;
  left: -217px;
}
.mp4_box .swiper_box .txt_box {
  position: absolute;
  bottom: 0;
  height: 110px;
  width: 507px;
  padding-top: 25px;
  box-sizing: border-box;
  padding-left: 27px;
  text-align: left;
}
.mp4_box .swiper_box .txt_box::before {
  width: 4px;
  height: 100%;
  background: #fdd000;
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: 0;
  transition: all 0.5s;
}
.mp4_box .swiper_box .txt_box p {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.mp4_box .swiper_box .txt_box p:first-child {
  width: 95%;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.mp4_box .swiper_box .swiper-pagination {
  bottom: 10px;
}
.mp4_box .swiper_box .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #484848;
  opacity: 1;
  margin: 0 10px;
}
.mp4_box .swiper_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #484848;
  background-size: 100% 100%;
  opacity: 1;
  position: relative;
  top: 5px;
}
.mp4_box .swiper_box .swiper-button-next {
  width: 346px;
  height: 261px;
  top: 77px;
  right: 1px;
  background: transparent;
}
.mp4_box .swiper_box .swiper-button-prev {
  background: transparent;
  width: 346px;
  height: 261px;
  top: 77px;
  left: 1px;
}
@keyframes scale1 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.mp4_box .swiper_box .more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/more.png') no-repeat 100% 100%;
  animation: scale1 1.5s infinite linear;
  z-index: 11;
}
.cases {
  margin-bottom: 80px;
  margin-top: 60px;
}
.cases .title {
  text-align: center;
}
.cases .title img {
  margin: 0 auto;
}
.cases .inner {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  background: url(../images/casebg.png) no-repeat right bottom;
}
.cases .inner .lunbo {
  position: relative;
  margin-top: 40px;
}
.cases .inner .lunbo .more {
  position: absolute;
  top: 0;
  right: 0;
  animation: scale1 1.5s infinite linear;
}
.cases .inner .lunbo .more img {
  width: 40px;
  height: 40px;
}
.cases .inner .lunbo .box {
  /*  width: 800px;height: 800px;border: 1px solid #dedede;margin: 40px auto;background: #f9f9f9; */
}
.cases .inner .lunbo .all {
  width: 532px;
  height: auto;
  overflow: hidden;
  box-shadow: 2px 10px 10px #aaaaaa;
}
.cases .inner .lunbo .top-img {
  width: 532px;
  height: auto;
  font-size: 0;
  position: relative;
}
.cases .inner .lunbo .activeimg {
  overflow: hidden;
  height: 357px;
  position: relative;
}
.cases .inner .lunbo .top-img .activeimg img {
  width: 532px;
  height: 357px;
  float: left;
}
.cases .inner .lunbo .top-img .left {
  position: absolute;
  left: 10px;
  top: 50%;
  text-align: center;
  margin-top: -15px;
  cursor: pointer;
}
.cases .inner .lunbo .top-img .right {
  position: absolute;
  right: 10px;
  top: 50%;
  text-align: center;
  margin-top: -15px;
  cursor: pointer;
}
.cases .inner .lunbo .bot-img {
  position: absolute;
  top: 158px;
  right: 20px;
  width: 640px;
}
.cases .inner .lunbo .bot-img ul {
  width: 100%;
  height: 146px;
}
.cases .inner .lunbo .bot-img ul li {
  width: 200px;
  margin-right: 8px;
  float: left;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  border: 3px solid #fff;
  margin-bottom: 8px;
}
.cases .inner .lunbo .bot-img ul li.active {
  border: 3px solid #fdd000;
}
.cases .inner .lunbo .bot-img ul li img {
  width: 100%;
}
.cases .inner .lunbo .bot-img ul li:nth-of-type(3n) {
  margin-right: 0;
}
.cases .inner .lunbo ol.lunbodes li {
  display: none;
}
.cases .inner .lunbo ol.lunbodes li .top_des {
  position: absolute;
  top: 0;
  left: 550px;
  color: #484848;
}
.cases .inner .lunbo ol.lunbodes li .top_des h2 {
  font-size: 36px;
}
.cases .inner .lunbo ol.lunbodes li .top_des p {
  font-size: 24px;
}
.cases .inner .lunbo ol.lunbodes li .top_des .line {
  width: 400px;
  height: 1px;
  background: #ced7ea;
  margin-top: 20px;
}
.cases .inner .lunbo ol.lunbodes li .bottom_des {
  position: absolute;
  top: 370px;
  left: 10px;
  color: #484848;
}
.cases .inner .lunbo ol.lunbodes li .bottom_des h3 {
  font-size: 24px;
  font-weight: normal;
}
.cases .inner .lunbo ol.lunbodes li .bottom_des p {
  font-size: 20px;
}
.cases .inner .lunbo ol.lunbodes li .bottom_des .line {
  width: 400px;
  height: 1px;
  background: #ced7ea;
  margin: 10px 0;
}
.cases .inner .lunbo ol.lunbodes li:first-child {
  display: block;
}
.partner {
  width: 1200px;
  margin: 50px auto 100px;
}
.partner li {
  position: relative;
  float: left;
  margin-right: 24px;
  cursor: pointer;
}
.partner li .des {
  width: 384px;
  height: 200px;
  background: #f2f2f2;
  text-align: center;
}
.partner li .des img {
  margin: 0 auto;
  padding-top: 40px;
}
.partner li .des p {
  font-size: 24px;
  color: #484848;
  line-height: 40px;
}
.partner li .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #f2f2f2;
  /*  background-image: linear-gradient(#999999, #fcfcfd); */
  display: none;
}
.partner li .wrap h6 {
  font-size: 22px;
  color: #484848;
  text-align: left;
  text-indent: 20px;
  line-height: 94px;
  font-weight: normal;
}
.partner li .wrap p {
  font-size: 20px;
  color: #484848;
  text-align: left;
  text-indent: 20px;
  font-weight: normal;
}
.partner li .wrap .tel {
  position: absolute;
  top: -90px;
  right: 15px;
}
.partner li:last-child {
  margin-right: 0;
}
.partner li:hover .wrap {
  display: block;
}
.news {
  margin-bottom: 120px;
}
.news .title {
  margin: 80px auto 40px;
}
.news .swiper_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  /*     padding-bottom: 80px; */
}
.news .swiper_inner .swiper-container6 {
  width: 670px;
  height: 440px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news .swiper_inner .swiper-container6 .swiper-button-next {
  width: 29px;
  height: 53px;
  background: url('../images/btn_r.png') no-repeat center center;
  background-size: 100% 100%;
}
.news .swiper_inner .swiper-container6 .swiper-button-prev {
  width: 29px;
  height: 53px;
  background: url('../images/btn_l.png') no-repeat center center;
  background-size: 100% 100%;
}
.news .swiper_inner .swiper-container6 .swiper-pagination {
  bottom: 30px;
}
.news .swiper_inner .swiper-container6 .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
}
.news .swiper_inner .swiper-container6 .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 100% 100%;
  opacity: 1;
  position: relative;
  top: 5px;
}
.news .swiper_inner .txt_box {
  width: 1132px;
  height: 434px;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 1px rgba(0, 16, 67, 0.1);
  position: absolute;
  right: 0;
  top: 30px;
}
.news .swiper_inner .txt_box ul {
  width: 460px;
  position: absolute;
  right: 30px;
  top: 40px;
}
.news .swiper_inner .txt_box ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 14px;
}
.news .swiper_inner .txt_box ul li.active a {
  color: #fe7149;
}
.news .swiper_inner .txt_box ul li:first-child {
  margin-top: 0;
}
.news .swiper_inner .txt_box ul li a {
  display: block;
  color: #333333;
}
.news .swiper_inner .txt_box ul li a h5 {
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-weight: normal;
  height: 60px;
  overflow: hidden;
}
.news .swiper_inner .txt_box ul li a p {
  margin-top: 10px;
  font-size: 16px;
}
.news .swiper_inner .txt_box ul li:hover a {
  color: #fe7149;
}
.ad {
  width: 1200px;
  overflow: hidden;
  display: block;
  margin: 0 auto 120px;
}
.ad img {
  width: 100%;
}
.swiper-container7 {
  position: relative;
  width: 1200px;
  overflow: hidden;
  margin: 80px auto;
}
.swiper-container7 img {
  margin: 0 auto;
}
.swiper-container7 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #666666;
  opacity: 1;
  display: block;
  margin: 10px auto;
}
.swiper-container7 .swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  background: #666666;
}
.swiper-container7 .swiper-pagination {
  position: absolute;
  top: 40%;
  left: auto !important;
  right: 30px !important;
  width: 30px !important;
  text-align: center;
}
.swiper-container7 .swiper-pagination-bullet {
  margin: 10px auto !important;
}
.swiper-container7 .wrap .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.swiper-container7 .wrap .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
