@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.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, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.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 9, ../sass/screen.scss */
em {
  font-style: normal;
}

/* line 13, ../sass/screen.scss */
body {
  font-family: "microsoft yahei";
  font-size: 14px;
  color: #333333;
  background: #f8f8f8;
}

/* line 20, ../sass/screen.scss */
a {
  color: #333333;
  text-decoration: none;
}
/* line 23, ../sass/screen.scss */
a:hover {
  color: #666666;
}

/* line 29, ../sass/screen.scss */
.nomargin {
  margin: 0px !important;
}

/* line 33, ../sass/screen.scss */
.noborder {
  border: none !important;
}

/* line 37, ../sass/screen.scss */
.clearfix:after, .apppart .applist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* line 46, ../sass/screen.scss */
.clearfix, .apppart .applist {
  *zoom: 1;
}

/* line 50, ../sass/screen.scss */
.w100, .indexnav, .apppart {
  width: 100%;
}

/* line 54, ../sass/screen.scss */
.w1000 {
  width: 1000px;
  margin: 0 auto;
}

/* line 59, ../sass/screen.scss */
.nav {
  box-shadow: none;
  border: none;
}
/* line 63, ../sass/screen.scss */
.nav .icon-logo {
  vertical-align: middle;
  border-right: 1px solid #eeeeee;
  padding-right: 15px;
}

/* line 71, ../sass/screen.scss */
.title {
  font-size: 16px;
  color: #666666;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccdcea;
  display: block;
}

/* line 81, ../sass/screen.scss */
.indexnav .w1000 {
  background: #00a7eb;
  background-image: -moz-linear-gradient(90deg, #1492d7 0%, #00a7eb 100%);
  background-image: -webkit-linear-gradient(90deg, #1492d7 0%, #00a7eb 100%);
  background-image: -ms-linear-gradient(90deg, #1492d7 0%, #00a7eb 100%);
  box-shadow: 0px 3px 5px 0px rgba(223, 223, 223, 0.75);
  height: 40px;
  border-radius: 3px;
}
/* line 90, ../sass/screen.scss */
.indexnav .w1000 a {
  font-size: 16px;
  color: #ffffff;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 180px;
  text-align: center;
  position: relative;
}
/* line 99, ../sass/screen.scss */
.indexnav .w1000 a img {
  vertical-align: middle;
  margin-right: 15px;
}
/* line 104, ../sass/screen.scss */
.indexnav .w1000 a span {
  display: block;
  border-bottom: 5px solid #F8F9FA;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -2.5px;
  z-index: 99;
  display: none;
  _display: none;
}
/* line 118, ../sass/screen.scss */
.indexnav .w1000 a:hover span {
  display: block;
  _display: none;
}

/* line 128, ../sass/screen.scss */
.apppart {
  margin-bottom: 40px;
}
/* line 131, ../sass/screen.scss */
.apppart .w1000 {
  background: #ffffff;
  padding: 25px 25px 0 25px;
  width: 950px;
  overflow: hidden;
}
/* line 137, ../sass/screen.scss */
.apppart .applist {
  width: 1200px;
}
/* line 140, ../sass/screen.scss */
.apppart .applist li {
  +float: left;
  +height: 150px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 423px;
  margin: 20px 0;
  margin-right: 100px;
}
/* line 151, ../sass/screen.scss */
.apppart .applist li img {
  width: 69px;
  height: 69px;
  margin-right: 20px;
  float: left;
}
/* line 157, ../sass/screen.scss */
.apppart .applist li h3 {
  font-size: 20px;
  color: #004f96;
  padding: 8px 0 20px;
  font-weight: normal;
  width: 81%;
  +width: 70%;
}
/* line 165, ../sass/screen.scss */
.apppart .applist li h4 {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
}
/* line 172, ../sass/screen.scss */
.apppart .applist li a {
  position: absolute;
  right: 0px;
  top: 3px;
  border-width: 1px;
  border-color: #0095db;
  border-style: solid;
  border-radius: 2px;
  background-color: white;
  width: 58px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #0095db;
  font-size: 12px;
  font-family: "simsun";
}
/* line 188, ../sass/screen.scss */
.apppart .applist li a:hover {
  background-color: #0095db;
  color: #ffffff;
}

/*pc页面*/
/* line 200, ../sass/screen.scss */
.offline {
  width: 100%;
  height: 700px;
}

/* line 206, ../sass/screen.scss */
.appinfo .w1000 {
  height: 560px;
  position: relative;
}
/* line 210, ../sass/screen.scss */
.appinfo .w1000 .logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 63px;
  left: 0px;
}
/* line 217, ../sass/screen.scss */
.appinfo .w1000 h4 {
  position: absolute;
  top: 75px;
  left: 131px;
  font-size: 34px;
  color: #666666;
  font-weight: normal;
}
/* line 225, ../sass/screen.scss */
.appinfo .w1000 h5 {
  position: absolute;
  top: 132px;
  left: 132px;
  font-size: 22px;
  color: #999999;
  font-weight: normal;
  width: 500px;
  line-height: 30px;
}
/* line 236, ../sass/screen.scss */
.appinfo .w1000 .code {
  position: absolute;
  top: 267px;
  left: 0px;
  font-size: 14px;
  color: #9d9d9d;
  padding-right: 40px;
  text-align: left;
  border-right: 1px solid #eeeeee;
}
/* line 246, ../sass/screen.scss */
.appinfo .w1000 .code img {
  display: block;
  padding-top: 15px;
  width: 162px;
  height: 162px;
}
/* line 254, ../sass/screen.scss */
.appinfo .w1000 .down {
  position: absolute;
  top: 267px;
  left: 252px;
  width: 180px;
  color: #9d9d9d;
}
/* line 260, ../sass/screen.scss */
.appinfo .w1000 .down a {
  margin: 20px 0;
  background: url(../images/down.jpg) top center no-repeat;
  width: 173px;
  height: 39px;
  display: block;
  line-height: 39px;
  color: #ffffff;
  font-size: 16px;
}
/* line 269, ../sass/screen.scss */
.appinfo .w1000 .down a img {
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
/* line 276, ../sass/screen.scss */
.appinfo .w1000 .down a em {
  width: 33px;
  overflow: hidden;
  float: right;
  margin-right: 10px;
  font-size: 12px;
}
/* line 285, ../sass/screen.scss */
.appinfo .w1000 .down p {
  font-size: 12px;
  word-break: break-all;
  font-family: "simsun";
  color: #9d9d9d;
  line-height: 20px;
}
/* line 294, ../sass/screen.scss */
.appinfo .w1000 .banner {
  background: url(../images/iphone.jpg) top center no-repeat;
  width: 369px;
  height: 506px;
  position: absolute;
  left: 632px;
  top: 17px;
}
/* line 301, ../sass/screen.scss */
.appinfo .w1000 .banner .banner_pic {
  padding: 108px 0 0 78px;
}
/* line 303, ../sass/screen.scss */
.appinfo .w1000 .banner .banner_pic img {
  width: 218px;
  height: 386px;
  display: none;
}
