@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: #555555;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #555555;
}
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: 0.825rem;
  margin-bottom: 0.825rem;
}
.margin-t {
  margin-top: 1rem;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%;
}
.tab-btn li {
  float: left;
  font-size: 0.825rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}
.tab-btn li:last-child {
  margin-right: 0;
}
.tab-p4 li {
  width: 23.5%;
  margin-right: 2%;
}
.tab-p3 li {
  width: 32%;
  margin-right: 2%;
}
.tab-p2 li {
  width: 49%;
  margin-right: 2%;
}
.tab-cd li {
  background-color: #eee;
}
.p {
  font-size: 0.825rem;
  line-height: 1.3rem;
  text-indent: 2em;
}
.h6 {
  font-size: 0.6rem;
  line-height: 1;
  color: #888;
}
/*
 * this is a line between two panels 
 * the comment and public is ending
 */
.g-line {
  background-color: #e1e1e1;
  height: 0.3rem;
  margin: 0rem auto;
}
.zj-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  height: 3.6rem;
  line-height: 3.5rem;
  background-color: #006ae0;
  color: #fff;
}
.zj-iller {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zj-iller h2 {
  font-size: 0.825rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
.zj-btn-t {
  width: 75%;
  margin: 1rem auto;
}
.zj-btn-t a {
  font-size: 0.825rem;
  line-height: 2.25rem;
  height: 2.25rem;
  text-align: center;
}
.zj-btn-t .left {
  width: 59%;
  border-radius: 2rem 0 0 2rem;
  border: 1px #ccc solid;
  border-right: none;
  color: #111;
}
.zj-btn-t .right {
  width: 41%;
  background-color: #fd7100;
  border: 1px #fd7100 solid;
  color: #fff;
  border-radius: 0 2rem 2rem 0;
}
.zj-btn-t-xg .left {
  width: 70%;
}
.zj-btn-t-xg .right {
  width: 30%;
}
.zj-btn-t-xg2 .left {
  width: 65%;
}
.zj-btn-t-xg2 .right {
  width: 35%;
}
.zj-pub-title h2 {
  font-size: 1.2rem;
  color: #006ae0;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px #999 solid;
}
.zj-pub-title .em1 {
  display: block;
  width: 7.5rem;
  height: 1px;
  background-color: #999;
  margin: 0 auto;
}
.zj-pub-title .em2 {
  border-width: 0.375rem;
  border-style: solid dashed dashed dashed;
  border-color: #999999 transparent transparent transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 auto 1rem;
}
.zj-table h2 {
  text-align: center;
  font-size: 0.975rem;
  color: #fd7100;
  line-height: 1;
  margin-bottom: 1rem;
}
.zj-table table {
  background-color: #000;
  width: 24rem;
}
.zj-table table tr {
  width: 24rem;
  border-collapse: collapse;
}
.zj-table table .t1 {
  font-weight: bold;
  color: #222;
}
.zj-table table td {
  background-color: #fff;
  font-size: 0.825rem;
  text-align: center;
  line-height: 2rem;
  color: #333;
}
.zj-table table .cell1 {
  line-height: 1.3rem;
  text-align: left;
  padding-left: 0.575rem;
}
.zj-v1 .title {
  background-color: #fd7100;
  width: 42%;
  margin: 0rem auto 1rem;
  border-radius: 0.25rem;
  height: 2.25rem;
  line-height: 1.5rem;
  font-size: 0.825rem;
  color: #fff;
  padding: 0.375rem 0rem 0.375rem 0.8rem;
  position: relative;
}
.zj-v1 .title span {
  border-right: 1px #fff solid;
  padding-right: 0.375rem;
}
.zj-v1 .title em {
  display: block;
  border-width: 0.55rem;
  border-style: solid dashed dashed dashed;
  border-color: #ffffff transparent transparent transparent;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 1rem;
  right: 0.75rem;
}
.zj-v1 video {
  display: block;
  width: 100%;
}
.zj-v1 p span {
  color: #fd7100;
  font-size: 0.9rem;
  font-weight: bold;
}
.zj-v1 h2 {
  font-size: 0.825rem;
  text-align: center;
  line-height: 1;
  padding-top: 0.6rem;
}
.zj-v1 .p {
  padding-top: 0.825rem;
}
.zj-v1 .btn {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.zj-v1 .btn a {
  display: inline-block;
  font-size: 0.825rem;
  line-height: 2.25rem;
  height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #006ae0;
}
.litter-ti {
  width: 45%;
  margin-top: 1rem;
  height: 2.625rem;
  padding-top: 0.475rem;
  color: #fff;
  padding-left: 1rem;
  background: url(../images/swzj_33.jpg) no-repeat 0.425rem center;
  background-size: 0.15rem 1.6125rem;
  background-color: #006ae0;
  border: 1px #cbcbcb solid;
}
.litter-ti h2 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.litter-ti h6 {
  font-size: 0.565rem;
}
.m-imgs {
  padding-bottom: 1rem;
  border-bottom: 1px #ccc solid;
}
.m-img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.v3 ul {
  padding: 1rem 0.375rem;
  overflow: hidden;
}
.v3 ul li {
  width: 33.33%;
  float: left;
}
.v3 ul li img {
  display: block;
  width: 6.75rem;
  margin: 0 auto;
}
.btn-dl {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.btn-dl a {
  display: inline-block;
  font-size: 0.825rem;
  line-height: 2.25rem;
  height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #006ae0;
}
.zj-what {
  margin-top: 1rem;
}
.zj-what h2 {
  font-size: 0.975rem;
  line-height: 3rem;
  height: 3rem;
  text-align: center;
  font-weight: bold;
  color: #1368bd;
  background-color: #e5e5e5;
  margin-bottom: 0.75rem;
}
.zj-what li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.5rem;
  font-size: 0.825rem;
  text-align: center;
  line-height: 2.25rem;
  background-color: #e5e5e5;
  white-space: nowrap;
}
.zj-what li:nth-of-type(1) {
  width: 40%;
  background-color: #1368bd;
  font-size: 0.9rem;
  font-weight: bold;
}
.zj-what li:nth-of-type(1) a {
  color: #fff;
}
.zj-what li:nth-of-type(2) {
  width: 58%;
  background-color: #1368bd;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 0;
}
.zj-what li:nth-of-type(2) a {
  color: #fff;
}
.zj-what li:nth-of-type(3n+5) {
  margin-right: 0;
}
.zj-phone {
  width: 95%;
  margin: 0.75rem auto 1rem;
  border: 1px #ccc solid;
  border-radius: 0.35rem;
}
.zj-phone a {
  font-size: 0.825rem;
  text-align: center;
  height: 2.25rem;
  line-height: 2.2rem;
  float: left;
}
.zj-phone a:first-child {
  width: 77%;
  background: url(../images/swzj_51.jpg) no-repeat 1.4rem center;
  background-size: 1.35rem 1.05rem;
  padding-left: 1.75rem;
}
.zj-phone a:last-child {
  width: 23%;
  text-align: center;
  background-color: #fd7100;
  color: #fff;
  border-radius: 0.3rem;
}
.zj-xgg h2 {
  margin-top: 1rem;
  font-size: 0.975rem;
  font-weight: bold;
  color: #006ae0;
  padding-left: 0.05rem;
  margin-bottom: 0.2rem;
}
.zj-xgg li {
  font-size: 0.825rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-bottom: 1px #ccc dashed;
  padding-left: .525rem;
}
