@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: #131313;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #131313;
}
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.375rem;
  background-color: #8cadac;
}
.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;
}
.zt8-public-p {
  padding: 0 0.125rem;
}
.zt8-public-p p {
  font-size: 0.825rem;
  line-height: 1.65;
  text-indent: 2em;
}
.zt8-public-p p span {
  font-weight: bold;
}
/* start */
.zt8-lead {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zt8-lead .img {
  width: 9%;
  height: 6.375rem;
  position: relative;
  overflow: hidden;
  background-color: #029794;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 2.25rem;
}
.zt8-lead .img em {
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: #ff9f21;
  border: 0.175rem #fff solid;
  transform: rotate(40deg);
  top: -2.5rem;
  left: 0.25rem;
}
.zt8-lead .txt {
  width: 88%;
}
.zt8-lead .txt p {
  font-size: 0.825rem;
  line-height: 1.9;
}
.zt8-public-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px #d8e0e0 solid;
}
.zt8-public-title img {
  width: 3.375rem;
  margin-right: 0.375rem;
}
.zt8-public-title h2 {
  font-size: 1.2rem;
  font-weight: bold;
}
.zt8-public-title h6 {
  font-size: 0.5rem;
  white-space: nowrap;
  color: #bcbcbc;
  text-transform: uppercase;
}
.zt8-pf li {
  margin-bottom: 1rem;
}
.zt8-pf li a {
  display: block;
  overflow: hidden;
}
.zt8-pf .img {
  width: 30%;
  height: 8.1375rem;
  position: relative;
}
.zt8-pf .img span,
.zt8-pf .img img {
  display: block;
  width: 100%;
}
.zt8-pf .img span {
  position: absolute;
  bottom: 0;
  font-size: 0.75rem;
  color: #fff;
  padding-left: 0.275rem;
  padding-bottom: 0.3rem;
}
.zt8-pf .txt {
  width: 66%;
  height: 8.1375rem;
  position: relative;
  padding: 0.375rem 0.175rem 0rem 1rem;
  border: 1px #ccc solid;
}
.zt8-pf .txt p {
  font-size: 0.825rem;
  line-height: 2.1;
}
.zt8-pf .txt img {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.05rem;
  margin-top: -0.525rem;
  left: -0.525rem;
}
.zt8-pf li:nth-of-type(even) .txt {
  padding: 0.375rem 0.275rem 0rem 0.2rem;
}
.zt8-pf li:nth-of-type(even) .txt img {
  left: auto;
  right: -0.525rem;
  margin-top: -0.525rem;
  top: 50%;
}
.zt8-pf li:nth-of-type(even) .img span {
  padding-left: 1.1rem;
  text-align: center;
  padding-bottom: 0.15rem;
}
.zt8-public-btn {
  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;
}
.zt8-public-btn .main {
  border: 1px #ff9f21 solid;
  border-radius: 2rem;
  background-color: #fff;
}
.zt8-public-btn a {
  font-size: 0.825rem;
  display: inline-block;
  line-height: 2.25rem;
  padding: 0 1rem;
}
.zt8-public-btn a:last-child {
  border-radius: 2rem;
  background-color: #ff9f21;
  color: #fff;
}
.zt8-twg {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zt8-twg .img {
  width: 34.6875%;
  height: 9.675rem;
  background: url(../images/pf_24.jpg) no-repeat right 0;
  background-size: 4.875rem 100%;
  background-color: #ececec;
}
.zt8-twg .img h2 {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  color: #ff9f21;
  font-size: 0.9rem;
  padding-top: 1rem;
  line-height: 1.1;
  padding-left: 0.375rem;
  float: left;
}
.zt8-twg .img p {
  float: left;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 0.75rem;
  padding-top: 1.85rem;
  letter-spacing: 0.02rem;
  line-height: 1rem;
}
.zt8-twg .txt {
  width: 63%;
  height: 9.675rem;
}
.zt8-twg .txt p {
  font-size: 0.825rem;
  line-height: 1.85;
}
.zt8-care {
  position: relative;
  padding-top: 0.1rem;
  overflow: visible;
}
.zt8-care .bj {
  display: block;
  width: 100%;
  height: 21rem;
  background-color: #029794;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.zt8-care .zt8-public-title {
  margin-bottom: 0;
}
.zt8-care .zt8-public-title h2 {
  font-size: 0.975rem;
  color: #fff;
}
.zt8-care .zt8-public-title h6 {
  font-size: 0.375rem;
  padding-top: 0.25rem;
}
.zt8-care .zt8-care-main {
  border-top: 1px #111 solid;
  padding: 1rem 0.9375rem 0;
  text-align: center;
}
.zt8-care .zt8-care-main > h2 {
  font-size: 0.975rem;
  font-weight: bold;
  color: #029794;
  background-color: #fff;
  line-height: 1;
  padding: 1rem 0;
}
.zt8-care .zt8-care-main ul {
  background-color: #fff;
  padding: 0 0.75rem;
}
.zt8-care .zt8-care-main li {
  float: left;
  width: 48%;
}
.zt8-care .zt8-care-main li a,
.zt8-care .zt8-care-main li img {
  display: block;
  width: 100%;
}
.zt8-care .zt8-care-main li h2 {
  font-size: 0.75rem;
  font-weight: bold;
  padding-top: 0.375rem;
}
.zt8-care .zt8-care-main li p {
  font-size: 0.75rem;
  line-height: 1.375;
  padding-top: 0.125rem;
  margin-bottom: 0.9rem;
}
.zt8-care .zt8-care-main li:nth-of-type(even) {
  margin-left: 4%;
}
.zt8-care .zt8-public-p {
  background-color: #e4e4e4;
  margin-bottom: 1rem;
}
.zt8-care .zt8-public-p p {
  font-size: 0.75rem;
  padding: 0.75rem 0.75rem;
}
.zt8-panel2 {
  padding: 0rem 0.9375rem 0;
}
.zt8-panel2 > h2 {
  font-size: 0.975rem;
  font-weight: bold;
  color: #029794;
  background-color: #fff;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
}
.zt8-panel2 .litter-title {
  margin-bottom: 0.375rem;
}
.zt8-panel2 .litter-title span {
  display: inline-block;
  background-color: #279f9c;
  line-height: 1.5rem;
  color: #fff;
  padding: 0 0.6rem;
  font-size: 0.825rem;
  text-shadow: 1px 1px 1px #333;
  font-weight: bold;
}
.zt8-panel2 .imgs {
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.375rem;
  border-bottom: 1px #ccc dashed;
  margin-bottom: 1.175rem;
}
.zt8-panel2 .imgs li {
  float: left;
  width: 31.8%;
  margin-right: 2.3%;
}
.zt8-panel2 .imgs li .u {
  display: block;
  width: 7.05rem;
  height: 7.05rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.zt8-panel2 .imgs li img {
  display: block;
  width: 7.05rem;
  height: 7.05rem;
  border-radius: 50%;
}
.zt8-panel2 .imgs li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 1.8rem;
  text-align: center;
  left: 0;
  line-height: 1.8;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 0.75rem;
}
.zt8-panel2 .imgs li .d {
  display: block;
  width: 92%;
  margin: 0.5rem auto 0;
  text-align: center;
  font-size: 0.75rem;
  background-color: #ff9f21;
  line-height: 1.65rem;
  color: #fff;
  border-radius: 0.25rem;
}
.zt8-panel2 .imgs li:last-child {
  margin-right: 0;
}
.zt8-look h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ff9f21;
  text-align: center;
  line-height: 1;
  padding-bottom: 1rem;
}
.zt8-hot-line {
  margin-bottom: 1rem;
}
.zt8-hot-line .em {
  display: block;
  width: 100%;
  border-top: 1px #ccc dashed;
  margin-top: 1.6rem;
}
.zt8-hot-line h2 {
  font-size: 0.825rem;
  line-height: 1rem;
  height: 1rem;
  margin-top: -0.575rem;
  text-align: center;
}
.zt8-hot-line h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.375rem;
}
.zt8-hot-line li {
  float: left;
  margin-top: 0.75rem;
  width: 23.5%;
  margin-right: 2%;
  padding-top: 0.6rem;
  height: 5.625rem;
  border-radius: 0.3rem;
}
.zt8-hot-line li a {
  display: block;
  width: 100%;
  color: #fff;
}
.zt8-hot-line li img {
  display: block;
  width: 3.15rem;
  margin: 0 auto;
}
.zt8-hot-line li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.825rem;
  padding-top: 0.125rem;
}
.zt8-hot-line li:last-child {
  margin-right: 0;
}
.zt8-hot-line li:nth-of-type(1) {
  background-color: #e36b2e;
}
.zt8-hot-line li:nth-of-type(2) {
  background-color: #049294;
}
.zt8-hot-line li:nth-of-type(3) {
  background-color: #f09a83;
}
.zt8-hot-line li:nth-of-type(4) {
  background-color: #047794;
}



.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 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;
}

#sp-swiper{
  width: 100%;
  overflow: hidden;
}
#sp-swiper .swiper-slide {
  width: 50%;
  height: 11.5rem;

}
#sp-swiper video {
  display: block;
  width: 100%;
  height: 9rem;
}
#sp-swiper .swiper-slide span {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 2.5rem;
  height: 2.5rem;
}
