* {
  box-sizing: border-box;
}
.nav-box {
  background: #3678ff;
  height: 80px;
  line-height: 80px;
}
.nav-box .nav {
  width: 1200px;
  margin: 0 auto;
}
.nav-box .nav .logo {
  float: left;
}
.nav-box .nav .logo img {
  height: 60px;
}
.nav-box .nav .nav-list {
  float: right;
}
.nav-box .nav .nav-list li {
  float: left;
  width: 120px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  position: relative;
}
.nav-box .nav .nav-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-box .nav .nav-list li .list {
  position: absolute;
  width: 120px;
  left: 0;
  top: 80px;
  background: #fff;
  display: none;
}
.nav-box .nav .nav-list li .list a {
  background: #fff;
  height: 50px;
  line-height: 50px;
  color: #333;
  display: block;
}
.nav-box .nav .nav-list li .list a:hover {
  background: #f2f2f2;
}
.nav-box .nav .nav-list li a {
  color: #fff;
  font-size: 16px;
}
.nav-box .nav .nav-list li:hover {
  background: #155ef4;
}
.nav-box .nav .nav-list li:hover .list {
  display: block;
}
.nav-box .nav .nav-list .active {
  background: #155ef4;
}
.banner {
  width: 100%;
  height: 500px;
  background-image: url("../../images/website/banner.jpg");
  background-position: center top;
}
.footer .info-box {
  background: #1b1b1b;
}
.footer .info-box .info-content {
  width: 1200px;
  margin: 0 auto;
  height: 260px;
  padding-top: 50px;
}
.footer .info-box .info-content .left {
  float: left;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
}
.footer .info-box .info-content a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer .info-box .info-content a:hover {
  color: #0A98D5 !important;
}
.footer .info-box .info-content .er-code {
  float: right;
}
.footer .info-box .info-content .er-code > div {
  display: inline-block;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.footer .info-box .info-content .er-code img {
  width: 120px;
  margin-bottom: 10px;
}
.footer .friend-link {
  height: 75px;
  line-height: 75px;
  background: #232323;
}
.footer .friend-link .friend-link-box {
  width: 1200px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
}
.footer .friend-link a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .friend-link a:hover {
  color: #0A98D5;
}
.con {
  width: 1200px;
  margin: 0 auto;
}
.index #advertisement {
  position: absolute;
  left: 50px;
  top: 60px;
  z-index: 100000;
}
.index #advertisement #close {
  font-size: 20px;
  position: absolute;
  right: -20px;
  top: -20px;
  color: #e4393c;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.index #advertisement .advertisement-content {
  width: 180px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 2px 1px #f2f2f2;
}
.index #advertisement .advertisement-content img {
  width: 100%;
}
.index .content .notice {
  height: 145px;
  background: #fafafa;
  padding-top: 35px;
}
.index .content .notice .notice-list {
  float: left;
  width: 1024px;
}
.index .content .notice .notice-list li {
  float: left;
  margin-right: 35px;
}
.index .content .notice .notice-list li .top {
  margin-bottom: 15px;
}
.index .content .notice .notice-list li .top .left {
  float: left;
  width: 390px;
  text-overflow: ellipsis;
  /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
  white-space: nowrap;
  /*让文字不换行*/
  overflow: hidden;
  /*超出要隐藏*/
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-right: 20px;
}
.index .content .notice .notice-list li .top .left .status {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  color: #999;
  text-align: center;
  margin-right: 10px;
}
.index .content .notice .notice-list li .top .date {
  float: right;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.index .content .notice .notice-list li:hover .remark {
  color: #0A98D5 !important;
}
.index .content .notice .notice-list .remark {
  color: #999;
  width: 445px;
  text-overflow: ellipsis;
  /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
  white-space: nowrap;
  /*让文字不换行*/
  overflow: hidden;
  /*超出要隐藏*/
}
.index .content .notice .more {
  float: right;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border-radius: 22.5px;
  text-align: center;
  color: #3678ff;
}
.index .content .new-and-link {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 760px;
}
.index .content .new-and-link .new {
  width: 650px;
  float: left;
}
.index .content .new-and-link .new .new-type {
  width: 650px;
  margin-bottom: 30px;
}
.index .content .new-and-link .new .new-type .more {
  float: right;
  height: 55px;
  line-height: 55px;
  color: #3678ff;
}
.index .content .new-and-link .new .new-type .item {
  width: 280px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  float: left;
  position: relative;
  border: 1px solid #ddd;
}
.index .content .new-and-link .new .new-type .item .layui-icon {
  position: absolute;
  bottom: -31px;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, 0);
  display: none;
}
.index .content .new-and-link .new .new-type .active {
  background: #3678ff;
  color: #fff;
}
.index .content .new-and-link .new .new-type .active .layui-icon {
  color: #3678ff;
  display: block;
}
.index .content .new-and-link .new .new-list li {
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}
.index .content .new-and-link .new .new-list li a .date {
  float: left;
  width: 95px;
}
.index .content .new-and-link .new .new-list li a .date .day {
  font-size: 18px;
  color: #000;
}
.index .content .new-and-link .new .new-list li a .date .year {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.index .content .new-and-link .new .new-list li a .info {
  float: left;
  width: 500px;
}
.index .content .new-and-link .new .new-list li a .info .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.index .content .new-and-link .new .new-list li a .info .remark {
  width: 500px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .content .new-and-link .new .new-list li a:after {
  content: '';
  display: block;
  clear: both;
}
.index .content .new-and-link .new .new-list li:last-child {
  border: none;
}
.index .content .new-and-link .new .new-list li:hover .title {
  color: #0A98D5 !important;
}
.index .content .new-and-link .link {
  float: right;
  width: 480px;
}
.index .content .new-and-link .link .go-page {
  height: 120px;
  line-height: 110px;
  padding-left: 60px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  background-size: cover;
  font-weight: bold;
}
.index .content .new-and-link .link .go-page i {
  font-size: 40px !important;
  margin-right: 30px;
  vertical-align: baseline;
  display: inline-block;
  float: left;
  font-weight: normal;
}
.index .content .new-and-link .link .mp {
  background-image: url("../../images/website/index-img1.jpg ");
}
.index .content .new-and-link .link .yp {
  background-image: url("../../images/website/index-img2.jpg ");
}
.index .content .new-and-link .link .guide {
  background: #f2f9ff;
  height: 450px;
  padding: 20px;
  overflow: auto;
}
.index .content .new-and-link .link .guide .title {
  margin-bottom: 15px;
}
.index .content .new-and-link .link .guide .title .text {
  color: #3678ff;
  font-size: 16px;
  margin-bottom: 10px;
}
.index .content .new-and-link .link .guide .title .english {
  font-size: 12px;
  color: rgba(54, 120, 255, 0.19);
}
.index .content .new-and-link .link .guide .guide-text * {
  font-size: 14px !important;
  color: #999 !important;
  line-height: 2.5 !important;
}
.index .content .cinema-box {
  height: 670px;
  background: #fafafa;
  padding-top: 50px;
}
.index .content .cinema-box .type-name {
  text-align: center;
}
.index .content .cinema-box .type-name .chinese-name {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.index .content .cinema-box .type-name .english-name {
  color: rgba(0, 0, 0, 0.06);
}
.index .content .cinema-box .cinema-list {
  margin-top: 30px;
}
.index .content .cinema-box .cinema-list li {
  float: left;
  width: 370px;
  height: 420px;
  background-size: cover;
  background-position: center center;
  line-height: 1.5;
  position: relative;
}
.index .content .cinema-box .cinema-list li a {
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}
.index .content .cinema-box .cinema-list li .cinema-name {
  color: #fff;
  font-size: 25px;
}
.index .content .cinema-box .cinema-list li .down {
  margin-top: 250px;
  font-size: 16px;
  color: #fff;
}
.index .content .cinema-box .cinema-list li .down .heng {
  font-weight: bold;
}
.index .content .cinema-box .cinema-list li:nth-child(2) {
  margin: 0 40px;
}
.index .content .cinema-box li:hover a {
  background: rgba(255, 255, 255, 0);
}
.index .content .index-center {
  height: 300px;
  background-image: url("../../images/website/index-center.png ");
  background-position: center top;
}
.index .content .exhibition-hall,
.index .content .exhibition-hot {
  margin-top: -200px;
}
.index .content .exhibition-hall .type-name,
.index .content .exhibition-hot .type-name {
  text-align: center;
}
.index .content .exhibition-hall .type-name .chinese-name,
.index .content .exhibition-hot .type-name .chinese-name {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.index .content .exhibition-hall .type-name .english-name,
.index .content .exhibition-hot .type-name .english-name {
  color: rgba(255, 255, 255, 0.06);
}
.index .content .exhibition-hall .exhibition-hall-list,
.index .content .exhibition-hot .exhibition-hall-list {
  margin-top: 30px;
}
.index .content .exhibition-hall .exhibition-hall-list li,
.index .content .exhibition-hot .exhibition-hall-list li {
  float: left;
  width: 370px;
  background: #fff;
  border: none;
}
.index .content .exhibition-hall .exhibition-hall-list li .img-boxs,
.index .content .exhibition-hot .exhibition-hall-list li .img-boxs {
  width: 370px;
  height: 310px;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
}
.index .content .exhibition-hall .exhibition-hall-list li .name,
.index .content .exhibition-hot .exhibition-hall-list li .name {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
}
.index .content .exhibition-hall .exhibition-hall-list li:nth-child(2),
.index .content .exhibition-hot .exhibition-hall-list li:nth-child(2) {
  margin: 0 40px;
}
.index .content .exhibition-hall .exhibition-hall-list li:hover .img-boxs,
.index .content .exhibition-hot .exhibition-hall-list li:hover .img-boxs {
  opacity: 1;
}
.index .content .exhibition-hot {
  margin-top: 30px;
  background: #fafafa;
  padding: 50px 0;
}
.index .content .exhibition-hot .type-name {
  text-align: center;
}
.index .content .exhibition-hot .type-name .chinese-name {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.index .content .exhibition-hot .type-name .english-name {
  color: rgba(0, 0, 0, 0.06);
}
.index .content .exhibition-hot .img-boxs {
  height: 220px !important;
}
.index .content .exhibition-hot li {
  margin-bottom: 30px;
  background: transparent !important;
}
.index .content .exhibition-hot li:nth-child(3n-1) {
  margin: 0 40px;
}
.router {
  height: 75px;
  line-height: 75px;
  background: #fafafa;
  font-size: 18px;
}
.router a,
.router span {
  margin: 0 5px;
}
.new-list .list {
  margin-bottom: 50px;
}
.new-list .list ul li {
  padding: 30px;
  border-bottom: 1px dashed #ddd;
  line-height: 1.8;
}
.new-list .list ul li .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.new-list .list ul li .title span {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: 14px !important;
}
.new-list .list ul li .text {
  padding-right: 400px;
  color: rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-list .list ul li:hover .title {
  color: #0A98D5 !important;
}
.new-list .list ul li:last-child {
  border-bottom: none;
}
.new-list #pages {
  text-align: center !important;
  margin: 0 auto 50px;
}
.new-list .layui-laypage a,
.new-list .layui-laypage button,
.new-list .layui-laypage input,
.new-list .layui-laypage select,
.new-list .layui-laypage span {
  border: none !important;
}
.new-list .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: transparent !important;
}
.new-list .layui-laypage .layui-laypage-curr em {
  color: #0A98D5 !important;
}
.new-info .title {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 0;
  text-align: center;
}
.new-info .info {
  color: #999;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.new-info .text {
  margin-bottom: 50px;
}
.hall-info .movie-box {
  margin: 30px auto;
  border: 1px solid #ddd;
  padding: 20px;
  width: 1200px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.hall-info .movie-box .movie-list {
  width: 1000%;
  height: 360px;
  position: absolute;
  left: 0;
  top: 30px;
}
.hall-info .movie-box .movie-list .item {
  width: 175px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 48px;
}
.hall-info .movie-box .movie-list .item .poster {
  height: 250px;
}
.hall-info .movie-box .movie-list .item .poster .img-boxs {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
.hall-info .movie-box .movie-list .item .label {
  width: 100px;
  height: 100px;
  position: absolute;
  /*background: green;*/
  top: -50px;
  left: -50px;
  transform: rotate(-45deg);
}
.hall-info .movie-box .movie-list .item .label span {
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
  background: #fa5454;
  width: 100px;
  text-align: center;
}
.hall-info .movie-box .movie-list .item .name {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  height: 40px;
}
.hall-info .movie-box .movie-list .item .buy {
  background: #3984f5;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
}
.hall-info .movie-box .movie-list .item:last-child {
  margin-right: 0;
}
.visit .container {
  width: 1200px;
  margin: 0 auto;
}
.visit .container .type-name {
  margin: 30px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.visit .container .theme-list .item {
  display: inline-block;
  width: 150px;
  background: #fff;
  box-shadow: 0 0 2px 1px #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  padding: 15px;
  border: 1px solid transparent;
}
.visit .container .theme-list .item .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #FF6262;
  margin: 5px auto 10px;
}
.visit .container .theme-list .item .icon-box img {
  width: 15px;
  margin-top: 5px;
}
.visit .container .theme-list .item:nth-child(2) .icon-box {
  background-color: #666EE8;
}
.visit .container .theme-list .item:nth-child(3) .icon-box {
  background-color: #00CC99;
}
.visit .container .theme-list .item:nth-child(4) .icon-box {
  background-color: #FFC71C;
}
.visit .container .theme-list .item:nth-child(5) .icon-box {
  background-color: #00CC99;
}
.visit .container .theme-list .item.active {
  box-shadow: none;
}
.visit .container .theme-list .item.active:nth-child(1) {
  border-color: #e4393c;
}
.visit .container .theme-list .item.active:nth-child(2) {
  border-color: #666EE8;
}
.visit .container .theme-list .item.active:nth-child(3) {
  border-color: #00CC99;
}
.visit .container .theme-list .item.active:nth-child(4) {
  border-color: #FFC71C;
}
.visit .container .theme-list .item.active:nth-child(5) {
  border-color: #00CC99;
}
.visit .container .points-list .item {
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.visit .container .points-list .active {
  background: #f2f2f2;
}
.visit .container .next-btn {
  display: block;
  width: 250px;
  height: 50px !important;
  line-height: 50px !important;
  margin: 50px auto;
  font-size: 16px;
}
.line .switch {
  margin-left: 20px;
}
.line .switch:hover {
  color: #108EE9 !important;
  border-color: #108EE9 !important;
}
.line .theme {
  margin: 30px 0 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.line .point {
  margin: 0 0 30px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 50px;
}
.line .point span {
  margin-right: 15px;
}
.line .layui-form {
  margin: 80px 0 20px;
  width: 420px;
}
.line .layui-form .fr {
  line-height: 38px;
  color: rgba(0, 0, 0, 0.6);
}
.line .force {
  margin-bottom: 100px;
}
.line .force .left {
  float: left;
  width: 420px;
  height: 625px;
  overflow: auto;
  padding: 5px 0;
}
.line .force .left .list .item {
  height: 70px;
  position: relative;
  margin-bottom: 40px;
}
.line .force .left .list .item .icon-box {
  position: absolute;
  left: 0;
  background: #FFC71C;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  box-shadow: 0 0 0 5px #f9f9f9;
}
.line .force .left .list .item .icon-box .iconfont {
  color: #fff;
  font-size: 20px;
}
.line .force .left .list .item .img {
  width: 90px;
  height: 70px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  margin-left: 50px;
  border-radius: 3px;
}
.line .force .left .list .item .info {
  display: inline-block;
  width: 260px;
  height: 70px;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 2px 2px #f2f2f2;
  font-size: 14px;
  line-height: 2;
  float: right;
}
.line .force .left .list .item .address {
  color: #999;
  font-size: 0.8rem;
}
.line .force .left .list .item:after {
  content: "";
  height: 55px;
  border-left: 2px solid #FFC71C;
  position: absolute;
  left: 14px;
  z-index: 0;
  top: 60px;
}
.line .force .left .list .item:last-child:after {
  display: none;
}
.line .force .left .list .item:last-child {
  margin-bottom: 0;
}
.line .force .force-box {
  float: right;
  margin-left: 30px;
  width: 730px;
  height: 625px;
  box-shadow: 0 0 2px 2px #f2f2f2;
  border-radius: 5px;
}
.line .force .force-box iframe {
  width: 730px;
  height: 625px;
}
/*# sourceMappingURL=style.css.map */