.page_width {
	width: 990px;
	margin: auto;
}

.dft_pic_l {
	width: 100%;
	/*height: 750px;*/
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.dft_pic_l ul {
	height: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.dft_pic_l ul li {
	height: 100%;
	float: left;
	width: 100%;
	cursor: pointer;
}
.dft_pic_l ol {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index:3;
}
.dft_pic_l ol li {
	/*display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin: 0 5px;
	background: rgba(0,0,0,0.8);*/
}
.dft_pic_l ol li.on {
	background: rgba(255,255,255,1);
}

.main {
	margin-top: 40px;
}
.main .block {
	width: 990px;
	margin: 15px auto;
}
.main .block .lists1 {
	width: 100%;
	overflow-y: auto;
}
.main .block .lists1 li {
	float: left;
	width: 330px;
	height: 330px;
	position: relative;
}
.main .block .lists1 li img {
	display: block;
	width: 100%;
	max-height: 330px;
}
.main .block .lists1 li .name_logo {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	top: 75%;
}
.main .block .lists1 li .dl1 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eb1c24;
	color: #fff;
	
	display: none;
}
.main .block .lists1 li:hover .dl1 {
	display: block;
}
.main .block .lists1 li .dl1 dt {
	font-size: 36px;
	line-height: 50px;
	width: 100%;
	padding: 0px 20px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .block .lists1 li .dl1 .dt1 {
	font-size: 30px;
	height: 50px;
	margin-bottom: 20px;
}
.main .block .lists1 li .dl1 .dt1 span::after {
	content: '';
	background: url(../images/icons/jt_2.png) right 17px no-repeat;
	background-size: 27px;
	padding-right: 40px;
}
.main .block .lists1 li .dl1 dd {
	line-height: 24px;
	font-size: 15px;
	margin-top: 30px;
	padding: 0px 20px;
}
.main .block .lists1 li.title_block {
	height: 330px;
	font-size: 36px;
	background: #eb1c24;
	color: #fff;
	
	position: relative;
}
.main .block .lists1 li.title_block .title {
	padding: 30px 20px;
	padding-bottom: 0;
}
.main .block .lists1 li.title_block span {
	display: block;
}
.main .block .lists1 li.title_block .img1 {
	display: block;
	width: 16px;
	height: 26px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.main .block .more {
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 5px 0;
}
.main .block .more a {
	/*color: #666;*/
	font-size: 18px;
}
.main .block .more a : hover {
                 color:#red;
}
.main .block .more a span {
	color: #eb1c24;
	margin-left: 5px;
}








