body{
  padding:0;
  margin: 0;
  background-image: url(../images/bg_body.jpg);
}

a{outline-style:none;color:#ffffff;text-decoration:none}
a:hover{color:#ffffff;text-decoration:none;}

.top{
  width: 100%;
  height: 485px;
  background-image: url(../images/bg_top0726.jpg);
  background-position: center center;
  overflow: hidden;
}

.top_title{
  width: 1204px;
  height: 109px;
  margin: 0 auto;
  margin-top: 120px;
}

.top_title2{
  width: 1204px;
  height: 99px;
  margin: 0 auto;
  margin-top: 70px;
}

.zp_title{
  width: 1204px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
}

.zp_box{
  width: 1204px;
  min-height: 300px;
  height: auto !important;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.zp_item{
  width: 286px;
  height: 204px;
  border: 1px solid #eee;
  background-color:  #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 15px;
}

.zp_img{
  width: 265px;
  height: 183px;
  position: relative;
}

.zp_img img{
  width: 265px;
  height: 183px;
}

.zp_txt{
  position: absolute;
  width: 100%;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center;
}

.rc_box{
  width: 1204px;
  min-height: 300px;
  height: auto !important;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.rc_item{
  width: 190px;
  height: 220px;
  border: 1px solid #eee;
  background-color:  #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 10px;

}

.rc_img{
  width: 170px;
  height: 200px;
  position: relative;
}

.rc_img img {
  width: 170px;
  height: 200px;
}

.copyright{
  width: 1200px;
  margin: 0 auto;
  height: 90px;
  border-top: 1px solid #ccc;
  line-height: 24px;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}