/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
img {
  -webkit-touch-callout: none;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
i,
b,
s {
  font-style: normal;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
body,
html {
  width: 100%;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
}
body {
  background: #000;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
body.fixing {
  overflow: hidden;
}
a {
  text-decoration: none;
}
input {
  -webkit-appearance: none;
}
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
p,
a,
li,
span,
input {
  font-size: 0.24rem;
}
h1 {
  font-size: 0.32rem;
}
h2 {
  font-size: 0.34rem;
}
h3 {
  font-size: 0.3rem;
}
h4 {
  font-weight: normal;
  font-size: 0.3rem;
}
h5 {
  font-size: 0.28rem;
}
textarea {
  font-size: 24px;
}
a {
  color: #434343;
}
html {
  font-size: 312.5%;
}
@media screen and (max-width: 359px) and (orientation: portrait) {
  html {
    font-size: 266.67%;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) and (orientation: portrait) {
  html {
    font-size: 300%;
  }
}
@media screen and (min-width: 384px) and (max-width: 399px) and (orientation: portrait) {
  html {
    font-size: 320%;
  }
}
@media screen and (min-width: 400px) and (max-width: 413px) and (orientation: portrait) {
  html {
    font-size: 333.33%;
  }
}
@media screen and (min-width: 414px) and (max-width: 431px) and (orientation: portrait) {
  html {
    font-size: 345%;
  }
}
@media screen and (min-width: 432px) and (max-width: 479px) and (orientation: portrait) {
  html {
    font-size: 360%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) and (orientation: portrait) {
  html {
    font-size: 400%;
  }
}
@media screen and (min-width: 640px) and (orientation: portrait) {
  html {
    font-size: 533.33%;
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  clear: both;
  zoom: 1;
}
#Jmain {
  display: none;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/***背景渐变***/
/***文字渐变 暂时只支持谷歌***/
.poniter_event_none {
  pointer-events: none;
}
/*********************弹层*********************/
#forhorview {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  color: #FFF;
  display: none;
}
#forhorview p {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: .4rem;
}
#forhorview.on {
  display: block;
}
.Layer {
  position: fixed;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.Layer.on {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10000;
}
img {
  display: block;
  width: 100%;
}
html,
body {
  width: 100%;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.pop.on {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 200;
  visibility: visible;
}
.pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.pop .pop-bg.on {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.7);
}
.pop .pop-bg .video-view {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.pop .pop-bg .video-view video {
  display: block;
  width: 100%;
}
.pop .pop-bg .close-pop {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.4rem;
  width: .8rem;
  height: .8rem;
  background: url(../img/close.png) no-repeat center center / 100% 100%;
}
.container-all {
  position: relative;
  width: 100%;
  margin: auto;
}
.container-all .part-0 {
  position: relative;
  width: 100%;
  height: 13.63rem;
  padding-top: .01rem;
  box-sizing: border-box;
  background: url(../img/bg_01.jpg) no-repeat center center / 100% auto;
}
.container-all .part-0 .logo {
  position: absolute;
  display: block;
  width: 2.55rem;
  height: .77rem;
  left: .73rem;
  top: .66rem;
}
.container-all .part-0 .iconbox {
  position: relative;
  margin-top: 10.4rem;
}
.container-all .part-0 .iconbox .icon {
  position: absolute;
  width: 1.64rem;
  margin-left: .85rem;
}
.container-all .part-0 .iconbox .text {
  position: absolute;
  margin-top: .55rem;
  margin-left: 2.8rem;
}
.container-all .part-0 .iconbox .text .t {
  font-size: .42rem;
  color: #fff;
  font-weight: bold;
}
.container-all .part-0 .iconbox .text p {
  color: #fff;
  font-size: .29rem;
  margin: .07rem 0;
}
.container-all .part-0 .iconbox .ljsc {
  position: absolute;
  right: .65rem;
  top: .5rem;
  width: 3.69rem;
  height: .89rem;
  background: url(../img/ljsc.png) no-repeat;
  background-size: 100% 100%;
}
.container-all .part-1 {
  width: 100%;
  height: 21.59rem;
  overflow: hidden;
  background: url(../img/bg_02.jpg) no-repeat center center / 100% auto;
}
.container-all .part-1 .lottery {
  width: 9.44rem;
  margin: 3.22rem auto 0;
  height: auto;
}
.container-all .part-1 .lottery a {
  display: block;
  width: 100%;
}
.container-all .part-1 .yg {
  width: 10.8rem;
  height: 7.21rem;
  background: url(../img/p1-yg.png) no-repeat;
  background-size: 100%;
  margin: .35rem auto 0;
}
.container-all .part-2 {
  width: 100%;
  height: 21.41rem;
  overflow: hidden;
  background: url(../img/bg_03.jpg) no-repeat center center / 100% auto;
}
.container-all .part-2 .jl {
  width: 10.43rem;
  height: 7.26rem;
  margin: 3.22rem auto 0;
  background: url(../img/p2-jl.png) no-repeat;
  background-size: 100%;
}
.container-all .part-2 .fl {
  width: 10.8rem;
  height: 8.31rem;
  background: url(../img/p2-dzfl.png) no-repeat;
  background-size: 100%;
  margin: .83rem auto 0;
}
.container-all .part-3 {
  width: 100%;
  height: 12.81rem;
  overflow: hidden;
  background: url(../img/bg_04.jpg) no-repeat center center / 100% auto;
}
.container-all .part-3 .v-bg {
  width: 9.22rem;
  height: 5.32rem;
  background: url(../img/p3-vbg.png) no-repeat;
  background-size: 100%;
  margin: 4.96rem auto 0;
  overflow: hidden;
}
.container-all .part-3 .v-bg .video-box {
  position: relative;
  width: 8.91rem;
  height: 4.95rem;
  -webkit-mask-image: url(../img/p3-mask.png);
  -webkit-mask-size: 100% 100%;
  background: url(../img/p3-vcover.png) no-repeat;
  background-size: cover;
  margin: .19rem auto 0;
}
.container-all .part-3 .v-bg .video-box .videoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.57rem;
  height: 1.81rem;
  background: url(../img/v-btn.png) no-repeat;
  background-size: cover;
  margin-top: -0.905rem;
  margin-left: -0.785rem;
}
.container-all .part-3 .v-bg .video-box .video-show {
  position: absolute;
  z-index: -5;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  width: 100%;
}
.container-all .part-3 .v-bg .video-box .video-show::-webkit-media-controls-fullscreen-button {
  display: none;
}
.container-all .part-3 .v-bg .video-box.on .videoBtn {
  display: none;
}
.container-all .part-3 .v-bg .video-box.on .video-show {
  z-index: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container-all .part-4 {
  width: 100%;
  height: 14.3rem;
  overflow: hidden;
  background: url(../img/bg_05.jpg) no-repeat center center / 100% auto;
}
.container-all .part-4 .bigbox {
  position: relative;
  width: 9.22rem;
  height: 5.32rem;
  background: url(../img/p3-vbg.png) no-repeat;
  background-size: 100%;
  margin: 3.49rem auto 0;
}
.container-all .part-4 .bigbox .gif-box {
  position: absolute;
  left: .15rem;
  top: .2rem;
  width: 8.91rem;
  height: 4.95rem;
  -webkit-mask-image: url(../img/p3-mask.png);
  -webkit-mask-size: 100% 100%;
  background-size: cover;
  z-index: -4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.container-all .part-4 .bigbox .gif-box.on {
  z-index: 4;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container-all .part-4 .bigbox .gif-box img {
  display: block;
  height: 100%;
}
.container-all .part-4 .bigbox .gif-box img.gifbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.57rem;
  height: 1.81rem;
  margin-top: -0.905rem;
  margin-left: -0.785rem;
}
.container-all .part-4 .tit {
  float: right;
  width: 8.47rem;
  height: .64rem;
  margin-top: .08rem;
}
.container-all .part-4 .smallbox {
  font-size: 0;
  text-align: center;
  margin-top: 1.35rem;
}
.container-all .part-4 .smallbox .simg {
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  width: 2.23rem;
  height: 1.29rem;
  margin: 0 .05rem;
}
.container-all .part-4 .smallbox .simg:nth-child(1) {
  background-image: url(../img/p4-img1-s.png);
}
.container-all .part-4 .smallbox .simg:nth-child(1).on {
  background-image: url(../img/p4-img1-on.png);
}
.container-all .part-4 .smallbox .simg:nth-child(2) {
  background-image: url(../img/p4-img2-s.png);
}
.container-all .part-4 .smallbox .simg:nth-child(2).on {
  background-image: url(../img/p4-img2-on.png);
}
.container-all .part-4 .smallbox .simg:nth-child(3) {
  background-image: url(../img/p4-img3-s.png);
}
.container-all .part-4 .smallbox .simg:nth-child(3).on {
  background-image: url(../img/p4-img3-on.png);
}
.container-all .part-4 .smallbox .simg:nth-child(4) {
  background-image: url(../img/p4-img4-s.png);
}
.container-all .part-4 .smallbox .simg:nth-child(4).on {
  background-image: url(../img/p4-img4-on.png);
}
.container-all .part-5 {
  width: 100%;
  height: 22.06rem;
  overflow: hidden;
  background: url(../img/bg_06.jpg) no-repeat center center / 100% auto;
}
.container-all .part-5 img {
  display: block;
  width: 10.8rem;
  height: 15.9rem;
  margin: 3.62rem auto 0;
}
.container-all .part-6 {
  width: 100%;
  height: 13.48rem;
  overflow: hidden;
  background: url(../img/bg_07.jpg) no-repeat center center / 100% auto;
}
.container-all .part-6 .type {
  width: 2.88rem;
  height: .51rem;
  margin-top: 3.47rem;
  margin-left: .9rem;
}
.container-all .part-6 .type[data-type='hx'] {
  background: url(../img/p6-hx.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .type[data-type='zs'] {
  background: url(../img/p6-zs.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .bigimg {
  position: relative;
  margin-top: .23rem;
}
.container-all .part-6 .bigimg .next-btn {
  position: absolute;
  right: .45rem;
  bottom: 0;
  width: 1.85rem;
  height: 1.37rem;
  background: url(../img/next-btn.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .smallimgs {
  position: relative;
  width: 9.1rem;
  height: 1.51rem;
  margin: .6rem auto 0;
}
.container-all .part-6 .smallimgs .simgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.51rem;
  font-size: 0;
  text-align: center;
  z-index: -5;
  opacity: 0;
  filter: alpha(opacity=0);
}
.container-all .part-6 .smallimgs .simgs.on {
  z-index: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.container-all .part-6 .smallimgs .simgs .simg {
  display: inline-block;
  vertical-align: middle;
  width: 3.19rem;
  height: 1.51rem;
}
.container-all .part-6 .smallimgs .simgs .simg:nth-child(2) {
  margin: 0 -0.3rem;
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='0'] {
  background: url(../img/p6-img1-s.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='0'].on {
  background-image: url(../img/p6-img1-on.png);
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='1'] {
  background: url(../img/p6-img2-s.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='1'].on {
  background-image: url(../img/p6-img2-on.png);
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='2'] {
  background: url(../img/p6-img3-s.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='2'].on {
  background-image: url(../img/p6-img3-on.png);
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='3'] {
  background: url(../img/p6-img4-s.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='3'].on {
  background-image: url(../img/p6-img4-on.png);
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='4'] {
  background: url(../img/p6-img5-s.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='4'].on {
  background-image: url(../img/p6-img5-on.png);
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='5'] {
  background: url(../img/p6-img6-s.png) no-repeat;
  background-size: 100%;
}
.container-all .part-6 .smallimgs .simgs .simg[data-index='5'].on {
  background-image: url(../img/p6-img6-on.png);
}
.container-all .part-7 {
  width: 100%;
  height: 21.05rem;
  overflow: hidden;
  background: url(../img/bg_08.jpg) no-repeat center center / 100% auto;
}
.container-all .part-7 .content {
  position: relative;
  margin-top: 3.4rem;
}
.container-all .part-7 .content .p7Swp {
  width: 8.8rem;
}
.container-all .part-7 .content .p7Swp .swiper-slide {
  position: relative;
  width: 5.14rem;
  height: 9.14rem;
}
.container-all .part-7 .content .p7Swp .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.container-all .part-7 .content .p7Swp .swiper-slide.swiper-slide-active::after {
  display: none;
}
.container-all .part-7 .content .p7Swp-prev {
  position: absolute;
  left: .4rem;
  top: 50%;
  width: 1.85rem;
  height: 1.37rem;
  margin-top: -0.685rem;
  background: url(../img/l-btn.png) no-repeat center center / 100%;
}
.container-all .part-7 .content .p7Swp-next {
  position: absolute;
  right: .4rem;
  top: 50%;
  width: 1.85rem;
  height: 1.37rem;
  margin-top: -0.685rem;
  background: url(../img/r-btn.png) no-repeat center center / 100%;
}
