body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: " ";
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.ovh_dan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body {
  width: 100%;
  overflow-x: hidden;
}
/* ++++++++++++++++ 通用头部 ++++++++++++++++ */
@font-face {
  font-family: bth;
  src: url('bth.ttf');
}
.tytb {
  position: relative;
  z-index: 11;
  width: 100vw;
  height: 10.8vw;
  background: url("h5_tytb.jpg") no-repeat top;
  background-size: 100% 100%;
}
.tytb .lmbt {
  position: absolute;
  overflow: hidden;
  width: 70%;
  height: 100%;
  left: 15%;
  text-align: center;
  font: 5vw/11vw '';
  color: #fff;
}
.tytb .fanhui {
  float: left;
  _display: inline;
  width: 3vw;
  height: 6.4vw;
  margin: 2.6vw 0 0 4.6vw;
  background: url("h5_fh.png") no-repeat top left;
  background-size: 100%  auto;
}
.tyhd {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 34.6vw;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.tyhd .hdnr {
  width: 9000%;
  margin-left: 0;
  -webkit-transition: all 0.3s ease 0.001s;
  -moz-transition: all 0.3s ease 0.001s;
  -ms-transition: all 0.3s ease 0.001s;
  -o-transition: all 0.3s ease 0.001s;
  transition: all 0.3s ease 0.001s;
}
.tyhd .hdnr li {
  float: left;
  _display: inline;
}
.tyhd .hdnr img {
  width: 100vw;
  height: 34.6vw;
}
.tyhd[data-xl="0"] .hdnr {
  margin-left: 0;
}
.tyhd[data-xl="1"] .hdnr {
  margin-left: -100vw;
}
.tyhd[data-xl="2"] .hdnr {
  margin-left: -200vw;
}
.tyhd[data-xl="3"] .hdnr {
  margin-left: -300vw;
}
.tyhd[data-xl="4"] .hdnr {
  margin-left: -400vw;
}
.tyhd[data-xl="5"] .hdnr {
  margin-left: -500vw;
}
.tyhd[data-xl="6"] .hdnr {
  margin-left: -600vw;
}
.tyhd[data-xl="7"] .hdnr {
  margin-left: -700vw;
}
.tyhd[data-xl="8"] .hdnr {
  margin-left: -800vw;
}
.tyhd[data-xl="9"] .hdnr {
  margin-left: -900vw;
}
.tyhd .dian {
  position: absolute;
  bottom: 2.2vw;
  right: 3vw;
}
.tyhd .dian li {
  float: left;
  _display: inline;
  width: 3.5vw;
  height: 1.1vw;
  margin-left: 2vw;
  background: #fff;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.tyhd[data-xl="0"] .dian li[data-xl="0"],
.tyhd[data-xl="1"] .dian li[data-xl="1"],
.tyhd[data-xl="2"] .dian li[data-xl="2"],
.tyhd[data-xl="3"] .dian li[data-xl="3"],
.tyhd[data-xl="4"] .dian li[data-xl="4"],
.tyhd[data-xl="5"] .dian li[data-xl="5"],
.tyhd[data-xl="6"] .dian li[data-xl="6"],
.tyhd[data-xl="7"] .dian li[data-xl="7"],
.tyhd[data-xl="8"] .dian li[data-xl="8"],
.tyhd[data-xl="9"] .dian li[data-xl="9"] {
  background: #dc2ebf;
}
.tydh {
  position: relative;
  z-index: 5;
  width: 100vw;
  height: 10.7vw;
  background: #14c0c7;
  background-size: 100% auto;
}
.tydh li {
  float: left;
  _display: inline;
  width: 25%;
  height: 10.7vw;
  font: 4.3vw/11.5vw bth;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.tydh li.dq {
  font-size: 5vw;
  color: #ffffff;
}
.tyscdh {
  width: 100vw;
  height: 10.6vw;
  background: #14c0c7;
  background-size: 100% auto;
}
.tyscdh ul {
  height: 100%;
  margin: 0 3vw;
  background: #35d2d8;
  border-radius: 4vw 4vw 0 0;
}
.tyscdh li {
  float: left;
  _display: inline;
  width: 25%;
  height: 100%;
  text-align: center;
  font: 4.3vw/10.6vw '';
  color: #aaf2f5;
}
.tyscdh .dq {
  color: #00888e;
  font-weight: bold;
  background: #fff;
  border-radius: 4vw 4vw 0 0;
}
/* ++++++++++++++++ 通用头部 end ++++++++++++++++ */
/* 手机验证码 */
.tyzzhao {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.tysji {
  position: fixed;
  z-index: 50;
  width: 90vw;
  height: 70vw;
  top: 22%;
  left: 5vw;
  background: #fff;
  border-radius: 2vw;
}
.tysji ul {
  margin: 0 6.5vw 5vw;
  padding-top: 10vw;
}
.tysji li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 7.4vw;
}
.tysji input {
  float: left;
  _display: inline;
  width: 35vw;
  height: 9vw;
  margin-bottom: 1vw;
  border: none;
  background: none;
  color: #333;
  font-size: 5vw;
}
.tysji button {
  float: right;
  _display: inline;
  width: 27.4vw;
  height: 9.2vw;
  margin-bottom: 2vw;
  font: 4vw/9.2vw '';
  color: #27c0c6;
  background: #fff;
  background: none;
  border: 1px solid #27c0c6;
  border-radius: 4.6vw;
}
.tysji .tyljdl {
  width: 54vw;
  height: 14vw;
  margin: 0 auto;
  text-align: center;
  font: 5vw/14vw '';
  color: #fff;
  background: #27c0c6;
  border-radius: 7vw;
  cursor: pointer;
}
#sjhm {
  width: 100%;
}
.qiehuan {
  width: 30vw;
  margin: 0 auto;
  height: 10vw;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font: 4vw/10vw '';
  border-radius: 5vw;
  cursor: pointer;
}
.T_hd {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.T_hd .hnBg {
  width: 100%;
}
.T_hd .hdwk {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.T_hd .hdwk .hdnk {
  float: none;
  width: 100%;
  display: none;
}
.T_hd .hdwk .hdnk img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.T_hd .hdwk .hdnk h6 {
  position: absolute;
  width: 100%;
  height: 6vw;
  left: 0;
  bottom: 0;
  font: 5vw/6vw "";
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.T_hd .hdwk .hdnk h6 span {
  padding-left: 5vw;
}
.T_hd .hdwk .dq {
  display: block;
}
.T_hd .hdwk .zbR {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
}
.T_hd .hdwk .zbL {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
}
/*
.T_hd .hdsq {
  position: absolute;
  bottom: 3vw;
  right: 1.2vw;
}

.T_hd .hdsq li {
  float: right;
  _display: inline;
  width: 5vw;
  height: 5vw;
  margin-right: 4vw;
  background: #e60013;
  border-radius: 3vw;
  opacity: 0.7;
}
 */
.T_hd .hdsq li.dq {
  background: #dc2ebf;
}
.T_hd .kzjt .jt0 {
  position: absolute;
  width: 18vw;
  height: 25vw;
  top: 40%;
  background-size: auto 100%;
  cursor: pointer;
}
.T_hd .kzjt .jtL {
  left: 0;
}
.T_hd .kzjt .jtR {
  right: 0;
}
/*
.T_hd .hdsq {
  position: absolute;
  bottom: 6vw;
  right: 6vw;
}
.T_hd .hdsq li {
  float: left;
  _display: inline;
  width: 5vw;
  height: 5vw;
  margin-right: 6vw;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3vw;
  box-sizing: border-box;
}
.T_hd .hdsq li.dq {
  width: 12vw;
  opacity: 1;
  background: #fff;
}
*/
/*# sourceMappingURL=h5_ty_toubu.css.map */