@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: #222222;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #222222;
}
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;
}
.w620 {
  width: 96.875%;
  margin: 0 auto;
  overflow: hidden;
}
.w580 {
  width: 90.625%;
  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;
}
.zt31-public-p {
  padding: 0 0.125rem;
}
.zt31-public-p p {
  font-size: 0.7875rem;
  line-height: 1.65;
  text-indent: 2em;
  word-break: break-all;
}
.zt31-public-p p b {
  font-weight: bold;
}
.zt31-public-p p span {
  color: #fd7700;
}
.zt31-public-p p a {
  color: #ff6600;
}
/* start */
.zt31-lead {
  margin-top: 1.2rem;
  padding-top: 1.375rem;
  padding-bottom: 1rem;
  position: relative;
}
.zt31-lead p {
  border: 1px #434343 solid;
  border-radius: 0.3rem;
  line-height: 1.6;
  padding: 1rem 1.1rem;
}
.zt31-lead span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  font-size: 0.825rem;
  text-align: center;
  line-height: 2.475rem;
  border: 1px #434343 solid;
  border-radius: 50%;
  position: absolute;
  left: 0.75rem;
  top: 0rem;
}
.zt31-public-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 4.875rem;
  background: url(../images/f180_27.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
}
.zt31-public-title em {
  display: block;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-family: Impact;
  color: #fff;
  line-height: 1;
  padding-top: 0.825rem;
}
.zt31-public-title h1 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #145863;
  background-color: #fff;
  line-height: 1.2;
  margin-top: 0.75rem;
}
.zt31-public-title h6 {
  font-size: 0.375rem;
  background-color: #fff;
  line-height: 1.3;
  color: #145863;
  text-transform: uppercase;
}
.zt31-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;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zt31-public-btn a {
  font-size: 0.7875rem;
  border: 0.275rem #f86a00 solid;
  line-height: 1.6rem;
  background-color: #f86a00;
  color: #fff;
  text-align: center;
  padding: 0 0.375rem 0 0.525rem;
}
.zt31-public-btn a:last-child {
  background: url(../images/f80_23.jpg) no-repeat 88% center;
  background-size: 0.975rem 0.975rem;
  background-color: #fff;
  color: #f86a00;
  padding: 0 1.75rem 0 0.75rem;
}
.zt31-th {
  margin-top: 1rem;
  position: relative;
}
.zt31-th .bj {
  display: block;
  background-color: #d0dee0;
  z-index: -1;
  width: 15rem;
  height: 16rem;
  position: absolute;
  top: 50%;
  margin-top: -8rem;
  left: 50%;
  margin-left: -7.5rem;
}
.zt31-th .list {
  display: block;
  width: 32%;
  margin: 0 auto;
}
.zt31-th .list img {
  display: block;
  width: 100%;
}
.zt31-th .main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 0.475rem #fff solid;
}
.zt31-th .main h2 {
  font-size: 0.7875rem;
  border: 1px #145863 solid;
  line-height: 1.65;
  text-align: center;
  background-color: #fff;
}
.zt31-th .main .h2-ts {
  border: none;
  border-bottom: 0.45rem #fff solid;
}
.zt31-th .main .h2-ts span {
  display: block;
  width: 100%;
  border: 1px #145863 solid;
}
.zt31-th .main img {
  display: block;
  width: 100%;
}
.zt31-th .main p {
  margin-top: 0.475rem;
  color: #fff;
  text-align: center;
  background-color: #145863;
  padding: 1rem 0;
  line-height: 1.3;
}
.zt31-th .main p span {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  width: 100%;
}
.zt31-th .main p em {
  display: inline-block;
  border-top: 1px #fff solid;
  font-size: 0.525rem;
  padding-top: 0.25rem;
  text-transform: uppercase;
}
.zt31-th .border-T {
  width: 36%;
  border: 0.475rem #fff solid;
  border-top: none;
  border-bottom: none;
}
.zt31-steps {
  padding: 0 0.75rem 0rem;
}
.zt31-steps li {
  float: left;
  width: 48%;
  margin-bottom: 1rem;
  background: url(../images/mns_30.png) no-repeat 0 0;
  padding-top: 0.75rem;
  background-size: 100% 7.875rem;
}
.zt31-steps li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #b5dbc6;
  padding: 0.75rem;
}
.zt31-steps li a h2 {
  width: 75%;
  margin: 0 auto;
  border-radius: 1rem;
  text-align: center;
  font-size: 0.8675rem;
  color: #fff;
  background-color: #1a6c3f;
}
.zt31-steps li a p {
  font-size: 0.7875rem;
  line-height: 1.6;
  padding-top: 0.375rem;
  height: 6.6rem;
}
.zt31-steps li:nth-of-type(even) {
  margin-left: 4%;
}
.zt31-steps li:nth-of-type(2) a {
  background-color: #ccdfec;
}
.zt31-steps li:nth-of-type(2) a h2 {
  background-color: #3575a3;
}
.zt31-steps li:nth-of-type(3) {
  padding-top: 0.275rem;
  padding-bottom: 0.75rem;
  background: url(../images/mns_33.png) no-repeat 0 bottom;
  background-size: 100% 7.875rem;
}
.zt31-steps li:nth-of-type(3) a {
  background-color: #ecd4c1;
}
.zt31-steps li:nth-of-type(3) a h2 {
  background-color: #d4772d;
}
.zt31-steps li:nth-of-type(4) {
  padding-top: 0.275rem;
  padding-bottom: 0.75rem;
  background: url(../images/mns_33.png) no-repeat 0 bottom;
  background-size: 100% 7.875rem;
}
.zt31-steps li:nth-of-type(4) a {
  background-color: #bee4e4;
}
.zt31-steps li:nth-of-type(4) a h2 {
  background-color: #089999;
}
.zt31-yx {
  background-color: #ebebeb;
  padding: 0.75rem 1.125rem 0;
  margin-bottom: 1rem;
}
.zt31-yx .list {
  position: relative;
  margin-bottom: 1.875rem;
  border-bottom: 1px #7d7d7d dashed;
}
.zt31-yx .list h2 {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zt31-yx .list h2 .main {
  border-bottom: 1px #145863 solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zt31-yx .list h2 .main em {
  display: block;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.25rem;
  background-color: #145863;
  color: #fff;
}
.zt31-yx .list h2 .main span {
  font-size: 0.9rem;
  color: #145863;
  padding-right: 1rem;
}
.zt31-yx .list p {
  font-size: 0.7875rem;
  padding-right: 6.6rem;
  line-height: 1.6;
  padding-bottom: 0.75rem;
}
.zt31-yx .list img {
  display: block;
  width: 6.3rem;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.zt31-yx .list-reserve h2 {
  padding-left: 65%;
}
.zt31-yx .list-reserve h2 .main em {
  display: block;
  width: 1.5rem;
  text-align: center;
  margin-right: 0rem;
  margin-left: 0.25rem;
  background-color: #145863;
  color: #fff;
}
.zt31-yx .list-reserve h2 .main span {
  font-size: 0.9rem;
  color: #145863;
  padding-right: 0;
  padding-left: 1rem;
}
.zt31-yx .list-reserve p {
  font-size: 0.7875rem;
  padding-right: 0rem;
  padding-left: 7.5rem;
  line-height: 1.6;
  padding-bottom: 0.75rem;
}
.zt31-yx .list-reserve img {
  display: block;
  width: 7.2375rem;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.zt31-yx .list2 {
  margin-bottom: 1rem;
}
.zt31-yx .list2 p {
  padding-right: 8rem;
}
.zt31-yx .list2 img {
  width: 7.875rem;
}
.zt31-dang {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 0.375rem;
}
.zt31-dang span {
  display: block;
  width: 4.6rem;
  height: 3.75rem;
  line-height: 3.75rem;
  margin-right: 0.375rem;
  background-color: #145863;
  text-align: center;
  font-size: 1.275rem;
  color: #fff;
}
.zt31-dang p {
  flex: auto;
  font-size: 0.7875rem;
  line-height: 1.5;
}
.zt31-prev {
  padding: 0.75rem 0.375rem;
}
.zt31-prev li {
  width: 48%;
  height: 15.75rem;
  background: url(../images/po_48.png) no-repeat 0 0, url(../images/po_50.png) no-repeat right 0, url(../images/po_65.png) no-repeat 0 bottom, url(../images/po_63.png) no-repeat right bottom;
  background-size: 1.2375rem 1.2375rem;
}
.zt31-prev li h2 {
  font-size: 0.7875rem;
  font-weight: bold;
  text-align: center;
  color: #15375c;
  line-height: 2rem;
}
.zt31-prev li img {
  display: block;
  width: 10.0125rem;
  margin: 0 auto;
}
.zt31-prev li p {
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 0.375rem 0rem 0.375rem 0.25rem;
}
.zt31-prev-ts li h2 {
  line-height: 1.4;
  padding: 0.375rem 0;
}
.zt31-key .key-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  background-color: #145863;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.75;
}
.zt31-key .key-title em {
  display: block;
  width: 3rem;
  background-color: #fff;
  color: #145863;
  font-size: 1.05rem;
  text-align: center;
}
.zt31-key .key-title span {
  font-size: 0.375rem;
  text-transform: uppercase;
  padding-top: 0.875rem;
}
.zt31-key .key-title b {
  padding-left: 0.375rem;
  padding-top: 0.15rem;
  padding-right: 0.25rem;
}
.zt31-key .zt31-video {
  width: 88.75%;
  margin: 0 auto;
}
.zt31-key .zt31-video video {
  display: block;
  width: 100%;
}
.zt31-key .yz {
  margin-top: 1rem;
  padding: 0.6rem 0.6rem 0;
  border: 1px #145863 dashed;
}
.zt31-key .yz p {
  font-size: 0.7875rem;
  line-height: 2;
  margin-bottom: 0.6rem;
  white-space: nowrap;
}
.zt31-key .yz p span {
  display: inline-block;
  color: #fff;
  background-color: #f86a00;
  padding: 0 0.375rem;
  font-size: 0.75rem;
  margin-right: 0.25rem;
}
.zt31-key .yz .tp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zt31-key .yz .tp span {
  line-height: 2.8;
}
.zt31-key .yz .tp b {
  line-height: 1.4;
}
.zt31-care-center {
  margin-top: 1rem;
  height: 20.9625rem;
  background: url(../images/f80_67.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
}
.zt31-care-center h1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding-top: 1.2rem;
  line-height: 1;
}
.zt31-care-center h3 {
  font-size: 0.825rem;
  color: #fff;
  line-height: 1;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.zt31-care-center ul {
  padding: 0 0.75rem 3.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.zt31-care-center ul li {
  width: 23.5%;
  background-color: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  padding: 0.6rem 0;
}
.zt31-care-center ul li a {
  display: block;
  width: 100%;
}
.zt31-care-center ul li img {
  display: block;
  width: 2.625rem;
  margin: 0 auto;
}
.zt31-care-center ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.825rem;
}
.zt31-care-center ul li span b {
  font-size: 0.375rem;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #666;
  white-space: nowrap;
}
.zt31-care-center .r {
  text-align: right;
  padding-right: 0.375rem;
}
.zt31-care-center .r h2 {
  font-size: 1.275rem;
  font-weight: bold;
  color: #fad43c;
}
.zt31-care-center .r h5 {
  font-size: 0.825rem;
  color: #fff;
  line-height: 1.675rem;
}
.zt31-care-center .r a {
  font-size: 0.75rem;
  display: inline-block;
  border: 1px #fff solid;
  border-radius: 2rem;
  padding: 0 0.6rem;
  color: #fff;
  line-height: 1.5;
}
