/*浜у搧璇︽儏*/

.items_l {
	float: left;
}

#showbox {float: left;    margin: 30px 45px;
	border: 1px solid #b7000c;
	z-index: 999;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#showbox img {
	width: 400px;
	height: 470px;
}

#showbox span {
	background: url(../img/p_bg.png);
	cursor: pointer;
}

#showsum {
	left: 30px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #f60;
}

.showpage {
	position: relative;
}

.showpage a {
	width: 18px;
	border: 1px solid #ddd;
	height: 60px;
	line-height: 54px;
	background: #eee;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: -62px;
	color: #999;
}

.showpage a#shownext {
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #FFFFFF;
}


/*浜у搧灞炴€�*/

.items_r {
	color: #363636;
	width: 660px;
	height: 474px;
	float: right;
	position: relative;
}

.items_r h2 { color: #b7000c;
	font-size: 22px;
	padding: 30px 0px 0;
}

.items_r i {
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 20px;
	margin-bottom: 10px;
	display: block;
	color: #D40112;
	font-size: 14px;
}


.items_r .shoplinks{    margin-left: 10px;
cursor: pointer;
	width: 30px;
	  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}
.items_r .shoplinks:hover{
	width: 30px;
	  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);

}

.items_r li {
	width: 50%;float: left;
	line-height: 40px;
/*	padding: 0 20px;*/
}.items_r p{
	font-size: 16px;
	line-height: 25px;
/*	padding: 0 20px;*/
}

.items_r span {
    margin-top: 5px;
    display: block;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.items_r span p {
	float: left;
}

.items_r span p strong {
	font-size: 36px;
	font-family: impact;
	font-weight: 100;
}

.items_r span a {
	background: #D40112;
	padding: 0 20px;
	line-height: 40px;
	color: #FFFFFF;
	float: left;
	border-radius: 4px;
	margin: 15px 0 0 100px;
}

.items_r span a:hover {
	background: #FF6600;
}


/*浜у搧鎺ㄨ崘*/

.content_tit {
/*	background: #F7F7F7;*/
	/*margin-top: 30px;*/
	border-bottom: 1px solid #ddd;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
}

.content_tit h2 {
/*	background: #D40112;
	float: left;*/
	padding: 0 10px;
	color: #363636;
	font-weight: bold;
	font-size: 26px;
}

.content_tit a {
	float: right;
	font-size: 14px;
}



.items_rel_in {
	margin-top: 20px;
	overflow: hidden;
}

.items_rel_in a {
	width: 19%;
	margin: 0 0.5%;
	float: left;
	position: relative;
	color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #EEEEEE
}

.items_rel_in a img {
	width: 100%;
}

.items_rel_in a span {
	position: absolute;
	bottom: -50px;
	background: rgba(0, 0, 0, 0.5);
	padding: 7px;
	width: 100%;
	line-height: 20px;
}

.items_rel_in a:hover span {
	bottom: 0;
}

.items_rel_in a span strong {
	font-weight: 100;
	padding: 0 5px;
	text-align: center;
}

.items_rel_in a span i {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	padding: 5px 5px 0 5px;
	margin-top: 5px;
	font-size: 12px;
	height: 45px;
	overflow: hidden;
	opacity: 0;
	text-align: justify;
}

.items_rel_in a:hover span i {
	opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 802px) {
	/*浜у搧璇︽儏*/
	.items_l {
		float: left;    margin: 0px;
	}
	#showbox {
		border: 1px solid #999999;
		z-index: 999;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;    margin: 10px;
	}
	#showbox img {
		width: 200px;
		height: 200px;
	}
	#showbox span {
		background: url(../img/p_bg.png);
		cursor: pointer;
	}
	#showsum {
		left: 30px;
		margin-top: 10px;
	}
	#showsum span {
		border: 1px solid #ddd;
	}
	
	#showsum span.sel {
		border: 1px solid #f60;
	}
	
	.showpage {
		position: relative;
	}
	
	.showpage a {
		width: 18px;
		border: 1px solid #ddd;
		height: 60px;
		line-height: 54px;
		background: #eee;
		text-align: center;
		font-size: 30px;
		position: absolute;
		top: -62px;
		color: #999;
	}
	
	.showpage a#shownext {
		right: 0;
	}
	
	.showpage a:hover {
		background: #ccc;
		color: #FFFFFF;
	}
	
	
	/*浜у搧灞炴€�*/
	
	.items_r {
		color: #363636;
		width: 444px;
		height: 412px;
		float: right;
		position: relative;
	}
	
	.items_r h2 {
		font-size: 18px;
		padding: 13px 20px 0;
	}
	
	.items_r i {
		border-bottom: 1px solid #C4C4C4;
		padding: 10px 20px;
		margin-bottom: 10px;
		display: block;
		color: #D40112;
		font-size: 14px;
	}
	
	.items_r li {
		width: auto;
		line-height: 30px;
		padding: 0;font-size: 14px;
	}
	
	.items_r span {     margin-top: 0px;
		    /* background: rgba(0, 0, 0, 0.1); */
    /* width: 100%; */
    /* padding: 10px 0 10px 0px; */
    color: #d40112;
    /* position: absolute; */
    float: left;
    /* text-align: center; */
    /* bottom: 0; */
	}
	
	.items_r span p {
		float: left;width: 100%;
	}
	
	.items_r span p strong {
		font-size: 36px;
		font-family: impact;
		font-weight: 100;
	}
	
	.items_r span a {
		background: #D40112;
		padding: 0 20px;
		line-height: 40px;
		color: #FFFFFF;
		float: none;display: inline-block;
		border-radius: 4px;
		margin: 0 auto;
	}
	
	.items_r span a:hover {
		background: #FF6600;
	}
	
	
	/*浜у搧鎺ㄨ崘*/
	
	.content_tit {
		background: #F7F7F7;
		margin-top: 30px;
		border: 1px solid #EEEEEE;
		border-bottom-color: #D40112;
		line-height: 40px;
		overflow: hidden;
		padding-right: 20px;
	}
	
	.content_tit h2 {
		background: #D40112;
		float: left;
		padding: 0 10px;
		color: #FFFFFF;
		font-weight: 100;
		font-size: 16px;
	}
	
	.content_tit a {
		float: right;
		font-size: 14px;
	}
	
	
	
	.items_rel_in {
		margin-top: 20px;
		overflow: hidden;
	}
	
	.items_rel_in a {
		width: 19%;
		margin: 0 0.5%;
		float: left;
		position: relative;
		color: #FFFFFF;
		overflow: hidden;
		border: 1px solid #EEEEEE
	}
	
	.items_rel_in a img {
		width: 100%;vertical-align: middle;height: 170px;
	}
	
	.items_rel_in a span {
		position: absolute;
		bottom: -50px;
		background: rgba(0, 0, 0, 0.5);
		padding: 7px;
		width: 100%;
		line-height: 20px;
	}
	
	.items_rel_in a:hover span {
		bottom: 0;
	}
	
	.items_rel_in a span strong {
		font-weight: 100;
		padding: 0 5px;
		text-align: center;
	}
	
	.items_rel_in a span i {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.7);
		padding: 5px 5px 0 5px;
		margin-top: 5px;
		font-size: 12px;
		height: 45px;
		overflow: hidden;
		opacity: 0;
		text-align: justify;
	}
	
	.items_rel_in a:hover span i {
		opacity: 1;
	}
	
}



@media only screen and (max-width: 767px){
	/*浜у搧璇︽儏*/
	.items_l {
		float: none;
	}
	
	#showbox {    margin: 0;
		border: 1px solid #999999;
		z-index: 999;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	#showbox img {
	/*	width: 400px;
		height: 400px;   */ width: 100%;height: 100%;
	}
	
	#showbox span {
		background: url(../img/p_bg.png);
		cursor: pointer;
	}
	
	#showsum {
		left: 30px;
		margin-top: 10px;
	}
	
	#showsum span {
		border: 1px solid #ddd;
	}
	
	#showsum span.sel {
		border: 1px solid #f60;
	}
	
	.showpage {
		position: relative;
	}
	
	.showpage a {
		width: 18px;
		border: 1px solid #ddd;
		height: 60px;
		line-height: 54px;
		background: #eee;
		text-align: center;
		font-size: 30px;
		position: absolute;
		top: -62px;
		color: #999;
	}
	
	.showpage a#shownext {
		right: 0;
	}
	
	.showpage a:hover {
		background: #ccc;
		color: #FFFFFF;
	}
	
	/*浜у搧灞炴€�*/
	.items_r {
		color: #363636;
		width: 100%;
		height: auto;margin-top: 10px;
		float: none;
		position: relative;
	}
	.items_r h2 {    clear: both;
		font-size: 18px;
		padding: 10px 20px 0;
	}
	.items_r i {
		border-bottom: 1px solid #C4C4C4;
		padding: 10px 20px;
		margin-bottom: 10px;
		display: block;
		color: #D40112;
		font-size: 14px;
	}
	
	.items_r li {    width: 100%;
		line-height: 30px;font-size: 16px;
		padding: 0;
	}
	
	.items_r span {
	/*	background: rgba(0, 0, 0, 0.1);*/
		width: 100%;
		padding: 10px 0 10px 10px;
		color: #d40112;
		position: static;display: block;overflow: hidden;
		bottom: 0;
	}
	
	.items_r span p {
		float: left;width: 100%;text-align: center;
	}
	
	.items_r span p strong {
		font-size: 36px;
		font-family: impact;
		font-weight: 100;
	}
	
	.items_r span a {
		background: #D40112;
		padding: 0 20px;
		line-height: 40px;
		color: #FFFFFF;
		float: left;
		border-radius: 4px;
		margin: 15px 0 0 100px;
	}
	
	.items_r span a:hover {
		background: #FF6600;
	}
	
	
	/*浜у搧鎺ㄨ崘*/
	
	.content_tit {
	/*	background: #F7F7F7;*/
		margin-top: 30px;
		/*border: 1px solid #EEEEEE;
		border-bottom-color: #D40112;*/
		line-height: 40px;
		overflow: hidden;
		padding-right: 20px;
	}
	
	.content_tit h2 {
		text-align: center;
/*		background: #D40112;*/
	/*	float: left;*/
		padding: 0 10px;
		color: #363636;
		font-weight: 100;
		font-size: 16px;
	}
	
	.content_tit a {
		float: right;
		font-size: 14px;
	}
	
	
	
	.items_rel_in {
		margin-top: 20px;
		overflow: hidden;
	}
	
	.items_rel_in a {
		width: 49%;
		margin: 0 0.5%;
		float: left;
		position: relative;
		color: #FFFFFF;
		overflow: hidden;
		border: 1px solid #EEEEEE
	}
	
	.items_rel_in a img {
		width: 100%;height: 210px;vertical-align: middle;
	}
	
	.items_rel_in a span {
		position: absolute;
		bottom: -50px;
		background: rgba(0, 0, 0, 0.5);
		padding: 7px;
		width: 100%;
		line-height: 20px;
	}
	
	.items_rel_in a:hover span {
		bottom: 0;
	}
	
	.items_rel_in a span strong {
		font-weight: 100;
		padding: 0 5px;
		text-align: center;
	}
	
	.items_rel_in a span i {
		display: block;
		border-top: 1px solid rgba(255, 255, 255, 0.7);
		padding: 5px 5px 0 5px;
		margin-top: 5px;
		font-size: 12px;
		height: 45px;
		overflow: hidden;
		opacity: 0;
		text-align: justify;
	}
	
	.items_rel_in a:hover span i {
		opacity: 1;
	}
	.items_rel_b img{
		max-width: 100%;
	}
	
}
