@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: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 260px;
    background: transparent url("../Images/nav-bg.png") repeat-x scroll 50% 0px;
    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;
  z-index:10;
}
.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;
  background:url(../Images/screen-3-bgs.jpg) 50% 50% no-repeat;
}
.page-1 ul {
  position: absolute;
  left: 25%;
  top: 20%;
}
.page-1 ul li {
  padding: 0px 0px;
  float: left;
  width: 300px;
  height: 200px;
  line-height: 22px;
  font-size: 18px;
  color: #ffe400;
  text-align: center;
  z-index:2;
}
#myTab1{position: absolute;
left: 8.5%;
top: 22%;
width: 263px;
height:520px;}
#myTab1 li{width:100px; float:left; height:133px;}
.nTab{width:100%;margin:20px auto; border:0px solid #333;overflow:hidden;padding-top:15%;}
.none {display:none;}
.nTab .TabTitle li{float:left;cursor:pointer;height:30px;line-height:30px;font-weight:bold;text-align:center;width:124px}
.nTab .TabTitle li a{text-decoration:none;}
.nTab .TabTitle li p a{display:none;}
.nTab .TabTitle li p .hover{color:#000; display:block;!important}
.nTab .TabTitle .active{background:yellow;color:#000}
.nTab .TabTitle .normal{background:green;color:#000}
.nTab .TabContent{clear:both;overflow:hidden; padding:5px;display:block}

#g-clr2{height:400px; width:90%;position:absolute;overflow:hidden;}
#g-clr2 li{width:160px; margin-right:5px; height:400px;}
#g-clr2 li img{width:160px; height:400px;}
#g-clr2 ul{ position:absolute; left:0; top:30%; }
#g-clr2 ul li{ float:left; list-style:none;}
.page-1 ul li img{width:290px; height:190px;margin:auto;}
.page-1 ul li .ico {
  margin: 35px auto 10px;
  display: block;
  width: 44px;
  height: 44px;
}
.page-1 ul li .ico-1 {
  background-position: 0 0;
}
.page-1 ul li .ico-2 {
  background-position: -46px 0;
}
.page-1 ul li .ico-3 {
  background-position: -92px 0;
}
.page-1 ul li .ico-4 {
  background-position: -138px 0;
}
.page-1 ul li .ico-5 {
  background-position: -184px 0;
}
.page-1 ul li .ico-6 {
  background-position: -230px 0;
}
.page-1 ul li .ico-7 {
  background-position: -276px 0;
}
.page-1 ul li .ico-8 {
  background-position: -322px 0;
}
.page-1 .words {
  position: absolute;
  left: 50%;
  top: 55%;
  margin: 190px 0 0 -500px;
}
.page-1 .words h2 {
  font-size: 56px;
  line-height: 80px;
  font-weight: bold;
}
.page-1 .words h2 b {
  color: #ffe400;
}
.page-1 .words p {
  font-size: 30px;
  color: #979797;
  line-height: 26px;
}
#myTab1_Content1 ul li:nth-child(1) {
  -webkit-animation: zoomIn .5s 1s ease both;
  animation: zoomIn .5s 1s ease both;
}
#myTab1_Content1 ul li:nth-child(2) {
  -webkit-animation: zoomIn .5s 1.3s ease both;
  animation: zoomIn .5s 1.3s ease both;
}
#myTab1_Content1 ul li:nth-child(3) {
  -webkit-animation: zoomIn .5s 1.6s ease both;
  animation: zoomIn .5s 1.6s ease both;
}
#myTab1_Content1 ul li:nth-child(4) {
  -webkit-animation: zoomIn .5s 1.9s ease both;
  animation: zoomIn .5s 1.9s ease both;
}
#myTab1_Content1 ul li:nth-child(5) {
  -webkit-animation: zoomIn .5s 2.2s ease both;
  animation: zoomIn .5s 2.2s ease both;
}
#myTab1_Content1 ul li:nth-child(6) {
  -webkit-animation: zoomIn .5s 2.5s ease both;
  animation: zoomIn .5s 2.5s ease both;
}
#myTab1_Content1 ul li:nth-child(7) {
  -webkit-animation: zoomIn .5s 2.8s ease both;
  animation: zoomIn .5s 2.8s ease both;
}
#myTab1_Content1 ul li:nth-child(8) {
  -webkit-animation: zoomIn .5s 3.1s ease both;
  animation: zoomIn .5s 3.1s ease both;
}
#myTab1_Content1 ul li:nth-child(9) {
  -webkit-animation: zoomIn .5s 3.4s ease both;
  animation: zoomIn .5s 3.4s ease both;
}
#myTab1_Content1 ul li:nth-child(10) {
  -webkit-animation: zoomIn .5s 3.7s ease both;
  animation: zoomIn .5s 3.7s ease both;
}
#myTab1_Content1 ul li:nth-child(11) {
  -webkit-animation: zoomIn .5s 4.0s ease both;
  animation: zoomIn .5s 4.0s ease both;
}
#myTab1_Content1 ul li:nth-child(12) {
  -webkit-animation: zoomIn .5s 4.3s ease both;
  animation: zoomIn .5s 4.3s ease both;
}
#myTab1_Content1 ul li:nth-child(13) {
  -webkit-animation: zoomIn .5s 4.6s ease both;
  animation: zoomIn .5s 4.6s ease both;
}
#myTab1_Content1 ul li:nth-child(14) {
  -webkit-animation: zoomIn .5s 4.9s ease both;
  animation: zoomIn .5s 4.9s ease both;
}
#myTab1_Content1 ul li:nth-child(15) {
  -webkit-animation: zoomIn .5s 5.2s ease both;
  animation: zoomIn .5s 5.2s ease both;
}
#myTab1_Content1 ul li:nth-child(16) {
  -webkit-animation: zoomIn .5s 5.5s ease both;
  animation: zoomIn .5s 5.5s ease both;
}
#myTab1_Content1 ul li:nth-child(17) {
  -webkit-animation: zoomIn .5s 5.8s ease both;
  animation: zoomIn .5s 5.8s ease both;
}
.page-1.animated .words h2 {
  -webkit-animation: fadeInUp .8s 3.5s ease both;
  animation: fadeInUp .8s 3.5s ease both;
}
.page-1.animated .words p {
  -webkit-animation: fadeInUp .8s 4s ease both;
  animation: fadeInUp .8s 4s ease both;
}
.page-2{background: url('../Images/screen-8-bg.jpg') 50% 0 no-repeat #000000;}
.page-2 .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  padding-top: 20px;
  z-index: 3;
}
.page-2 dl {
  margin: 0 auto;
  width: 1015px;
}
.page-2 dl dt {
  color: #b1b1b1;
  font-size: 18px;
  line-height: 50px;
}
.page-2 dl dd {
  float: left;
  margin-right: 18px;
  margin-bottom: 13px;
}
.page-2 .footer {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -550px;
  width: 1100px;
}
.page-2 .footer .logo {
  padding-top: 10px;
  float: left;
  width: 370px;
  height: 100px;
}
.page-2 .footer .logo img {
  height: 60px;
  margin-right: 10px;
}
.page-2 .footer .copyright {
  float: left;
  line-height: 20px;
  padding-top: 10px;
  padding-right: 10px;
}
.page-2 .footer .copyright a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-2 .footer .qcode {
  padding-left: 10px;
  float: left;
}
.page-2 .footer .qcode img {
  margin-right: 10px;
}
.pagination {
  position: absolute;
  right: 44px;
  top: 50%;
  margin-top: -165px;
  z-index: 10;
}
.pagination a {
  display: block;
  width: 33px;
  height: 37px;
  margin-bottom: 10px;
  background: url('../Images/pagination-bg.png') 100% 0 no-repeat;
}
.pagination a i {
  display: block;
  width: 33px;
  height: 37px;
  background: url('../Images/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('../Images/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('../Images/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;}
.foot {width: 100%; background-color: #000;}

.clear{ clear:both;}

#myTab1 li{width:263px; height:173px; border:1px solid #fff;}
#msg_cont{height:523px; left:23%; top:22%;}
#msg_cont li{width:257px; height:523px;}
#msg_cont li img{width:257px; height:523px;}

#myTab1_Content1 ul li {
    padding: 0px;
    float: left;
    width: 257px;
    height: 260px;
    line-height: 22px;
    font-size: 18px;
    color: #FFE400;
    text-align: center;
    z-index: 2;
}
#myTab1_Content1 ul li img {
    width: 257px;
    height: 260px;
    margin: auto;
}
myTab1_Content1,.none ul{
    height: 600px;
    left: 23%;
    top: 22%;
}
#div1{ width:1500px; height:410px; position:relative;overflow:hidden; left:13%; margin-top:-5px;}
#div1 ul{ position:absolute; top:0; }
#div1 ul li{ float:left; width:200px; height:400px; list-style:none; border:5px solid rgba(0, 0, 0, 0);}
#div1 ul li img{width:200px; height:400px;}
#pagebtn span input, #pagebtn label input { border:1px solid #ccc; background:none; padding:0 5px; margin:10px 5px; cursor:pointer; font-weight:normal; outline:none; display:none;}
#pagebtn{z-index:9999;}
#pages_pre {
    width: 80px;
    height: 80px;
    left: 23%;
    top: 45%;
    position: absolute;
    z-index:9999;
    background: url('../Images/left.png') no-repeat center center;
    filter:alpha(opacity:30); opacity:0.3;
}
#pages_next {
    width: 80px;
    height: 80px;
    right: 10%;
    top: 45%;
    position: absolute;
    z-index:9999;
    background: url('../Images/right.png') no-repeat center center;
    filter:alpha(opacity:30); opacity:0.3;
}
#pages_pre:hover{filter:alpha(opacity:100); opacity:1.0;}
#pages_next:hover{filter:alpha(opacity:100); opacity:1.0;}

.TabTitle p{ line-height:50px; margin:60px auto;}