address,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body {
    font-family: "Microsoft YaHei"
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea {
    font-size: 100%;
    vertical-align: middle
}

dl,
li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

fieldset,
img {
    border: none
}

img {
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

address,
em {
    font-style: normal
}

sub,
sup {
    vertical-align: baseline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

q:before {
    content: ""
}

q:after {
    content: ""
}

button {
    cursor: pointer
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none
}
textarea {
    word-wrap: break-word;
    resize: none
}
.page_one{
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
* {
    margin: 0;
    padding: 0
}
.header {
  width: 100%;
  height:3.5375rem;
  background:#fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #ddd;
}
.header .icon {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  float: left;
  margin: 0.3125rem 0.625rem 0 0.625rem;
}
.header .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .h_text{
  float: left;
  font-size:1.0625rem;
  color: #000;
  font-weight: 500;
  margin-top: 0.425rem;
}
.header .h_text p:nth-child(2) {
  font-size:0.6875rem;
  color: #939395;
}
.header .send {
  width: 4.375rem;
  height: 2.8125rem;
  float: right;
  margin: 0.225rem 0.5625rem 0 0;
}
.header .send h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size:1.3125rem;
  color:#2f9f8d;
  font-weight: 500;
}
.header .send span {
  display: block;
  width: 5.6875rem;
  height: 1rem;
  line-height: 1rem;
  float: left;
  font-size: 0.5625rem;
  color: #b4b4b4;
  margin-top:-0.15rem;
  position: relative;
  padding-left:1rem;
}
.header .send span i{
  display: block;
  width:0.4375rem;
  height:0.4375rem;
  background: url(../images/down.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left:0;
  top:0.2rem;
}
.header .down_list {
    width: 100%;
    height: 0.6875rem;
    position: absolute;
    left: 4.5rem;
    top: 3rem;
}
.header .down_list li {
  display:block;
  width: 3.34375rem;
  height: 0.6875rem;
  border-radius: 0.78125rem;
  color: #fff;
  line-height: 0.6875rem;
  position:relative;
  margin-right:0.3rem;
  font-size:0.5rem;
  float: left;
  text-align: center;
}
.header .down_list li.label1{
  background-color: #F9C47B;
}
.header .down_list li.label2{
  background-color: #FFB5BD;
}
.header .down_list li.label3{
  background-color: #9ED7F5;
}
.header .down_list li.label4{
  background-color: #A8DFBE;
}
.dropload-down{
    width:18.125rem;
    height:2.1875rem;
    margin:1.25rem auto 0;
    background-color:#302827;
    font-size:0.6875rem;
    color:#5f504d;
    line-height:2.1875rem;
    text-align: center;
    border-radius: 0.78125rem;
}
.h_banner1{
    width: 100%;
    height: 18.875rem;
    position: absolute;
    overflow: hidden;
    top: 50%;
    margin-top:-12.4rem;
    display: block;
}
.h_banner1 .swiper-slide{
    width:11.75rem;
    height:18.875rem;
    position: relative;
}
.h_banner1  .swiper-slide img{
    width:100%;
    height:100%;
}
.h_banner1 .swiper-button-prev{
    width:1.0625rem;
    height: 1.71875rem;
    background: url(../images/prev.png) no-repeat;
     background-size:100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -0.703125rem;
    left: 1rem;
    cursor: pointer;
    animation: animate1 2s linear infinite;
    -webkit-animation: animate1 2s linear infinite;
}
.h_banner1 .swiper-button-next{
   width:1.0625rem;
    height: 1.71875rem;
    background: url(../images/next.png) no-repeat;
     background-size:100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -0.703125rem;
    right: 1rem;
    cursor: pointer;
    animation: animate2 2s linear infinite;
    -webkit-animation: animate2 2s linear infinite;
}
.gane_ts{
    width: 100%;
    position: absolute;
    bottom: 17.5%;
    height: 4rem;
}
.gane_ts h3{
  color: #000;
  font-size:0.6875rem; 
  line-height: 1rem;
  padding-left:0.59375rem;
}
.gane_ts p{
  color: #323232;
  font-size:0.59375rem; 
  line-height: 0.8rem;
  padding:0 0.6375rem;
}
.ad_box{
    width: 100%;
    padding-top: 0.2rem;
    border-top: 1px solid #ddd;
    height: 6.0625rem;
    background: url(../images/down_btn.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    background-position-y: 0.3rem;
    bottom: 0;
}
.ad_box a{
    width: 15.03125rem;
    height: 1.96875rem;
    position: absolute;
    left: 50%;
    margin-left: -7.515625rem;
    top: 50%;
    margin-top: 0.815625rem;
}
@font-face {
    font-family: "webFont";
    src: url(../font/font.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
html,body{
    width:100% !important;
    height:100% !important;
    overflow: hidden !important;
}
.h_banner.h_banner2{
  display: none;
}
@media(max-height:640px){
.h_banner.h_banner1{
  display: none;
}
.h_banner.h_banner2{
  display: block;
}
.h_banner2{
    width: 100%;
    height: 17.3rem;
    position: absolute;
    overflow-x: hidden;
    top: 50%;
    margin-top: -12.4rem;
    display: block;
}
.h_banner2 .swiper-slide{
    width: 11.75rem;
    height: 15.875rem;
    /*height:13.84375rem;*/
    position: relative;
    margin-top: 1.7rem;
}
.h_banner2  .swiper-slide img{
    width:100%;
    height:100%;
}
.h_banner2 .swiper-button-prev{
    width:1.0625rem;
    height: 1.71875rem;
    background: url(../images/prev.png) no-repeat;
    background-size:100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -0.703125rem;
    left: 1rem;
    cursor: pointer;
    animation: animate1 2s linear infinite;
    -webkit-animation: animate1 2s linear infinite;
}
.h_banner2 .swiper-button-next{
   width:1.0625rem;
    height: 1.71875rem;
    background: url(../images/next.png) no-repeat;
     background-size:100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -0.703125rem;
    right: 1rem;
    cursor: pointer;
    animation: animate2 2s linear infinite;
    -webkit-animation: animate2 2s linear infinite;
}
.gane_ts{
    width: 100%;
    position: absolute;
    top: 50%;
    height: 5rem;
    margin-top:4.7rem;
}
}
@keyframes animate1 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
  50% {
    transform: scale(1.05, 1.05) translate(-12px, 0);
    -webkit-transform: scale(1.05, 1.05) translate(-12px, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
}
@-webkit-keyframes animate1 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
  50% {
    transform: scale(1.05, 1.05) translate(-12px, 0);
    -webkit-transform: scale(1.05, 1.05) translate(-12px, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes animate2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
  50% {
    transform: scale(1.1, 1.1) translate(12px, 0);
    -webkit-transform: scale(1.1, 1.1) translate(12px, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
}
@-webkit-keyframes animate2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
  50% {
    transform: scale(1.1, 1.1) translate(12px, 0);
    -webkit-transform: scale(1.1, 1.1) translate(12px, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
}