@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: #444444;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #444444;
}
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: 1rem;
  margin-bottom: 1rem;
}
.margint {
  margin-top: 1rem;
}
.marginb {
  margin-bottom: 1rem;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%;
}
.p {
  font-size: 0.825rem;
  line-height: 1.65;
  text-indent: 2em;
}
.h6 {
  font-size: 0.6rem;
  line-height: 1;
  color: #888;
}
.no-mr {
  margin-right: 0;
}
/*
 * this is a line between two panels 
 * the comment and public is ending
 */
.g-line {
  height: 0.75rem;
  background-color: #eee;
}
.standard-p {
  font-size: 0.825rem;
  line-height: 1.75;
  text-indent: 2em;
  padding: 0 0.275rem;
}
.pub-title {
  padding: 0.675rem 0 0.375rem;
  position: relative;
}
.pub-title .borderEm {
  width: 98%;
  margin: 0 auto;
  display: block;
  border: 1px #ccc solid;
  height: 1.6rem;
}
.pub-title h2 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #166be0;
  position: absolute;
  width: 100%;
  top: 0;
}
.pub-title h2 span {
  color: #fe7e00;
}
.pub-title h2 em {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.2rem;
}
.pub-title h6 {
  font-size: 0.6rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.pub-title h6 span {
  background-color: #eee;
  white-space: nowrap;
  padding: 0 0.5rem;
  color: #333;
}
.bfz li {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.bfz li a,
.bfz li img {
  display: block;
  width: 100%;
}
.bfz li p {
  font-size: 0.825rem;
  padding-top: 0.375rem;
  padding-bottom: 0.75rem;
  padding-left: 0.375rem;
  line-height: 1.5;
}
.bfz li p span {
  font-weight: bold;
}
.zjtx {
  font-size: 0.825rem;
  line-height: 1.6;
  background-color: #eee;
  border: 1px #9d9d9d dashed;
  margin-top: 1.25rem;
  overflow: visible;
  padding: 0.75rem 0.475rem;
  position: relative;
}
.zjtx em {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #eee;
  border-left: 1px #9d9d9d dashed;
  border-bottom: 1px #9d9d9d dashed;
  transform: rotate(135deg);
}
.zjtx span {
  font-weight: bold;
  color: #fe7e00;
}
.ty-btn {
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.ty-btn a {
  font-size: 0.825rem;
  display: inline-block;
  padding: 0 1rem 0 2.5rem;
  line-height: 2.25rem;
  background: url(../images/zhu_21.jpg) no-repeat 0.75rem center;
  background-size: 1.35rem 1.35rem;
  background-color: #166be0;
  background-clip: padding-box;
  color: #fff;
  border: 1px #166be0 dashed;
}
.ty-btn a:last-child {
  margin-left: 1.5rem;
  background: url(../images/zhu_18.jpg) no-repeat 0.75rem center;
  background-size: 1.35rem 1.35rem;
  background-color: #fe7e00;
  background-clip: padding-box;
  border: 1px #fe7e00 dashed;
}
.t2 {
  margin-top: 1.2rem;
}
.t2 .borderEm {
  width: 82%;
}
.t3 {
  margin-top: 1.2rem;
}
.t3 .borderEm {
  width: 75%;
}
.space .title {
  padding-top: 1rem;
  overflow: visible;
  text-align: center;
}
.space .title em {
  display: block;
  width: 100%;
  height: 0.225rem;
  border-top: 1px #fe7e00 solid;
  border-bottom: 1px #fe7e00 solid;
}
.space .title h2 {
  margin-top: -1.15rem;
}
.space .title h2 span {
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
  font-size: 0.975rem;
  font-weight: bold;
  line-height: 1.9rem;
  background-color: #fe7e00;
  border: 1px #fe7e00 dashed;
  background-clip: padding-box;
  border-radius: 1rem;
}
.space .space-main {
  margin-top: 1rem;
  border: 1px #ccc solid;
  margin-bottom: 1rem;
}
.space .space-main .tab-btn {
  padding-bottom: 1.125rem;
}
.space .space-main .tab-btn li {
  float: left;
  width: 50%;
  background-color: #eaeaea;
  text-align: center;
  font-size: 0.825rem;
  line-height: 2.25rem;
  font-weight: bold;
}
.space .space-main .tab-btn .on {
  background-color: #d4d4d4;
}
.space .space-main .tab-txt {
  min-height: 12.25rem;
}
.space .space-main .tab-txt .s1 {
  width: 73.4375%;
  margin: 0 auto;
}
.space .space-main .tab-txt .s2 {
  width: 97.8125%;
  margin: 0 auto 0;
}
.space .space-main .tab-txt .s2 .swiper-container {
  padding-bottom: 2.25rem;
}
.key-txt {
  background-color: #eee;
  padding: 0.6rem 0.375rem;
  margin-bottom: 1rem;
}
.key-txt > h2 {
  text-align: center;
  font-size: 1.35rem;
  font-weight: bold;
  color: #166be0;
}
.key-txt > h2 span {
  font-size: 1.25rem;
  display: inline-block;
  width: 1.65rem;
  text-align: center;
  height: 1.65rem;
  line-height: 1.55rem;
  color: #fff;
  background-color: #fe7e00;
  background-clip: padding-box;
  border: 1px #fe7e00 dashed;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.key-txt ul {
  background-color: #fff;
  padding: 0.6rem 0.375rem;
}
.key-txt ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.key-txt ul li a,
.key-txt ul li img {
  display: block;
  width: 100%;
}
.key-txt ul li h2 {
  font-size: 0.825rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1.575rem;
}
.key-txt ul li p {
  font-size: 0.75rem;
  color: #fe7e00;
  width: 99%;
  white-space: nowrap;
  margin: 0 auto;
  border: 1px #fe7e00 dashed;
  position: relative;
  height: 2.25rem;
}
.key-txt ul li p span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.key-txt ul li:last-child {
  margin-right: 0;
}
.k2 ul li {
  width: 49%;
}
.k2 ul li:nth-of-type(-n+2) {
  margin-bottom: 1rem;
}
.k2 ul li:nth-of-type(even) {
  margin-right: 0;
}
.margin-t{margin-top: 0.6em;}

.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;}
.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;}
