
/* CSS Document */
.show_case{
	width: 100%;
	background-color:#ededed;
}

.show_case_nr{
	width:100%;
	float:left;
}

.show_case_left{
	width:75%;
	float:left;
}

.show_case_right{
	width:22%;
	float:right;
	margin-top: 20px;
}

.show_case_rtit{
	width:100%;
	float: left;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.show_case_rtit::after{
	content:"";
	display: block;
	width:3px;
	height:26px;
	background:#d4141a;
	position: absolute;
	left: 0;
	top: 10px;
}

.show_case_rtit h3{
	font-size:24px;
	line-height: 40px;
	color:#000;
}

.show_case_rlist{
	width:100%;
	float:left;
	margin-top:20px;
}

.show_case_rlist li{
	width:100%;
	float:left;
	position: relative;
	padding-left:15px;
	margin-bottom:5px;
	border-bottom:1px dashed #d6d6d6;
	padding-bottom:10px;
}

.show_case_rlist li::after{
	content: "";
	display: block;
	position: absolute;
	left:0;
	top:13px;
	width:5px;
	height:5px;
	background:#d4141a;
	border-radius:50%;
}

.show_case_rlist li a{
	display: block;
	font-size:15px; 
	line-height: 32px;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.show_case_rlist li a:hover{
	color:#d4141a;
}

.show_news_xg{
	width:100%;
	float:left;
	margin-top: 40px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
}

.show_news_xglist{
	width:100%;
	float:left;
	margin-top:40px;
}

.show_news_xglist li{
	width:31.333%;
	float:left;
	margin-right:3%;
}

.show_news_xglist li:nth-child(3n){
	margin-right:0;
}

.show_news_xglist li .pic{
	width:100%;
	float:left;
	overflow: hidden;
}

.show_news_xglist li .pic img{
	width:100%;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.show_news_xglist li:hover .pic img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.show_news_xglist li .txt{
	width:100%;
	float:left;
	margin-top:20px;
}

.show_news_xglist li .txt h4{
	display: block;
	font-size:18px;
	line-height: 30px;
	color:#000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.show_news_xglist li .txt h4 a{
	color:#000;
}

.show_news_xglist li:hover .txt h4 a{
	color:#d4141a;
}

.show_news_xglist li .txt span{
	display: block;
	margin-top:10px;
	font-size:15px;
	line-height: 30px;
	color:#999;
}

.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;
	padding-top: 20px;
	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: #d4141a;}
.list_next_right a:hover{color: #d4141a;}
.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: #d4141a;}