@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%;
}
.w600 {
  width: 93.75%;
  margin: 0 auto;
  overflow: hidden;
}
.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.675rem;
  background-color: #eee;
}
.w600 {
  width: 93.75%;
  margin: 0 auto;
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-centerL {
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
}
.zt22-public-p {
  padding: 0 0.125rem;
}
.zt22-public-p p {
  font-size: 0.825rem;
  line-height: 1.65;
  text-indent: 2em;
}
.zt22-public-p p b,
.zt22-public-p p span {
  font-weight: bold;
}
.zt22-public-p p a {
  color: #ff6600;
}
/* start */
.zt22-lead {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zt22-lead .img {
  padding-top: 1.125rem;
  width: 20.3125%;
}
.zt22-lead .right {
  width: 78%;
}
.zt22-public-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zt22-public-title .l {
  width: 3.375rem;
  height: 2.4rem;
}
.zt22-public-title .r {
  margin-left: 0.375rem;
}
.zt22-public-title .r h1 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #029794;
}
.zt22-public-title .r h6 {
  font-size: 0.525rem;
  color: #029794;
  text-transform: capitalize;
}
.zt22-ks {
  padding: 0 0.75rem;
}
.zt22-ks .list {
  width: 47%;
}
.zt22-ks .list .title {
  height: 5.25rem;
  background-color: #029794;
  color: #fff;
  margin-bottom: 0.75rem;
  text-align: center;
  border-radius: 20rem 20rem 0 0;
  padding-top: 1.2rem;
}
.zt22-ks .list .title span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fc3d34;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1.525rem;
}
.zt22-ks .list .title h2 {
  font-size: 0.9rem;
  padding-top: 0.375rem;
}
.zt22-ks .list p {
  padding-top: 0.375rem;
  height: 9.75rem;
  font-size: 0.825rem;
  line-height: 1.6;
  text-indent: 2em;
}
.zt22-public-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.75rem;
}
.zt22-public-btn a {
  display: block;
  width: 51.5%;
  font-size: 0.825rem;
  line-height: 2rem;
  height: 2.25rem;
  border: 1px #ccc solid;
  text-align: center;
}
.zt22-public-btn a:last-child {
  width: 46%;
  color: #fff;
  padding-right: 0.9rem;
  border: 1px #ff7800 solid;
  border-bottom: 0.1rem #964600 solid;
  background: url(../images/wl_24.jpg) no-repeat 90% 1.1rem;
  background-size: 0.825rem 0.9rem;
  background-color: #ff7800;
}
.zt22-public-btn-g a {
  width: 65%;
}
.zt22-public-btn-g a:last-child {
  width: 33%;
}
.bgc-p {
  padding: 0.475rem 0.375rem;
  background-color: #e8e8e8;
}
.zt22-ks-reverse {
  margin-top: 1rem;
  padding-bottom: 0.375rem;
}
.zt22-ks-reverse .list {
  margin-bottom: 0.6rem;
  background-color: #e8e8e8;
}
.zt22-ks-reverse .list .left {
  width: 46%;
  height: 7.65rem;
  border-right: 0.5625rem #fff solid;
}
.zt22-ks-reverse .list .left h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  background-color: #029794;
  color: #fff;
  font-size: 0.7875rem;
  padding: 0.5rem 0;
}
.zt22-ks-reverse .list .left h2 em {
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  background-color: #fc3d34;
  border-radius: 0.25rem;
  line-height: 0.9375rem;
  text-align: center;
  margin-right: 0.2rem;
}
.zt22-ks-reverse .list .right {
  width: 54%;
  height: 7.65rem;
  position: relative;
}
.zt22-ks-reverse .list .right p {
  font-size: 0.7875rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.6;
  padding: 0 0.375rem;
}
.zt22-ks-reverse .list2 .left {
  height: 9.6rem;
}
.zt22-ks-reverse .list2 .left span {
  text-align: center;
}
.zt22-ks-reverse .list2 .right {
  height: 9.6rem;
}
.zt22-video {
  margin-bottom: 1rem;
}
.zt22-video span,
.zt22-video video {
  display: block;
  width: 100%;
}
.zt22-video span {
  font-size: 0.7875rem;
  text-align: center;
  line-height: 1;
  padding-top: 0.525rem;
  margin-bottom: 1rem;
}
.zt22-panel-t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  margin-bottom: 1rem;
}
.zt22-panel-t span {
  display: block;
  height: 2.925rem;
  border: 1px #fc9234 solid;
  font-size: 0.825rem;
  font-weight: bold;
  color: #ff7800;
  text-align: center;
  padding: 0.275rem 0.375rem 0.375rem 1.4rem;
  position: relative;
}
.zt22-panel-t span img {
  display: block;
  width: 1.575rem;
  position: absolute;
  left: 0;
  top: 0;
}
.zt22-panel-t2 span {
  height: 1.8rem;
}
.zt22-imgs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.zt22-imgs a {
  display: block;
  width: 7.725rem;
}
.zt22-imgs a img {
  display: block;
  width: 100%;
}
.zt22-jy {
  position: relative;
}
.zt22-jy p {
  border: 1px #ccc solid;
  font-size: 0.825rem;
  padding: 0.375rem 0.375rem 0rem 4.75rem;
  height: 7.5rem;
  line-height: 1.6;
}
.zt22-jy h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffea00;
  background-color: #029794;
  width: 4.5rem;
  height: 9rem;
  position: absolute;
  left: -0.675rem;
  top: -0.5rem;
  padding-top: 2rem;
  padding-left: 0.375rem;
  transform: rotate(-7deg);
  text-align: center;
}
.zt22-jy h2 em {
  display: block;
  transform: rotate(7deg);
}
.zt22-center h1 {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  white-space: nowrap;
  background-color: #fc9234;
  color: #fff;
  width: 84%;
  margin: 0 auto;
  text-align: center;
  border-radius: 1rem;
  line-height: 1.6rem;
}
.zt22-center .zt22-tj .main {
  background-color: #eaeaea;
  margin-top: 1rem;
  padding-top: 1.375rem;
}
.zt22-center .zt22-tj .main .title {
  text-align: center;
  position: relative;
  padding: 0.9rem 0 0.475rem;
  margin-bottom: 1rem;
}
.zt22-center .zt22-tj .main .title em {
  display: block;
  width: 59%;
  height: 2.25rem;
  border: 1px #ccc solid;
  margin: 0 auto;
}
.zt22-center .zt22-tj .main .title h2 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  color: #029794;
  position: absolute;
  width: 100%;
  top: 0;
}
.zt22-center .zt22-tj .main .title h2 span {
  padding: 0 0.2rem;
  display: inline-block;
  background-color: #eaeaea;
}
.zt22-center .zt22-tj .main .title h4 {
  font-size: 0.825rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.zt22-center .zt22-tj .main .title h4 span {
  padding: 0.125rem 0.75rem;
  border-radius: 1rem;
  display: inline-block;
  background-color: #8a8a8a;
}
.zt22-center .zt22-tj .swiper-container {
  padding-bottom: 1.35rem;
}
.zt22-center .zt22-tj .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0);
}
.zt22-center .zt22-tj .swiper-pagination-bullet-active {
  border: 1px #007aff solid;
  background-color: #049294;
}
.zt22-center .zt22-tj .swiper-container-horizontal > .swiper-pagination-bullets,
.zt22-center .zt22-tj .swiper-pagination-custom,
.zt22-center .zt22-tj .swiper-pagination-fraction {
  bottom: 0rem;
}

.include-nav {
  margin-bottom: 3px;
}
.include-nav li {
  float: left;
  width: 25%;
  border-bottom: 1px #fff solid;
  border-right: 1px #fff solid;
}
.include-nav li:nth-of-type(4n) {
  border-right: none;
}
.include-nav a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.825rem;
  line-height: 2.25rem;
  overflow: hidden;
  background-color: #029794;
  color: #fff;
}
.last-nav{
	margin-top: 0.5rem;
}
.last-nav li {
  float: left;
  width: 25%;
  background-color: #049294;
  border-right: 1px #fff solid;
  color: #fff;
}
.last-nav li a {
  color: #fff;
  font-size: 0.825rem;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2rem;
}
.last-nav li:last-child {
  border-right: none;
}
.jb-b-logo {
  margin-top: 1.125rem !important;
  margin-bottom: 0.75rem !important;
}
.jb-b-logo img {
  display: block;
  width: 100%;
}
/* 2 */
.yj-footer p {
  background-color: #fff;
  text-align: center;
  font-size: 0.85rem;
  font-size: 0.825rem;
  line-height: 1.1rem;
  padding-bottom: 0.8rem;
  background-color: #eee;
  padding-top: 0.75rem;
  padding-bottom: 3rem;
}
.yj-footer p span {
  font-weight: bold;
  color: #eb6100;
}