/*=======================banner============================*/
.about_t{
	width:100%;
	margin: 0 auto;
	height: 180px;
	padding-top:40px;
	text-align: center;
	background:url(../img/pro_banner.png) no-repeat;
}
.about_t strong{
	font-family:'STHeitiSC-Medium';
	font-size: 34px;
	color: #FFFFFF;
}
.about_t img{
	display: inline-block;
	margin-right: 10px;
}
.about_t p{
	font-size: 16px;
	color: #FFffff;
	line-height: 36px;
	width:847px;
	margin: 0 auto;
}
.about_t span{	
    height:20px;
	width: 906px;
	display: block;
	margin: 0 auto;
}
.about_t .span1{	
	margin-top:12px;
    background: url(../img/banner_linetop.png) no-repeat;	
}
.about_t .span2{	
    background: url(../img/banner_linebottom.png) no-repeat;
	background-position: right;
}


/*=======================成功案例详情============================*/
.news{
	width:1140px;
	margin: 0 auto;
    margin-top:56px;
	margin-bottom:100px;
}

/*左侧*/
.news .news_left{
	width:240px;	
}
.news .news_left strong{
	font-size:20px;
	padding-left:30px;
	background:url(../img/success_title.png) no-repeat;
}
.news .news_left ul{
	height: 770px;
	background:url(../img/news_titlebg.png) repeat-y;
	background-position:10px;
	margin-top:20px;
}
.news .news_left ul li{
	height:60px;
	font-size:14px;
}
.news .news_left ul li a{
	background:url(../img/grey_spot.png) no-repeat;
	height: 14px;
	display: block;
	background-position: left;
	padding-left: 20px;
	margin-left: 7px;
}
.news .news_left ul li .first{
	background:url(../img/first_spot.png) no-repeat;
}
.news .news_left ul li .selected{
	background:url(../img/blue_spot.png) no-repeat;
	background-position: left;
}
.news .news_left ul li a:hover{
	color:#5388FF;
}


/*右侧*/

.news .news_right{
	width:875px;
	margin-left:25px;
}
.news .news_right li{
	height:152px;
	border-bottom:1px dashed #E1E1E1;
	margin-top:40px;
}
.news .news_right .first{
	margin-top:0px;
}
.news .news_right li .tu img{
	border: 1px #eeeeee solid;
	
}
.news .news_right li .xq{
	width:720px;
	margin-left:22px;
}
.news .news_right li .xq h2{
	font-size:20px;
	color:#000000;
	padding-bottom:18px;
}
.news .news_right li .xq span{
	font-size:12px;
	color:#666666;
	padding-right: 40px;
	
}
.news .news_right li .xq p{
	font-size:14px;
	color:#333333;
	line-height:24px;
	margin-top:20px;
	cursor: pointer;
}
.news .news_right li .xq a{
	color:#333333;
}
.news .news_right li .xq a:hover{
	color:#3D71E4;
}

/*右侧页码*/

.news_right .yema{
	margin-top:40px;
}
.news_right .yema a{
	display:inline-block;
	margin-right:20px;
	color:#333333;
	font-size:14px;
	cursor: pointer;
}
.news_right .yema a:hover{
	color:#3D71E4;
}

/*=======================新闻中心详情============================*/

.news_right h1{
	font-size:30px;
	color:#0000000;
	text-align: center;
	margin-bottom:40px;
}
.news_right p{
	line-height:30px;
	margin-bottom:20px;
	color:#333333;
	font-size:14px;
}
.news_right img{
	margin-bottom:20px;
}
.news_right .title{
	margin-bottom: 20px;
}
.news_right .title strong{
	float: left;
	font-family: 'STHeitiSC-Light';
	font-size: 18px;
	color: #000000;

}
.news_right .title i{
    float: left;
	height: 18px;
	width: 4px;
	background:#5388FF;
	margin-right:9px;
}
.news_right b{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 14px;
	display: block;
}




