@charset "utf-8";
/* CSS Document */

.show_case{
	width: 100%;
	background-color:#ededed;
}
.show_case_top{
	width: 100%;
	margin-top: 3%;
	background-color: #fff;
	margin-bottom: 3%;
}
.show_case_title{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.show_case_title p{
	padding-top: 3%;
	font-size: 1.5vw;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.show_case_title span{
	padding:1% 0 2% 0;
	font-size: 1vw;
	color: #666;
	display: block;
}
.show_case_description{
	width: 90%;
	margin-left: 5%;
	padding-bottom: 3%;
	display: inline-block;
}
.case_des{
	width:50%;
}
.case_des p{
	font-size: 0.85vw;
	color: #666;
	line-height: 1.5vw;
}
.case_des_one{
	width:40%;
	border-left: 1px solid #666;
}
.case_des_one p{
	font-size:0.88vw;
	color: #666;
	margin-top: 1%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 8%;
}
.case_des_one a{
	display: block;
	font-size:0.88vw;
	color: #666;
	margin-top: 1%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 8%;
}

.show_case_bottom{
	width: 100%;
	text-align: center;
	background-color: #fff;
}
.show_case_bottom img{
	max-width: 90%;
	padding:3% 0 3% 0;
}
.show_case_bottom p,.show_case_bottom p span{
	width: 90%;
	margin: 0 auto;
	font-size: 0.9vw;
	color: #666;
	line-height:1vw;
	padding:1% 0 1% 0;
	text-align: left;
}

.list_next{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	display: inline-block;
}
.list_next_left,.list_next_right{
	width: 45%;
	overflow: hidden;
}
.list_next_left a{
	width: 95%;
	display: block;
	font-size: 1vw;
	color: #999;
	padding:4% 5% 4% 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_next_right a{
	display: block;
	font-size: 1vw;
	text-align: right;
	padding:4% 5% 4% 0;
	width: 95%;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_next_left a:hover{color: #FE7900;}
.list_next_right a:hover{color: #FE7900;}
.show_case_bottom img{
	height:auto !important;
}

/*crumbs*/
.crumbs{
	width: 100%;
	background: #e7e7e7;
	border-bottom: 1px solid #ccc;
}
.crumbs_list{
	width: 100%;
	margin: 1% 0 1% 0;
}
.crumbs_icon{
	width: 1%;
	padding-top: 2px;
}
.crumbs_item{
	width: 98%;
}
.crumbs_item li{
	float: left;
	padding:0 5px 1% 5px;
	
}
.crumbs_item li a{
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.crumbs_item li a:hover{color: #FE7900;}