.wrapper {
  max-width: 2600px;
  margin: 0 auto;
}

.content {
  position: relative;
}

.content h2 {
  padding: 0;
}

.main_area {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.main_area .main_banner {
  width: 1200px;
  margin: 0 auto;
}

.main_area .main_banner li a {
  display: block;
}

.main_area .main_banner .slick-dots {
  bottom: -30px;
}

.main_area .main_banner .slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 10px;
}

.main_area .main_banner .slick-dots li button {
  position: relative;
  width: 5px;
  height: 5px;
  padding: 0;
  text-indent: -9999px;
}

.main_area .main_banner .slick-dots li button:before {
  width: 5px;
  height: 5px;
  background: #008cd5;
  border: 1px solid #008cd5;
  border-radius: 10px;
}

.main_area .top_banner_out {
  width: 896px;
  height: auto;
  margin: 75px auto 0;
}

.main_area .top_banner_out a {
  display: block;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

.main_area .top_banner_out a:hover {
  opacity: .7;
}

.top_news {
  width: 800px;
  margin: 150px auto 0;
}

.top_news .news_list {
  margin-top: 60px;
  text-align: left;
}

.top_news .news_list li {
  margin-top: 21px;
  font-size: 0;
  line-height: 1.3;
  letter-spacing: -.4em;
}

.top_news .news_list li .news_day {
  display: inline-block;
  width: 105px;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: normal;
}

.top_news .news_list li .news_title {
  display: inline-block;
  width: 690px;
  overflow: hidden;
  vertical-align: middle;
  color: #008cd5;
  font-size: 16px;
  letter-spacing: normal;
  white-space: nowrap;

  text-overflow: ellipsis;
}

.top_news .news_list li:hover {
  opacity: .6;
  transition: all .4s;

  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.top_news .news_more {
  margin-top: 35px;
}

.top_movie {
  width: 800px;
  margin: 120px auto 0;
}

.top_movie .movie_wrap {
  margin-top: 60px;
}

.top_movie .movie_wrap .movie_thumb-main {
  position: relative;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
}

.top_movie .movie_wrap .movie_thumb-main:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 140, 213, .4);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.top_movie .movie_wrap .movie_thumb-main:hover {
  cursor: pointer;
}

.top_movie .movie_wrap .movie_thumb-main:hover:before {
  visibility: visible;
  opacity: 1;
}

.top_movie .movie_wrap .movie_thumb-main:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(../img/top/movie/btn_play.png) no-repeat center top;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 50%;
}

.top_movie .movie_wrap .movie_thumb-sub {
  margin-top: 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
}

.top_movie .movie_wrap .movie_thumb-sub li {
  display: inline-block;
  position: relative;
  width: 155px;
  height: auto;
  max-height: 90px;
  margin-right: 6.25px;
  overflow: hidden;
}

.top_movie .movie_wrap .movie_thumb-sub li:before {
  content: "";
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 140, 213, .4);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.top_movie .movie_wrap .movie_thumb-sub li:hover {
  cursor: pointer;
}

.top_movie .movie_wrap .movie_thumb-sub li:hover:before {
  visibility: hidden;
  opacity: 0;
}

.top_movie .movie_wrap .movie_thumb-sub li:last-child {
  margin-right: 0;
}

.top_movie .movie_wrap .movie_thumb-sub li.active:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 140, 213, .4);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.top_movie .movie_wrap .movie_thumb-sub li.active:hover {
  cursor: default;
}

.top_movie .movie_more {
  margin-top: 35px;
}

.top_banner {
  position: relative;
  width: 800px;
  margin: 120px auto 0;
  padding-top: 20px;

  border-top: 1px solid #d4d8d9;
}

.top_banner .banner_list {
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
}

.top_banner .banner_list li {
  display: inline-block;
  width: 187px;
  margin: 0 8px;
}

.top_banner .banner_list li a {
  display: block;
  position: relative;
  -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

.top_banner .banner_list li a:hover {
  opacity: .7;
}

.top_banner .banner_nav_left {
  display: inline-block;
  margin-top: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.top_banner .banner_nav_right {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
}

.modal {
  display: none;
  opacity: 0;
}

.modal .modal-bg {
  opacity: .8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: pointer;
}

.modal .modal-in {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

.modal .modal-in iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
