body{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	font-family: "微软雅黑";
}
/*解决方案列表*/
.solution_wrap{
	padding-top: 100px;
}
.solution_wrap .top_bar{
	width: 100%;
	min-width: 1200px;
}
.solution_wrap .top_bar img{
	width: 100%;
}
.solution_wrap .content,.solution_detial{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.solution_wrap .topic{
	padding-top: 50px;
	padding-bottom: 35px;
	border-bottom: 1px solid #EBEBEB;
}
.solution_wrap .topic .title{
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 10px;
}
.solution_wrap .topic .subTitle{
	font-size: 14px;
	line-height: 14px;
	color: #888888;
}
.solution_wrap .list{
	padding-top: 20px;
}
.solution_wrap .list_left{
	float: left;
	width: 180px;
	margin-right: 80px;
}
.solution_wrap .list_left .list_left_hover{
	border-left: 3px solid #005abc;
	color: #005abc;
    position: absolute;
    top: -16px;
    left: 0px;
    display: none;
}
.solution_wrap .list_right{
	width: 940px;
	float: right;
	margin-top:16px;
	margin-bottom:100px;
}
.solution_wrap .list_left >div{	
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
}
.solution_wrap .list_left >div:hover .list_left_hover{
	display: block;
}
.solution_wrap .list_left >div >div{
	font-size: 14px;
	color: #666666;
	height: 16px;
	line-height: 16px;
	padding-left: 10px;
	margin-top: 16px;
	margin-bottom: 16px;
	cursor: pointer;
}
.solution_wrap .list_left >div:hover >div{
	color: #005abc;
}
.solution_wrap .list_left .list_left_display .list_left_hover {
	display: block;
}
.solution_wrap .list_left .list_left_display  >div{
	color: #005abc;
}
.solution_wrap .solution_item {
	width: 300px;
	margin-bottom:40px;
	margin-right: 20px;
	cursor: pointer;
	float:left;
	height: 360px;
}
.solution_wrap .list_right >div >div:nth-child(3n){
	margin-right: 0px;	
}
/*兼容IE8*/
.solution_wrap .list_right >div >div+div+div{
	/*margin-right: 0px;	*/
}
.solution_wrap .list_right >div >div+div+div+div+div+div{
	margin-right: 0px;	
}
.solution_wrap .list_right >div >div+div+div+div+div+div+div+div+div{
	margin-right: 0px;	
}

.solution_wrap .solution_item .item_header{
	width: 300px;
	height: 168px;
	overflow: hidden;
}
.solution_wrap .solution_item .item_header img{
	width: 100%;
}
.solution_wrap .solution_item .item_content{
	padding: 24px;
}
.solution_wrap .solution_item .item_content .title{
	margin-bottom: 19px;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.solution_wrap .solution_item .item_content .detail{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0px;
}
.solution_wrap .solution_item  .item_footer{
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	border-top: 1px solid #ebebeb;
}
.solution_wrap .solution_item  .item_footer .look{
	width: 86px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: #005ABB;
	display: none;
}
.solution_wrap .solution_item  .item_footer .look span{
	margin-left: 5px;
}
.solution_wrap .solution_item:hover{
	box-shadow: 0px 0px 20px #e6e6e6;
}
.solution_wrap .solution_item  .more{
	color: #888;
	font-size: 12px;
	display: block;
}
.solution_wrap .solution_item:hover .item_content .title{
	color: #005abc;
}
.solution_wrap .solution_item:hover .more{
	display: none;
}
.solution_wrap .solution_item:hover .item_footer .look{
	display: block;
}

/*解决方案详情*/
.solution_detial{
	padding-top:184px;
}
.solution_detial .left{
	width: 310px;
	float: left;
	margin-right: 60px;
}
.solution_detial .right{
	width: 830px;
	float: right;
	margin-bottom: 100px;
}
.solution_detial .left .topic{
	font-size: 20px;
	line-height:20px;
	color: #010101;
	margin-bottom:12px;
}
.solution_detial .left .subTitle{
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	margin-bottom: 25px;
}
.solution_detial .left .left_detail{
	font-size: 16px;
	line-height: 28px;
	color: #888888;
}
.solution_detial .left .left_btn {
	margin-top: 25px;
	margin-bottom: 15px;
}
.solution_detial .left .left_btn  span{
	font-size: 14px;
	line-height: 14px;
	padding: 8px 26px;
	background: #005abc;
	color: #fff;
	display: inline-block;
}
.solution_detial .left .relation{
	border-top:1px solid #EBEBEB;
	padding-top: 30px;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 30px;
}
.solution_detial .left  .relation_item{
	border:1px solid #EBEBEB;
	height: 90px;
	box-sizing: border-box;
	margin-bottom: 30px;
	cursor: pointer;
}
.solution_detial .left  .relation_item:hover{
	box-shadow: 0px 0px 20px #e6e6e6;
}
.solution_detial .left  .relation_item:hover .relation_title{
	color: #005abc;
}
.solution_detial .relation_left{
	width: 133px;
	height: 88px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.solution_detial .relation_right{
	width: 155px;
	height: 88px;
	float: right;
    display: inline;
    padding-top: 19px;
}
.solution_detial .relation_right >div{
	width: 100%;
}
.solution_detial .relation_right .relation_title{
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-bottom:15px;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    width: 100%;
}
.solution_detial .relation_right .relation_sub{
	font-size: 14px;
	line-height: 20px;
	color: #888888;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.solution_detial .right_text{
	font-size: 16px;
	line-height: 28px;
	color: #666666;	
	margin-bottom: 30px;
	text-align: justify;
}
.solution_detial .right_img{
	margin-top:60px;
	margin-bottom:60px;
	text-align: center;
}
.solution_detial h3,.solution_detial p,.solution_detial b{
	font-weight: normal;
}
#div{
	width: 0;
    height: 0;
    border-left: 10px solid #005abc;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent; 
    display: inline-block;
    margin-right: -3px;
}
#div + b{
	margin-top: 2px;
}








