@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
 */
.info-p {
  margin-top: 0.375rem;
  background-color: #eee;
  padding: 0.375rem 0.75rem 0.75rem;
  font-size: 0.825rem;
  line-height: 1.375rem;
  text-indent: 2em;
}
.pub-title {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}
.pub-title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #166be0;
}
.pub-title h6 {
  font-size: 0.675rem;
  color: #888888;
  text-transform: uppercase;
}
.inner-title {
  text-align: center;
}
.inner-title h2 {
  font-size: 1.125rem;
  color: #166be0;
  display: inline-block;
  line-height: 1;
  padding: 0 7.5rem;
  background: url(../images/zta_04.png) no-repeat 0 center, url(../images/zta_06.png) no-repeat right center;
  background-size: 6.7875rem 0.2625rem;
}
.ywyz {
  background-color: #eee;
  padding-top: 1rem;
}
.ywyz .main {
  padding: 1rem 1.5rem 1.75rem;
}
.ywyz .main .img {
  width: 36.25%;
  border: 0.1rem #fff solid;
  position: relative;
}
.ywyz .main .img img {
  display: block;
  width: 100%;
  height: 7.3875rem;
}
.ywyz .main .img span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 1.475rem;
}
.ywyz .main .txt {
  width: 60%;
}
.ywyz .main .txt h2 {
  font-size: 0.825rem;
  line-height: 1;
  padding-bottom: 0.5rem;
  color: #166be0;
  padding-top: 0.475rem;
  border-bottom: 1px #ccc solid;
}
.ywyz .main .txt h2 span {
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.75rem;
}
.ywyz .main .txt p {
  font-size: 0.825rem;
  padding-top: 0.275rem;
  line-height: 1.7;
}
.ywyz .main .txt p a {
  color: #d23838;
}
.zzys {
  margin-top: 1rem;
  background-color: #eee;
  padding-top: 1rem;
  background-color: #fff;
}
.zzys .main {
  padding: 1rem 1.5rem 1.75rem;
}
.zzys .main .img {
  width: 36.25%;
  border: 0.1rem #fff solid;
  position: relative;
}
.zzys .main .img img {
  display: block;
  width: 100%;
  height: 7.3875rem;
}
.zzys .main .img span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 1.475rem;
}
.zzys .main .txt {
  width: 60%;
}
.zzys .main .txt h2 {
  font-size: 0.825rem;
  line-height: 1;
  padding-bottom: 0.5rem;
  color: #166be0;
  padding-top: 0.475rem;
  border-bottom: 1px #ccc solid;
}
.zzys .main .txt h2 span {
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.75rem;
}
.zzys .main .txt p {
  font-size: 0.825rem;
  padding-top: 0.275rem;
  line-height: 1.7;
}
.zzys .main .txt p a {
  color: #d23838;
}
.zzys .main {
  padding: 1rem 1.5rem 1rem;
}
.zzys .main .txt h2 {
  line-height: 1.4;
}
.zzys .imgs {
  padding: 1rem 1.5rem 1.75rem;
}
.zzys .imgs img {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.zzys .imgs img:nth-of-type(3) {
  margin-right: 0;
}
.zzys .btn {
  padding: 0 1.5rem;
}
.zzys .btn a {
  float: left;
  width: 32%;
  margin-right: 2%;
  line-height: 2.4rem;
  font-size: 0.825rem;
  text-align: center;
  padding-left: 1.45rem;
  border-radius: 0.2rem;
  color: #fff;
}
.zzys .btn a:nth-of-type(1) {
  background: url(../images/btn_17.jpg) no-repeat 1.375rem center;
  background-size: 1.5rem 1.425rem;
  background-color: #166be0;
}
.zzys .btn a:nth-of-type(2) {
  background: url(../images/btn_20.jpg) no-repeat 1.375rem center;
  background-size: 1.5rem 1.425rem;
  background-color: #05b179;
}
.zzys .btn a:nth-of-type(3) {
  background: url(../images/btn_22.jpg) no-repeat 1.375rem center;
  background-size: 1.5rem 1.425rem;
  background-color: #f39800;
  margin-right: 0;
}
.zxyy {
  padding: 0.75rem 0.75rem;
}
.zxyy .main {
  background-color: #eee;
  position: relative;
  border: 1px #ccc solid;
  padding: 0.6rem 5.175rem 0.6rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.8;
}
.zxyy .main a {
  display: block;
  width: 4rem;
  background-color: #166be0;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  text-align: center;
  line-height: 1.6rem;
  right: 0.5rem;
  top: 1.375rem;
}
.g-line {
  height: 0.6rem;
  background-color: #eee;
  margin-top: 1rem;
}
.docs-img {
  margin-top: 1.5rem;
}
.docs-img ul {
  padding: 0 0.75rem;
}
.docs-img li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.75rem;
  text-align: center;
}
.docs-img li a {
  display: block;
  width: 100%;
}
.docs-img li img {
  display: block;
  width: 7.125rem;
  margin: 0 auto;
}
.docs-img li h2 {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.docs-img li span {
  display: inline-block;
  background-color: #166be0;
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.375rem;
}
.docs-img li:nth-of-type(3n) {
  margin-right: 0;
}
.zj .zj-pic {
  padding: 0 0.75rem;
}
.zj .zj-pic li {
  width: 30.2%;
  padding-top: 1.25rem;
  text-align: center;
  margin-left:10px;
  margin-right:10px;
}
.zj .zj-pic li a,
.zj .zj-pic li img {
  display: block;
  width: 100%;
}
.zj .zj-pic li span {
  padding-top: 0.375rem;
  display: inline-block;
  font-size: 0.9rem;
  color: #166be0;
}
.zj .zj-pic li p {
  font-size: 0.675rem;
  line-height: 1.5;
}
.gd-btn {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
}
.gd-btn a {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  background-color: #d23838;
  line-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 0.25rem;
}
.wz-main {
  padding: 0 0.75rem;
}
.wz-main .wz-pic {
  width: 20.8125rem;
  margin: 0 auto;
}
.wz-main .wz-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #eee;
  position: relative;
  border: 1px #ccc solid;
  padding: 1rem 5.175rem 1rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.8;
}
.wz-main .wz-btn a {
  display: block;
  width: 4rem;
  background-color: #166be0;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  text-align: center;
  line-height: 1.6rem;
  right: 0.5rem;
  top: 1rem;
}
.zt-slide4 {
  width: 84.375%;
  margin: 0 auto;
}
.zt-slide4 video{
	display:block;
	width:100%;
	height:13rem;
}
.zt-slide4 .swiper-container {
  padding-bottom: 2rem;
}
.zt-slide5 {
  width: 20.8125rem;
  margin: 0 auto;
  text-align: center;
}
.zt-slide5 .swiper-container {
  padding-bottom: 2rem;
}
.zt-slide5 .swiper-container a {
  margin-top: 1rem;
  display: inline-block;
  padding: 0 1rem;
  border-radius: 1rem;
  font-size: 0.825rem;
  border: 1px #166be0 solid;
  line-height: 1.6rem;
  color: #166be0;
}
.sx-btn9 {
  position: relative;
}
.sx-btn9 .swiper-container {
  width: 84.375%;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}
.sx-btn9 .swiper-button-prev {
  width: 0.975rem;
  height: 1.5rem;
  left: 0.375rem;
  margin-top: -0.75rem;
  background: url(../images/zta_74.jpg) no-repeat 0 center;
  background-size: 100% 100%;
}
.sx-btn9 .swiper-button-next {
  width: 0.975rem;
  height: 1.5rem;
  right: 0.375rem;
  margin-top: -0.75rem;
  background: url(../images/zta_77.jpg) no-repeat 0 center;
  background-size: 100% 100%;
}
.offen-pro {
  background-color: #eee;
  padding: 1rem 0.75rem;
}
.offen-pro h2 {
  font-size: 1.125rem;
  color: #176ae2;
  text-align: center;
  line-height: 1;
}
.offen-pro ul {
  margin-top: 0.75rem;
}
.offen-pro ul li {
  float: left;
}
.offen-pro ul li a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
}
.offen-pro ul li:nth-of-type(1) {
  width: 23.5%;
  background-color: #05b179;
  margin-right: 2%;
}
.offen-pro ul li:nth-of-type(2) {
  width: 23.5%;
  margin-right: 2%;
  background-color: #ec6941;
}
.offen-pro ul li:nth-of-type(3) {
  width: 23.5%;
  margin-right: 2%;
  background-color: #00a0e9;
}
.offen-pro ul li:nth-of-type(4) {
  width: 23.5%;
  background-color: #f39800;
}
.offen-pro ul li:nth-of-type(5) {
  width: 32%;
  margin-top: 0.5rem;
  margin-right: 2%;
  background-color: #f39800;
}
.offen-pro ul li:nth-of-type(6) {
  width: 32%;
  margin-top: 0.5rem;
  margin-right: 2%;
  background-color: #00a0e9;
}
.offen-pro ul li:nth-of-type(7) {
  width: 32%;
  margin-top: 0.5rem;
  background-color: #05b179;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.2rem;
}
.zt-slide5 p{
	font-size: 0.75rem;
	margin-top: 1rem;
}
/*新底部*/
.z-footer {
  height: 11.25rem;
  background-color: #1a4b8e;
  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: 8.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;
}
.margin-a {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.footer-mark ul {
    width: 96%;
    margin-left: 2%;
    overflow: hidden;
}
.footer-mark ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
}
.allW img {
    width: 100%;
}
img {
    vertical-align: middle;
    max-width: 100%;
}