/** 
 * @authors: huyuyang
 * @desc: 
 */
/* line 5, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, E:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 49, ../sass/core/_mixin.scss */
.transparent-background {
  background-color: transparent;
  zoom: 1;
}

/* line 3, ../sass/_common.scss */
.fl {
  float: left;
}

/* line 4, ../sass/_common.scss */
.fr {
  float: right;
}

/* line 5, ../sass/_common.scss */
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 6, ../sass/_common.scss */
.dn {
  display: none;
}

/* line 7, ../sass/_common.scss */
.db {
  display: block;
}

/* line 8, ../sass/_common.scss */
.hide {
  visibility: hidden;
}

/* line 9, ../sass/_common.scss */
.hidetxt {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

/* line 10, ../sass/_common.scss */
.wh0 {
  width: 0;
  height: 0;
}

/* line 11, ../sass/_common.scss */
.tdu {
  text-decoration: underline;
}

/* line 12, ../sass/_common.scss */
.tal {
  text-align: left;
}

/* line 13, ../sass/_common.scss */
.tac {
  text-align: center;
}

/* line 14, ../sass/_common.scss */
.tar {
  text-align: right;
}

/* line 15, ../sass/_common.scss */
.vam {
  vertical-align: middle;
}

/* line 16, ../sass/_common.scss */
.vat {
  vertical-align: top;
}

/* line 17, ../sass/_common.scss */
.vam {
  vertical-align: middle;
}

/* line 18, ../sass/_common.scss */
.btn {
  cursor: pointer;
}

/* line 19, ../sass/_common.scss */
.btn:hover {
  text-decoration: none;
  opacity: .9;
}

/* line 20, ../sass/_common.scss */
.center-hor, .inner {
  margin-left: auto;
  margin-right: auto;
}

/* line 22, ../sass/_common.scss */
.clearfix, .clear {
  *zoom: 1;
}
/* line 24, ../sass/_common.scss */
.clearfix:after, .clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 26, ../sass/_common.scss */
.dibwrap {
  font-size: 0;
  *word-spacing: -1px;
}
/* line 27, ../sass/_common.scss */
.dibwrap .dib {
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

/* line 30, ../sass/_common.scss */
.pop-wp {
  display: none;
}
/* line 33, ../sass/_common.scss */
.pop-wp .pop {
  top: 50%;
  left: 50%;
  position: fixed;
  _position: absolute;
  _top: expression(eval(documentElement.scrollTop+300));
  z-index: 101;
}
/* line 36, ../sass/_common.scss */
.pop-wp .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 100;
}
/* line 48, ../sass/_common.scss */
.pop-wp .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  *zoom: 1;
  *background: url(about:blank);
  cursor: pointer;
  font: 45px/45px "Simsun";
  text-align: center;
  color: #fff;
}
/* line 50, ../sass/_common.scss */
.pop-wp .close:hover {
  text-decoration: none;
}

/* line 11, ../sass/web.scss */
body {
  position: relative;
  overflow-x: hidden;
  margin: auto;
  min-width: 1000px;
  width: 100%;
  color: #333;
  font-size: 12px;
  line-height: 24px;
  font-family: "microsoft yahei";
  background: #000000;
}

/* line 24, ../sass/web.scss */
a {
  color: #333;
  text-decoration: none;
}
/* line 27, ../sass/web.scss */
a:hover {
  text-decoration: underline;
}

/* line 32, ../sass/web.scss */
.inner {
  position: relative;
  width: 1000px;
}

/* line 38, ../sass/web.scss */
.btn {
  display: block;
  background-repeat: no-repeat;
  text-align: center;
}
/* line 42, ../sass/web.scss */
.btn:hover {
  opacity: .9;
}

/* line 47, ../sass/web.scss */
.icon {
  display: inline-block;
  vertical-align: middle;
}

/* line 52, ../sass/web.scss */
.footer {
  background: #000000;
  padding: 20px 0;
}
/* line 55, ../sass/web.scss */
.footer span {
  display: block;
  width: 740px;
  padding-left: 260px;
  color: #4e4d4d;
  line-height: 20px;
  font-family: Simsun;
  background: url("../images/s_logo.png") no-repeat 32px 0;
}

/* line 69, ../sass/web.scss */
.wrap {
  position: relative;
  width: 100%;
  height: 1000px;
}
/* line 73, ../sass/web.scss */
.wrap .logo {
  position: absolute;
  top: 16px;
}

/* line 81, ../sass/web.scss */
.btn--play, .btn--download {
  position: absolute;
  top: 33px;
  width: 124px;
  height: 42px;
  font-size: 0;
  line-height: 0;
  background: url("../images/btn-play.jpg") no-repeat;
}
/* line 91, ../sass/web.scss */
.btn--download {
  background-image: url("../images/btn-download.jpg");
}
/* line 94, ../sass/web.scss */
.btn--video {
  width: 165px;
  height: 62px;
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 44px;
  text-align: left;
  background: url("../images/btn-video.jpg") no-repeat;
}
/* line 105, ../sass/web.scss */
.btn--check {
  width: 209px;
  height: 62px;
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: url("../images/btn-check.jpg") no-repeat;
}

/* line 120, ../sass/web.scss */
.nav_box {
  position: relative;
  width: 100%;
  height: 1000px;
}
/* line 125, ../sass/web.scss */
.nav_box--small .nav_item {
  left: 0;
  right: auto;
  width: 238px;
  height: 104px;
}
/* line 132, ../sass/web.scss */
.nav_box--small .nav_item--1 {
  top: 150px;
  background-image: url("../images/nav1s.png");
}
/* line 132, ../sass/web.scss */
.nav_box--small .nav_item--2 {
  top: 264px;
  background-image: url("../images/nav2s.png");
}
/* line 132, ../sass/web.scss */
.nav_box--small .nav_item--3 {
  top: 378px;
  background-image: url("../images/nav3s.png");
}
/* line 132, ../sass/web.scss */
.nav_box--small .nav_item--4 {
  top: 492px;
  background-image: url("../images/nav4s.png");
}
/* line 132, ../sass/web.scss */
.nav_box--small .nav_item--5 {
  top: 606px;
  background-image: url("../images/nav5s.png");
}
/* line 139, ../sass/web.scss */
.nav_box--small .nav_bg {
  width: 100%;
}
/* line 142, ../sass/web.scss */
.nav_box--small .nav_content {
  left: 0;
  width: 100%;
}
/* line 153, ../sass/web.scss */
.nav_bgs, .nav_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: 0;
}
/* line 161, ../sass/web.scss */
.nav_contents {
  z-index: 1;
}
/* line 164, ../sass/web.scss */
.nav_item {
  position: absolute;
  top: 0;
  width: 113px;
  height: 1000px;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
/* line 177, ../sass/web.scss */
.nav_item--1 {
  right: 452px;
  background-image: url("../images/nav1.png");
}
/* line 177, ../sass/web.scss */
.nav_item--2 {
  right: 339px;
  background-image: url("../images/nav2.png");
}
/* line 177, ../sass/web.scss */
.nav_item--3 {
  right: 226px;
  background-image: url("../images/nav3.png");
}
/* line 177, ../sass/web.scss */
.nav_item--4 {
  right: 113px;
  background-image: url("../images/nav4.png");
}
/* line 177, ../sass/web.scss */
.nav_item--5 {
  right: 0px;
  background-image: url("../images/nav5.png");
}
/* line 183, ../sass/web.scss */
.nav_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 1000px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* line 192, ../sass/web.scss */
.nav_bg--1 {
  width: 565px;
  z-index: 1;
  background-image: url("../images/bg1.jpg");
}
/* line 192, ../sass/web.scss */
.nav_bg--2 {
  width: 452px;
  z-index: 2;
  background-image: url("../images/bg2.jpg");
}
/* line 192, ../sass/web.scss */
.nav_bg--3 {
  width: 339px;
  z-index: 3;
  background-image: url("../images/bg3.jpg");
}
/* line 192, ../sass/web.scss */
.nav_bg--4 {
  width: 226px;
  z-index: 4;
  background-image: url("../images/bg4.jpg");
}
/* line 192, ../sass/web.scss */
.nav_bg--5 {
  width: 113px;
  z-index: 5;
  background-image: url("../images/bg5.jpg");
}
/* line 199, ../sass/web.scss */
.nav_content {
  position: absolute;
  top: 0;
  left: 113px;
  width: 652px;
  height: 880px;
  padding-top: 120px;
  background: url("../images/shadow.png") no-repeat top right;
  overflow: hidden;
}
/* line 209, ../sass/web.scss */
.nav_content .logo {
  left: 65px;
}
/* line 212, ../sass/web.scss */
.nav_content .btn--play {
  left: 266px;
}
/* line 215, ../sass/web.scss */
.nav_content .btn--download {
  left: 393px;
}
/* line 218, ../sass/web.scss */
.nav_content .main {
  float: right;
  width: 622px;
  padding-right: 30px;
}
/* line 222, ../sass/web.scss */
.nav_content .main_header {
  border-style: solid;
  border-bottom-width: 1px;
}
/* line 226, ../sass/web.scss */
.nav_content .main_title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
/* line 235, ../sass/web.scss */
.nav_content .main_desc {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
}
/* line 240, ../sass/web.scss */
.nav_content .main_content {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
/* line 244, ../sass/web.scss */
.nav_content .main_content img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 251, ../sass/web.scss */
.nav_content .main_table td {
  padding: 10px 5px;
  vertical-align: middle;
}
/* line 255, ../sass/web.scss */
.nav_content .main_table .td1 {
  width: 109px;
}
/* line 258, ../sass/web.scss */
.nav_content .main_table .num {
  display: inline-block;
  width: 109px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
}
/* line 272, ../sass/web.scss */
.nav_content--1 .main_header {
  color: #fbdacf;
}
/* line 275, ../sass/web.scss */
.nav_content--1 .main_content {
  color: #fddccc;
}
/* line 279, ../sass/web.scss */
.nav_content--1 .main_table .num {
  color: #ffffff;
  background-image: url("../images/num1.png");
}
/* line 288, ../sass/web.scss */
.nav_content--2 .main_header {
  color: #ffffff;
}
/* line 291, ../sass/web.scss */
.nav_content--2 .main_content {
  color: #ffffff;
}
/* line 295, ../sass/web.scss */
.nav_content--2 .main_table .num {
  color: #ffffff;
  background-image: url("../images/num2.png");
}
/* line 304, ../sass/web.scss */
.nav_content--3 .main_header {
  color: #ffffff;
}
/* line 307, ../sass/web.scss */
.nav_content--3 .main_content {
  color: #ffffff;
}
/* line 311, ../sass/web.scss */
.nav_content--3 .main_table .num {
  color: #ffffff;
  background-image: url("../images/num3.png");
}
/* line 320, ../sass/web.scss */
.nav_content--4 .main_header {
  color: #ffffff;
}
/* line 323, ../sass/web.scss */
.nav_content--4 .main_content {
  color: #ffffff;
}
/* line 327, ../sass/web.scss */
.nav_content--4 .main_table .num {
  color: #ffffff;
  background-image: url("../images/num4.png");
}
/* line 336, ../sass/web.scss */
.nav_content--5 .main_header {
  color: #ffffff;
}
/* line 339, ../sass/web.scss */
.nav_content--5 .main_content {
  color: #ffffff;
}
/* line 343, ../sass/web.scss */
.nav_content--5 .main_table .num {
  color: #ffffff;
  background-image: url("../images/num5.png");
}

/* line 354, ../sass/web.scss */
.pop-wp .pop {
  margin-left: -400px;
  margin-top: -300px;
  width: 800px;
  height: 600px;
}
/* line 356, ../sass/web.scss */
.pop-wp .pop .video {
  width: 800px;
  height: 600px;
}
/* line 361, ../sass/web.scss */
.pop-wp .close {
  right: -50px;
}
/* line 364, ../sass/web.scss */
.pop-wp .mask {
  _height: 1080px;
}
