* {
  box-sizing: border-box;
}
.z-swiper-container {
  width: 100%;
  min-width:1000px;
  overflow: hidden;
  margin-bottom: 15px !important;
}
.z-swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.z-swiper-container a img{
	width:100%;
}
.z-swiper-container .swiper-pagination {
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 20px;
}
.z-swiper-container .swiper-pagination span {
  background: rgba(255, 255, 255, 0.8);
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
}
.z-swiper-container .swiper-pagination span.swiper-active-switch {
  background: transparent;
  display: inline-block;
  border: 3px solid #ffcc00;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 20px;
  cursor: pointer;
}
.z-notice-swiper {
  width: 1000px;
  height: 35px;
  border: 1px solid #687385;
  background-color: #ffffff;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.z-notice-swiper::after {
  width: 42px;
  height: 34px;
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  background: url('../images/z_notice.png') no-repeat;
  background-color: #ffffff;
  background-position: 10px 7px;
}
.z-notice-swiper .z-notice-container {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  background: #ffffff;
}
.z-notice-swiper .z-notice-container li {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  margin: 0 10px;
}
.z-notice-swiper img{
	width:100%;
}
.z-c-left {
  width: 640px;
  float: left;
}
.z-n-h {
  height: 35px;
  border-bottom: 1px solid #cccccc;
}
.z-n-h::after {
  content: '';
  display: block;
  clear: both;
}
.z-n-h-t {
  float: left;
}
.z-n-h-t .icon_u {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url('../images/user_icon.png') no-repeat;
  background-size: 20px 20px;
}
.z-n-h-t .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background: url('../images/z_edit.png') no-repeat;
  background-size: 20px 20px;
}
.z-n-h-t .text {
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #4d4e53;
  display: inline-block;
  margin-right: 10px;
}
.z-n-h-t .text-en {
  vertical-align: middle;
  color: #b3b3b3;
  display: inline-block;
  font-size: 16px;
}
.z-n-h-m {
  float: right;
  height: 35px;
  cursor: pointer;
}
.z-n-h-m .text {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 7px;
}
.z-n-h-m .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: url('../images/z_more.png') no-repeat;
  background-size: 15px 15px;
}
.z-l-c ::after {
  content: "";
  clear: both;
  display: block;
}
.z-l-c .zn-img {
  margin-top: 25px;
  float: left;
  width: 282px;
  height: 200px;
}
.z-l-c .zn-img img {
  width: 282px;
  height: 200px;
}
.z-l-c .zn-list {
  width: 332px;
  float: right;
  margin-top: 15px;
}
.z-l-c .zn-list li {
  font-size: 14px;
  color: #333333;
  height: 35px;
  width: 332px;
  line-height: 34px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.z-c-right {
  float: right;
  width: 320px;
}
.z-c-right::after {
  content: '';
  display: block;
  clear: both;
}
.z-c-right .zd-content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  text-indent: 28px;
  width: 320px;
  height: 200px;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;/*IE*/
}
.z-bottom {
  margin-bottom: 39px;
}
.z-zz {
  margin-bottom: 25px;
}
.z-p-container {
  margin-bottom: 39px;
}
.z-p-container::after {
  content: '';
  clear: both;
  display: block;
}
.z-p-container .item {
  float: left;
  font-size: 0px;
  width: 137px;
  margin-bottom:20px;
}
.z-p-container .item .item-img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.z-p-container .item .item-img img {
  width: 64px;
  height: 64px;
  transition: all 0.3s ease-in-out;
}
.z-p-container .item .item-img img:hover {
  margin-top: -10px;
}
.z-p-container .item .item-text {
  text-align: center;
  font-size: 14px;
  color: #425067;
  line-height: 21px;
}
.z-p-container .zmr {
  margin-right: 5px;
}
.z-link {
  margin-bottom: 25px;
}
.z-link-content {
  margin-bottom: 48px;
}
.z-link-content::after {
  content: '';
  display: block;
  clear: both;
}
.z-link-img {
  display: block;
  float: left;
  cursor: pointer;
  width: 145px;
  height: 49px;
  transition: all 0.3s ease-in-out;
}
.z-link-img:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.zmr25 {
  margin-right: 25px;
}
@media screen and (min-width:240px) and (max-width:1080px) {
  html,body{
      width:100%;
  }
  .container{
	  width:100%;
  }
  .z-l-c .zn-list{
	  margin-top:10px;
  }
  .z-swiper-container{
	  min-width: initial;
		height:initial;
		margin-bottom:10px !important;
  }
  .swiper-backface-hidden .swiper-slide{
	  background-size:100% auto !important;
  }
  .z-c-left{
	  width:100%;
	  overflow:hidden;
  }
  .z-l-c .zn-img{
	  float:none;
	  width:100%;
	  height:auto;
	  text-align:center;
	  margin-top:10px;
	  margin-bottom:10px;
  }
  .z-l-c .zn-img img{
	  width:100%;
	  height:auto;
	  margin:0 auto;
	  
  }
  .z-l-c .zn-list{
	  float:none;
	  width:100%;
	  display:box;
	  box-sizing: border-box;
	  padding:0 20px;
  }
  .z-l-c .zn-list li{
	  width:100%;
  }
  .z-c-right{
	  float:none;
	  width:100%;
	  padding-top:20px;
	  overflow:hidden;
  }
  .z-c-right .zd-content{
	  width:100%;
	  box-sizing: border-box;
	  padding:0 20px;
	  height:initial;
  }
  .z-bottom{
	  margin-bottom:15px;
  }
  .z-n-h-t .text-en{
	 display:none;
  }
  .z-p-container .item{
	  float:left;
	  width:25%;
	  margin:0;
	  margin-bottom:10px;
  }
  .z-p-container .item .item-img{
	  width:48px;
	  height:auto;
	  margin-bottom:5px;
  }
    .z-p-container .item .item-img img{
	  width:48px;
	  height:48px;
	}
  .z-link-content .z-link-img {
	  float:left;
	  widtH:50%;
	  margin:0;
	  margin-bottom:10px;
	  text-align:center;
  }
  .z-n-h-t .icon,
  .z-n-h-t .icon_u{
	  margin-right:0;
	  background:none;
  }
  .z-n-h-m .icon{
	  margin-right:5px;
  }
  .z-n-h-m .text{
	  margin-right:0;
  }
  .z-n-h-t{
	  background: url(../images/z_edit.png) no-repeat;
	  background-size:12px 12px;
	  background-position: 5px center;
  }
  .z-p-container .item .item-img img:hover{
	  margin-top:0;
  }
  .z-link-content{
	  margin-bottom:20px;
  }
}
@media screen and (min-width:520px) and (max-width:1080px) {
	.z-p-container .item{
		width:20%;
	}
	.z-link-content .z-link-img{
		width:33.33%;
	}
}