@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;
}

.nav{background-color: #14a292; padding-top: 2px; padding-bottom: 2px;}
.nav ul{width: 100%; overflow: hidden;}
.nav ul li{width: 25%; box-sizing: border-box; float: left; text-align: center; 
	line-height: 2em;border:1px solid; border-color:#078a74 #078a74 #21b7a6 #21b7a6;}
.nav ul li a{color:#fff;}
.nav ul li:nth-of-type(1),.nav ul li:nth-of-type(5){border-left-color:#14a292 }
.nav ul li:nth-of-type(4),.nav ul li:nth-of-type(8){border-right-color:#14a292 }
.nav ul li:nth-of-type(1),.nav ul li:nth-of-type(2),.nav ul li:nth-of-type(3),.nav ul li:nth-of-type(4){border-top: #14a292;}
.nav ul li:nth-of-type(5),.nav ul li:nth-of-type(6),.nav ul li:nth-of-type(7),.nav ul li:nth-of-type(8){border-bottom: #14a292;}
.margin-b{margin-bottom: 0.5em;}
.margin-t{margin-top: 0.6em;}
.margin-t1{margin-top: 1em;}
.margin-a{margin-top: 0.6em; margin-bottom: 0.6em;}
.sh-footer-logo{width: 40.625%; height: 8.175em; margin-right: 1.375%;}
.sh-footer-logo a{display: block; width: 100%; height: 100%; background:url(/skin/n/images/shsj_75.jpg) no-repeat left top;
	background-size:cover; margin-top: 0.2em;}
.sh-footer-txt{width: 58%;}
.sh-footer-txt-panel01{width: 100%; overflow: hidden; margin-bottom: 0.5em;}
.panel01-img{width: 15.625%; height: 2.1em;}
.panel01-img a{display: block;width: 100%; height: 100%; background:url(/skin/n/images/shsj_77.jpg) no-repeat left top;
	background-size:cover; margin-top: 0.2em;}
.panel01-txt{width: 82%; font-size: 0.9em;}
.panel01-img01 a{margin-top: 0.3em;background:url(/skin/n/images/shsj_81.jpg) no-repeat left top;background-size:cover;}
.sh-footer-btn{width: 100%; overflow: hidden; padding-top: 0.85em;}
.sh-footer-btn a{float: left; width: 48.5%; background-color: #3e3a39; color:#fff; line-height: 1.8em; height: 1.8em; border-radius: 0.3em;}
.sh-footer-btn a:first-child{margin-right: 3%;}
.sh-footer-btn a img{width: 19%; margin-right: 6%; margin-top: 0.23em;}
.sh-footer-btn a span{width: 75%; text-align: center;}

footer{margin-top: 2.75em;}
footer .foot{padding: 1em 0;position: fixed;z-index: 2;left: 50%;bottom: 0;width: 24em;margin-left: -12em;background: #fff;border-top: 1px solid #ccc;max-width: 640px;}
footer .foot a{float: left;width: 5.9em;border-left: 1px solid #e0e0e0;padding: 0.2em 0; color:#333;}
footer .foot a:first-child{border-left: none;}
footer .foot a .foot_icon{margin: 0 auto;width: 2em;height: 1.6em;background: url(/skin/n/images/spr_bot.gif) no-repeat;background-size: 7.5em auto;}
footer .foot a .foot_icon1{background-position: -3.735em 0;}
footer .foot a .foot_icon2{background-position: -5.6em 0;}
footer .foot a .foot_icon3{background-position: -0.05em 0;width: 1.6em;}
footer .foot a .foot_icon4{background-position: -1.8em 0;}
footer .foot a p{text-align: center;font-size: 0.7em;margin-top: 0.15em;}

.hf{
	margin:1.5rem 0 1rem 0;
}

