.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;
}

/* title */
.hxys{
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	padding-top: 66px;
	text-align: center;
	background: url("../img/fen_bg.png") no-repeat 0 90px;
}
.hxys p{
	width: 167px;
	height: 34px;
	margin: 0 auto;
	font-size: 34px;
	background: #fff;
	font-weight: bold;
}
.hxys p.bg_p{
	background: #fbfbfb;
}
/* --------------------核心优势-------------------- */
.celue{
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}
/* -------------------文字部分------------- */
.hxzx_con{
	width:1200px;
	margin:0 auto;
	background: #FAFAFA;
}
.bg_txt{
	width: 930px;
	font-size: 14px;
}
.txt{
	width: 930px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 50px;
}
.txt h3{
	width: 878px;
	height: 66px;
	display: block;
	font-size: 36px;
	line-height: 66px;
	margin: 0 auto 35px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
}
.txt .txt_xx{
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	line-height: 24px;
	letter-spacing: 1px;
}
.txt .txt_xx p{
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-indent: 2em;
	margin: 10px 10px;
}
.txt .txt_xx img{
	display: block;
	width: 500px!important;
	height: auto!important;
	margin: 20px auto;
}
/* .txt .txt_xx span{
	width: 748px;
	height: 441px;
	display: block;
	background: #666;
	margin: 19px auto 81px;
} */
.txt .shangxia{
	height: 54px;
	width: 900px;
	text-align: left;
	line-height: 24px;
	margin: 10px auto 0;
	padding-top: 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.txt .shangxia a{
	color: #333;
}
/* 行业资讯文章分页 */
.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;
}