@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%;
}
.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
 */
.pub-p {
  padding: 1rem 0.75rem;
}
.pub-p p {
  font-size: 0.825rem;
  line-height: 1.75;
  text-indent: 2em;
}
.pub-title {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pub-title img {
  display: block;
  width: 78.90625%;
  margin: 0 auto;
}
.pub-title h2 {
  font-size: 1.2rem;
  line-height: 1.75rem;
  color: #006be0;
  font-weight: bold;
}
.pub-title h6 {
  color: #888888;
  font-size: 0.575rem;
}
.pub-title em {
  display: block;
  width: 78.90625%;
  margin: 0.175rem auto 0;
  height: 1px;
  background-color: #959595;
}
.zt-resour {
  padding: 1rem 1.5rem 0;
}
.zt-resour li {
  margin-top: 0.6rem;
}
.zt-resour li .img {
  width: 37.55%;
  height: 4.65rem;
}
.zt-resour li .txt {
  width: 60%;
  height: 4.65rem;
  background-color: #e2e2e2;
  position: relative;
}
.zt-resour li .txt p {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.75rem;
  width: 100%;
  line-height: 1.7;
  padding: 0 0.8rem;
}
.zt-reason {
  margin-top: 1.5rem;
}
.zt-reason h2 {
  font-size: .9rem;
  text-align: center;
  padding-bottom: 0.375rem;
  color: #006be0;
}
.zt-reason ul {
  padding: 0 0.75rem;
}
.zt-reason .up li {
  float: left;
  width: 23.5%;
  margin-top: 0.5rem;
  margin-right: 2%;
}
.zt-reason .up li a,
.zt-reason .up li img {
  display: block;
  width: 100%;
}
.zt-reason .up li a {
  position: relative;
}
.zt-reason .up li span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  font-size: 0.6rem;
  padding: 0.2rem 0.375rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.zt-reason .up li:last-child {
  margin-right: 0;
}
.zt-reason .down li {
  float: left;
  width: 32%;
  margin-top: 0.5rem;
  margin-right: 2%;
}
.zt-reason .down li a,
.zt-reason .down li img {
  display: block;
  width: 100%;
}
.zt-reason .down li a {
  position: relative;
}
.zt-reason .down li span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  font-size: 0.6rem;
  padding: 0.2rem 0.375rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.zt-reason .down li:last-child {
  margin-right: 0;
}
.zt-pub-btn {
  margin-top: 1.375rem;
  padding: 0 0.75rem 1.375rem;
}
.zt-pub-btn a {
  font-size: 0.9rem;
  color: #fff;
  line-height: 2.25rem;
  height: 2.275rem;
  border-radius: 0.25rem;
  text-align: center;
}
.zt-pub-btn .left {
  width: 53%;
  background-color: #006be0;
  margin-right: 2%;
  box-shadow: 0 0.175rem #0051a9;
}
.zt-pub-btn .right {
  width: 44.5%;
  padding-left: 1.75rem;
  background: url(../images/zt1207_25.jpg) no-repeat 1.575rem center;
  background-size: 1.5rem 1.575rem;
  background-color: #f39800;
  box-shadow: 0 0.175rem #9b6100;
}
.zt-primary {
  padding: 0.6rem 0.75rem 0;
}
.zt-primary h2 {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #006be0;
  height: 2.5rem;
  line-height: 1.4rem;
  padding-left: 2rem;
  background: url(../images/zt1207_33.jpg) no-repeat 0 center;
  background-size: 1.725rem 1.725rem;
}
.zt-primary .no2 {
  background: url(../images/zt1207_45.jpg) no-repeat 0 center;
  background-size: 1.725rem 1.725rem;
}
.zt-primary .no3 {
  background: url(../images/zt1207_58.jpg) no-repeat 0 center;
  background-size: 1.725rem 1.725rem;
}
.zt-primary .zt-primary-tips {
  text-align: center;
  font-size: 0.825rem;
  margin-bottom: 1rem;
  color: #fff;
}
.zt-primary .zt-primary-tips span {
  background-color: #f39800;
  display: inline-block;
  padding: 0 0.375rem;
}
.zt-primary .zt-primary-img li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.zt-primary .zt-primary-img li a,
.zt-primary .zt-primary-img li img {
  display: block;
  width: 100%;
}
.zt-primary .zt-primary-img li span {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: underline;
  padding-top: 0.375rem;
  min-height: 3rem;
  white-space: nowrap;
}
.zt-primary .zt-primary-img li:last-child {
  margin-right: 0;
}
.zt-primary .zt-primary-img4s li {
  width: 48%;
  margin-right: 0;
}
.zt-primary .zt-primary-img4s li span {
  min-height: 2.6rem;
}
.zt-primary .zt-primary-img4s li:nth-of-type(odd) {
  margin-right: 4%;
}
.zt-docPic {
  padding: 0 0.75rem 1.125rem;
}
.zt-docPic li {
  float: left;
  width: 49%;
  margin-bottom: 0.5rem;
}
.zt-docPic li a,
.zt-docPic li img {
  display: block;
  width: 100%;
}
.zt-docPic li:nth-of-type(even) {
  margin-left: 2%;
}
.zt-b-nav {
  margin-top: 1.25rem;
  padding: 0 0.75rem;
}
.zt-b-nav li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.5rem;
}
.zt-b-nav li a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.825rem;
  line-height: 2.4rem;
}
.zt-b-nav li:nth-of-type(1) {
  background-color: #05b179;
}
.zt-b-nav li:nth-of-type(2) {
  background-color: #02c4fb;
}
.zt-b-nav li:nth-of-type(3) {
  background-color: #f8b551;
  margin-right: 0;
}
.zt-b-nav li:nth-of-type(4) {
  width: 49%;
  background-color: #02c4fb;
}
.zt-b-nav li:nth-of-type(5) {
  width: 49%;
  background-color: #13b5b1;
  margin-right: 0;
}
.zt-b-nav li:nth-of-type(6) {
  background-color: #f8b551;
}
.zt-b-nav li:nth-of-type(7) {
  background-color: #05b179;
}
.zt-b-nav li:nth-of-type(8) {
  background-color: #02c4fb;
  margin-right: 0;
}
#WFL {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#WFL .swiper-slide {
  width: 60%;
  height: 100%;
}
#WFL .swiper-slide a {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
#WFL .swiper-slide img {
  width: 100%;
}
#WFL .swiper-slide a span {
  color: #137cbf;
}

.topTEL {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -12rem;
    width: 24rem;
    z-index: 999;
    display: none;
}
.topTEL img {
    width: 100%;
}
.z-footer {
    height: 11.25rem;
    background-color: #1a4b8e;
}
.z-footer .main {
    height: 11.25rem;
    background: url(/images/ddd.png) no-repeat;
        background-size: auto auto;
    background-size: 100% 100%;
}
.z-footer .main .left {
    width: 43.59375%;
    margin-left: 8.40625%;
    padding-top: 0.825rem;
}
.left {
    float: left !important;
}
.z-footer .main .left .line1 {
    background: url(/images/dl_10.png) no-repeat;
        background-size: auto auto;
    background-size: 1.9125rem 1.6125rem;
}
.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 .line2 {
    background: url(/images/dl_13.png) no-repeat;
        background-size: auto auto;
    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: 8.25%;
}
.z-footer .main .right img, .z-footer .main .right span {
    display: block;
    width: 100%;
    font-size: 0.55rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
}
.z-footer .main .right span {
    margin-top: 0.4rem;
    opacity: 0.7;
}
.footer-nav ul .on a {
    color: #ff8400;
}
.footer-nav ul .on a h6 {
    color: #ff8400;
}
.footer-mark ul {
    width: 96%;
    margin-left: 2%;
    overflow: hidden;
}
.footer-mark ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.footer-mark ul li:last-child {
    margin-right: 0;
}
.margin-a {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.sh-footer-logo{width: 40.625%; height: 8.175em; margin-right: 1.375%;}
.sh-footer-logo a{display: block; width: 100%; height: 100%; background:url(/skin/n/images/shsj_75.jpg) no-repeat left top;
	background-size:cover; margin-top: 0.2em;}
.sh-footer-txt{width: 58%;}
.sh-footer-txt-panel01{width: 100%; overflow: hidden; margin-bottom: 0.5em;}
.panel01-img{width: 15.625%; height: 2.1em;}
.panel01-img a{display: block;width: 100%; height: 100%; background:url(/skin/n/images/shsj_77.jpg) no-repeat left top;
	background-size:cover; margin-top: 0.2em;}
.panel01-txt{width: 82%; font-size: 0.9em;}
.panel01-img01 a{margin-top: 0.3em;background:url(/skin/n/images/shsj_81.jpg) no-repeat left top;background-size:cover;}
footer{margin-top: 2.75em;}
footer .foot{padding: 1em 0;position: fixed;z-index: 2;left: 50%;bottom: 0;width: 24em;margin-left: -12em;background: #fff;border-top: 1px solid #ccc;max-width: 640px;}
footer .foot a{float: left;width: 5.9em;border-left: 1px solid #e0e0e0;padding: 0.2em 0; color:#333;}
footer .foot a:first-child{border-left: none;}
footer .foot a .foot_icon{margin: 0 auto;width: 2em;height: 1.6em;background: url(/swt/images/spr_bot1.gif) no-repeat;background-size: 7.5em auto;}
footer .foot a .foot_icon1{background-position: -3.735em 0;}
footer .foot a .foot_icon2{background-position: -5.6em 0;}
footer .foot a .foot_icon3{background-position: -0.05em 0;width: 1.6em;}
footer .foot a .foot_icon4{background-position: -1.8em 0;}
footer .foot a p{text-align: center;font-size: 0.7em;margin-top: 0.15em;}
#scrolltp{position: fixed;bottom: 2.85em;right: 0.15em;z-index: 999999999;}
#scrolltp img{width: 1.3em;height: 1.3em;cursor: pointer;}

.zt-primary .zt-primary-img li .main {
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.zt-primary .zt-primary-img li .main em {
  display: block;
  width: 100%;
  font-size: 0.675rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
}
