@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.375rem;
  background-color: #8cadac;
}
.w600 {
  width: 93.75%;
  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;
}
.zt37-public-p {
  padding: 0 0.125rem;
}
.zt37-public-p p {
  font-size: 0.825rem;
  line-height: 1.65;
  text-indent: 2em;
  word-break: break-all;
}
.zt37-public-p p b {
  font-weight: bold;
}
.zt37-public-p p span {
  color: #fd7700;
}
.zt37-public-p p a {
  color: #ff6600;
}
/* start */
.zt37-lead {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.zt37-lead .l {
  width: 2rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #049395;
  padding: 1.75rem 1.375rem 0 0.35rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.zt37-lead .l em {
  display: block;
  width: 4rem;
  height: 3rem;
  transform: rotate(45deg);
  background-color: #ff9f21;
  position: absolute;
  left: -0.25rem;
  top: -1.75rem;
  border: 0.15rem #fff solid;
}
.zt37-lead .r {
  margin-left: 0.6rem;
  font-size: 0.825rem;
  line-height: 1.6;
}
.zt37-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.275rem;
  border-bottom: 1px #d9e1e1 solid;
}
.zt37-public-title img {
  display: block;
  width: 3.375rem;
  height: 2.475rem;
  margin-right: 0.375rem;
}
.zt37-public-title h2 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.zt37-public-title h6 {
  font-size: 0.6rem;
  color: #bcbcbc;
  padding-top: 0.25rem;
  text-transform: capitalize;
}
.zt37-yl .xg-p {
  width: 90%;
  margin: 0 auto;
  background-color: #e4e4e4;
  font-size: 0.825rem;
  line-height: 1.6;
  padding: 0.6rem 0.75rem;
}
.zt37-yl .list {
  padding-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.zt37-yl .list img {
  display: block;
  width: 6.75rem;
  height: 6.3rem;
}
.zt37-yl .list .txt {
  width: 16.5rem;
}
.zt37-yl .list .txt h2 {
  font-size: 0.825rem;
  font-weight: bold;
  color: #049395;
  padding-bottom: 0.375rem;
  border-bottom: 1px #ccc solid;
  margin-bottom: 0.3rem;
}
.zt37-yl .list .txt h2 span {
  color: #e66d01;
}
.zt37-yl .list .txt p {
  font-size: 0.825rem;
  text-indent: 2em;
  line-height: 1.6;
}
.zt37-yl .list-reverse .txt h2 {
  text-align: right;
}
.zt37-pf .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
}
.zt37-pf .list > img {
  width: 7.1625rem;
  height: 8.1375rem;
}
.zt37-pf .list .txt {
  margin-left: 0.75rem;
  flex: auto;
  border: 1px #ccc dashed;
  position: relative;
}
.zt37-pf .list .txt p {
  font-size: 0.825rem;
  line-height: 1.6;
  padding: 0 0.175rem 0 0.9rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zt37-pf .list .txt img {
  display: block;
  width: 1.05rem;
  position: absolute;
  left: -0.525rem;
  top: 50%;
  margin-top: -0.525rem;
}
.zt37-pf .list-resever .txt {
  margin-left: 0;
  margin-right: 0.75rem;
}
.zt37-pf .list-resever .txt img {
  left: auto;
  right: -0.525rem;
}
.zt37-pf .list-resever .txt p {
  padding: 0 0.8rem 0 0.275rem;
}
.zt37-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-bottom: 1rem;
}
.zt37-public-btn .main {
  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;
  border: 1px #ff9f21 solid;
  border-radius: 2rem;
  line-height: 2.25rem;
}
.zt37-public-btn .main a {
  font-size: 0.825rem;
  padding: 0 1rem;
}
.zt37-public-btn .main a:last-child {
  background-color: #ff9f21;
  border-radius: 2rem;
  color: #fff;
}
.zt37-doc-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.zt37-doc-info img {
  display: block;
  width: 8.325rem;
  height: 8.6625rem;
}
.zt37-doc-info .txt {
  margin-left: 0.6rem;
  position: relative;
  flex: auto;
}
.zt37-doc-info .txt p {
  font-size: 0.825rem;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zt37-how {
  background: url(../images/line_43.jpg) repeat-x;
  background-size: 1px 19.3125rem;
}
.zt37-how .zt37-public-title .txt h2 {
  font-size: 1.05rem;
  white-space: nowrap;
  color: #fff;
}
.zt37-how .zt37-public-title .txt h6 {
  white-space: nowrap;
}
.zt37-how .w580 {
  background-color: #fff;
}
.zt37-how .xg-p {
  width: 90.625%;
  margin: 0 auto;
  background-color: #e4e4e4;
  font-size: 0.825rem;
  line-height: 1.6;
  padding: 0.6rem 0.75rem;
}
.zt37-how .w580-h1 {
  font-size: 0.975rem;
  font-weight: bold;
  color: #049395;
  text-align: center;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.zt37-how .list {
  padding: 0 0.75rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.zt37-how .list .item {
  width: 9.6375rem;
}
.zt37-how .list .item img {
  display: block;
  width: 100%;
}
.zt37-how .list .item p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.6;
  padding-top: 0.3rem;
}
.zt37-how .list .item p b {
  font-weight: bold;
  width: 100%;
  display: block;
}
.zt37-how .zt37-zzzz .w580-h2 {
  margin-top: 1rem;
  margin-bottom: 0.375rem;
}
.zt37-how .zt37-zzzz .w580-h2 span {
  display: inline-block;
  padding-right: 3rem;
  background-color: #049395;
  font-size: 0.825rem;
  font-weight: bold;
  padding-left: 0.75rem;
  line-height: 1.8rem;
  color: #fff;
}
.zt37-how .zt37-zzzz .normal-p {
  padding-top: 0.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zt37-how .zt37-zzzz .normal-p span {
  white-space: nowrap;
  font-weight: bold;
  font-size: 0.825rem;
}
.zt37-how .zt37-zzzz .normal-p b {
  font-size: 0.825rem;
}
.zt37-how ul {
  border-bottom: 1px #ccc dashed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1rem 0.375rem 1rem;
  justify-content: space-between;
}
.zt37-how ul li {
  width: 49.25%;
}
.zt37-how ul li img {
  display: block;
  width: 100%;
}
.zt37-video h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ff9f21;
  text-align: center;
  line-height: 2rem;
}
.zt37-video video {
  display: block;
  width: 100%;
}
.zt37-la-center {
  padding-top: 1.6rem;
}
.zt37-la-center .title {
  border-top: 1px #ccc dashed;
  text-align: center;
}
.zt37-la-center .title h2 {
  font-size: 0.825rem;
  line-height: 0.9rem;
  height: 1rem;
  margin-top: -0.5375rem;
}
.zt37-la-center .title h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.375rem;
}
.zt37-la-center ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.zt37-la-center ul li {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 0.3rem;
  padding-top: 0.575rem;
}
.zt37-la-center ul li a {
  display: block;
  width: 100%;
}
.zt37-la-center ul li img {
  display: block;
  width: 3.075rem;
  margin: 0 auto;
}
.zt37-la-center ul li span {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding-top: 0.375rem;
}
.zt37-la-center ul li:nth-of-type(1) {
  background-color: #e36b2e;
}
.zt37-la-center ul li:nth-of-type(2) {
  background-color: #049294;
}
.zt37-la-center ul li:nth-of-type(3) {
  background-color: #f09a83;
}
.zt37-la-center ul li:nth-of-type(4) {
  background-color: #047794;
}
.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-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;
}