@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%;
}
.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.5rem;
  background-color: #e1e1e1;
}
.w600 {
  width: 93.75%;
  margin: 0 auto;
  overflow: hidden;
}
.fp {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.fp .p {
  font-size: 0.825rem;
  line-height: 1.75;
  text-indent: 2em;
}
.df {
  margin-bottom: 1rem;
  border: 1px #054391 solid;
  padding: 0.75rem 0.9rem;
}
.df h2 {
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1;
  color: #054391;
  text-align: center;
}
.df li {
  float: left;
  margin-top: 0.75rem;
  width: 47.5%;
}
.df li a,
.df li img,
.df li span {
  display: block;
  width: 100%;
  background-color: #eee;
}
.df li span {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.8rem;
}
.df li:nth-of-type(even) {
  margin-left: 5%;
}
.pub-t {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.375rem;
}
.pub-t h2 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #166be0;
}
.pub-t .em1 {
  display: block;
  width: 90%;
  margin: 0.5rem auto 0;
  height: 1px;
  background-color: #ccc;
}
.pub-t .em2 {
  display: block;
  background-color: #166be0;
  width: 3rem;
  height: 3px;
  margin: -2px auto 0;
}
.z2t-main h2 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #166be0;
}
.z2t-main h2 span {
  color: #eb6100;
}
.z2t-main h4 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #222;
}
.z2t-main h5 {
  margin-top: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
}
.z2t-main h5 span {
  display: inline-block;
  background-color: #6090e6;
  color: #fff;
  padding: 0 0.375rem;
}
.z2t-main .btn {
  padding: 0rem 3rem 1.375rem;
}
.z2t-main .btn a {
  width: 45%;
  text-align: center;
  font-size: 0.825rem;
  line-height: 1.5rem;
  color: #166be0;
  border: 1px #166be0 solid;
  border-radius: 1rem;
}
.mix {
  padding-left: 47%;
  min-height: 9.45rem;
  margin-top: 1.375rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px #ccc solid;
  margin-bottom: 1rem;
}
.mix li a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  padding: 0.5rem 0rem 0.5rem 0.375rem;
  white-space: nowrap;
}
.mix li a span {
  display: inline-block;
  margin-right: 0.3rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  transform: rotate(-45deg);
  background-color: #f39800;
}
.mix li a span em {
  display: inline-block;
  transform: rotate(45deg);
}
.bg1 {
  background: url(../images/z2t_15.jpg) no-repeat;
  background-size: 10.275rem 8.85rem;
}
.bg2 {
  background: url(../images/z2t_18.jpg) no-repeat;
  background-size: 10.275rem 8.85rem;
}
.bg3 {
  padding-left: 40%;
  min-height: 10.6875rem;
  border-bottom: none;
  background: url(../images/z2t_20.jpg) no-repeat;
  background-size: 8.625rem 10.0875rem;
}
.bg3 ul {
  padding-top: 0.75rem;
}
.pain-main h5 {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
}
.pain-main h5 span {
  display: inline-block;
  background-color: #6090e6;
  color: #fff;
  padding: 0 0.375rem;
}
.pain-main li {
  float: left;
  margin-top: 1rem;
  width: 32%;
  margin-right: 2%;
  background-color: #eee;
  text-align: center;
}
.pain-main li a,
.pain-main li span,
.pain-main li img {
  display: block;
  width: 100%;
}
.pain-main li h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #166be0;
  padding-top: 0.375rem;
}
.pain-main li p {
  font-size: 0.75rem;
  padding-bottom: 0.5rem;
}
.pain-main li:last-child {
  margin-right: 0;
}
.sw-btn {
  padding: 1rem 2rem;
}
.sw-btn a {
  font-size: 0.825rem;
  color: #fff;
  background-color: #166be0;
  text-align: center;
  width: 48%;
  line-height: 1.8rem;
}
.sw-btn a.right {
  background-color: #f39800;
}
.wxts {
  background-color: #ccc;
  padding: 0.75rem 1.25rem;
}
.wxts p {
  font-size: 0.825rem;
  line-height: 1.75;
}

/*新底部*/
.z-footer {
  height: 11.25rem;
  background-color: #166be0;
  margin-bottom: 1rem;
}
.z-footer .main {
  height: 11.25rem;
  background: url(/images/ddd.png) no-repeat;
  background-size: 100% 100%;
}
.z-footer .main .left {
  width: 43.59375%;
  margin-left: 8.40625%;
  padding-top: 0.825rem;
}
.z-footer .main .left .line {
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-top: 0.6rem;
  margin-bottom: 0.55rem;
  color: #fff;
  padding-left: 2.2rem;
  white-space: nowrap;
}
.z-footer .main .left .line span {
  font-size: 0.825rem;
  color: #ffa759;
}
.z-footer .main .left .line1 {
  background: url(/images/dl_10.png) no-repeat;
  background-size: 1.9125rem  1.6125rem;
}
.z-footer .main .left .line2 {
  background: url(/images/dl_13.png) no-repeat;
  background-size: 1.9125rem  1.6125rem;
}
.z-footer .main .left .pp {
  font-size: 0.6rem;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
}
.z-footer .main .right {
  margin-top: 1.125rem;
  width: 26.25%;
  margin-right: 5.25%;
}
.z-footer .main .right img,
.z-footer .main .right span {
  display: block;
  width: 100%;
  font-size: 0.65rem;
  text-align: center;
  line-height: 1.25rem;
  color: #fff;
}
.z-footer .main .right span {
  margin-top: 0.4rem;
  opacity: 0.7;
}
#dibu p {
    line-height: 40px;
    overflow: hidden;
    text-indent: 0px;
    margin: 0 8px 8px;
}

#dibu p label {
    background: #f1f1f1;
    line-height: 42px;
    display: inline-block;
    font-size: 16px;
    width: 30%;
    text-align: center;
	float:left;
}
#dibu p input, #dibu p textarea {
    width: 70%;
    padding: 0px 8px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	float:right;
}
#dibu p .act-submit, #dibu p .act-submit1 {
    float: left;
    background: #137cbf;
    width: 45%;
    margin: 4px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
}
#dibu p .act-submit1 {
    float: right;
    background: #FE7800;
    border: 1px solid #f1f1f1;
}
.topTEL{position:fixed;top:0;max-width:640px;z-index:999;display:none;}
.topTEL img{width:100%;}
