@charset 'utf-8';
.centerV {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333333;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #333333;
}
img {
  display: block;
  outline: none;
  border: 0;
}
.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
.left {
  float: left!important;
}
.right {
  float: right!important;
}
.clear {
  clear: both;
}
.clearFloat {
  zoom: 1;
}
.clearFloat:after {
  content: '.';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
.allW {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.allW > img {
  display: block;
  width: 100%;
}
.margin {
  margin-top: 0.825rem;
  margin-bottom: 0.825rem;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 
 * swiper 样式速写
 */
.swiper-slide img {
  display: block;
  width: 100%;
}
.tab-btn li {
  float: left;
  font-size: 0.825rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}
.tab-btn li:last-child {
  margin-right: 0;
}
.tab-p4 li {
  width: 23.5%;
  margin-right: 2%;
}
.tab-p3 li {
  width: 32%;
  margin-right: 2%;
}
.tab-p2 li {
  width: 49%;
  margin-right: 2%;
}
.tab-cd li {
  background-color: #eee;
}
.p {
  font-size: 0.825rem;
  line-height: 1.3rem;
  text-indent: 2em;
}
/*
 * this is a line between two panels 
 * the comment and public is ending
 */
.g-line {
  background-color: #eee;
  height: 0.5rem;
  margin: 0rem auto;
}
.m-p {
  padding: 1rem 0.375rem;
}
.pub-btn-t {
  text-align: center;
  margin-bottom: 1rem;
}
.pub-btn-t a {
  display: inline-block;
  font-size: 0.825rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1rem;
  border-radius: 2rem;
}
.pub-btn-t a:last-child {
  margin-left: 1rem;
  background-color: #c98524;
  color: #fff;
}
.pub-btn-t a:first-child {
  border: 1px #969696 solid;
}
.tab-where {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.tab-where .tab-btn {
  width: 24.375%;
}
.tab-where .tab-btn li {
  width: 100%;
  font-size: 0.825rem;
  white-space: nowrap;
  line-height: 1.5;
  height: 3rem;
  background-color: #ebebeb;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  margin-bottom: 0.3rem;
  text-align: left;
}
.tab-where .tab-btn li span {
  display: block;
  font-size: 0.5rem;
  color: #8b8b8b;
}
.tab-where .tab-btn .on {
  background-color: #2049c3;
  color: #fff;
}
.tab-where .tab-btn .on span {
  color: #fff;
}
.tab-where .tab-txt {
  width: 72%;
}
.tab-where .tab-txt h2 {
  font-size: 0.825rem;
  font-weight: bold;
  color: #c98524;
  text-align: center;
  line-height: 2.0375rem;
  height: 2.0375rem;
}
.tab-where .tab-txt .txt {
  width: 100%;
  position: relative;
}
.tab-where .tab-txt .txt p {
  width: 94%;
  margin-left: 6%;
  height: 3.975rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.4rem 0.5rem 0.3rem 1.75rem;
  background-color: #f3f3f3;
  border-radius: 3rem;
}
.tab-where .tab-txt .txt em {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  background-color: #2049c3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.125rem;
}
.tab-where .tab-txt dd {
  float: left;
  width: 49%;
  margin-top: 0.575rem;
}
.tab-where .tab-txt dd img {
  display: block;
  width: 100%;
  height: 5.1375rem;
}
.tab-where .tab-txt dd:last-child {
  margin-left: 2%;
}
.pub-btn-o {
  text-align: center;
}
.pub-btn-o a {
  display: inline-block;
  font-size: 0.825rem;
  color: #fff;
  background-color: #c98524;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 2rem;
  border-radius: 2rem;
}
.tips {
  font-size: 0.825rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tips span {
  font-weight: bold;
}
.e-list {
  margin-top: 2rem;
}
.e-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.e-list li img {
  display: block;
  width: 100%;
}
.e-list li h2 {
  text-align: center;
  margin-top: 0.75rem;
}
.e-list li h2 span {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  font-size: 0.825rem;
  color: #1f49c3;
  border: 1px #1368bd dashed;
}
.e-list li p {
  font-size: 0.75rem;
  line-height: 1.05rem;
  padding-top: 0.5rem;
  white-space: nowrap;
  padding-left: 0.25rem;
}
.e-list li:last-child {
  margin-right: 0;
}
.pub-btn-ts {
  width: 60%;
  margin: 1rem auto;
  border: 1px #c98524 solid;
  border-radius: 2rem;
  background-color: #c98524;
}
.pub-btn-ts span {
  color: #fff;
  float: left;
  width: 70%;
  text-align: center;
  font-size: 0.825rem;
  line-height: 2rem;
}
.pub-btn-ts a {
  float: right;
  width: 30%;
  font-size: 0.825rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #fff;
  color: #c98524;
  font-weight: bold;
  text-align: center;
  border-radius: 2rem;
}
.pub-btn-ts02 {
  width: 70%;
  position: relative;
  margin: 1rem auto;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.pub-btn-ts02 span {
  color: #c98524;
  float: left;
  width: 70%;
  text-align: center;
  font-size: 0.825rem;
  line-height: 2rem;
  height: 2rem;
  border: 1px #c98524 dashed;
  border-radius: 2rem 0 0 2rem;
  border-right: none;
}
.pub-btn-ts02 .a {
  float: right;
  width: 30%;
  font-size: 0.825rem;
  padding-right: 0.6rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #c98524;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px #c98524 dashed;
  border-radius: 0 2rem 2rem 0;
}
.pub-btn-ts02 img {
  display: block;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
  width: 1.5rem;
}
.pub-btn-ts22 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.pub-btn-ts22 span {
  width: 75%;
}
.pub-btn-ts22 a {
  width: 25%;
}
.zj h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.825rem;
  padding-left: 1.25rem;
  background: url(../images/backups_35.jpg) no-repeat 0 center;
  background-size: 0.8625rem 1.125rem;
}
.zj .main {
  height: 7.5rem;
  padding-top: 0.5rem;
  background: url(../images/backups_40.jpg);
}
.zj .main a {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  position: relative;
  line-height: 1.125rem;
  padding: 0.2rem 0.375rem;
}
.zj .main a:after {
  content: '咨询如何治痛';
  color: #c98524;
  font-size: 0.675rem;
  border: 1px #c98524 solid;
  position: absolute;
  right: 0.375rem;
  border-radius: 2rem;
  padding: 0 0.4rem;
  display: inline-block;
}
.zj .main a:nth-of-type(2):after {
  content: '咨询如何解僵';
}
.zj .main a:nth-of-type(3):after {
  content: '咨询如何防残';
}
.zj .main h4 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  padding-top: 0.4rem;
}
.doc-complex {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px #ccc dashed;
}
.doc-complex .img {
  width: 46.5625%;
  height: 7.2375rem;
}
.doc-complex .txt {
  height: 7.2375rem;
  width: 51%;
  padding-top: 0.6rem;
}
.doc-complex .txt em {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px #ccc solid;
  border-radius: 0.3rem;
}
.doc-complex .txt .main {
  width: 96.5%;
  height: 5.4375rem;
  margin-left: 3.5%;
  background-color: #1f49c3;
  color: #fff;
  margin-top: -0.375rem;
}
.doc-complex .txt .main p {
  font-size: 0.825rem;
  line-height: 1.35rem;
  padding-top: 0.6rem;
  padding-left: 1rem;
}
.yjth {
  padding: 1rem 2rem 0;
}
.yjth a {
  float: left;
  width: 48%;
}
.yjth a:last-child {
  margin-left: 4%;
}
.systems h2 {
  text-align: center;
}
.systems h2 span {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.1rem 0.5rem;
  border: 1px #ccc dashed;
}
.systems .bj1 {
  margin-top: 1rem;
  height: 9.75rem;
  background: url(../images/backups_63.jpg) no-repeat;
  background-size: 100% 100%;
}
.systems .bj1 li {
  font-size: 0.75rem;
}
.systems .bj1 li:nth-of-type(1) {
  padding-left: 38%;
  padding-top: 0.675rem;
}
.systems .bj1 li:nth-of-type(2) {
  padding-left: 42%;
  padding-top: 1.4rem;
}
.systems .bj1 li:nth-of-type(3) {
  padding-left: 42%;
  padding-top: 1.25rem;
}
.systems .bj1 li:nth-of-type(4) {
  padding-left: 38%;
  padding-top: 1.3rem;
}
.systems .bj2 {
  background: url(../images/backups_72.jpg) no-repeat;
  background-size: 100% 100%;
}
.systems dd {
  float: left;
  width: 49%;
  margin-top: 1rem;
}
.systems dd img {
  display: block;
  width: 100%;
}
.systems dd:last-child {
  margin-left: 2%;
}
.pub-btn-o-more {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pub-btn-o-more a {
  font-size: 0.825rem;
  display: inline-block;
  height: 2.1rem;
  line-height: 2.05rem;
  border: 1px #ccc dashed;
  color: #c98524;
  font-weight: bold;
  padding: 0 1rem;
  border-radius: 1rem;
}
.tj h2 {
  font-size: 0.9rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px #ccc dashed;
  margin-bottom: 0.6rem;
}
.tj li {
  font-size: 0.825rem;
  white-space: nowrap;
  line-height: 1.75rem;
}

.topTEL{position:fixed;top:0;max-width:640px;z-index:999;display:none;}
.topTEL img{width:100%;}
/*新底部*/
.z-footer {
  height: 11.25rem;
  background-color: #166be0;
  margin-bottom: 1rem;
}
.z-footer .main {
  height: 11.25rem;
  background: url(/images/ddd.png) no-repeat;
  background-size: 100% 100%;
}
.z-footer .main .left {
  width: 43.59375%;
  margin-left: 8.40625%;
  padding-top: 0.825rem;
}
.z-footer .main .left .line {
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-top: 0.6rem;
  margin-bottom: 0.55rem;
  color: #fff;
  padding-left: 2.2rem;
  white-space: nowrap;
}
.z-footer .main .left .line span {
  font-size: 0.825rem;
  color: #ffa759;
}
.z-footer .main .left .line1 {
  background: url(/images/dl_10.png) no-repeat;
  background-size: 1.9125rem  1.6125rem;
}
.z-footer .main .left .line2 {
  background: url(/images/dl_13.png) no-repeat;
  background-size: 1.9125rem  1.6125rem;
}
.z-footer .main .left .pp {
  font-size: 0.6rem;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
}
.z-footer .main .right {
  margin-top: 1.125rem;
  width: 26.25%;
  margin-right: 6%;
}
.z-footer .main .right img,
.z-footer .main .right span {
  display: block;
  width: 100%;
  font-size: 0.65rem;
  text-align: center;
  line-height: 1.25rem;
  color: #fff;
}
.z-footer .main .right span {
  margin-top: 0.4rem;
  opacity: 0.7;
}

.hf{
	margin:1.5rem 0 1rem 0;
}