@charset "gb2312";
/* =s Reset (by YUI 3) */
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: top;
}
/* =e Reset */
/* =s base */
html,
body {
  background-color: #fbfbfb;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
  line-height: 170%;
  font-size: 12px;
  color: #fff;
}
i {
  font-style: normal;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a.under:link,
a.under:active,
a.under:visited,
a.under:hover {
  text-decoration: underline;
}
/* float*/
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.fixR {
  position: absolute;
  top: 0px;
  right: 0px;
}
.setCenter {
  margin: 0 auto;
}
/* clear */
.clrB {
  clear: both;
}
.clrL {
  clear: left;
}
.clrR {
  clear: right;
}
.clrN {
  clear: none;
}
.g-clr {
  zoom: 1;
}
.g-clr:after {
  display: block;
  clear: both;
  height: 0;
  content: "\0020";
}
/* =e base */
/* main */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1100px;
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 260px;
  background: url('../img/nav-bg.png') 50% 0 repeat-x;
  pointer-events: none;
}
.header .logo {
  float: left;
  padding: 44px 0 0 44px;
}
.header .menu {
  position: relative;
  float: right;
  width: 694px;
  font-size: 18px;
  color: #fff;
  pointer-events: auto;
}
.header .menu .ico {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffe400;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.header .menu ul {
  position: relative;
  z-index: 2;
}
.header .menu li {
  float: left;
}
.header .menu a {
  display: block;
  padding: 20px 20px 0;
  height: 72px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
}
.header .menu a:hover {
  text-decoration: none;
}
.header .menu a.curr {
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000;
  text-decoration: none;
}
.swipe-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swipe-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-1 .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1055px;
}
.page-1 .status-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 73.2%;
  height: 100%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  overflow: hidden;
}
.page-1 .status-1 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../img/screen-1-bg2.jpg') 0 0 no-repeat;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
}
.page-1 .status-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 73.2%;
  height: 100%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  overflow: hidden;
}
.page-1 .status-2 .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../img/screen-1-bg1.jpg') 100% 0 no-repeat;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
}
.page-1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/mask.png');
}
.page-1 .status {
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.page-1 .status.hover {
  width: 92%;
  z-index: 2;
}
.page-1 .status.hover .mask {
  opacity: 0;
}
.page-1 .trigger {
  z-index: 3;
}
.page-1 .trigger.hover .ico {
  opacity: 0;
}
.page-1 .trigger:hover {
  text-decoration: none;
}
.page-1 .trigger-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
}
.page-1 .trigger-left .ico {
  position: absolute;
  left: 335px;
  top: 384px;
  z-index: 2;
  width: 68px;
  height: 107px;
  background: url('../img/ico-mobile.png');
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.page-1 .trigger-left .words {
  position: absolute;
  left: 830px;
  top: 290px;
  opacity: 0;
  width: 456px;
}
.page-1 .trigger-left h2 {
  display: block;
  width: 456px;
  height: 81px;
  background: url('../img/tit-mobile.png');
  overflow: hidden;
  text-indent: -30000px;
  margin-bottom: 15px;
}
.page-1 .trigger-left h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 12px;
}
.page-1 .trigger-left p {
  font-size: 18px;
  line-height: 26px;
}
.page-1 .trigger-left.hover .words {
  opacity: 1;
  -webkit-animation: fadeInUp .5s .5s ease both;
  animation: fadeInUp .5s .5s ease both;
}
.page-1 .trigger-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
}
.page-1 .trigger-right .ico {
  position: absolute;
  right: 350px;
  top: 610px;
  z-index: 2;
  width: 102px;
  height: 77px;
  background: url('../img/ico-tv.png');
}
.page-1 .trigger-right .words {
  position: absolute;
  right: 870px;
  top: 700px;
  opacity: 0;
  width: 366px;
}
.page-1 .trigger-right h2 {
  display: block;
  width: 366px;
  height: 59px;
  background: url('../img/tit-tv.png');
  overflow: hidden;
  text-indent: -30000px;
  margin-bottom: 15px;
}
.page-1 .trigger-right h3 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 12px;
}
.page-1 .trigger-right p {
  font-size: 18px;
  line-height: 26px;
}
.page-1 .trigger-right.hover .words {
  opacity: 1;
  -webkit-animation: fadeInDown .5s .5s ease both;
  animation: fadeInDown .5s .5s ease both;
}
.page-2 .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1055px;
  background: url('../img/screen-2-bg.jpg') 50% 50% no-repeat;
}
.page-2 .qcode {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -197px 0 0 -155px;
  width: 730px;
  height: 189px;
}
.page-2 .qcode .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 430px;
  height: 169px;
  padding: 20px 20px 0 0;
  background: url('../img/qcode-bg.png') 100% 0 no-repeat;
}
.page-2 .qcode .pic img {
  float: right;
}
.page-2 .qcode .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 538px;
  height: 189px;
  background: url('../img/qcode-mask.png') 0 0 no-repeat;
}
.page-2 .words {
  position: absolute;
  left: 50%;
  top: 46%;
  margin: 50px 0 0 210px;
  width: 360px;
  color: #292929;
}
.page-2 .words a{
    color: #292929;
    text-decoration: none;
}

.page-2 .words h2 {
  text-align: left;
  font-size: 56px;
  line-height: 80px;
  font-weight: bold;
}
.page-2 .words p {
  text-align: left;
  line-height: 26px;
  font-size: 20px;
}
.page-2.animated .pic {
  -webkit-animation: bounceInLeft 1.2s 0s ease both;
  animation: bounceInLeft 1.2s 0s ease both;
}
.page-2.animated .words h2 {
  -webkit-animation: fadeInUp .8s .8s ease both;
  animation: fadeInUp .8s .8s ease both;
}
.page-2.animated .words p {
  -webkit-animation: fadeInUp .8s 1s ease both;
  animation: fadeInUp .8s 1s ease both;
}
.page-2.animated .words a {
    animation: 0.8s ease 1s normal both 1 running fadeInUp;
    -webkit-animation: 0.8s ease 1s normal both 1 running fadeInUp;
}
.page-2 .words a.link {
    display: block;
    width: 329px;
    height: 62px;
    line-height: 62px;
    text-align: left;
    color: #fff;
    font-size: 24px;
    background: #fe7800 url("../img/ico-arrow.png") no-repeat scroll 95% 50%;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.page-3 .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1055px;
  background: url('../img/screen-3-bg.jpg') 50% 50% no-repeat;
}
.page-3 ul {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1100px;
  margin: -217px 0 0 -550px;
}
.page-3 ul li {
  padding: 0 54px;
  margin-bottom: 50px;
  float: left;
  width: 167px;
  height: 167px;
  background: url('../img/screen-3-li-bg.png') 50% 0 no-repeat;
  line-height: 22px;
  font-size: 16px;
  color: #ffe400;
  text-align: center;
}
.page-3 ul li .ico {
  margin: 35px auto 10px;
  display: block;
  width: 44px;
  height: 44px;
  background: url('../img/spr-li.png');
}
.page-3 ul li .ico-1 {
  background-position: 0 0;
}
.page-3 ul li .ico-2 {
  background-position: -46px 0;
}
.page-3 ul li .ico-3 {
  background-position: -92px 0;
}
.page-3 ul li .ico-4 {
  background-position: -138px 0;
}
.page-3 ul li .ico-5 {
  background-position: -184px 0;
}
.page-3 ul li .ico-6 {
  background-position: -230px 0;
}
.page-3 ul li .ico-7 {
  background-position: -276px 0;
}
.page-3 ul li .ico-8 {
  background-position: -322px 0;
}
.page-3 .words {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 190px 0 0 -500px;
}
.page-3 .words h2 {
  font-size: 56px;
  line-height: 80px;
  font-weight: bold;
}
.page-3 .words h2 b {
  color: #ffe400;
}
.page-3 .words p {
  font-size: 20px;
  color: #979797;
  line-height: 26px;
}
.page-3.animated li:nth-child(1) {
  -webkit-animation: zoomIn .5s 1s ease both;
  animation: zoomIn .5s 1s ease both;
}
.page-3.animated li:nth-child(2) {
  -webkit-animation: zoomIn .5s 1.3s ease both;
  animation: zoomIn .5s 1.3s ease both;
}
.page-3.animated li:nth-child(3) {
  -webkit-animation: zoomIn .5s 1.6s ease both;
  animation: zoomIn .5s 1.6s ease both;
}
.page-3.animated li:nth-child(4) {
  -webkit-animation: zoomIn .5s 1.9s ease both;
  animation: zoomIn .5s 1.9s ease both;
}
.page-3.animated li:nth-child(5) {
  -webkit-animation: zoomIn .5s 2.2s ease both;
  animation: zoomIn .5s 2.2s ease both;
}
.page-3.animated li:nth-child(6) {
  -webkit-animation: zoomIn .5s 2.5s ease both;
  animation: zoomIn .5s 2.5s ease both;
}
.page-3.animated li:nth-child(7) {
  -webkit-animation: zoomIn .5s 2.8s ease both;
  animation: zoomIn .5s 2.8s ease both;
}
.page-3.animated li:nth-child(8) {
  -webkit-animation: zoomIn .5s 3.1s ease both;
  animation: zoomIn .5s 3.1s ease both;
}
.page-3.animated .words h2 {
  -webkit-animation: fadeInUp .8s 3.5s ease both;
  animation: fadeInUp .8s 3.5s ease both;
}
.page-3.animated .words p {
  -webkit-animation: fadeInUp .8s 4s ease both;
  animation: fadeInUp .8s 4s ease both;
}
.page-4 {
  background-color: #d6d6d6;
}
.page-4 .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1055px;
}
.page-4 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/screen-4-bg.jpg') 50% 50% no-repeat;
}
.page-4 a.game-center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 243px;
  width: 274px;
  height: 274px;
  background: url('../img/btn-game-center.jpg');
  -webkit-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000;
}
.page-4 a.game-center i {
  display: block;
  width: 274px;
  height: 274px;
  overflow: hidden;
  text-indent: -30000px;
  background: url('../img/btn-game-center-hover.jpg');
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.page-4 a.game-center:hover i {
  opacity: 1;
}
.page-4 .words {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 230px 0 0 -520px;
}
.page-4 .words h2 {
  font-size: 56px;
  line-height: 80px;

  font-weight: bold;
  color: #9000ff;
}
.page-4 .words p {
  font-size: 20px;
  color: #414141;
  line-height: 26px;
}
.page-4.animated .bg {
  -webkit-animation: fadeIn .8s .5s ease both;
  animation: fadeIn .8s .5s ease both;
}
.page-4.animated a.game-center {
  -webkit-animation: bounceIn .8s 1s ease both;
  animation: bounceIn .8s 1s ease both;
}
.page-4.animated .words h2 {
  -webkit-animation: fadeInUp .8s 2s ease both;
  animation: fadeInUp .8s 2s ease both;
}
.page-4.animated .words p {
  -webkit-animation: fadeInUp .8s 2.3s ease both;
  animation: fadeInUp .8s 2.3s ease both;
}
.page-5 .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1055px;
  background: url('../img/screen-5-bg.jpg') 50% 50% no-repeat;
}
.page-5 .words {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 90px 0 0 -490px;
}
.page-5 .words a.link {
  display: block;
  width: 329px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #525252;
  font-size: 24px;
  background: url('../img/ico-arrow.png') 90% 50% no-repeat #ffe400;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-5 .words a.link:hover {
  color: #fff;
  background-color: #ff7f00;
}
.page-5 .words h2 {
  font-size: 56px;
  line-height: 80px;
  font-weight: bold;
  color: #fff;
}
.page-5 .words h2 b {
  color: #ffe400;
}
.page-5 .words p {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}
.page-5.animated .words a {
  -webkit-animation: fadeInUp .8s 1s ease both;
  animation: fadeInUp .8s 1s ease both;
}
.page-5.animated .words h2 {
  -webkit-animation: fadeInUp .8s 1.3s ease both;
  animation: fadeInUp .8s 1.3s ease both;
}
.page-5.animated .words p {
  -webkit-animation: fadeInUp .8s 1.6s ease both;
  animation: fadeInUp .8s 1.6s ease both;
}
.page-6 .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1055px;
  background: url('../img/screen-6-bg.jpg') 50% 50% no-repeat;
}
.page-6 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/mask.png');
  opacity: 0;
  webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}
.page-6.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
}
.page-6.fixed .mask {
  opacity: 1;
  z-index: 2;
}
.page-6 .words {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 290px;
}
.page-6 .words ul{ font-size:18px;}
.page-6 .words ul li {width:380px;height:30px; list-style:inside;}
.page-6 .words a.link {
  display: block;
  width: 329px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #525252;
  font-size: 24px;
  background: url('../img/ico-arrow.png') 90% 50% no-repeat #ffe400;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-6 .words a.link1 {
  display: block;
  width: 329px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #525252;
  font-size: 24px;
  background: #ffe400;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-6 .words a.link:hover {
  color: #6111ac;
  background-color: #dcaeff;
}
.page-6 .words a.link1:hover {
  color: #6111ac;
  background-color: #dcaeff;
}
.page-6 .words h2 {
  text-align: left;
  font-size: 56px;
  line-height: 80px;
  font-weight: bold;
  color: #ffe400;
}
.page-6 .words p {
  text-align: right;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  padding-bottom: 15px;
}
.page-6.animated {
  background-position: 50% 50%;
  -webkit-transition: background 1.5s;
  transition: background 1.5s;
}
.page-6.animated .words a {
  -webkit-animation: fadeInUp .8s 1.6s ease both;
  animation: fadeInUp .8s 1.6s ease both;
}
.page-6.animated .words h3 {
  -webkit-animation: fadeInUp .8s 1.8s ease both;
  animation: fadeInUp .8s 1.8s ease both;
}
.page-6.animated .words h2 {
  -webkit-animation: fadeInUp .8s 1s ease both;
  animation: fadeInUp .8s 1s ease both;
}
.page-6.animated .words ul {
  -webkit-animation: fadeInUp .8s 1.3s ease both;
  animation: fadeInUp .8s 1.3s ease both;
}
.page-7 {
  top: 100%;
}
.page-7 .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  padding-top: 20px;
  background: url('../img/screen-7-bg.jpg') 50% 0 no-repeat #000000;
  z-index: 3;
}
.page-7 dl {
  margin: 0 auto;
  width: 1015px;
}
.page-7 dl dt {
  color: #b1b1b1;
  font-size: 18px;
  line-height: 50px;
}
.page-7 dl dd {
  float: left;
  margin-right: 18px;
  margin-bottom: 13px;
}
.page-7 .footer {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -550px;
  width: 1100px;
}
.page-7 .footer .logo {
  padding-top: 10px;
  float: left;
  width: 370px;
  height: 100px;
}
.page-7 .footer .logo img {
  height: 60px;
  margin-right: 10px;
}
.page-7 .footer .copyright {
  float: left;
  line-height: 20px;
  padding-top: 10px;
  padding-right: 10px;
}
.page-7 .footer .copyright a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-7 .footer .qcode {
  padding-left: 10px;
  float: left;
}
.page-7 .footer .qcode img {
  margin-right: 10px;
}
.pagination {
  position: absolute;
  right: 62px;
  top: 50%;
  margin-top: -165px;
  z-index: 10;
}
.pagination a {
  display: block;
  width: 33px;
  height: 37px;
  margin-bottom: 10px;
  background: url('../img/pagination-bg.png') 100% 0 no-repeat;
}
.pagination a i {
  display: block;
  width: 33px;
  height: 37px;
  background: url('../img/pagination-bg.png') 0 0 no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pagination a.active i,
.pagination a:hover i {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ie .page-1 .container {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1055px;
}
.ie .page-1 .status-1 {
  width: 50%;
  -webkit-transform: none;
  transform: none;
}
.ie .page-1 .status-1 .inner {
  background: url('../img/screen-1-bg2b.jpg') 0 0 no-repeat;
  -webkit-transform: none;
  transform: none;
}
.ie .page-1 .status-2 {
  width: 50%;
  -webkit-transform: none;
  transform: none;
}
.ie .page-1 .status-2 .inner {
  -webkit-transform: none;
  transform: none;
  background: url('../img/screen-1-bg1b.jpg') 100% 0 no-repeat;
}
.ie .page-1 .status.hover {
  width: 70%;
  z-index: 2;
}
.ie .page-1 .status.hover .mask {
  display: none;
}
.ie .page-1 .trigger {
  z-index: 3;
}
.ie .page-1 .trigger.hover .ico {
  display: none;
}
.ie .page-1 .trigger-left .words,
.ie .page-1 .trigger-right .words {
  display: none;
}
.ie .page-1 .trigger-left.hover .words,
.ie .page-1 .trigger-right.hover .words {
  display: block;
}
.ie .page-6 .mask {
  display: none;
}
.ie .page-6.fixed .mask {
  display: block;
}
.ie .pagination a i {
  display: none;
  -webkit-transform: none;
  transform: none;
}
.ie .pagination a.active i,
.ie .pagination a:hover i {
  display: block;
  -webkit-transform: none;
  transform: none;
}

.select01 {
    border: 1px solid #CCC;
    width: 150px;
    height: 26px;
    color: #000;
    background:yellow;
}
.footerright {
    line-height: 24px;
    text-align: right;
}

.footer .copyright span img{vertical-align:middle;}