/*=======================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;
}




/*=======================内容============================*/
.production1,.production2{
	width: 1140px;
	margin: 0 auto;
	margin-top: 30px;
}
/*第一个*/
.production1 .pro1_left{
	padding-left: 60px;
}
.production1 .pro1_right{
	padding-top:30px;
}

.production1 .pro1_right p{
	width: 488px;
	padding-top: 30px;
	line-height: 34px;
	font-size: 18px;
	color: #666D7C;
	padding-bottom: 34px;
}
.production1 .pro1_right strong{
	width: 423px;
	display: block;
	font-size: 36px;
	color: #444444;
	background: url(../img/01.png) no-repeat;
	padding:34px 0 32px 65px;
	border-bottom: 2px #D9DFEC solid;
	margin-right: 80px;
}
.production1 .pro1_right a{
	display: block;
	text-align: center;
	line-height: 40px;
	width: 140px;
	height: 40px;
    border-radius: 30px;
	font-size: 16px;
	color: #5388ff;
	margin-bottom: 50px;
	cursor: pointer;
	border: 1px #5388ff solid;
}
.production1 .pro1_right a:hover{
	box-shadow: 0 2px 20px 0 rgba(113,141,255,0.35);
	background: #5388FF;
	color:#ffffff;
}


/*第二个*/
.production2 .pro2_left{
	padding-left: 60px;
	margin-top:30px;
}
.production2 .pro2_right{
	padding-right: 65px;
}
.production2 .pro2_left strong{
	width: 423px;
	display: block;
	font-size: 36px;
	color: #444444;
	background: url(../img/02.png) no-repeat;
	padding:34px 0 32px 65px;
	border-bottom: 2px #D9DFEC solid;
	margin-right: 80px;
}
.production2 .pro2_left p{
	width: 488px;
	padding-top: 30px;
	line-height: 34px;
	font-size: 18px;
	color: #666D7C;
	padding-bottom: 34px;
}
.production2 .pro2_left a{
	display: block;
	text-align: center;
	line-height: 40px;
	width: 140px;
	height: 40px;
	border:1px solid #5388FF;
    border-radius: 30px;
	font-size: 16px;
	color: #5388FF;
	margin-bottom: 50px;
	cursor: pointer;
}
.production2 .pro2_left a:hover{
	box-shadow: 0 2px 20px 0 rgba(113,141,255,0.35);
	background: #5388FF;
	color:#ffffff;
}
/*第三个*/
.production1 .pro1_right .pro03 {
	background: url(../img/03.png) no-repeat;
}
/*第四个*/
.production2 .pro2_left .pro04 {
	background: url(../img/04.png) no-repeat;
}



/*=======================产品和服务内容============================*/

.news{
	width:1140px;
	margin: 0 auto;
    margin-top:56px;
	margin-bottom:40px;
}

/*左侧*/
.news .news_left{
	width:204px;	
}
.news .news_left strong{
	font-size:20px;
	padding-left:30px;
	background:url(../img/pro_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 a:hover{
	color:#5388FF;
}
.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_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 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;
}



/*产品和服务详情内容右侧*/
.news_right a{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 14px;
	display: block;
	color:#000;
}
.news_right a:hover{
	color:#5388FF;
}