@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.75rem;
  background-color: #eee;
}
.standard-p {
  font-size: 0.825rem;
  line-height: 1.75;
  text-indent: 2em;
  padding: 0 0.275rem;
}
.pub-title {
  padding: 0.675rem 0 0.375rem;
  position: relative;
}
.pub-title .borderEm {
  width: 98%;
  margin: 0 auto;
  display: block;
  border: 1px #ccc solid;
  height: 1.6rem;
}
.pub-title h2 {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #166be0;
  position: absolute;
  width: 100%;
  top: 0;
}
.pub-title h2 span {
  color: #fe7e00;
}
.pub-title h2 em {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.2rem;
}
.pub-title h6 {
  font-size: 0.6rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.pub-title h6 span {
  background-color: #eee;
  white-space: nowrap;
  padding: 0 0.5rem;
  color: #333;
}
.bfz li {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.bfz li a,
.bfz li img {
  display: block;
  width: 100%;
}
.bfz li p {
  font-size: 0.825rem;
  padding-top: 0.375rem;
  padding-bottom: 0.75rem;
  padding-left: 0.375rem;
  line-height: 1.5;
}
.bfz li p span {
  font-weight: bold;
}
.zjtx {
  font-size: 0.825rem;
  line-height: 1.6;
  background-color: #eee;
  border: 1px #9d9d9d dashed;
  margin-top: 1.25rem;
  overflow: visible;
  padding: 0.75rem 0.475rem;
  position: relative;
}
.zjtx em {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #eee;
  border-left: 1px #9d9d9d dashed;
  border-bottom: 1px #9d9d9d dashed;
  transform: rotate(135deg);
}
.zjtx span {
  font-weight: bold;
  color: #fe7e00;
}
.ty-btn {
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.ty-btn a {
  font-size: 0.825rem;
  display: inline-block;
  padding: 0 1rem 0 2.5rem;
  line-height: 2.25rem;
  background: url(../images/zhu_21.jpg) no-repeat 0.75rem center;
  background-size: 1.35rem 1.35rem;
  background-color: #166be0;
  background-clip: padding-box;
  color: #fff;
  border: 1px #166be0 dashed;
}
.ty-btn a:last-child {
  margin-left: 1.5rem;
  background: url(../images/zhu_18.jpg) no-repeat 0.75rem center;
  background-size: 1.35rem 1.35rem;
  background-color: #fe7e00;
  background-clip: padding-box;
  border: 1px #fe7e00 dashed;
}
.t2 {
  margin-top: 1.2rem;
}
.t2 .borderEm {
  width: 82%;
}
.t3 {
  margin-top: 1.2rem;
}
.t3 .borderEm {
  width: 75%;
}
.space .title {
  padding-top: 1rem;
  overflow: visible;
  text-align: center;
}
.space .title em {
  display: block;
  width: 100%;
  height: 0.225rem;
  border-top: 1px #fe7e00 solid;
  border-bottom: 1px #fe7e00 solid;
}
.space .title h2 {
  margin-top: -1.15rem;
}
.space .title h2 span {
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
  font-size: 0.975rem;
  font-weight: bold;
  line-height: 1.9rem;
  background-color: #fe7e00;
  border: 1px #fe7e00 dashed;
  background-clip: padding-box;
  border-radius: 1rem;
}
.space .space-main {
  margin-top: 1rem;
  border: 1px #ccc solid;
  margin-bottom: 1rem;
}
.space .space-main .tab-btn {
  padding-bottom: 1.125rem;
}
.space .space-main .tab-btn li {
  float: left;
  width: 50%;
  background-color: #eaeaea;
  text-align: center;
  font-size: 0.825rem;
  line-height: 2.25rem;
  font-weight: bold;
}
.space .space-main .tab-btn .on {
  background-color: #d4d4d4;
}
.space .space-main .tab-txt {
  min-height: 12.25rem;
}
.space .space-main .tab-txt .s1 {
  width: 73.4375%;
  margin: 0 auto;
}
.space .space-main .tab-txt .s2 {
  width: 97.8125%;
  margin: 0 auto 0;
}
.space .space-main .tab-txt .s2 .swiper-container {
  padding-bottom: 2.25rem;
}
.key-txt {
  background-color: #eee;
  padding: 0.6rem 0.375rem;
  margin-bottom: 1rem;
}
.key-txt > h2 {
  text-align: center;
  font-size: 1.35rem;
  font-weight: bold;
  color: #166be0;
}
.key-txt > h2 span {
  font-size: 1.25rem;
  display: inline-block;
  width: 1.65rem;
  text-align: center;
  height: 1.65rem;
  line-height: 1.55rem;
  color: #fff;
  background-color: #fe7e00;
  background-clip: padding-box;
  border: 1px #fe7e00 dashed;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.key-txt ul {
  background-color: #fff;
  padding: 0.6rem 0.375rem;
}
.key-txt ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.key-txt ul li a,
.key-txt ul li img {
  display: block;
  width: 100%;
}
.key-txt ul li h2 {
  font-size: 0.825rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1.575rem;
}
.key-txt ul li p {
  font-size: 0.75rem;
  color: #fe7e00;
  width: 99%;
  white-space: nowrap;
  margin: 0 auto;
  border: 1px #fe7e00 dashed;
  position: relative;
  height: 2.25rem;
}
.key-txt ul li p span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.key-txt ul li:last-child {
  margin-right: 0;
}
.k2 ul li {
  width: 49%;
}
.k2 ul li:nth-of-type(-n+2) {
  margin-bottom: 1rem;
}
.k2 ul li:nth-of-type(even) {
  margin-right: 0;
}
.topTEL{position:fixed;top:0;max-width:640px;z-index:999;display:none;}
.topTEL img{width:100%;}

/*新底部*/
.z-footer {
  height: 11.25rem;
  background-color: #1a4b8e;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.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: 0rem;
  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;
}
