@charset "utf-8";
/* CSS Document */
body,
html {
  height: 100%;
}
body,
ul,
p,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
dl,
dt,
dd,
input,
span {
  margin: 0;
  padding: 0;
  font: 12px/21px, "", Arial, sans-serif;
  font-size: 14px;
  font-family: "Tahoma", "Arial", "Roboto", "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", "sans-self";
  font-weight: 400;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
dl,
dd,
dt,
input {
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  max-width: 720px;
  margin: 0 auto;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background: #fff;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
strong,
b,
u {
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  transition: 0.35s;
  text-decoration: none;
}
a,
u {
  text-decoration: none;
  color: #000;
}
a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:focus,
a,
a:active,
a:focus,
a:hover,
button,
button:focus {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
em,
b {
  font-style: normal;
}
img {
  border: 0;
  display: block;
  vertical-align: middle;
}
*:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
ul {
  list-style: none;
}
h6 {
  clear: both;
}
textarea {
  resize: none;
}
/*其他*/
.mask {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  background-size: 100% 100%;
  display: none;
}
.cler {
  clear: both;
  display: block;
  content: "";
}
.clear {
  clear: both;
}
.z1 {
  z-index: 1;
}
.wp100 {
  width: 100%;
  position: relative;
}
.wp50 {
  width: 50%;
}
.wp95 {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.wp94 {
  width: 94%;
}
.wp90 {
  width: 90%;
}
.wp85 {
  width: 85%;
}
.wp80 {
  width: 80%;
}
.wp75 {
  width: 75%;
}
.wp70 {
  width: 70%;
}
.wp65 {
  width: 65%;
}
.wp60 {
  width: 60%;
}
.wp48 {
  width: 48%;
}
.wp45 {
  width: 45%;
}
.wp40 {
  width: 40%;
}
.wpthree {
  width: 33.3333333333%;
}
.wp30 {
  width: 30%;
}
.wp25 {
  width: 25%;
}
.wp22 {
  width: 22%;
}
.wp20 {
  width: 20%;
}
.wpa {
  width: auto;
}
.wryh {
  font-family: "微软雅黑";
}
.di {
  display: inline-block;
}
.pos {
  position: absolute;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fb {
  font-weight: bold;
}
.pr {
  position: relative;
}
.oh {
  overflow: hidden;
}
.bgc {
  background-size: contain;
}
.m0a {
  margin: 0 auto;
}
.dk {
  display: block;
}
.dn {
  display: none;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.op0 {
  opacity: 0;
}
.op5 {
  opacity: 0.5;
}
.op1 {
  opacity: 1;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.pbor {
  border-radius: 3px;
}
.lh15 {
  line-height: 1.5em;
}
.lh125 {
  line-height: 1.25em;
}
.lh22 {
  line-height: 2em;
}
.lh10 {
  line-height: 1em;
}
.textEll {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.max-w-min-w {
  min-width: 320px;
  max-width: 720px;
}
.f400 {
  font-weight: 400;
}
.qfl:after {
  clear: both;
  display: block;
  content: "";
}
label {
  font-weight: 400;
}
/*border*/
.b0 {
  border: 0 !important;
}
.bor {
  border: 1px solid #e5e5e5;
}
.bor_tt {
  border-top: 1px solid #e5e5e5;
}
.bor_bb {
  border-bottom: 1px solid #e5e5e5;
}
.bor_bt {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
/*字体颜色，背景颜色*/
.cor1 {
  color: #FFFFFF;
}
.cor0 {
  color: #000000;
}
.cor3 {
  color: #333333;
}
.cor6 {
  color: #666666;
}
.cor8 {
  color: #808080;
}
.cor9 {
  color: #999999;
}
.cor7d {
  color: #b3b3b3;
}
.bag1 {
  background: #FFFFFF;
}
.bag0 {
  background: #000;
}
.bag2 {
  background: #1071a8;
}
.bag3 {
  background: #f3f3f3;
}
.bag4 {
  background: #c13638;
}
.bag5 {
  background: #4ec1a8;
}
.bagimg {
  background: url('../img/jpg/pic17.jpg') no-repeat bottom;
  background-size: 100%;
}
/*font-size*/
.f04 {
  font-size: 0.4em;
}
.f05 {
  font-size: 0.5em;
}
.f06 {
  font-size: 0.6em;
}
.f065 {
  font-size: 0.65em;
}
.f07 {
  font-size: 0.7em;
}
.f075 {
  font-size: 0.75em;
}
.f08 {
  font-size: 0.8em;
}
.f085 {
  font-size: 0.85em;
}
.f09 {
  font-size: 0.9em;
}
.f10 {
  font-size: 1.0em;
}
.f11 {
  font-size: 1.1em;
}
.f12 {
  font-size: 1.2em;
}
.f13 {
  font-size: 1.3em;
}
.f14 {
  font-size: 1.4em;
}
.f15 {
  font-size: 1.5em;
}
.f16 {
  font-size: 1.6em;
}
.f17 {
  font-size: 1.7em;
}
.f18 {
  font-size: 1.8em;
}
.f19 {
  font-size: 1.9em;
}
.f20 {
  font-size: 2em;
}
.f30 {
  font-size: 3em;
}
/*margin*/
.m5_0 {
  margin: 0.5em 0;
}
.m10_0 {
  margin: 1em 0;
}
.m15_0 {
  margin: 1.5em 0;
}
.m20_0 {
  margin: 2em 0;
}
.m0_5 {
  margin: 0 0.5em;
}
.m0_75 {
  margin: 0 0.75em;
}
.m0_10 {
  margin: 0 1em;
}
.mrmin {
  margin-right: 0.1em;
}
.mtmin {
  margin-top: 0.2em;
}
.mbmin {
  margin-bottom: 0.2em;
}
.m0 {
  margin: 0;
}
.m5 {
  margin: 0.5em;
}
.m10 {
  margin: 1em;
}
.m3 {
  margin: 0 3%;
}
.mt5 {
  margin-top: 0.5em;
}
.mt7 {
  margin-top: 0.75em;
}
.mt10 {
  margin-top: 1em;
}
.mt0 {
  margin-top: 0;
}
.mt15 {
  margin-top: 1.5em;
}
.mt20 {
  margin-top: 2em;
}
.mt25 {
  margin-top: 2.5em;
}
.mt30 {
  margin-top: 3em;
}
.mr5 {
  margin-right: 0.5em;
}
.mr10 {
  margin-right: 1em;
}
.mr15 {
  margin-right: 1.5em;
}
.mr20 {
  margin-right: 2em;
}
.mb5 {
  margin-bottom: 0.5em;
}
.mb7 {
  margin-bottom: 0.75em;
}
.mb10 {
  margin-bottom: 1em;
}
.mb15 {
  margin-bottom: 1.5em;
}
.mb20 {
  margin-bottom: 2em;
}
.mb30 {
  margin-bottom: 3em;
}
.ml5 {
  margin-left: 0.5em;
}
.ml7 {
  margin-left: 0.7em;
}
.ml10 {
  margin-left: 1em;
}
.ml15 {
  margin-left: 1.5em;
}
.ml20 {
  margin-left: 2em;
}
/*padding*/
.p3 {
  padding: 0 3%;
}
.p3p {
  padding: 1em 3%;
}
.p0_5 {
  padding: 0 0.5em;
}
.p0_10 {
  padding: 0 1em;
}
.p0_15 {
  padding: 0 1.5em;
}
.p0_20 {
  padding: 0 2em;
}
.p0_30 {
  padding: 0 3em;
}
.p5_0 {
  padding: 0.5em 0;
}
.p7_0 {
  padding: 0.75em 0;
}
.p10_0 {
  padding: 1em 0;
}
.p15_0 {
  padding: 1.5em 0;
}
.p20_0 {
  padding: 2em 0;
}
.p30_0 {
  padding: 3em 0;
}
.p20 {
  padding: 2em;
}
.p10 {
  padding: 1em;
}
.p5 {
  padding: 0.5em;
}
.p0 {
  padding: 0;
}
.pt5 {
  padding-top: 0.5em;
}
.pt75 {
  padding-top: 0.75em;
}
.pt10 {
  padding-top: 1em;
}
.pt15 {
  padding-top: 1.5em;
}
.pt20 {
  padding-top: 2em;
}
.pt30 {
  padding-top: 3em;
}
.pr5 {
  padding-right: 0.5em;
}
.pr7 {
  padding-right: 0.7em;
}
.pr10 {
  padding-right: 1em;
}
.pr15 {
  padding-right: 1.5em;
}
.pr20 {
  padding-right: 2em;
}
.pb5 {
  padding-bottom: 0.5em;
}
.pb10 {
  padding-bottom: 1em;
}
.pb15 {
  padding-bottom: 1.5em;
}
.pb20 {
  padding-bottom: 2em;
}
.pb30 {
  padding-bottom: 3em;
}
.pb50 {
  padding-bottom: 6em;
}
.pl5 {
  padding-left: 0.5em;
}
.pl10 {
  padding-left: 1em;
}
.pl15 {
  padding-left: 1.5em;
}
.pl20 {
  padding-left: 2em;
}
.pl25 {
  padding-left: 2.5em;
}
.pbmin {
  padding-bottom: 0.2em;
}
.kbtn {
  background: #4ec1a8;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  padding: 0.5em 0;
  display: block;
  margin: 0 auto;
  margin-top: 1em;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.jdjz {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.heng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.hengleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.hengright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.hengline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.henglineleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.chuizhi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.liangkuang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
