.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zp_p_list .title {
    cursor: pointer;
    margin: 10px 0;
    line-height: 54px;
    border: 1px solid #dee5f1;
    background: url(/images/icon12.png) no-repeat 98% center #dee5f1;
    padding: 0 20px;
}
.zp_p_list .title span {
    display: inline-block;
    width: 23%;
    color: #333;
    font-size: 14px;
}
.zp_p_list .title span.span1 {
    font-size: 18px;
}
.zp_p_list .box {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    width:100%;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
    background: url(/images/展开.png) no-repeat 98% center #ea222d;
    color:#fff;
}
.zp_p_list .on .title span, .zp_p_list li:hover .title span {
    color:#fff;
}
.zp_p_list .list h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
    line-height: 40px;
}
.zp_p_list .text>ul>li {
    list-style: decimal;
    margin-left: 20px;
}
.wow_list li{
    /*width: 48%;
    margin: 1%;
    float: left;*/
}
.wow_list .box{
    display: none;
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
}
.zp_list .text>ul {
    max-width: 514px;
}
.zp_p_list .text>ul>li {
    list-style: decimal;
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}
.zp_p_list .list:last-child {
    border-bottom: 0;
}

.zp_p_list .list {
    border-bottom: 1px solid #ebefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.box .list .text{
    font-size: 14px;
    text-indent: 15px;
}
.bold{
    color:#ea222d;
    position: relative;
}
.popups {
  width: 270px;
  height: 180px;
  background-color: #fff;
  position: fixed;
  top: calc(50% - 90px);
  left: calc(50% - 135px);
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px #ccc;
  display: none;
  z-index: 1000;
}
.popups .email {
  font-size: 16px;
  text-align: center;
  margin-top: 45px;
  color: #333;
}
.popups .text {
  font-size: 15px;
  margin-top: 18px;
  text-align: center;
  color: #999;
}
.list .email {
  width: 95px;
  height: 95px;
  background-color: #ea222d;
  position: absolute;
  right: 20%;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -120px;
}
.list .email::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(241, 135, 78, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  transition: 0.5s;
}
.list .email:hover::after {
    animation: emailZoom 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.list .email .email1 {
  opacity: 0;
  height: 0;
}
.list .email .icon {
  position: relative;
  z-index: 2;
  width: 35px;
  height: 38px;
  margin: 0 auto;
  margin-top: 16px;
}
.list .email .icon img {
  width: 100%;
}
.list .email .text {
  position: relative;
  z-index: 2;
  font-size:12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 7px;
}
.list .email:hover::after {
  animation: emailZoom 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  /*Safari and Chrome*/
}
@media (max-width:768px) {
    .zp_p_list .list h3{
        font-size:18px;
    }
    .zp_p_list .title span.span1{
        font-size:16px;
    }
    .zp_p_list .title span{
        display: contents;
    }
    .list .email{
        display: none;
    }
}