*{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.home-article{
	width: 100%;
	background-color: #fafafa;
	overflow: hidden;
}
.articleX{
	width: 1312px;
	height: 795px;
	margin: 0 auto;
	border: 1px solid transparent;
}
.articleX .introduce{
	width: 1000px;
	height: 588px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	margin-top: 207px;
	border: 1px solid transparent;
	position: relative;
}
.articleX .introduce .top-img{
	width: 640px;
	height: 320px;
	background-color: #000000;
	margin: -112px 0 0 112px;
}
.articleX .introduce .top-img img{
	width: 640px;
	height: 320px;
}
.articleX .introduce .bottom-introd{
	width: 640px;
	margin: 64px 0 0 112px;
	overflow: hidden;
}
.articleX .introduce .bottom-t{
	width: 100%;
	overflow: hidden;
}
.articleX .introduce .bottom-t .t-zuo{
	width: 100px;
	height: 42px;
	color: #3F3F3F;
	font-family: MicrosoftYaHei;
	font-weight: normal;
	letter-spacing: 1px;
	float: left;
}
.articleX .introduce .bottom-t .t-zuo .t1{
	font-size: 18px;
	line-height: 24px;
}
.articleX .introduce .bottom-t .t-zuo .t2{
	font-size: 16px;
	line-height: 12px;
}
.articleX .introduce .bottom-t .t-you{
	width: 18px;
	height: 18px;
	border-top: 2px solid #ffb400;
	border-right: 2px solid #ffb400;
	float: right;
}
.articleX .introduce .bottom-text{
	display: block;
	width: 640px;
	margin-top: 31px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #3f3f3f;
	text-indent: 2em;
}
.articleX .introduce .right-img{
	width: 360px;
	height: 500px;
	position: absolute;
	top: 36px;
	right: -312px;
}
.hengfan{
	width: 100%;
	height: 758px;
}
.hengfan .cta__list{
	width: 1291px;
	margin: 0 auto;
	margin-top: 204px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.hengfan .cta__list li{
	width: 305px;
	height: 351px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #000000;
}
.hengfan .cta__list li .shade{
	display: block;
	width: 78px;
	height: 78px;
	margin: 66px auto 31px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center; 
	border-radius: 50%;
	box-shadow: 0px 0px 13px 0px rgba(255, 123, 6, 0.49);
}
.hengfan .cta__list li .c{
	display: none;
}
.hengfan .cta__list li p{
	display: block;
	width: 100%;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	text-align: center;
	color: #515151;
}
.hengfan .cta__list li .what{
	width: 257px;
	height: 105px;
	margin: 0 auto;
	margin-top: 15px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: center;
	color: #979797;
}
.hengfan .cta__list .di{
	background-color: #ff7b06;
	box-shadow: 0px 0px 31px 0px rgba(255, 123, 6, 0.46);
	border: solid 1px #e6e6e6;
}
.hengfan .cta__list .di .y{
	display: none;
}
.hengfan .cta__list .di .c{
	display: block;
}
.hengfan .cta__list .di p,
.hengfan .cta__list .di .what{
	color: #ffffff;
}
