.typelist{
	width: 96%;
	margin:0 auto;
	margin-top: 40px;
}
.typelist li{
	width: 48%;
	height: 140px;
	float:left;
	margin-right: 4%;
	background: #F6F7FB;
	margin-bottom: 50px;
	text-align: center;
}
.typelist li img{
	width: 122px;
	margin: 0 auto;
	margin-top: -61px;
}
.typelist li h4{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #19202E;
}
.typelist li p{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F;
}
.zixun{
	margin:0 auto;
	display: block;
	width: 60%;
	height: 44px;
	background: linear-gradient(90deg, #FB6355 0%, #F21B4E 100%);
	box-shadow: 0px 5px 10px 0px rgba(245, 52, 80, 0.3);
	border-radius: 22px;
	text-align: center !important;
	line-height: 44px;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.zyitemitem{
	display: none;
}
.ziyuanlistbox .active{
	display: block !important;
}
.centermin{
	width: 96%;
	margin: 0 auto;
}
.zylist li{
	width: 50%;
	float: left;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	font-size: 1rem;
}
.zylist li.active{
	background: #2DCD70 !important;
	color: #fff !important;
}
.zynav li{
	width: 20%;
	height: 20px;
	float: left;
	line-height: 20px;
	border-right: 1px solid #E5E8ED;
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #90929F;
	text-align: center;
	margin: 20px 0;
}
.zynav li.active{
	color: #2DCD70 !important;
}
.zycon li.zyitem{
	width: 49%;
	margin-right: 2%;
	height: 200px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px 10px;
	float: left;
	margin-bottom: 20px;
}
.zycon li .zyicon{
	float: left;
	width: 40px;
	margin: 0px 10px;
}
.zycon li h3{
	font-size: 1.1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	line-height: 18px;
}
.zycon li span{
	display: block;
	height: 45px;
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F;
	line-height: 15px;
}
.zycon li .line{
	width: 100%;
	height: 1px;
	background: #EEEEEE;
	margin: 15px 0;
}
.zydata li{
	width: 33.3333%;
	float: left;
	text-align: center;
}
.zydata li div{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #90929F;
	line-height: 18px;
	margin: 5px 0;
}
.zydata li p{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FF2741;
	line-height: 18px;
}
.greenbox{
	width: 100%;
	padding:1px 2%;	
	background: #6DE9A1;
	padding-bottom: 20px;
}
.youshi li{
	background: #fff !important;
	height: 180px !important;
}
.youshi li img{
	height: 101px;
	margin-top: 0 !important;

}
.anlilist li{
	float: left;
	width: 25%;
	height: 40px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #19202E;
	line-height: 40px;
	margin-bottom: 20px;
}
.anlilist li.active{

background: #2DCD70 !important;
color: #fff !important;
}
.animgbox .active{
	 display:-webkit-box;
      display:-webkit-flex;
      display:-ms-flexbox;
      display:flex;
}
.tab-head{
      list-style-type: none;
      
      display:none;
      -webkit-flex-wrap:nowrap;
      -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
      -webkit-box-pack:justify;
      -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
      justify-content:space-between;
      padding:0;
      overflow:auto;
}
.tab-head-item{
  -webkit-box-flex:1;
  -webkit-flex:1 0 auto;
  -ms-flex:1 0 auto;
  flex:1 0 auto;
  color:white;
  padding:0 5px;
}