/*-----公司实力-----*/
.gspic_con {
	margin-top: 100px;
}

.gspic_con .xw_pbcon{
	
	border-bottom:1px dashed #E0E0E0;
	
	
	}
.gspic_con .xw_pbcon h1{
	
	padding:8px 0px;
	color:#06C;
	
	}
.gspic_con .xw_pbcon b{
	
	width: 150px;
	border-bottom: 3px solid #0CC;
	display: block;
	position: relative;
	
	
	}



.xwwtit_lr {
	border-bottom: 1px solid #E9E9E9;
	height: 45px;
}
.xwwtit_lr b {
	width: 85px;
	border-bottom: 3px solid #F00;
	display: block;
	position: relative;
	top: 43px;
}
.xwwtit_lr .tit_nl {
	float: left;
	font-size: 1.2rem;
	padding: 8px 0px;
}
.xwwtit_lr .tit_nr {
	float: right;
	font-size: 0.875rem;
	padding: 8px 0px;
}
.Strength_list {
	margin: 20px -12px 0;
	position: relative;
	overflow: hidden;
}
.Strength_list li {
	float: left;
	width: 25%;
	margin-bottom: 25px;
}


.Strength_list li:nth-child(4n+1) {

	clear: left;
}


.Strength_list li a {
	display: block;
	border: 1px solid #e5e5e5;
}
.Strength_list li a:hover {
	border-color: #2096DD;
}
.Strength_list li .item_pic {
	margin: 0 12px;
}
.Strength_list li .img {
	padding: 1px;
	height: auto;
	overflow: hidden;
	max-width: 100%;/*width:expression(this.width>100%?"100%":this.width);     
  max-height:180px;     
  height:expression(this.height>180?"  170px":this.height); */
}
.Strength_list li img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
	padding: 1px;
}
.Strength_list li a:hover img {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
}
.Strength_list li .text {
	padding: 1em 1em 0.8em;
}
.Strength_list li .text b {
	width: 35px;
	background: #03C;
	border-bottom: 3px solid #ccc;
	display: block;
	margin-bottom: 1em;
}
.Strength_list li .text h3 {
	font-size: 0.875rem;
	color: #3d3d3d;
	overflow: hidden;
}
.Strength_list li a:hover .text h3 {
	color: #2096dd;
	font-weight: bold;
}
.Strength_list li:hover .text b {
	border-bottom: 3px solid #0C9;
}
.Strength_list li .sum {
	color: #979797;
	line-height: 1.7;
	height: 3.2em;
	overflow: hidden;
}
