#main{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom: 6rem;
}
.webpath{
	width:100%;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
	margin-top:1rem;
}
.webpath a{
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#535353; 
}
.webpath a.tohome{
	background: url("../images/tohome.png") left center no-repeat;
	background-size:1.4rem 1.4rem;
	padding-left: 2rem
}
/**cases*/
.cases .banner{
    width:100%;
}
.cases .banner img{
	display: block;
    width:100%;
}
.search{
    display: inline-block;
	width: 100%;
    height: 12rem;
    text-align: center;
	background: #646464;
}
.search span{
	float: left;
	line-height: 2.5rem;
	font-size:1.8rem;
	font-family: "微软雅黑";
	color:#FFF;
	margin-top:1rem;
	padding-left: 2.5rem;
}
.search span p{
	text-align: left;
	line-height:2.5rem;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#FFF;
}

.search form{
	display: inline-block;
	width: 84%;
}
.search .keyword{
	float: left;
	box-sizing: border-box;
	width:90%;
	height:3rem;
	line-height:3rem;
	border:0;
	border-radius: 0;
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	background: #FFF;
	font-size:1.2rem;
	font-family:'微软雅黑';
	color:#adadad;
	margin-top:1rem;
	padding-left:1rem;
	-webkit-appearance: none;
}
.search .searchbtn{
	float: left;
	box-sizing: border-box;
	width:10%;
	height:3rem;
	line-height:3rem;
	border:0;
	border-left:1px solid #C3C2C2;
	border-radius: 0;
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius:0.2rem;
	background:url(../images/searchbtn.png) center center no-repeat #FFF;
	background-size:2rem 2rem;
	margin-top: 1rem;
	cursor:pointer;
	-webkit-appearance: none;
}
.cases .label{
	width:100%;
	height:4rem;
	line-height: 4rem;
	background: #525254;
	font-size:1.6rem;
	font-family:'微软雅黑';
	color:#FFF;
}
.cases .smproclass{
	width:100%;
	background: #FFF;
	margin: 0 auto 1rem;
}
.cases .smproclass .mbox{
	padding: 1rem 0;
}
.cases .smproclass a{
	display: block;
	float: left;
	width:48%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border: 0.1rem solid #B5B5B5;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#707070;
	margin: 1rem 0 0 1.9%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cases .smproclass a.on{
	background: #E60012;
	color: #FFF;
}
.cases .smproclass a:active{
	background: #E60012;
	color: #FFF;
}
.cases .smproclass a.first{
	margin-left:0;
}

/*caseslist*/
.caseslist .banner{
    width:100%;
}
.caseslist .banner img{
	display: block;
    width:100%;
}
/*.caseslist .list{
	margin-top: 2rem;
	padding-bottom: 3rem;
}
.caseslist .list .mbox{
	position: relative;
	min-height: 20rem;
	overflow: hidden;
}
.caseslist .list ul li{
	float: left;
	width:48%;
	height: auto;
	line-height: 2.5rem;
	text-align: center;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color:#000;
	margin: 1rem 0 0 2%;
}
.caseslist .list ul li span{
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.caseslist .list ul li.first{
	margin-left:0;
}
.caseslist .list ul li img{
	width:100%;
	height: 11rem;
	border:1px solid #B5B5B5;
}*/
.caseslist .list{
	width:92%;
	height: auto;
	margin: 0 auto;
}
.caseslist .list ul li{
	width:100%;
	margin-top: 1.5rem;
}
.caseslist .list ul li img{
	float: left;
	width:40%;
}
.caseslist .list ul li .info{
	float: right;
	width:55%;
}
.caseslist .list ul li .info span{
	font-size: 1.6rem;
	font-family: "微软雅黑";
	color:#707070;
}
.caseslist .list ul li .info p{
	height: 5.3rem;
	line-height: 1.8rem;
	font-size:1.2rem;
	font-family: "微软雅黑";
	color:#707070;
	padding-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
    word-break: break-all;
}

/**casesview*/
.casesview .banner{
    width:100%;
}
.casesview .banner img{
    width:100%;
}
.casesview .classinfo{
	margin-top: 2rem;
}
.casesview .classinfo .info .name{
	display: block;
	width:50%;
	height:auto;
	line-height: 2rem;
	text-align: center;
	background: #E60012;
	font-size:1.6rem;
	font-family: "微软雅黑";
	color:#FFF;
	margin: 0 auto;
	padding:0.5rem;
	word-wrap:break-word; 
	word-break:break-all; 
}
.casesview .classinfo .info p{
	line-height: 2.5rem;
	font-size:1.6rem;
	font-family: "微软雅黑";
	color:#434343;
	padding-top:1rem;
}
.casesview .classinfo .info p img{
	max-width:100%;
}
/*.casesview .imglist{
	position: relative;
	margin-top: 3rem;
}
.casesview .imglist .imgprev{
	position: absolute;
	display: block;
	width:2.5rem;
	height: 4rem;
	background: url("../images/prevbtn.png") center center no-repeat;
	background-size:2.5rem 4rem;
	left: 0;
	top: 10rem;
}
.casesview .imglist .imgnext{
	position: absolute;
	display: block;
	width:2.5rem;
	height: 4rem;
	background: url("../images/nextbtn.png") center center no-repeat;
	background-size:2.5rem 4rem;
	right:0;
	top: 10rem;
}
.casesview .imglist .imglistbox{
	width:80%;
	margin-left: 10%;
}
.casesview .imglist .imglistbd img{
	width:100%;
	height: 23rem;
}
.casesview .imglist .imglistbd p{
	text-align: center;
	line-height: 3rem;
	font-size:1.4rem;
	font-family: "微软雅黑";
	color:#0077cc;
}*/
.casesview .imglist{
	width:92%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.casesview .imglist ul li{
	width:100%;
	margin-top: 1.5rem;
}
.casesview .imglist ul li img{
	float: left;
	width:100%;
}
.casesview .imglist ul li .info{
	float: right;
	width:100%;
}
.casesview .imglist ul li .info span{
	line-height: 3rem;
	font-size: 1.6rem;
	font-family: "微软雅黑";
	color:#0077cc;
}
.casesview .imglist ul li .info p{
	line-height: 1.8rem;
	font-size:1.2rem;
	font-family: "微软雅黑";
	color:#707070;
	white-space: pre-line;
}

.casesview .othercon{
	margin-top: 20px;
	padding-bottom: 2rem;
}
.casesview .othercon .yhjjfa{
	margin-top: 20px;
}
.casesview .othercon .yhjjfa label{
	display: block;
	width:100%;
	line-height:5rem;
	font-size:2rem;
	font-family:'微软雅黑';
	color:#000;
}
.casesview .othercon .yhjjfa .jjwt{
	width:100%;
	height: auto;
	background: url("../images/jjwtbg.png") left top no-repeat;
	background-size: 100%;
}
.casesview .othercon .yhjjfa .jjwt .p{
	line-height: 2rem;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color: #707070;
	padding-top: 6.5rem;
}
.casesview .othercon .yhjjfa .jjwt .p img{
	max-width: 100%;
}
.casesview .othercon .yhjjfa .jjfa{
	width:100%;
	height: auto;
	background: url("../images/jjfabg.png") left top no-repeat;
	background-size: 100%;
	margin-top: 2rem;
}
.casesview .othercon .yhjjfa .jjfa .p{
	line-height: 2rem;
	font-size:1.4rem;
	font-family:'微软雅黑';
	color: #707070;
	padding-top:6.5rem;
}
.casesview .othercon .yhjjfa .jjfa .p img{
	max-width: 100%;
}
.casesview .othercon .zj {
	margin-top: 2rem;
}
.casesview .othercon .zj .p{
	font-size:14px;
	font-family:'微软雅黑';
	color: #707070;
}
.casesview .othercon .zj .p img{
	max-width: 100%;
}