.dix_bg_cover {
	background-size:cover;
	background-repeat: no-repeat;  /* 禁止重复显示背景图片 */
	background-position: center center;  /* 设置背景图片的位置 */
}

.dix_bg_cover_fix{
	background-size:cover;
	background-repeat: no-repeat;  /* 禁止重复显示背景图片 */
	background-position: center center;  /* 设置背景图片的位置 */
	background-attachment: fixed;   /* 固定背景图片不动 */
}

.dix_mt10 {
	margin-top:10px;
}
.dix_mb10 {
	margin-bottom:10px;
}
.dix_mb20 {
	margin-bottom:20px;
}
.dix_mt40 {
	margin-top:40px;
}
.dix_mb40 {
	margin-bottom:40px;
}
.dix_pt10 {
	padding-top:10px;
}
.dix_pt40 {
	padding-top:20px;
	padding-bottom: 20px;
}
.dix_pb10 {
	padding-bottom:10px;
}
.dix_bsd{
	h-shadow:0;
	v-shadow:6px;
	blur:20px;
	color:black;
}
.dix_tsd{
	text-shadow: 0px 2px 10px #274c8f;
}
.dix_bsd{
	box-shadow: 0px 2px 20px #ccc;
}
.dix_fc_dg{
	color: darkgrey
}
.dix_pd40{
	padding: 0px 40px 10px 40px;
}
.dix_pd40cn{
	padding: 0px 30px 10px 30px;
}
.dix_pd402{
	padding: 0px 0px 0px 40px;
}
.dix_fs16{
	font-size: 17px;
}
.dix_lh30{
	line-height: 30px;
	padding: 10px;
	font-size: 14px;
	color: #666;
}
.dix_lh30e{
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	color: #666;
}
.diximg60{
	width: 60px;
	height: 60px;
}
.dix_card_height{
	height:240px;
}

.dix_card_height_cn{
	height:200px;
}
.dix_fal{
	text-align: left;
}
.dix_gery{
	color:#999;
}
.dix_just{
	text-align: justify;
}
.dix_rounded {
	border-radius: 10px;
}

.dix_hr{
	margin-top: 40px;
}
.dix_card_height_cn2{
	height:160px;
}