
/**======巨幕里的面板======***/
.panel_jumu{
	padding: 32px 28px 32px 28px;
	border-radius: 4px;
	  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	  background-color: #ffffff;
	  margin: auto;
	  float: left;
	  min-width: 380px;
}


.panel_jumu img{
	  width: 80px;
	  height: 80px;
	  border-radius: 50%;
	  /*margin: 0 72px 0 72px;*/
}

.panel_jumu h2{
   font-family: PingFangSC;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0;
  margin-bottom: 16px;
}

.panel_jumu p{
  font-family: PingFangSC;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: justify;
  color: rgba(0, 0, 0, 0.65);
}
/**==============================**/


.ani_p{
	padding: 0 15px;
}

.ani_p h2{
  font-family: PingFangSC;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0;
}

.ani_p p{
font-size: 18px;
  line-height: 1.66;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.75);
   margin-top: 16px;
}

.ani_img{
	animation-duration:1s;
    animation-delay:0.25s;
    opacity: 0;
}

.ani_p h2{
	animation-duration:1s;
    animation-delay:0.75s;
    opacity: 0;
}

.ani_p p{
	animation-duration:1s;
    animation-delay:1.25s;
    opacity: 0;
}
