*{
	margin:0px;
	padding:0px;
}
a:link,a:hover,a:visited,a:active{
	text-decoration:none;
}
body{
	background:#F5F5F5;
}
.wrapper{
	background:#F5F5F5;
}
.wrapper .container{
	background:#F5F5F5;
	padding:0px;
	width:1100px;
	margin:0px auto;
}
.container .solution-head{
	width:100%;
	background:#fff;
	padding:30px;
}
.container .solution-head .left{
	width:30%;
	float:left;
	box-sizing:border-box;
}
.container .solution-head .left .img{
	width:98%;
	height:100%;
	border-radius:8px;
}
.container .solution-head .right{
	width:67%;
	float:right;
	box-sizing:border-box;
}
.container .solution-head .right .content{
	width:100%;
}
.container .solution-head .content .simple_desc{
	float:left;
	width:80%;
}
.container .solution-head .content .simple_desc .title{
	font-weight:bold;
	margin-bottom:8px;
	font-size: 18px;
}
.container .solution-head .content .click{
	float:right;
	width:20%;
	padding-top:12px;
	text-align:right;
	padding-right:10px;
	box-sizing:border-box;
}
.container .solution-head .content .click .back{
	margin-right:20px;
	font-size:12px;
}
.container .solution-head .content .click .back .back_img{
	width:20px;
	height:18px;
}
.container .solution-head .content .click .back .back_act{
	position:relative;
	top:-4px;
	color:#0FB3E6;
}
.container .solution-head .click .eye{
	width:17px;
	height:18px;
}
.container .solution-head .click .click_num{
	font-size:12px;
	color:#999;
	position:relative;
	top:-4px;
}
.container .solution-head .desc{
	font-size:12px;
	color:#999;
	margin-top:25px;
	width:85%;
}
.container .solution-head .other{
	font-size:12px;
	color:#999;
	margin-left:0px;
	margin-top:25px;
	width:85%;
}
.container .solution-head .other .other_list{
	float:left;
	margin-right:35px;
}
.container .detail_area{
	width:100%;
	margin-top:10px;
}
.detail_area .other-info{
	/*margin-right:10px;*/
	background:#FEFEFE;
	padding:25px 30px;
	box-sizing:border-box;
	float:left;
	width:20%;
}
.detail_area .other-info .one{
	font-size: 13px;
    font-weight: bold;
}
.detail_area .other-info .other-list{
	width:100%;
	display:block;
	margin-top:15px;
	box-shadow:0 0 10px 10px #f5f5f5;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.detail_area .other-info .other-list:hover .other_name{
	background: rgba(1,151,214,0.9);
    color: #fff;
}
.detail_area .other-info .other-list .other-img{
	width:100%;
	height:100%;
	position:relative;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.detail_area .other-info .other-list .other-img .other_img{
	width:100%;
	height:100%;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	display:block;
}
.detail_area .other-info .other-list .other-img .other_desc{
	width:100%;
	padding:10px 0px;
	text-align:center;
	background:rgba(0,0,0,0.3);
	color:white;
	position:absolute;
	top:50%;
	font-size:13px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:-15px;
}
.detail_area .other-info .other-list .other_name{
	padding:12px 3px;
	background:#fff;
	border:1px solid #FEFEFE;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	text-align:center;
	width:100%;
	font-size:13px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.detail_area .other-info .getMoney{
	display:block;
	background:#0FB3E6;
	border:0px;
	outline:none;
	margin:40px 5%;
	height:40px;
	width:90%;
	border-radius:7px;
	color:white;
	cursor:pointer;
	text-align:center;
	line-height:40px;
}
.detail_area .other-info .getMoney:hover{
	background:#0197D6;
}

/*详细信息*/
.detail_area .detail_img{
	margin:0px;
	background:#fff;
	overflow:hidden;
	padding:25px 30px;
	margin-bottom:15px;
	float:right;
	width:79%;
}
.detail_area .detail_img .first{
	width:10px;
	height:10px;
	background:#0EB3E6;
	border-radius:3px;
	display:inline-block;
}
.detail_area .detail_img .second{
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	margin-left:7px;
}
.detail_area .detail_img .img-area{
	margin-top:30px;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari 和 Chrome */
	column-count:3;
	-moz-column-gap:0px;
	-webkit-column-gap: 0px;
	column-gap: 0px;
	width:100%;
}
.detail_area .detail_img .img-area .img2{
	width:96%;
	margin-right:4%;
	margin-bottom:50px;
	float:left;
	cursor:pointer;
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
.detail_area .detail_img .img-area .img2:nth-child(3n){
	margin-right:0;
}
.detail_area .detail_img .action-area{
	width:100%;
	padding:30px 100px;
	line-height: 50px;
    text-align: center;
}
.detail_area .detail_img .action-area .contact{
	color: red;
	font-size: 16px;
}
.detail_area .detail_img .action-area a:hover{
	background:#0197D6;
}
.detail_area .detail_img .action-area .getMoney{
	display:block;
	float:left;
	background:#0FB3E6;
	width:130px;
	height:50px;
	border-radius:7px;
	color:white;
	border:0px;
	outline:none;
	cursor:pointer;
	text-align:center;
	line-height:50px;
}
.detail_area .detail_img .action-area .more{
	display:block;
	float:right;
	background:#0FB3E6;
	width:130px;
	height:50px;
	border-radius:7px;
	color:white;
	border:0px;
	outline:none;
	cursor:pointer;
	text-align:center;
	line-height:50px;
}

/*图片放大*/
.img-dialog{
	width:100%;
	height:100%;
	background:rgba(204,204,204,0.8);
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	display:none;
	text-align:center;
}
.img-dialog #img_show{
	max-width:750px;
	height:100%;
	position:relative;
}
.img-dialog .close{
	position:relative;
	top:-94%;
	left:-3%;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	cursor:pointer;
}
#left{
	position:relative;
	top:-50%;
	left:-3%;
	display:inline-block;
	width:60px;
	height:60px;
	cursor:pointer;
}
#right{
	position:relative;
	top:-50%;
	left:1%;
	display:inline-block;
	width:60px;
	height:60px;
	cursor:pointer;
}