@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%;
}
.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.6rem;
  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;
}
.zt12-public-p {
  padding: 0 0.125rem;
}
.zt12-public-p p {
  font-size: 0.825rem;
  line-height: 1.65;
  text-indent: 2em;
}
.zt12-public-p p b {
  font-weight: bold;
}
/* start */
.zt12-lead {
  background: url(../images/zlfy_05.jpg) no-repeat 0 center;
  background-size: 3.75rem 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.zt12-lead p {
  font-size: 0.7875rem;
  line-height: 1.6;
  padding-left: 4.2rem;
}
.zt12-public-Ntitle {
  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 #ccc solid;
}
.zt12-public-Ntitle img {
  display: block;
  width: 2.85rem;
  height: 2.325rem;
  margin-right: 0.375rem;
  margin-left: 0.1rem;
}
.zt12-public-Ntitle h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #049294;
  line-height: 1;
  padding-top: 1.15rem;
}
.zt12-reason li {
  float: left;
  width: 25%;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}
.zt12-reason li a {
  display: block;
  width: 100%;
}
.zt12-reason li img {
  display: block;
  width: 3.75rem;
  margin: 0 auto;
}
.zt12-reason li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.6rem;
}
.zt12-reason li p {
  background-color: #9ed4d5;
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 0.375rem 0.2rem 0;
  height: 9rem;
  margin-top: 0.6rem;
  position: relative;
}
.zt12-reason li p em {
  display: block;
  border-width: 0.6rem;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #9ed4d5 transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  top: -1rem;
  position: absolute;
  left: 50%;
  margin-left: -0.65rem;
}
.zt12-reason li:nth-of-type(2) p {
  background-color: #049294;
  color: #fff;
}
.zt12-reason li:nth-of-type(2) p em {
  border-width: 0.6rem;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #049294 transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.zt12-reason li:nth-of-type(3) p {
  background-color: #fca000;
  color: #fff;
}
.zt12-reason li:nth-of-type(3) p em {
  border-width: 0.6rem;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fca000 transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.zt12-reason li:nth-of-type(4) p {
  background-color: #52c1a6;
  color: #fff;
}
.zt12-reason li:nth-of-type(4) p em {
  border-width: 0.6rem;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #52c1a6 transparent;
  width: 0;
  height: 0;
  overflow: hidden;
}
.zt12-public-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ff8003;
  padding: 0.75rem 0.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.zt12-public-btn a {
  font-size: 0.825rem;
  color: #fff;
  line-height: 1.9rem;
  height: 2rem;
  border: 1px #fff solid;
  flex: auto;
}
.zt12-public-btn a:last-child {
  background-color: #fff;
  color: #ff8003;
}
.zt12-real li {
  float: left;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 1rem;
}
.zt12-real li a {
  display: block;
  width: 100%;
}
.zt12-real li a h2 {
  font-size: 0.9rem;
  background-color: #fca000;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
}
.zt12-real li a p {
  font-size: 0.7875rem;
  line-height: 1.5;
  height: 6rem;
  padding: 0.375rem 0.2rem 0;
  border: 1px #ccc solid;
  border-top: none;
}
.zt12-care .title {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
  line-height: 1.9125rem;
  height: 1.9125rem;
}
.zt12-care .title span {
  display: inline-block;
  padding: 0 2.3rem 0 0.75rem;
  background: url(../images/zlfy_31.jpg) no-repeat right 0;
  background-size: 1.9125rem 1.9125rem;
  background-color: #fca000;
  color: #3d2700;
}
.zt12-care ul li {
  float: left;
  width: 50%;
  margin-top: 0.825rem;
}
.zt12-care ul li a {
  display: block;
  width: 100%;
}
.zt12-care ul li img {
  display: block;
  width: 9.9375rem;
  margin: 0 auto;
}
.zt12-care ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.7875rem;
  line-height: 1.3;
  padding-top: 0.375rem;
}
.zt12-care .show-two a {
  width: 49%;
}
.zt12-care .show-two a img {
  display: block;
  width: 100%;
}
.zt12-care .show-three a {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.zt12-care .show-three a img {
  display: block;
  width: 100%;
}
.zt12-care .show-three a:last-child {
  margin-right: 0;
}
.zt12-care .panel-title-my1 {
  width: 79.6875%;
  height: 1.8rem;
  position: relative;
  background: url(../images/title_46.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.zt12-care .panel-title-my1 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.75rem;
  color: #fff;
  width: 2rem;
  text-align: center;
  font-size: 0.825rem;
}
.zt12-care .panel-title-my1 h2 {
  position: absolute;
  top: 0;
  line-height: 1.35;
  left: 2.75rem;
  white-space: nowrap;
  font-size: 0.825rem;
}
.zt12-care .panel-title-my2 {
  width: 100%;
  height: 3.3rem;
  position: relative;
  background: url(../images/title_55.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.zt12-care .panel-title-my2 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0.375rem;
  line-height: 1.25rem;
  color: #fff;
  width: 2rem;
  text-align: center;
  font-size: 0.825rem;
}
.zt12-care .panel-title-my2 h2 {
  position: absolute;
  top: 0;
  line-height: 1.35;
  left: 2.75rem;
  font-size: 0.825rem;
}
.zt12-care .panel-title-my3 {
  width: 100%;
  height: 3.3rem;
  position: relative;
  background: url(../images/title_63.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.zt12-care .panel-title-my3 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0.375rem;
  line-height: 1.25rem;
  color: #fff;
  width: 2rem;
  text-align: center;
  font-size: 0.825rem;
}
.zt12-care .panel-title-my3 h2 {
  position: absolute;
  top: 0;
  line-height: 1.35;
  left: 2.75rem;
  font-size: 0.825rem;
}
.zt12-care .panel-title-my4 {
  width: 100%;
  height: 3.3rem;
  position: relative;
  background: url(../images/title_70.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.zt12-care .panel-title-my4 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0rem;
  line-height: 1.55rem;
  color: #fff;
  width: 3.25rem;
  text-align: center;
  font-size: 0.825rem;
}
.zt12-care .panel-title-my4 h2 {
  position: absolute;
  top: 0;
  line-height: 1.35;
  left: 4rem;
  font-size: 0.825rem;
}
.zt12-gy .main h2 {
  text-align: center;
  font-size: 0.7875rem;
  margin-bottom: 0.75rem;
}
.zt12-gy .main h2 span {
  display: inline-block;
  background-color: #ff9f21;
  padding: 0 0.75rem;
  line-height: 1.5rem;
}
.zt12-tab .tab-btn {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.zt12-tab .tab-btn li {
  float: left;
  width: 32%;
  margin-right: 2%;
  font-size: 0.825rem;
  line-height: 2.25rem;
  background-color: #eaeaea;
  text-align: center;
}
.zt12-tab .tab-btn .on {
  background-color: #049294;
  color: #fff;
}
.zt12-tab .tab-btn li:last-child {
  margin-right: 0;
}
.zw-nav li {
  float: left;
  width: 25%;
  border-right: 1px #ccc solid;
}
.zw-nav li a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  background-color: #fff;
  text-align: center;
  line-height: 2.2rem;
  height: 2.2rem;
}
.zw-nav li:last-child {
  border-right: none;
}
.zw-navTs {
  margin-top: 1rem;
}
.zw-navTs li {
  border-right: 1px #fff solid;
}
.zw-navTs li a {
  background-color: #049294;
  color: #fff;
}
.zw-footer {
  padding: 1rem 0;
}
.zw-footer p {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2rem;
  background-color: #eee;
  padding-top: 0.6rem;
  padding-bottom: 3rem;
}
.zw-footer p b {
  font-weight: bold;
  color: #ff9d00;
}

.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;
}