.special dl{
	display: none;
}
.dingwei{
	color: #333;
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}
.dingwei a{
	color: #333;
}
/* --------------------核心优势-------------------- */
.celue{
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}
/* -------------------文字部分------------- */
.bg_txt{
	width: 100%;
	height: auto;
	background: #FAFAFA;
}
.zx-content{
	width:1200px;
	margin:20px auto;
	background: #fff;
	overflow: hidden;
}
.txt{
	float:left;
	width:908px;
	padding: 0 20px;
}
.txt h3{
	display: block;
	font-size: 26px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.txt .txt_xx{
	text-align: left;
	line-height: 24px;
	letter-spacing: 1px;
}/*
.txt .txt_xx span{
	width: 748px;
	height: 441px;
	display: block;
	background: #666;
	margin: 19px auto 81px;
} */
.shangxia{
	text-align: left;
	line-height: 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 5px 20px;
	margin-top: 20px;
}
.shangxia p{
	line-height: 24px;
}
.shangxia a{
	color: #333;
}

.cpfl{
	width: 252px;
	float: right;
}

.cpfl ul{
	padding-left: 34px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.cpfl ul li{
	line-height: 32px;
}
.cpfl ul a{
	width: 216px;
	height: 32px;
	display: block;
	color: #212121;
}

.cpfl div p{
	color: #212121;
	width: 250px;
	height: 31px;
	font-size: 14px;
	line-height: 31px;
	background: #F7F7F7;
	margin-top: -1px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
p.cpfl_1{
	width: 237px;
	height: 37px;
	font-size: 16px;
	line-height: 37px;
	font-weight: bold;
	padding-left: 13px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
}
.cpfl div p a{
	font-size: 14px;
	color: #212121;
}

.cpfl i{
	width: 16px;
	height: 16px;
	background: #DDDDDD;
	margin: 0 10px;
	vertical-align: middle;
	display: inline-block;
}
.cpfl span{
	width: 10px;
	height: 2px;
	margin: 7px auto 0;
	background: #fff;
	display: block;
}
/* 行业资讯文章分页 */
.textPage{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    line-height: 35px;
}
.textPage ul{
    overflow: hidden;
    display: inline-block;
}
.textPage li{
    float: left;
}
.textPage li a{
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #888;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    clear: both;
    text-indent: none;
}
.textPage li.thisclass a{
    background-color: #1997bc;
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
}
.textPage li a:hover{
    background-color: #1997bc;
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
}