.nynav li a span {
	font-size: 12px;
	font-weight: normal;
}

.detail .clearfix {
	margin-top: 55px;
}

.detail .clearfix li {
	float: left;
	margin-left: 30px;
	margin-bottom: 40px;
	display: inline;
	width: 320px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.detail .clearfix li .photo {
	width: 320px;
	overflow: hidden;
}

.detail .clearfix li .photo img {
	width: 320px;
	height: 260px;
}

.detail .clearfix li .photo p {
	display: none;
}

.detail .clearfix .rsp {
	width: 320px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	background: #000;
	top: 0px;
	left: 0px;
}

.detail .clearfix .text {
	position: absolute;
	width: 320px;
	height: 260px;
	left: -320px;
	top: 0px;
	overflow: hidden;
}

.detail .clearfix .text a {
	text-decoration: none;
	width: 320px;
	display: block;
	height: 260px;
	text-align: center;
	color: #fff;
	/*background: rgba(128, 200, 255, 0.6);*/
	font-family: "微软雅黑";
	font-size: 16px;
}

.detail .clearfix .text a .p1 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 80px;
	border: 2px solid #ffffff;
	width: 80%;
	margin-left: 10%;
	padding: 15px 0;
	color: #FFFFFF;
}

.detail .clearfix .text a .p1 span {
	font-weight: normal;
	font-size: 16px;
}

.bg img {
	width: 100%;
	position: relative;
}

.bg .text {
	margin-top: 30px;
	width: 100%;
}

.bg .text .p1 {
	font-size: 18px;
	font-weight: bold;
	color: #222222;
}

.bg .text .p2 {
	line-height: 1.8;
	color: #666666;
}

.bg .text .p3 {
	color: #222;
	line-height: 1.8;
	margin-top: 55px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#carousel1 .carousel-control {
	background: none;
	opacity: 1.0;
}

.detail .clearfix2 {
	margin-top: 25px;
}

.detail .clearfix2 li {
	float: left;
	margin-left: 30px;
	margin-bottom: 40px;
	display: inline;
	width: 297px;
	height: 160px;
	overflow: hidden;
	position: relative;
	background: #E3E3E3;
	text-align: center;
}

.detail .clearfix2 li .photo {
	width: 297px;
	overflow: hidden;
}

.detail .clearfix2 li .photo img {
	width: 240px;
	height: 160px;
	padding: 30px;
}

.detail .clearfix2 .rsp {
	width: 297px;
	height: 160px;
	overflow: hidden;
	position: absolute;
	background: #000;
	top: 0px;
	left: 0px;
}

.detail .clearfix2 .text {
	position: absolute;
	width: 297px;
	height: 160px;
	width: 297px;
	top: 0px;
	overflow: hidden;
}

.detail .clearfix2 .text a {
	text-decoration: none;
	width: 297px;
	height: 160px;
	display: block;
	text-align: center;
	color: #fff;
	/*background: rgba(128, 200, 255, 0.6);*/
	font-family: "微软雅黑";
	font-size: 16px;
}

.detail .clearfix2 .text a .p1 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	border: 2px solid #ffffff;
	width: 70%;
	margin-left: 15%;
	padding: 15px 0;
	color: #FFFFFF;
}

.detail .clearfix2 .text a .p1 span {
	font-weight: normal;
	font-size: 14px;
}

#focus {
	display: none;
}

@media only screen and (max-width: 640px) {
	.detail .clearfix {
		margin-top: 25px;
	}
	.detail .clearfix li {
		float: left;
		margin-left: 10px;
		margin-bottom: 15px;
		display: inline;
		width: 46%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.detail .clearfix li .photo {
		width: 100%;
		overflow: hidden;
	}
	.detail .clearfix li .photo img {
		width: 100%;
		height: auto;
	}
	.detail .clearfix li .photo p {
		display: block;
		text-align: center;
		margin-top: 10px;
		font-size: 130%;
		color: #222222;
	}
	.detail .clearfix .rsp {
		display: none !important;
	}
	.detail .clearfix .text {
		display: none;
	}
	#carousel1 {
		display: none;
	}
	#focus {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		margin-top: 30px;
	}
	#focus .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0px;
		text-align: center;
	}
	#focus .hd ul {
		display: inline-block;
		padding: 3px 5px;
		font-size: 0;
		vertical-align: top;
	}
	#focus .hd ul li {
		display: inline-block;
		width: 13px;
		height: 13px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		background: #FFFFFF;
		margin: 0 5px;
		vertical-align: top;
		overflow: hidden;
	}
	#focus .hd ul .on {
		background: #808080;
	}
	#focus .bd {
		position: relative;
		z-index: 0;
	}
	#focus .bd li img {
		width: 100%;
	}
	.detail .clearfix2 {
		margin-top: 25px;
	}
	.detail .clearfix2 li {
		float: left;
		margin-left: 10px !important;
		margin-bottom: 40px;
		display: inline;
		width: 46%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #E3E3E3;
		text-align: center;
	}
	.detail .clearfix2 li .photo {
		width: 100%;
		overflow: hidden;
	}
	.detail .clearfix2 li .photo img {
		width: 80%;
		height: auto;
		padding: 10px 0;
	}
	.detail .clearfix2 .rsp {
		display: none;
	}
	.detail .clearfix2 .text {
		display: none;
	}
	.bg .text .p1 {
		font-size: 150%;
		font-weight: bold;
		color: #222222;
	}
	.bg .text .p2 {
		line-height: 1.8;
		color: #666666;
		font-size: 120%;
	}
	.bg .text .p3 {
		color: #222;
		line-height: 1.8;
		margin-top: 55px;
		font-size:170%;
		font-weight: bold;
		text-align: center;
	}
}