/* PC栏目层*/
* {
  margin: 0px;
  padding: 0;
}
html {
  background: #fff;
  position: relative;
}
body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  background: #fff;
  margin: 0;
  color: #333;
  font-size: 12px;
  font-weight: 300;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
.clearfloat {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.fo {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.disN {
  display: none;
}
.disO {
  opacity: 0;
}
button {
  outline: none;
}
pre {
  background-color: inherit;
  border: none;
  border-radius: 0;
  white-space: pre-wrap;
  /*css-3*/
  white-space: -moz-pre-wrap;
  /*Mozilla,since1999*/
  white-space: -pre-wrap;
  /*Opera4-6*/
  white-space: -o-pre-wrap;
  /*Opera7*/
  word-wrap: break-word;
  /*InternetExplorer5.5+*/
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}
.jh-clear {
  clear: both;
}
.jh_container {
  width: 100%;
}
.jh-wid94p {
  width: 94%;
  margin: 0 auto;
}
.jh-wid90p {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 1150px;
}
.jh-wid74p {
  width: 74%;
  margin: 0 auto;
}
.jh-wid68p {
  width: 68%;
  margin: 0 auto;
}
.jh-w65p {
  width: 65%;
  margin: 0 auto;
  max-width: 1150px;
  min-width: 900px;
}
.jh-w80p {
  width: 80%;
  margin: 0 auto;
  max-width: 1250px;
  min-width: 900px;
}
.jh-height300 {
  height: 300px;
  overflow: hidden;
}
.jh-btn a {
  display: block;
  width: 100%;
  background: url(../images/dw-icon.png) no-repeat 43% center #00997b;
  background-size: 17px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 15px 0;
}
.jh-btn a span {
  padding-left: 44.5%;
}
#header {
  position: fixed;
  z-index: 10000;
  background: #fff;
  width: 100%;
  min-width: 1200px;
  border-bottom: 1px solid #ddd;
}
#header .top-erweima {
  position: absolute;
  top: 20px;
  right: 0%;
  width: 190px;
   text-align:right;
  z-index: 10000;
}
#header .top-erweima img{ width:85%; text-align:right}
.jh-container {
  min-width: 1200px;
}
.swiper-pagination {
  bottom: 10px;
  left: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 3%;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  height: 2px;
}
.swiper-pagination .swiper-pagination-bullet i {
  display: block;
  background: #666;
  height: 100%;
  width: 0;
}
.jh-wrapper {
  padding-top: 130px;
  width: 100%;
}
.jh-wrapper h2,
.jh-wrapper h3,
.jh-wrapper h4,
.jh-wrapper h5 {
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
.jh-wrapper h2 {
  font-size: 26px;
  letter-spacing: 4px;
}
.jh-wrapper h3 {
  font-size: 24px;
}
.jh-wrapper h4 {
  font-size: 22px;
}
.jh-wrapper h5 {
  font-size: 20px;
}
.jh-wrapper p {
  font-size: 14px;
  line-height: 22px;
}
.jh-head {
  padding-top: 10px;
}
.jh-head .jh-head-logo {
  display: inline-block;
  width: 17%;
  min-width: 180px;
  /*vertical-align: top;*/
}
.jh-head .jh-head-item {
  display: inline-block;
  width: 76%;
  height: 80px;
  font-size: 0;
}
.jh-head .jh-head-item .jh-head-nav {
  height: 100%;
  width: 96%;
  display: flex;
  align-items: center;
}
.jh-head .jh-head-item .jh-head-nav > li {
  display: block;
  font-size: 16px;
  min-width: 20px;
  height: 80px;
  padding: 0 2.7%;
}
.jh-head .jh-head-item .jh-head-nav > li a.active {
  /*&::after{
						content: "";
						border-right: 1px solid #ddd;
					    border-top: 1px solid #ddd;
					    height: 10px;
					    width: 10px;
					    transform: rotate(deg);
					    -webkit-transform: rotate(-45deg);
					    border-left: 1px solid transparent;
					    border-bottom: 1px solid transparent;
					    position: absolute;
					    bottom: -7px;
					    left: 43%;
						z-index: 1000;
					    background: #fdf2f6;
					}*/
}
.jh-head .jh-head-item .jh-head-nav > li:hover > a {
  color: #00997b;
  position: relative;
}
.jh-head .jh-head-item .jh-head-nav > li:hover > a.active {
  color: #00997b;
}
.jh-head .jh-head-item .jh-head-nav > li:hover > a::after {
  content: "";
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  height: 10px;
  width: 10px;
  transform: rotate(deg);
  -webkit-transform: rotate(-45deg);
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 39.5%;
  z-index: 1000;
  background: #fff;
}
.jh-head .jh-head-item .jh-head-nav > li:hover .jh-head-nav-small {
  z-index: 99;
  display: block;
}
.jh-head .jh-head-item .jh-head-nav > li:hover .jh-head-nav-small.displace:after {
  left: 47%;
}
.jh-head .jh-head-item .jh-head-nav > li > a {
  line-height: 80px;
}
.jh-head .jh-head-item .jh-head-nav > li a {
  height: 100%;
  display: block;
  color: #7e7e7e;
}
.jh-head .jh-head-item .jh-head-nav > li a:hover,
.jh-head .jh-head-item .jh-head-nav > li a.active {
  color: #00997b;
}
.jh-head .jh-head-item .jh-head-nav li:first-child:hover > a::after {
  opacity: 0;
}
.jh-head .jh-head-item .jh-head-nav li:first-child > a::after {
  opacity: 0;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small {
  border-bottom: 1px solid #ddd;
  background: #fff;
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  font-size: 0;
  width: 100%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li {
  border-top: 1px solid #ddd;
  width: 50%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:hover {
  background: #efefef;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:after {
  content: "";
  border-right: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul {
  position: relative;
  padding: 2% 0 3% 20%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul:after {
  content: "";
  border-right: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:first-child {
  background: url(../images/icon/c-n-icon.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:nth-child(2) {
  background: url(../images/icon/c-n-icon2.png) no-repeat;
  background-position: bottom center;
  background-size: 22%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:nth-child(3) {
  background: url(../images/icon/c-n-icon3.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:nth-child(4) {
  background: url(../images/icon/c-n-icon4.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li.active a,
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:focus a,
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:hover a {
  color: #00997b;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li.active:first-child,
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:focus:first-child,
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:hover:first-child {
  background: url(../images/icon/c-n-icon-a.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li.active:nth-child(2),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:focus:nth-child(2),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:hover:nth-child(2) {
  background: url(../images/icon/c-n-icon-a2.png) no-repeat;
  background-position: bottom center;
  background-size: 22%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li.active:nth-child(3),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:focus:nth-child(3),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:hover:nth-child(3) {
  background: url(../images/icon/c-n-icon-a3.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li.active:nth-child(4),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:focus:nth-child(4),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:first-child > ul li:hover:nth-child(4) {
  background: url(../images/icon/c-n-icon-a4.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul {
  padding: 2% 20% 3% 0;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul:after {
  border-right: none;
  width: 0;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:first-child {
  background: url(../images/icon/c-n-icon5.png) no-repeat;
  background-position: bottom center;
  background-size: 20%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:nth-child(2) {
  background: url(../images/icon/c-n-icon6.png) no-repeat;
  background-position: bottom center;
  background-size: 20%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:nth-child(3) {
  background: url(../images/icon/c-n-icon7.png) no-repeat;
  background-position: bottom center;
  background-size: 30%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:nth-child(4) {
  background: url(../images/icon/c-n-icon8.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li.active a,
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:focus a {
  color: #00997b;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li.active:first-child,
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:focus:first-child {
  background: url(../images/icon/c-n-icon-a5.png) no-repeat;
  background-position: bottom center;
  background-size: 20%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li.active:nth-child(2),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:focus:nth-child(2) {
  background: url(../images/icon/c-n-icon-a6.png) no-repeat;
  background-position: bottom center;
  background-size: 20%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li.active:nth-child(3),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:focus:nth-child(3) {
  background: url(../images/icon/c-n-icon-a7.png) no-repeat;
  background-position: bottom center;
  background-size: 30%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li.active:nth-child(4),
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child > ul li:focus:nth-child(4) {
  background: url(../images/icon/c-n-icon-a8.png) no-repeat;
  background-position: bottom center;
  background-size: 25%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li:last-child:after {
  border-right: none;
  width: 0;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li ul {
  border-top: 1px solid #ddd;
  background: #fff;
  box-shadow: 1px 2px 3px #b6b4b4;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li ul:hover {
  background: #efefef;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li li {
  display: inline-block;
  width: 20%;
  padding-bottom: 4%;
  cursor: pointer;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li li a:hover {
  color: #00997b;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li.w33 {
  width: 33.33%;
}
.jh-head .jh-head-item .jh-head-nav .jh-head-nav-small > li.w14 {
  width: 14.285%;
}
.jh-head .jh-head-search {
  padding-top: 32px;
}
.jh-foot .jh-foot-head {
  background: #ffffff;
  padding: 30px 0 40px 0;
}
.jh-foot .jh-f-h-body {
  position: relative;
}
.jh-foot .jh-f-h-body > ul .jh-f-h-brand {
  display: block;
  width: 100%;
  height: 150px;
  text-align: center;
  color: #3e3a39;
  border-bottom: 1px solid #ddd;
  background: #00997b;
  position: relative;
}
.jh-foot .jh-f-h-body > ul .jh-f-h-brand em {
  position: absolute;
  right: 2%;
  bottom: 10px;
}
.jh-foot .jh-f-h-body > ul .jh-f-h-brand em img {
  height: 20px;
  width: auto;
}
.jh-foot .jh-f-h-body > ul .jh-f-h-brand h2 {
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 30px;
  color: #fff;
  text-align: left;
  padding-left: 88px;
  padding-top: 17px;
}
.jh-foot .jh-f-h-body > ul .jh-f-h-brand p {
  text-align: left;
  color: #fff;
  font-weight: normal;
  padding: 1px 0 0 88px;
  font-size: 18px;
}
.jh-foot .jh-f-h-body > ul .list-b {
  padding: 10px 15px 20px 20px;
  border: 1px solid #ddd;
  border-top: none;
}
.jh-foot .jh-f-h-body > ul .list-b > li {
  width: 33.3%;
  float: left;
}
.jh-foot .jh-f-h-body > ul .list-b > li h3 {
  font-size: 16px;
  padding: 10px 0 15px 0;
}
.jh-foot .jh-f-h-body > ul .list-b > li h3 i {
  font-size: 20px;
  padding-right: 4px;
  font-style: normal;
}
.jh-foot .jh-f-h-body > ul .list-b > li ul a {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 1px;
  color: #5d5b5c;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-l {
  width: 41.5%;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-l .jh-f-h-brand {
  background: url(../images/footer-01.jpg) no-repeat #00997b 4% 20px;
  background-size: 60px;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-l .jh-f-h-brand h2,
.jh-foot .jh-f-h-body .jh-f-h-b-list-l .jh-f-h-brand p {
  padding-left: 83px;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-l .list-b > li:nth-child(2) {
  width: 30%;
  padding-left: 3%;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-l .list-b > li:nth-child(3) {
  width: 27.3%;
  padding-left: 6%;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-c {
  width: 13%;
  margin-left: 2%;
  border: 1px solid #ddd;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-c .jh-f-h-brand {
  background: none;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-c .jh-f-h-brand a {
  display: block;
  padding-top: 51px;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-c .jh-f-h-brand img {
  width: 92px;
  margin: 0 auto;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-c .list-b {
  border: none;
  padding-left: 15px;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-c .list-b > li {
  width: 100%;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-c .list-b > li h3 {
  padding: 12px 0 18px 0;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-r {
  width: 41.5%;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-r .jh-f-h-brand {
  background: url(../images/footer-02.jpg) no-repeat #00997b 4% 20px;
  background-size: 65px;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-r .list-b > li:nth-child(2) {
  width: 29.3%;
  padding-left: 4%;
}
.jh-foot .jh-f-h-body .jh-f-h-b-list-r .list-b > li:nth-child(3) {
  width: 27.3%;
  padding-left: 6%;
}
.jh-foot .jh-f-h-body .foot-h-allow {
  position: absolute;
  width: 11px;
  top: 50%;
}
.jh-foot .jh-f-h-body .allow1 {
  left: 42.2%;
}
.jh-foot .jh-f-h-body .allow2 {
  left: 57.2%;
}
.jh-foot .jh-foot-body {
  padding: 60px 0 10px 0;
}
.jh-foot .jh-foot-body .jh-f-b-l {
  width: 50%;
  background: url(../images/footer_bg.jpg) no-repeat center right;
  background-size: 45%;
  padding-right: 50%;
}
.jh-foot .jh-foot-body .jh-f-b-l li {
  margin-bottom: 30px;
  color: #727071;
}
.jh-foot .jh-foot-body .jh-f-b-l li em {
  font-style: normal;
  font-size: 14px;
  display: block;
  margin-bottom: 13px;
}
.jh-foot .jh-foot-body .jh-f-b-l li h1 {
  font-weight: normal;
  font-size: 18px;
}
.jh-foot .jh-foot-body .jh-f-b-l li a {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  color: #727071;
}
.jh-foot .jh-foot-body .jh-f-b-l li a.tel {
  font-size: 35px;
  font-family: Arial;
  background: url(../images/jh-phone.png) no-repeat center left;
  padding-left: 40px;
}
.jh-foot .jh-foot-body .jh-f-b-l li img {
  width: 150px;
  height: 150px;
  margin-left: -4px;
}
.jh-foot .jh-foot-body .jh-f-b-r {
  width: 40%;
  margin: 10px 0;
}
.jh-foot .jh-foot-foot {
  border-top: 1px solid #ddd;
  font-size: 12px;
  padding: 25px  0 25px 0;
}
.jh-foot .jh-foot-foot .jh-f-f-l {
  width: 40%;
}
.jh-foot .jh-foot-foot .jh-f-f-l li {
  float: left;
  margin-right: 9%;
  width: 22px;
  opacity: 0.9;
}
.jh-foot .jh-foot-foot .jh-f-f-l .jh-f-s-share {
  position: relative;
}
.jh-foot .jh-foot-foot .jh-f-f-l .jh-f-s-share .bshare-custom {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
}
.jh-foot .jh-foot-foot .jh-f-f-l .jh-f-s-share .bshare-custom a {
  width: 30%;
  height: 100%;
}
.jh-foot .jh-foot-foot .jh-f-f-r {
  width: 60%;
  text-align: right;
  font-size: 16px;
  opacity: 0.7;
}
.jh-top {
  position: fixed;
  bottom: 2em;
  right: 20px;
  z-index: 99;
  display: none;
}
.jh-top li {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-indent: -9999em;
  margin-bottom: 0.5rem;
}
.jh-top li a {
  display: block;
  width: 100%;
  height: 100%;
}
.jh-top li.jh-t-top {
  background: url(../images/jh-top-1.png) no-repeat #ffffff;
  background-position: 50% 50%;
  background-size: cover;
}
.jh-top li.jh-t-wx {
  background: url(../images/jh-top-2.png) no-repeat #ffffff;
  background-position: 50% 50%;
  background-size: cover;
}
.jh-top li.jh-t-link {
  background: url(../images/jh-top-3.png) no-repeat #ffffff;
  background-position: 50% 50%;
  background-size: cover;
}
.jh-search {
  padding: 12px;
}
.background-f8f8f8 {
  background: #f8f8f8;
}
.background-ea094b {
  background: #00997b;
  color: #fff;
}
.background-d3164e {
  background: #d3164e;
  color: #fff;
}
.background-000 {
  background: #000;
  color: #fff;
}
.color-ea094b {
  color: #00997b;
}
.color-c79f62 {
  color: #c79f62;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.center {
  text-align: center;
}
.jh-vertical-center {
  display: table;
  height: 135px;
  margin: 0 auto;
}
.jh-vertical-center .jh-vc-com {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.jh-link {
  width: 100%;
  border-top: 1px solid #f1f1f1;
}
.jh-li-sesstion h2 {
  font-size: 50px;
  color: #3f3939;
  font-weight: 300;
}
.jh-li-sesstion h4 {
  font-size: 22px;
  color: #3f3939;
  font-weight: 300;
}
.jh-li-sesstion p {
  font-size: 17px;
  color: #565656;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: justify;
}
.jh-li-sesstion em {
  display: block;
  color: #000;
  font-style: normal;
}
.jh-li-sesstion .jh-w65p {
  width: 65%;
}
.load-more {
  width: 100%;
  background: #fff;
  padding: 50px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 18px;
  text-align: center;
}
.jh-model-consult2 {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.jh-model-consult2 .jh-model-wrapper {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0.2rem;
  width: 365px;
  height: 455px;
}
.jh-model-consult2 .jh-model-wrapper .jh-model-head a {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #000;
  width: 24px;
  height: 24px;
  margin: 0;
  z-index: 99;
}
.jh-model-consult2 .jh-model-wrapper .jh-model-card {
  width: 100%;
  margin: 3rem auto;
}
.jh-model-consult2 .jh-model-wrapper .jh-model-card .jh-m-m-content {
  padding: 0.5rem 2rem 2rem;
}
.jh-model-consult2 .jh-model-wrapper .jh-model-card .jh-m-m-bottom {
  padding: 1.6rem 0 1rem;
  border-top: 1px solid #f1f1f1;
}
.jh-model-consult2 .jh-model-wrapper .jh-model-card img {
  width: 70%;
  text-align: center;
  margin-bottom: 0.2rem;
  margin: 0 auto;
}
.jh-model-consult2 .jh-model-wrapper .jh-model-card p {
  font-style: normal;
  font-size: 18px;
  display: block;
  font-weight: 300;
  color: #666;
  line-height: 32px;
  letter-spacing: 1px;
}
.jh-clone {
  background: url(../images/wrong-icon.png) no-repeat;
  display: block;
  width: 19px;
  background-position: 50% 50%;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}
.jh-model {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.jh-model .jh-model-wrapper {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 365px;
  height: 455px;
}
.jh-model .jh-model-wrapper .jh-model-head a {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  /* font-size: 1rem; */
  color: #000;
  width: 24px;
  height: 24px;
  margin: 0;
  z-index: 99;
}
.jh-model .jh-model-wrapper .jh-model-main {
  margin-top: 7rem;
}
.jh-model .jh-model-wrapper .jh-model-main-video .jh-m-m-video {
  width: 96%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
.jh-model .jh-model-wrapper .jh-model-main-video .jh-m-m-video .embed-responsive {
  width: 100%;
  height: auto;
}
.jh-model .jh-model-wrapper .jh-model-card .jh-m-m-content {
  padding: 40px 10px 40px;
  height: 300px;
  background: #fff;
  border-radius: 0.5rem;
}
.jh-model .jh-model-wrapper .jh-model-card .weixin img {
  margin: 0 auto;
  width: 78%;
}
.jh-model .jh-model-wrapper .jh-model-card .jh-m-m-bottom {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 0.5rem;
}
.jh-model .jh-model-wrapper .jh-model-card .jh-m-m-bottom em {
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
}
.jh-model .jh-model-wrapper .jh-model-card img {
  width: 180px;
  text-align: center;
  margin-bottom: 0.2rem;
}
.jh-model .jh-model-wrapper .jh-model-card em {
  font-style: normal;
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
  font-weight: 300;
  color: #666;
  padding-top: 23px;
}
.jh-model .jh-model-wrapper .jh-m-m-bottom {
  margin-top: 4rem;
}
.jh-model .jh-model-wrapper .jh-m-m-bottom em {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
  font-style: normal;
  display: block;
}
.jh-model .jh-model-wrapper .jh-m-m-bottom p i {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: text-top;
  border-right: 1px solid #ececec;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  color: #00997b;
}
.jh-model .jh-model-wrapper .jh-m-m-bottom p b {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: normal;
}
.jh-case-li-f-good {
  position: relative;
}
.jh-case-li-f-good span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.jh-share li {
  cursor: pointer;
}
.jh-head-nav-small-new {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
  position: absolute;
  left: 0;
  top: 101%;
  background: #fff;
  width: 200px;
  padding: 15px 0 10px;
  z-index: 100000;
}
.jh-head-nav-small-new > li > a {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 30px;
}
.jh-head-nav-small-new > li > a:hover {
  background: #00997b;
  color: #fff!important;
}
.jh-head-nav li {
  position: relative;
}
.jh-head-nav li.anli .jh-head-nav-small-new {
  width: 300px;
  padding-top: 0;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li {
  padding-top: 15px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li > a {
  font-size: 18px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul li:hover {
  background: #00997b;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul li:hover a {
  border-bottom: 1px solid #00997b;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 0 8px 7px;
  margin-left: 45px;
  border-bottom: 1px solid #f1f1f1;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a:hover {
  color: #fff!important;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav1 {
  background: url(../images/icon/c-n-icon.png) no-repeat 212px 11px;
  background-size: 19px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav1:hover {
  background: url(../images/icon/c-n-icon-w.png) no-repeat 212px 11px #00997b;
  background-size: 19px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav2 {
  background: url(../images/icon/c-n-icon2.png) no-repeat 212px 8px;
  background-size: 19px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav2:hover {
  background: url(../images/icon/c-n-icon-w2.png) no-repeat 212px 8px #00997b;
  background-size: 19px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav3 {
  background: url(../images/icon/c-n-icon3.png) no-repeat 212px 11px;
  background-size: 24px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav3:hover {
  background: url(../images/icon/c-n-icon-w3.png) no-repeat 212px 11px #00997b;
  background-size: 24px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav4 {
  background: url(../images/icon/c-n-icon4.png) no-repeat 212px 11px;
  background-size: 24px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav4:hover {
  background: url(../images/icon/c-n-icon-w4.png) no-repeat 212px 11px #00997b;
  background-size: 24px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav5 {
  background: url(../images/icon/c-n-icon5.png) no-repeat 212px 8px;
  background-size: 21px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav5:hover {
  background: url(../images/icon/c-n-icon-w5.png) no-repeat 212px 8px #00997b;
  background-size: 21px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav6 {
  background: url(../images/icon/c-n-icon6.png) no-repeat 212px 8px;
  background-size: 21px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav6:hover {
  background: url(../images/icon/c-n-icon-w6.png) no-repeat 212px 8px #00997b;
  background-size: 21px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav7 {
  background: url(../images/icon/c-n-icon7.png) no-repeat 212px 13px;
  background-size: 23px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav7:hover {
  background: url(../images/icon/c-n-icon-w7.png) no-repeat 212px 13px #00997b;
  background-size: 23px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav8 {
  background: url(../images/icon/c-n-icon8.png) no-repeat 212px 10px;
  background-size: 22px;
}
.jh-head-nav li.anli .jh-head-nav-small-new > li ul a.small-nav8:hover {
  background: url(../images/icon/c-n-icon-w8.png) no-repeat 212px 10px #00997b;
  background-size: 22px;
}
.jh-head-nav li:hover .jh-head-nav-small-new {
  display: block;
}
.sb-nav {
  display: none;
  border-top: 1px solid #ddd;
  text-align: center;
}
.sb-nav ul {
  background: #f8f8f8;
}
.sb-nav ul li {
  display: inline-block;
  padding: 0 35px;
}
.sb-nav ul li a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 2px solid #f8f8f8;
}
.sb-nav ul li a.active {
  color: #00997b;
  border-bottom: 2px solid #00997b;
}
.sb-nav ul li a:hover {
  color: #00997b;
  border-bottom: 2px solid #00997b;
}
.sb-nav ul li a.sb-nav1 {
  background: url(../images/icon/c-n-icon.png) no-repeat center 33px;
  background-size: 18px;
}
.sb-nav ul li a.sb-nav1:hover,
.sb-nav ul li a.sb-nav1.active {
  background: url(../images/icon/c-n-icon-a.png) no-repeat center 33px;
  background-size: 18px;
}
.sb-nav ul li a.sb-nav2 {
  background: url(../images/icon/c-n-icon2.png) no-repeat center 32px;
  background-size: 16px;
}
.sb-nav ul li a.sb-nav2:hover,
.sb-nav ul li a.sb-nav2.active {
  background: url(../images/icon/c-n-icon-a2.png) no-repeat center 32px;
  background-size: 16px;
}
.sb-nav ul li a.sb-nav3 {
  background: url(../images/icon/c-n-icon3.png) no-repeat center 34px;
  background-size: 20px;
}
.sb-nav ul li a.sb-nav3:hover,
.sb-nav ul li a.sb-nav3.active {
  background: url(../images/icon/c-n-icon-a3.png) no-repeat center 34px;
  background-size: 20px;
}
.sb-nav ul li a.sb-nav4 {
  background: url(../images/icon/c-n-icon4.png) no-repeat center 35px;
  background-size: 18px;
}
.sb-nav ul li a.sb-nav4:hover,
.sb-nav ul li a.sb-nav4.active {
  background: url(../images/icon/c-n-icon-a4.png) no-repeat center 35px;
  background-size: 18px;
}
.sb-nav ul li a.sb-nav5 {
  background: url(../images/icon/c-n-icon5.png) no-repeat center 33px;
  background-size: 17px;
}
.sb-nav ul li a.sb-nav5:hover,
.sb-nav ul li a.sb-nav5.active {
  background: url(../images/icon/c-n-icon-a5.png) no-repeat center 33px;
  background-size: 17px;
}
.sb-nav ul li a.sb-nav6 {
  background: url(../images/icon/c-n-icon6.png) no-repeat center 34px;
  background-size: 18px;
}
.sb-nav ul li a.sb-nav6:hover,
.sb-nav ul li a.sb-nav6.active {
  background: url(../images/icon/c-n-icon-a6.png) no-repeat center 34px;
  background-size: 18px;
}
.sb-nav ul li a.sb-nav7 {
  background: url(../images/icon/c-n-icon7.png) no-repeat center 36px;
  background-size: 21px;
}
.sb-nav ul li a.sb-nav7:hover,
.sb-nav ul li a.sb-nav7.active {
  background: url(../images/icon/c-n-icon-a7.png) no-repeat center 36px;
  background-size: 21px;
}
.sb-nav ul li a.sb-nav8 {
  background: url(../images/icon/c-n-icon8.png) no-repeat center 33px;
  background-size: 18px;
}
.sb-nav ul li a.sb-nav8:hover,
.sb-nav ul li a.sb-nav8.active {
  background: url(../images/icon/c-n-icon-a8.png) no-repeat center 33px;
  background-size: 18px;
}
.sb-nav .csr-nav {
  display: none;
  border-bottom: 1px solid #f1f1f1;
}
.sb-nav .csr-nav a {
  display: inline-block;
  padding: 10px 35px;
  font-size: 15px;
}
.sb-nav .csr-nav a:hover,
.sb-nav .csr-nav a.active {
  color: #00997b;
}
.sb-anli .sb-anli-l,
.sb-anli .sb-anli-r {
  display: inline-block;
  width: 50%;
}
.sb-anli .sb-anli-l ul,
.sb-anli .sb-anli-r ul {
  width: 80%;
  display: inline-block;
  background: #fff;
}
.sb-anli .sb-anli-l ul li,
.sb-anli .sb-anli-r ul li {
  padding: 0;
}
.sb-anli .sb-anli-l ul li a,
.sb-anli .sb-anli-r ul li a {
  padding: 10px 19px 30px;
  font-size: 13px;
}
.sb-anli .sb-anli-l ul li a.active,
.sb-anli .sb-anli-r ul li a.active {
  color: #00997b;
  border-bottom: none;
}
.sb-anli .sb-anli-l ul li a:hover,
.sb-anli .sb-anli-r ul li a:hover {
  color: #00997b;
  border-bottom: none;
}
.sb-anli .sb-anli-t {
  background: #f8f8f8;
}
.sb-anli .sb-anli-t h3 {
  display: inline-block;
}
.sb-anli .sb-anli-t h3 a {
  display: inline-block;
  font-size: 15px;
  padding: 8px 0;
  font-weight: 300;
  border-bottom: 2px solid #f8f8f8;
}
.sb-anli .sb-anli-t h3 a.active {
  color: #00997b;
  border-bottom: 2px solid #00997b;
}
.sb-anli .sb-anli-r {
  margin-left: -4px;
  text-align: left;
}
.sb-anli .sb-anli-r .sb-anli-t {
  padding-left: 3%;
}
.sb-anli .sb-anli-r .sb-anli-t h3 {
  margin-left: 185px;
}
.sb-anli .sb-anli-r ul {
  padding-left: 3%;
}
.sb-anli .sb-anli-l {
  text-align: right;
}
.sb-anli .sb-anli-l .sb-anli-t {
  text-align: right;
  padding-right: 3%;
}
.sb-anli .sb-anli-l .sb-anli-t h3 {
  margin-right: 185px;
}
.sb-anli .sb-anli-l ul {
  padding-right: 3%;
}
#alertsearch {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: none;
}
#alertsearch .alertbox {
  width: 600px;
  height: 55px;
  background: #fff;
  margin: 0 auto;
  margin-top: 92px;
  border-radius: 6px;
  padding-top: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#alertsearch .alertbox .alertinput {
  background: #f1f1f1;
  width: 94%;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
#alertsearch .alertbox .alertinput .shuru {
  height: 84%;
  width: 85%;
  padding-left: 2%;
  background: none;
  border: none;
  outline: none;
  line-height: 84%;
  font-size: 18px;
  padding-top: 3px;
}
#alertsearch .alertbox .alertinput .tijiao {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10%;
  background: #00997b url(../images/search_bar.png) no-repeat center center;
  border: none;
  background-size: 50%;
  cursor: pointer;
  outline: none;
}
.jh-case-li-f-top {
  display: none!important;
}
.search-list-wrapper {
  margin-bottom: 70px;
}
.search-list-wrapper h2 {
  border-bottom: 1px solid #f1f1f1;
  font-size: 20px;
  font-weight: 300;
  color: red;
  letter-spacing: 2px;
  line-height: inherit;
  height: auto;
  padding: 30px 0 20px;
  text-align: left;
  margin-bottom: 0;
}
.search-list-wrapper .jh-list li {
  border-bottom: 1px solid #f1f1f1;
  font-size: 0;
  padding: 20px 0;
}
.search-list-wrapper .jh-list li .jh-list-head {
  width: 17%;
  vertical-align: bottom;
  margin-top: 2px;
}
.search-list-wrapper .jh-list li .jh-list-body {
  width: 79%;
  font-size: 0.6rem;
  text-align: left;
}
.search-list-wrapper .jh-list li .jh-list-body em {
  font-style: normal;
  font-size: 22px;
  display: block;
  color: #000;
  line-height: 33px;
  margin-bottom: 10px;
  text-align: justify;
}
.search-list-wrapper .jh-list li .jh-list-body a {
  color: #333;
  margin-bottom: 0;
}
.search-list-wrapper .jh-list li .jh-list-body p {
  font-size: 18px;
  color: #999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: justify;
}
/*分页样式，开始*/
.digg { margin:10px; padding: 5px; text-align:left; font-size:15px; margin-top:20px; }
.digg A { border-color: #00997b; border-right: 1px solid #00997b; border-style: solid; border-width: 1px; color: #00997b; margin: 4px; padding: 7px 8px; text-decoration: none; }
.digg A:hover { border-color: #00997b; border-right: 1px solid #00997b; border-style: solid; border-width: 1px; color: #00997b; }
.digg A:active { border-color: #00997b; border-right: 1px solid #00997b; border-style: solid; border-width: 1px; color: #00997b; }
.digg SPAN.current { background-color: #00997b; border-color: #00997b; border-right: 1px solid #00997b; border-style: solid; border-width: 1px; color: #FFFFFF; font-weight: bold; margin: 4px; padding: 7px 8px; }
.digg SPAN.disabled { border-color: #A7A6A6; border-right: 1px solid #A7A6A6; border-style: solid; border-width: 1px; color: #979797; margin: 4px; padding: 7px 8px; }
/*分页样式，结束*/
/*服务体系的修改20170617*/
ul{ padding:0px; margin:0px;}
ul li{list-style:none;}
dl,dl dt,dl dd{padding:0px; margin:0px;}
.nav{ width:100%; height:20px; font-size:0px;}
.clear{clear:both;}
.smfoot{ max-width:1400px; min-width: 1150px; margin:0px auto; font-size:15px;font-family:'ff-tisa-web-pro-1','ff-tisa-web-pro-2','Lucida Grande','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft YaHei UI','Microsoft YaHei','WenQuanYi Micro Hei',sans-serif; color:#5d5b5c}
.smfoot .smfoota,.smfoot .smfootb,.smfoot .smfootc{ width:33.3%; float:left;}
.smfmain{ width:98%;margin:0px auto}
.smfttitle{ width:100%; height:111px;font-family:"黑体"; font-size:40px; text-indent:100px; padding-top:30px;color:#FFFFFF;}
.smftbga{ background:url(../images/smfoota.gif) no-repeat left #00997b;}
.smftbgb{ background:url(../images/smfootb.gif) no-repeat left #00997b;}
.smftbgc{ background:url(../images/smfootc.gif) no-repeat left #00997b;}
.smftmid{ width:99.5%; height:450px; border:#dcdcdc solid 1px;}
.smftlist{ width:92%; margin:0px auto; line-height:20px;}
.smftlist .smlistia{ font-weight:bold; font-size:16px;}
.smftlist .smlistib{ margin-bottom:14px;line-height:20px; margin-top:5px;}
.smftlist .smlistic{ margin-bottom:10px; line-height:20px; margin-top:6px;}
.smftlist span{ font-size:16px; color:#FF0000}
.smfoottxt{ text-indent:6px;}
.smfoottxt span{ font-size:16px;color:#FF0000; font-weight:bold; line-height:30px;}
/*20170917新增表单*/
/*.viewport{width:1200px; margin:0 auto; height:auto!important; overflow:hidden; background:#ffffff; border:#999933 solid 1px;}*/
.navx{ width:100%; height:25px; font-size:0px;}
.pcmainbd{ width:980px;height:auto!important; overflow:hidden; margin:0px auto}
.bdleft{ width:420px; height:auto!important; overflow:hidden; float:left}
.jhbdimg{ text-align:center;}
.jhbdform li{margin-bottom:20px;}
.jhbdtxts{ width:98%; height:50px; border:#00997b solid 2px; line-height:46px; text-indent:48px; font-size:16px; color:#6c6a6b; font-family:'黑体'}
.jhbdform #formida{ background:url(../images/pcbdbgimgs.gif) no-repeat 0px -3px}
.jhbdform #formidb{ background:url(../images/pcbdbgimgs.gif) no-repeat 0px -68px}
.jhbdform #formidc{ background:url(../images/pcbdbgimgs.gif) no-repeat 0px -132px}
.jhbdform #formidd{ background:url(../images/pcbdbgimgs.gif) no-repeat 0px -196px}
.jhbdform #formide{ background:url(../images/pcbdbgimgs.gif) no-repeat 0px -260px}
.navbd{ height:6px; font-size:0px;}
.jhbdtxttj{ width:250px; height:65px; margin:0px auto; font-size:22px; color:#FFF; background:#00997b; display:block; font-family:'黑体'; line-height:65px; text-align:center; cursor:pointer; border:none}
.bdright{ width:365px; float:left; margin-left:180px;}