.main {
  /* 滚动条 */
}
.main .wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
}
.main .music {
  cursor: pointer;
}
.main .music.play {
  animation: music_run 3s infinite linear;
}
@keyframes music_run {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.main header {
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.25);
  position: fixed;
  top: 0;
  left: 0;
}
.main header .inner {
  width: 1140px;
  margin: 0 auto;
}
.main header .inner .logo {
  float: left;
  margin-top: 15px;
}
.main header .inner .nav {
  float: left;
  margin-left: 140px;
}
.main header .inner .nav li {
  float: left;
  line-height: 90px;
  font-weight: bold;
  margin-right: 60px;
}
.main header .inner .nav li a {
  color: #fff;
}
.main header .inner .nav li.active a,
.main header .inner .nav li:hover a {
  color: #000;
}
.main header .inner .music {
  float: right;
  margin-top: 18px;
}
.main .content {
  display: none;
}
.main .content1 {
  margin-top: 120px;
}
.main .content1 .title {
  width: 150px;
  height: 84px;
  background: url(../images/title1.png) no-repeat center;
  margin: 0 auto;
  text-align: center;
  line-height: 84px;
  font-size: 28px;
  color: #fff;
}
.main .content1 .inner {
  width: 1140px;
  margin: 0 auto;
  height: 650px;
  overflow: auto;
}
.main .content1 .inner li {
  width: 362px;
  height: 438px;
  float: left;
  padding-top: 30px;
  margin-right: 18px;
}
.main .content1 .inner li:nth-of-type(3n) {
  margin-right: 0;
}
.main .content2 {
  margin-top: 120px;
}
.main .content2 .title {
  width: 150px;
  height: 84px;
  background: url(../images/title1.png) no-repeat center;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 84px;
  font-size: 28px;
  color: #fff;
}
.main .content2 .inner {
  margin: 0 auto;
  width: 1140px;
  position: relative;
}
.main .content2 .inner .watch {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 400px;
  top: -100px;
  z-index: 99;
}
.main .content2 .inner .watchvideo {
  position: absolute;
  bottom: 300px;
  right: 10px;
}
.main .content2 .inner .timesb {
  position: absolute;
  bottom: 278px;
  right: -10px;
  color: #fff;
}
.main .content2 .showtime > ol {
  margin-top: -100px;
}
.main .content2 ol {
  float: right;
}
.main .content2 ol li {
  width: 135px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  line-height: 70px;
  padding-right: 40px;
  cursor: pointer;
}
.main .content2 ol li.active,
.main .content2 ol li:hover {
  font-weight: bold;
  color: #672fc3;
  background: url(../images/btnbg.png) no-repeat right;
}
.main .content2 .tabContents ul {
  overflow: hidden;
  height: 474px;
  width: 940px;
}
.main .content2 .tabContents ul li {
  float: left;
  width: 350px;
  height: 166px;
  background: url(../images/livebg.png) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 20px 80px 50px 30px;
}
.main .content2 .tabContents ul li h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 56px;
}
.main .content2 .tabContents ul li p {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
}
.main .content2 .tabContents ul li p strong {
  display: inline-block;
  width: 100px;
}
.main .content2 .time {
  margin-left: 200px;
  width: 600px;
  /* margin-top:-10px; */
  opacity: 0.36;
  position: absolute;
}
.main .content2 .alltime {
  position: relative;
  width: 600px;
  height: 560px;
  top: -46px;
  margin-left: 200px;
  /* background:#000;
      opacity:0.2; */
}
.main .content2 .alltime .timebtn > div {
  color: #fff;
  position: absolute;
  padding-left: 35px;
  padding-right: 35px;
  height: 40px;
  cursor: pointer;
}
.main .content2 .alltime .des {
  width: 300px;
  position: absolute;
  top: 162px;
  left: 150px;
  text-align: center;
  color: #fff;
}
.main .content2 .alltime .des h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
.main .content2 .alltime .des p {
  font-size: 18px;
  line-height: 36px;
  text-align: left;
}
.main .content2 .alltime .des .center {
  text-align: center;
}
.main .content2 .alltime .a1 {
  top: 80px;
  left: 330px;
}
.main .content2 .alltime .a1.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a1 {
  top: 110px;
  left: 400px;
}
.main .content2 .alltime .a1.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a2 {
  top: 150px;
  left: 450px;
}
.main .content2 .alltime .a2.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a3 {
  top: 210px;
  left: 490px;
}
.main .content2 .alltime .a3.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a4 {
  top: 280px;
  left: 490px;
}
.main .content2 .alltime .a4.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a5 {
  top: 360px;
  left: 480px;
}
.main .content2 .alltime .a5.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a6 {
  top: 400px;
  left: 460px;
}
.main .content2 .alltime .a6.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a7 {
  top: 455px;
  left: 400px;
}
.main .content2 .alltime .a7.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a8 {
  top: 490px;
  left: 347px;
}
.main .content2 .alltime .a8.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a9 {
  top: 514px;
  left: 270px;
}
.main .content2 .alltime .a9.active {
  background: url(../images/point.png) no-repeat center left;
  background-size: 40px;
}
.main .content2 .alltime .a10 {
  top: 500px;
  left: 150px;
}
.main .content2 .alltime .a10.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a11 {
  top: 470px;
  left: 80px;
}
.main .content2 .alltime .a11.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a12 {
  top: 420px;
  left: 30px;
}
.main .content2 .alltime .a12.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a13 {
  top: 360px;
  left: 10px;
}
.main .content2 .alltime .a13.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a14 {
  top: 290px;
  left: 0px;
}
.main .content2 .alltime .a14.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a15 {
  top: 220px;
  left: 0px;
}
.main .content2 .alltime .a15.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a16 {
  top: 160px;
  left: 20px;
}
.main .content2 .alltime .a16.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a17 {
  top: 160px;
  left: 27px;
}
.main .content2 .alltime .a17.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a18 {
  top: 116px;
  left: 74px;
}
.main .content2 .alltime .a18.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content2 .alltime .a19 {
  top: 80px;
  left: 144px;
}
.main .content2 .alltime .a19.active {
  background: url(../images/point.png) no-repeat center right;
  background-size: 40px;
}
.main .content3 {
  margin-top: 120px;
}
.main .content3 .inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.main .content3 .inner .sb {
  position: absolute;
  top: 50px;
  color: #FFF;
  font-size: 18px;
}
.main .content3 .inner > ol {
  width: 300px;
  margin: 0 auto;
}
.main .content3 .inner > ol li {
  float: left;
  font-size: 28px;
  line-height: 84px;
  cursor: pointer;
  color: #fff;
}
.main .content3 .inner > ol li a {
  color: #fff;
}
.main .content3 .inner > ol .title {
  width: 150px;
  height: 84px;
  background: url(../images/title3.png) no-repeat center;
  margin: 0 auto 20px;
  text-align: center;
  /*      margin-right:38px; */
  font-weight: bold;
}
.main .content3 .inner ul li {
  width: 547px;
  height: 262px;
  background: url(../images/exhibition.png) no-repeat center;
  background-size: cover;
  float: left;
  margin-right: 44px;
  position: relative;
}
.main .content3 .inner ul li a {
  color: #000;
}
.main .content3 .inner ul li h6 {
  position: absolute;
  top: 52px;
  left: 370px;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}
.main .content3 .inner ul li p {
  width: 150px;
  font-size: 14px;
  position: absolute;
  bottom: 70px;
  left: 370px;
}
.main .content3 .inner ul li .special {
  width: 200px;
  left: 230px;
}
.main .content3 .inner ul li .specialp {
  width: 200px;
  left: 230px;
}
.main .content3 .inner ul li .ewm {
  position: absolute;
  top: 59px;
  left: 220px;
}
.main .content3 .inner ul li:nth-of-type(2n) {
  margin-right: 0;
}
.main .content3 .inner .vr img {
  margin: 0 auto;
  display: block;
}
.main .content4 {
  margin-top: 120px;
}
.main .content4 .title {
  width: 180px;
  height: 84px;
  background: url(../images/title4.png) no-repeat center;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 84px;
  font-size: 28px;
  color: #fff;
}
.main .content4 img {
  display: block;
  margin: 0 auto;
}
.main .content4 .inner {
  position: relative;
}
.main .content4 .inner .ncpaewm {
  border-radius: 10px;
}
.main .content5 .inner {
  width: 1140px;
  margin: 120px auto 0;
  position: relative;
}
.main .content5 .inner > ol {
  width: 440px;
  margin: 0 auto;
}
.main .content5 .inner > ol li {
  float: left;
  line-height: 82px;
  width: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  text-align: center;
}
.main .content5 .inner > ol li.active,
.main .content5 .inner > ol li:hover {
  font-weight: bold;
  background: url(../images/title5.png) no-repeat center;
}
.main .content5 .inner ul li > ol.tabs {
  float: right;
}
.main .content5 .inner ul li > ol.tabs li {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
  padding-right: 14px;
  cursor: pointer;
  margin-right: 30px;
}
.main .content5 .inner ul li > ol.tabs li.active,
.main .content5 .inner ul li > ol.tabs li:hover {
  color: #672fc3;
  background: url(../images/it.png) no-repeat center right;
}
.main .content5 .inner ul li > ul li .video {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
}
.main .content5 .inner ul li > ul li .video .playimg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
}
.main .content5 .inner ul li > ul li .gif {
  width: 840px;
  margin: 0 auto;
  /*  padding-top:40px; */
}
.main .content5 .inner ul li > ul li .gif li {
  float: left;
  width: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.main .content5 .inner ul li > ul li .gif li img {
  width: 100%;
}
.main .content5 .inner ul li > ul .wrapgif {
  height: 480px;
  overflow: hidden;
  margin-right: 40px;
  margin-right: 210px;
  width: 940px;
}
.main .content5 .inner ul li > ul .buyit {
  width: 790px;
  padding-top: 40px;
  margin: 0 auto;
}
.main .content5 .inner ul li > ul .buyit img {
  width: 100%;
}
.main .content5 .inner .morearte {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main .content5 .inner .morearte p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 25px;
  left: 20px;
}
.main .content5 .inner .gifewm {
  position: absolute;
  bottom: 130px;
  right: 25px;
}
.main .content5 .inner .review {
  width: 500px;
  margin: 0 auto;
  position: relative;
  top: 60px;
}
.main .content5 .inner .review img {
  width: 100%;
}
.main .content5 .inner .review ul li {
  width: 150px;
  height: 150px;
  position: absolute;
  text-align: center;
  line-height: 150px;
}
.main .content5 .inner .review ul li a {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.main .content5 .inner .review ul li:nth-of-type(1) {
  right: 150px;
  top: -26px;
}
.main .content5 .inner .review ul li:nth-of-type(2) {
  right: 13px;
  top: 33px;
}
.main .content5 .inner .review ul li:nth-of-type(3) {
  right: -37px;
  top: 140px;
}
.main .content5 .inner .review ul li:nth-of-type(4) {
  right: -17px;
  top: 240px;
}
.main .content5 .inner .review ul li:nth-of-type(5) {
  right: 118px;
  top: 313px;
}
.main .content5 .inner .review ul li:nth-of-type(6) {
  left: 20px;
  top: 340px;
}
.main .content5 .inner .review ul li:nth-of-type(7) {
  left: -40px;
  top: 240px;
}
.main .content5 .inner .review ul li:nth-of-type(8) {
  left: -80px;
  top: 140px;
}
.main .content5 .inner .review ul li:nth-of-type(9) {
  left: -40px;
  top: 60px;
}
.main .content5 .inner .review ul li:nth-of-type(10) {
  left: 60px;
  top: -10px;
}
.main .content5 .inner .review ul li:hover,
.main .content5 .inner .review ul li.active {
  background: url(../images/reviewactive.png) no-repeat center;
  background-size: cover;
}
.main .content5 .news {
  width: 850px;
  padding-top: 40px;
  margin: 0 auto;
}
.main .content5 .news h6 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 20px;
}
.main .content5 .news p {
  color: #fff;
  text-align: right;
  font-size: 14px;
}
.main .content5 .news p span {
  margin-right: 30px;
}
.main .content5 .news li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  background: url(../images/newsbg.png) no-repeat left bottom;
}
.main .flyvideo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99999;
}
.main .flyvideo .close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.main .flyvideo video {
  width: 800px;
  display: block;
  margin: 100px auto;
}
.main .flyvideo2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99999;
}
.main .flyvideo2 .close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.main .flyvideo2 video {
  width: 800px;
  display: block;
  margin: 100px auto;
}
.main .center {
  width: 866px;
  margin: 0 auto;
  position: relative;
}
.main .center .ncpaewm {
  float: right;
  margin-top: 120px;
}
.main .seebig {
  width: 640px;
  overflow: hidden;
  margin: 0 auto;
  height: 460px;
  float: left;
}
.main .seebig ol {
  width: 640px;
  /*    height:600px; */
  overflow: hidden;
  /*  background:#000; */
  position: absolute;
  /* top:250px; */
  left: 50%;
  margin-left: -320px;
}
.main .seebig ol li {
  width: 300px;
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}
.main .seebig ol li img {
  width: 100%;
}
.main .seebig ol li:nth-of-type(2n) {
  margin-right: 0;
}
.main .bigimg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
.main .bigimg .close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.main .bigimg li {
  width: 300px;
  margin: 40px auto;
  display: none;
}
.main .bigimg li img {
  width: 100%;
}
.main .scroll_wrap .scroll_bar {
  border-radius: 50px;
  /* background:#4c386c; */
  overflow: hidden;
  width: 10px;
}
.main .scroll_wrap .scroll_slider {
  background: url(../images/sbar.png) no-repeat center;
  background-size: cover;
  opacity: 1;
  width: 10px;
}
.main .scroll_wrap .scroll_slider {
  height: 130px;
}
@media (max-width: 1600px) {
  .main {
    /* .content2 .time{
      margin-left:200px;width: 600px;margin-top:-50px;
    } */
  }
  .main .content2 .inner .timesb {
    bottom: 178px;
  }
  .main .content3 .inner .sb {
    font-size: 16px;
  }
  .main .content .inner {
    height: 480px;
  }
  .main .content3 .inner ul li {
    width: 425px;
    height: 200px;
  }
  .main .content3 .inner ul li .showimg {
    width: 181px;
    margin-top: -2px;
  }
  .main .content3 .inner ul li .ewm {
    position: absolute;
    top: 43px;
    left: 171px;
    width: 104px;
  }
  .main .content3 .inner {
    width: 900px;
    margin: 0 auto;
  }
  .main .content3 .inner ul li h6 {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    width: 136px;
    top: 39px;
    left: 280px;
  }
  .main .content3 .inner ul li h6.special {
    left: 170px;
  }
  .main .content3 .inner ul li p {
    width: 138px;
    font-size: 15px;
    position: absolute;
    bottom: 52px;
    font-size: 12px;
    left: 283px;
  }
  .main .content3 .inner ul li p.specialp {
    left: 170px;
  }
  .main .content2 .time {
    top: -50px;
  }
  .main .content2 .alltime {
    top: -98px;
  }
  .main .content5 .inner ul li > ul .buyit {
    width: 630px;
  }
  .main .content5 .inner ul li > ul .buyit {
    padding-top: 20px;
  }
  .main .content5 .bigtab {
    height: auto;
  }
  .main .content5 .inner .review {
    top: 10px;
  }
  .main .content2 .inner .watch {
    bottom: 90px;
  }
  .main .content2 .inner .watchvideo {
    position: absolute;
    bottom: 200px;
    right: 10px;
  }
  .main .content3 .inner .vr img {
    width: 250px;
  }
}

