@charset "utf-8";
@-moz-keyframes arrow {
  0% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 30%);
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 30%);
  }
}
@-o-keyframes arrow {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(0, 30%);
  }
}
@-ms-keyframes arrow {
  0% {
    -ms-transform: translate(0, 0);
  }
  100% {
    -ms-transform: translate(0, 30%);
  }
}
@keyframes arrow {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 30%);
  }
}
html {
  overflow-y: scroll;
  font-family: '微软雅黑', "黑体";
  font-size: 12px;
  color: #000;
  background: #ffffff;
}
body {
  width: 100%;
}
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,
img {
  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;
}
ol,
ul,
li {
  list-style: none outside 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;
  outline: none;
  border: none;
  background: none;
}
input,
textarea,
select {
  *font-size: 100%;
}
textarea {
  resize: none;
}
legend {
  color: #000000;
}
a,
a:link {
  text-decoration: none;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix_a:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix_a {
  *zoom: 1;
}
.clearfix_b:before,
.clearfix_b:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix_b:after {
  clear: both;
}
.clearfix_b {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.inlineBlockFloat {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
html,
body {
  font-family: "微软雅黑,Helvetica";
  line-height: 1.3;
  color: #000000;
  background: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) and (max-width: 414px) {
  html {
    font-size: 14.0625px;
  }
}
@media screen and (min-width: 414px) and (max-width: 640px) {
  html {
    font-size: 15.525px;
  }
}
@media screen and (min-width: 640px) and (max-width: 720px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) and (max-width: 750px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  html {
    font-size: 28.125px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 30px;
  }
}
html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
  outline: none;
}
i {
  font-style: normal;
}
input[type=number] {
  -moz-appearance: textfield
;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.swiper-container {
  height: 100%;
  line-height: 1;
}
.swiper-container .swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
}
#panel-page01 {
  background: url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#panel-page01 .logo {
  margin-left: -36.93333333%;
  width: 73.86666667%;
  position: absolute;
  left: 50%;
  bottom: 13.03979678%;
}
#panel-page01 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 6.51989839%;
}
#panel-page01 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page02 {
  background: url("../images/img_004.jpg") center center no-repeat;
  background-size: cover;
}
#panel-page02 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 2.03217612%;
}
#panel-page02 .box {
  margin-left: -47.06666667%;
  width: 94.13333333%;
  position: absolute;
  left: 50%;
  top: 8.2980525%;
  height: 84.50465707%;
  background-color: #ffffff;
}
#panel-page02 .box .caption01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 1.80360721%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 0.5s;
  -moz-transition: all 0.8s linear 0.5s;
  -ms-transition: all 0.8s linear 0.5s;
  -o-transition: all 0.8s linear 0.5s;
  transition: all 0.8s linear 0.5s;
}
#panel-page02 .box .caption01.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#panel-page02 .box .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 11.02204409%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 0.5s;
  -moz-transition: all 0.8s linear 0.5s;
  -ms-transition: all 0.8s linear 0.5s;
  -o-transition: all 0.8s linear 0.5s;
  transition: all 0.8s linear 0.5s;
}
#panel-page02 .box .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#panel-page02 .box .caption02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 27.45490982%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 2.5s;
  -moz-transition: all 0.8s linear 2.5s;
  -ms-transition: all 0.8s linear 2.5s;
  -o-transition: all 0.8s linear 2.5s;
  transition: all 0.8s linear 2.5s;
}
#panel-page02 .box .caption02.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#panel-page02 .box .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34.86973948%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 2.5s;
  -moz-transition: all 0.8s linear 2.5s;
  -ms-transition: all 0.8s linear 2.5s;
  -o-transition: all 0.8s linear 2.5s;
  transition: all 0.8s linear 2.5s;
}
#panel-page02 .box .text02.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#panel-page02 .box .caption03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 36.07214429%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 4.1s;
  -moz-transition: all 0.8s linear 4.1s;
  -ms-transition: all 0.8s linear 4.1s;
  -o-transition: all 0.8s linear 4.1s;
  transition: all 0.8s linear 4.1s;
}
#panel-page02 .box .caption03.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#panel-page02 .box .text03 {
  margin-left: -53.11614731%;
  width: 106.23229462%;
  position: absolute;
  left: 50%;
  bottom: 6.01202405%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 4.1s;
  -moz-transition: all 0.8s linear 4.1s;
  -ms-transition: all 0.8s linear 4.1s;
  -o-transition: all 0.8s linear 4.1s;
  transition: all 0.8s linear 4.1s;
}
#panel-page02 .box .text03.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#panel-page02 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page03 {
  background-size: cover;
}
#panel-page03 .title {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page03 .product {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page03 .boxWrap {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page03 .boxWrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#panel-page03 .boxWrap .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 3.67170626%;
}
#panel-page03 .boxWrap .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34.3412527%;
}
#panel-page03 .boxWrap .more {
  margin-left: -11.86666667%;
  width: 23.73333333%;
  position: absolute;
  left: 50%;
  top: 58.31533477%;
}
#panel-page03 .boxWrap .tips {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 17.27861771%;
}
#panel-page03 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page04 {
  background-size: cover;
}
#panel-page04 .title {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page04 .product {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page04 .boxWrap {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page04 .boxWrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#panel-page04 .boxWrap .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 3.67170626%;
}
#panel-page04 .boxWrap .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34.3412527%;
}
#panel-page04 .boxWrap .more {
  margin-left: -11.86666667%;
  width: 23.73333333%;
  position: absolute;
  left: 50%;
  top: 58.31533477%;
}
#panel-page04 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page05 {
  background-size: cover;
}
#panel-page05 .title {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page05 .product {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page05 .boxWrap {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page05 .boxWrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#panel-page05 .boxWrap .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 3.67170626%;
}
#panel-page05 .boxWrap .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34.3412527%;
}
#panel-page05 .boxWrap .more {
  margin-left: -11.86666667%;
  width: 23.73333333%;
  position: absolute;
  left: 50%;
  top: 58.31533477%;
}
#panel-page05 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page06 {
  background-size: cover;
}
#panel-page06 .title {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page06 .product {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page06 .boxWrap {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page06 .boxWrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#panel-page06 .boxWrap .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 3.67170626%;
}
#panel-page06 .boxWrap .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34.3412527%;
}
#panel-page06 .boxWrap .more {
  margin-left: -11.86666667%;
  width: 23.73333333%;
  position: absolute;
  left: 50%;
  top: 58.31533477%;
}
#panel-page06 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page07 {
  background-size: cover;
}
#panel-page07 .title {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page07 .product {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page07 .boxWrap {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page07 .boxWrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#panel-page07 .boxWrap .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 3.67170626%;
}
#panel-page07 .boxWrap .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34.3412527%;
}
#panel-page07 .boxWrap .more {
  margin-left: -11.86666667%;
  width: 23.73333333%;
  position: absolute;
  left: 50%;
  top: 58.31533477%;
}
#panel-page07 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page08 {
  background-color: #f8f6f4;
}
#panel-page08 .title {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page08 .product {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page08 .boxWrap02 {
  position: relative;
  width: 100%;
  height: auto;
}
#panel-page08 .boxWrap02 .item01 {
  margin-left: -48.8%;
  width: 29.33333333%;
  position: absolute;
  left: 50%;
  top: 5.13478819%;
}
#panel-page08 .boxWrap02 .item02 {
  margin-left: -14.66666667%;
  width: 29.33333333%;
  position: absolute;
  left: 50%;
  top: 5.13478819%;
}
#panel-page08 .boxWrap02 .item03 {
  margin-left: 19.46666667%;
  width: 29.33333333%;
  position: absolute;
  left: 50%;
  top: 5.13478819%;
}
#panel-page08 .arrow {
  margin-left: -3.33333333%;
  width: 6.66666667%;
  position: absolute;
  left: 50%;
  bottom: 2.03217612%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
}
#panel-page09 {
  background: url("../images/img_018.jpg") center center no-repeat;
  background-size: cover;
}
#panel-page09 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 38.44199831%;
}
#panel-page09 .tianmao {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 33.86960203%;
}
#panel-page09 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 18.45893311%;
}
#panel-page09 .go {
  margin-left: -18.46666667%;
  width: 36.93333333%;
  position: absolute;
  left: 50%;
  bottom: 8.97544454%;
}
