@charset "UTF-8";
/*define mixin*/
/*全站字体*/
/*字体间距*/
/*默认最大尺寸*/
/* line 10, ../../sass/core/reset.scss */
html {
  color: #000;
  background: #FFF;
}

/* line 15, ../../sass/core/reset.scss */
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;
}

/* line 44, ../../sass/core/reset.scss */
p, h1, h2, h3, h4, h5, label {
  cursor: default;
}

/* line 48, ../../sass/core/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 52, ../../sass/core/reset.scss */
fieldset,
img {
  border: 0;
}

/* line 56, ../../sass/core/reset.scss */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/* line 69, ../../sass/core/reset.scss */
ol,
ul {
  list-style: none;
}

/* line 74, ../../sass/core/reset.scss */
caption,
th {
  text-align: left;
}

/* line 78, ../../sass/core/reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
}

/* line 88, ../../sass/core/reset.scss */
q:before,
q:after {
  content: '';
}

/* line 92, ../../sass/core/reset.scss */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
/* line 98, ../../sass/core/reset.scss */
sup {
  vertical-align: text-top;
}

/* line 101, ../../sass/core/reset.scss */
sub {
  vertical-align: text-bottom;
}

/* line 104, ../../sass/core/reset.scss */
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
}

/*because legend doesn't inherit in IE */
/* line 113, ../../sass/core/reset.scss */
legend {
  color: #000;
}

/* line 117, ../../sass/core/reset.scss */
body {
  font-family: "Microsoft YaHei", "微软雅黑", STHei, "华文黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  min-width: 970px;
}

/* line 124, ../../sass/core/reset.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Microsoft YaHei", "微软雅黑", STHei, "华文黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**********布局*********/
/* line 129, ../../sass/core/reset.scss */
.container {
  max-width: 970px;
  min-width: 970px;
  /*禁用响应式*/
}

/* line 134, ../../sass/core/reset.scss */
p {
  margin: 0 0 10px;
}

/* line 138, ../../sass/core/reset.scss */
.en {
  font-family: Arial;
  letter-spacing: 0px;
}

/* line 144, ../../sass/core/reset.scss */
a:hover {
  text-decoration: none !important;
}

/* line 1, ../../sass/nav.scss */
.navContainer {
  position: absolute;
  width: 100%;
  min-width: 970px;
  height: 140px;
  left: 0px;
  top: 0px;
  z-index: 200;
}

/* line 13, ../../sass/nav.scss */
.nav {
  width: 800px;
  height: 40px;
  display: block;
  margin: 50px auto;
  text-align: right;
  position: relative;
}
/* line 23, ../../sass/nav.scss */
.nav .navMenu {
  width: 100%;
  height: 100%;
  display: block;
  color: #001d61;
  font-size: 0px;
  cursor: pointer;
}
/* line 31, ../../sass/nav.scss */
.nav .navMenu li {
  width: 14%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #faea33;
  border-right: 1px dashed #a99d2b;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
/* line 44, ../../sass/nav.scss */
.nav .navMenu li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #001d61;
}
/* line 52, ../../sass/nav.scss */
.nav .navMenu li:hover {
  background: #bbdc00;
}
/* line 57, ../../sass/nav.scss */
.nav .navMenu .active {
  background: #bbdc00;
}
/* line 61, ../../sass/nav.scss */
.nav .navMenu .lastMenu {
  width: 14%;
  border-right: none;
  border-radius: 0px 20px 20px 0px;
}

/* line 69, ../../sass/nav.scss */
.icon-logo {
  width: 62px;
  height: 67px;
  display: block;
  position: absolute;
  left: -30px;
  top: -13px;
}

/* line 1, ../../sass/core/icon.scss */
.icon-logo {
  background: url("../../images/index/index-logo@2x-20.png") no-repeat center;
  background-size: contain;
}

/* line 6, ../../sass/core/icon.scss */
.cloud-background {
  background: url("../../images/index/index-@2x-17.png") no-repeat bottom;
  background-size: contain;
}

/* line 11, ../../sass/core/icon.scss */
.planet-background {
  background: url("../../images/index/index-@2x-04.png") no-repeat center;
  background-size: contain;
}

/* line 16, ../../sass/core/icon.scss */
.building-background {
  background: url("../../images/index/index-@2x-18.png") no-repeat center;
  background-size: contain;
}

/* line 21, ../../sass/core/icon.scss */
.icon-lion {
  background: url("../../images/index/index-@2x-01.png") no-repeat center;
  background-size: contain;
}

/* line 26, ../../sass/core/icon.scss */
.icon-giraffe {
  background: url("../../images/index/index-@2x-02.png") no-repeat center;
  background-size: contain;
}

/* line 31, ../../sass/core/icon.scss */
.icon-elephant {
  background: url("../../images/index/index-@2x-03.png") no-repeat center;
  background-size: contain;
}

/* line 36, ../../sass/core/icon.scss */
.icon-signs {
  background: url("../../images/index/index-@2x-07.png") no-repeat center;
  background-size: contain;
}

/* line 41, ../../sass/core/icon.scss */
.icon-airship {
  background: url("../../images/index/index-@2x-05.png") no-repeat center;
  background-size: contain;
}

/* line 46, ../../sass/core/icon.scss */
.icon-tv {
  background: url("../../images/index/index-@2x-06.png") no-repeat center;
  background-size: contain;
}

/* line 51, ../../sass/core/icon.scss */
.icon-event {
  background: url("../../images/index/index-@2x-15.png") no-repeat center;
  background-size: contain;
}

/* line 56, ../../sass/core/icon.scss */
.icon-event-background {
  background: url("../../images/index/index-@2x-13.png") no-repeat center;
  background-size: cover;
}

/* line 61, ../../sass/core/icon.scss */
.icon-buy {
  background: url("../../images/index/index-@2x-08.png") no-repeat center;
  background-size: cover;
}

/* line 66, ../../sass/core/icon.scss */
.icon-sina {
  background: url("../../images/index/index-@2x-09.png") no-repeat center;
  background-size: cover;
}

/* line 71, ../../sass/core/icon.scss */
.icon-wechat {
  background: url("../../images/index/index-@2x-10.png") no-repeat center;
  background-size: cover;
}

/* line 76, ../../sass/core/icon.scss */
.icon-website {
  background: url("../../images/index/index-@2x-11.png") no-repeat center;
  background-size: cover;
}

/* line 81, ../../sass/core/icon.scss */
.icon-radio {
  background: url("../../images/index/index-@2x-12.png") no-repeat center;
  background-size: cover;
}

/* line 86, ../../sass/core/icon.scss */
.service-list-background {
  background: url("../../images/index/index-@2x-19.png") no-repeat center;
  background-size: 100% 120px;
}

/* line 91, ../../sass/core/icon.scss */
.icon-more-news {
  background: url("../../images/index/index-@2x-14.png") no-repeat center;
  background-size: contain;
}

/* line 96, ../../sass/core/icon.scss */
.news-label {
  background: url("../../images/index/index-@2x-16.png") no-repeat center;
  background-size: contain;
}

/* line 101, ../../sass/core/icon.scss */
.icon-wechat-qrcode {
  background: url("../../images/index/wechat-qrcode-22.png") no-repeat center;
  background-size: contain;
}

/* line 106, ../../sass/core/icon.scss */
.icon-cloud1 {
  background: url("../../images/index/index-cloud-01.png") no-repeat center;
  background-size: contain;
  width: 142px;
  height: 100px;
}

/* line 113, ../../sass/core/icon.scss */
.icon-cloud2 {
  background: url("../../images/index/index-cloud-02.png") no-repeat center;
  background-size: contain;
  width: 89px;
  height: 81px;
}

/* line 120, ../../sass/core/icon.scss */
.icon-cloud3 {
  background: url("../../images/index/index-cloud-03.png") no-repeat center;
  background-size: contain;
  width: 123px;
  height: 117px;
}

/* line 127, ../../sass/core/icon.scss */
.icon-cloud4 {
  background: url("../../images/index/index-cloud-04.png") no-repeat center;
  background-size: contain;
  width: 109px;
  height: 120px;
}

/* line 134, ../../sass/core/icon.scss */
.icon-cloud5 {
  background: url("../../images/index/index-cloud-05.png") no-repeat center;
  background-size: contain;
  width: 91px;
  height: 107px;
}

/* line 141, ../../sass/core/icon.scss */
.icon-peasplanet {
  background: url("../../images/products/products@2x-15.png") no-repeat center;
  background-size: contain;
}

/* line 146, ../../sass/core/icon.scss */
.icon-peasplanet-trim {
  background: url("../../images/products/products@2x-25.png") no-repeat center;
  background-size: contain;
}

/* line 151, ../../sass/core/icon.scss */
.icon-peasplanet-title {
  background: url("../../images/products/products-@2x-17.png") no-repeat center;
  background-size: contain;
}

/* line 156, ../../sass/core/icon.scss */
.icon-peasplanet-description {
  background: url("../../images/products/products-@2x-15.png") no-repeat center;
  background-size: contain;
}

/* line 161, ../../sass/core/icon.scss */
.card-background1, .card-1 {
  background: url("../../images/products/products-cards@2x-25.png") no-repeat center;
  background-size: contain;
}

/* line 166, ../../sass/core/icon.scss */
.card-background2, .card-2 {
  background: url("../../images/products/products-@2x-08.png") no-repeat center;
  background-size: contain;
}

/* line 171, ../../sass/core/icon.scss */
.card-background3, .card-3 {
  background: url("../../images/products/products-cards@2x-26.png") no-repeat center;
  background-size: contain;
}

/* line 176, ../../sass/core/icon.scss */
.card-background4, .card-4 {
  background: url("../../images/products/products-cards@2x-27.png") no-repeat center;
  background-size: contain;
}

/* line 181, ../../sass/core/icon.scss */
.card-background5, .card-5 {
  background: url("../../images/products/products-cards@2x-28.png") no-repeat center;
  background-size: contain;
}

/* line 186, ../../sass/core/icon.scss */
.icon-tmall {
  background: url("../../images/products/products-@-24.png") no-repeat center;
  background-size: contain;
}

/* line 191, ../../sass/core/icon.scss */
.icon-jd {
  background: url("../../images/products/products-@2x-24.png") no-repeat center;
  background-size: contain;
}

/* line 196, ../../sass/core/icon.scss */
.icon-tb {
  background: url("../../images/products/products-@2x-23.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1280px) {
  /* line 202, ../../sass/core/icon.scss */
  .cloud-background {
    background: url("../../images/index/index-cloud-background-23.png") no-repeat bottom;
    background-size: contain;
  }
}
/* line 1, ../../sass/footer.scss */
footer {
  width: 100%;
  min-width: 970px;
  height: 30px;
  display: block;
  background: #454545;
}
/* line 9, ../../sass/footer.scss */
footer section {
  width: 800px;
  height: 100%;
  display: block;
  margin: 0 auto;
  color: #ffffff;
}
/* line 16, ../../sass/footer.scss */
footer section .footer-left {
  width: 56.25%;
  height: 15px;
  margin-top: 8px;
  display: inline-block;
  font-size: 0px;
  vertical-align: top;
}
/* line 25, ../../sass/footer.scss */
footer section .footer-left li {
  width: 15%;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #ffffff;
  vertical-align: top;
}
/* line 35, ../../sass/footer.scss */
footer section .footer-left li a {
  cursor: default;
  text-decoration: none;
}
/* line 41, ../../sass/footer.scss */
footer section .footer-left li:first-child {
  text-align: left;
  width: 13%;
}
/* line 46, ../../sass/footer.scss */
footer section .footer-left .thirdLi {
  width: 17%;
}
/* line 50, ../../sass/footer.scss */
footer section .footer-left .lastMenu {
  width: 35%;
  border-right: none;
}
/* line 56, ../../sass/footer.scss */
footer section .footer-right {
  display: inline-block;
  width: 43%;
  height: 15px;
  line-height: 15px;
  margin-top: 8px;
  font-size: 13px;
  text-align: right;
  vertical-align: top;
}

/* line 1, ../../sass/core/topBtn.scss */
.top-btn {
  background: url("../../images/products/products-@2x-22.png") no-repeat center;
  background-size: contain;
  width: 65px;
  height: 70px;
  cursor: pointer;
  opacity: 0;
  z-index: 1000;
  position: absolute;
  right: -90px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*full height*/
/*cloud height*/
/* line 16, ../../sass/star_travell/star_travell.scss */
body {
  display: block;
  width: 100%;
  height: auto;
  background: url("../../images/star_travell/star_travell-01.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
/* line 24, ../../sass/star_travell/star_travell.scss */
body .cloud-background {
  background: url("../../images/star_travell/star_travell-09.png") no-repeat bottom;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  height: 630px;
}
/* line 36, ../../sass/star_travell/star_travell.scss */
body #bg img.bg_full {
  z-index: -100;
  filter: alpha(opacity=85);
  position: absolute;
  width: 100%;
  height: 2860px;
  top: 0px;
}
/* line 45, ../../sass/star_travell/star_travell.scss */
body #bg img.bg_cloud {
  z-index: -100;
  filter: alpha(opacity=85);
  position: absolute;
  width: 100%;
  height: 500px;
  top: 2360px;
}
/* line 55, ../../sass/star_travell/star_travell.scss */
body #main_content {
  text-align: center;
  width: 100%;
  z-index: 50;
  position: relative;
  display: block;
  padding-top: 140px;
}
/* line 63, ../../sass/star_travell/star_travell.scss */
body #main_content #container {
  width: 900px;
  height: 2720px;
  margin: auto auto;
  position: relative;
}
/* line 70, ../../sass/star_travell/star_travell.scss */
body #main_content #container .block {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px 0 50px 0;
}
/* line 77, ../../sass/star_travell/star_travell.scss */
body #main_content #container .first {
  padding-top: 100px;
}
/* line 81, ../../sass/star_travell/star_travell.scss */
body #main_content #container .logo {
  width: 648px;
  height: auto;
}
/* line 86, ../../sass/star_travell/star_travell.scss */
body #main_content #container .planet {
  width: 800px;
  height: auto;
}
/* line 91, ../../sass/star_travell/star_travell.scss */
body #main_content #container .intro_children {
  width: 432px;
  height: auto;
}
/* line 96, ../../sass/star_travell/star_travell.scss */
body #main_content #container .small {
  margin: -50px 0 -40px 0;
}
/* line 100, ../../sass/star_travell/star_travell.scss */
body #main_content #container .smaller {
  margin: -150px 0 0px 0;
}
/* line 104, ../../sass/star_travell/star_travell.scss */
body #main_content #container .awu {
  width: 648px;
  height: auto;
}
/* line 109, ../../sass/star_travell/star_travell.scss */
body #main_content #container .diandian {
  width: 648px;
  height: auto;
}
/* line 114, ../../sass/star_travell/star_travell.scss */
body #main_content #container .gaogao {
  width: 648px;
  height: auto;
}
/* line 119, ../../sass/star_travell/star_travell.scss */
body #main_content #container .continue {
  width: 578px;
}
/* line 123, ../../sass/star_travell/star_travell.scss */
body #main_content #container .bg_cloud {
  top: 2360pxpx;
  z-index: -100;
  filter: alpha(opacity=85);
  position: absolute;
  width: 100%;
  height: 500px;
}
/* line 132, ../../sass/star_travell/star_travell.scss */
body #main_content #container span {
  display: block;
}

/* line 141, ../../sass/star_travell/star_travell.scss */
.top-btn {
  right: -10px;
}
