@charset "utf-8";
/* CSS Document */
.topinfo{
	color:#017141;
	font-size: 14px;
	line-height:1;
	margin-bottom:30px;
}
.topinfo img{
	vertical-align:middle;
	display:inline-block;
}
.content {
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:#DDDDDD 1px solid;
}
.content ul{
	position: relative;
	margin: 0 auto;
	display: block;
	margin: 0 4px;
}
.content li {
	width: 50%;
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	margin:0 -2px;
	margin-bottom:20px;
}
.content .list:hover .photo:before {
	opacity: 1;
}
.content .list:hover .name {
	background:#3A2683;
}
.content .list {
	position: relative;
	vertical-align: top;
	text-align: center;
}
.content .list .photo:before {
	content: '';
	background: rgba(0,0,0,0.5) url(../images/products/top.png) center no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content .list .photo {
	text-align: center;
	position: relative;
	vertical-align: middle;
	margin-bottom: 7px;
}
.content .list .photo img {
	max-width: 100%;
	height: auto !important;
}
.content .list .photo:after {
	content:'';
	position: absolute;
	left:0px;
	right:0px;
	height:4px;
	bottom:-6px;
	background:#FFBF00;
	z-index:2;
}
.content .list .name {
	font-size: 18px;
	text-align:left;
	color:#FFFFFF;
	height: 40px;
	line-height: 20px;
	padding:10px;
	overflow: hidden;
	background:#666666;
	position: relative;
}
/**************************************************************/
@media (max-width: 1000px) {
.content {
	margin-bottom: 20px;
}
.content li {
	padding: 0 10px;
}
}
 @media (max-width: 850px) {
}
 @media (max-width: 500px) {
.content li {
	width: 50%;
}
}
 @media (max-width: 300px) {
.content li {
	width: 100%;
}
}
/**************************************************************/
.content_in {
	position: relative;
	margin-bottom: 30px;
}
.content_in .top_box {
	margin-bottom: 20px;
}
.content_in .photo{
	max-width:660px;
	width: 100%;
	margin:0 auto;
	margin-bottom:30px;
}

.content_in .photo_s li:hover:before {
	opacity: 1;
}
.content_in .photo_s li:before {
	content: '';
	background: rgba(0,0,0,0.5) url(../images/products/top.png) center no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	cursor:pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content_in .photo_s {
	width:14.6%;
	float: left;
	padding-left:15px;
	position: relative;
}
.content_in .photo_s li{
	max-width:100px;
	list-style:none;
	margin-bottom:11px;
	position: relative;
}
.content_in .photo_s img {
	max-width: 100%;
	vertical-align: middle;
}
.content_in .photo_b {
	width: 84.5%;
	position: relative;
	text-align: center;
	float: left;
	/*560*420*/
}
.content_in .photo_b img {
	max-width: 100%;
	vertical-align: middle;
}
.content_in .name {
	color:#331F87;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	padding-bottom:20px;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: url(../images/products/s.png) center bottom no-repeat;
}
.content_in .name:before {
	content:url(../images/products/icon.png);
	position: relative;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.content_in .dname{
	font-size: 16px;
	color:#666666;
	font-weight: bold;
	text-align:center;
	margin-bottom:15px;
}
.content_in .btn{
	width:170px;
	height: 40px;
	margin:0 auto;
	margin-bottom:30px;
}
.content_in .btn a{
	width: 100%;
	height: 100%;
	display:block;
	text-indent:-9999px;
	background:url(../images/products/btn.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.content_in .btn a:hover{
	background:url(../images/products/btn_.png) no-repeat;
}
.content_in .con {
	padding:5% 0;
	margin: 0 auto;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
}

/*******************************************************************/
@media (max-width: 1000px) {
.content_in .photo_s {
	width:100%;
	float: none;
	padding-right:0px;
	overflow:hidden;
}
.content_in .photo_s ul{
	margin:0 -5px;
}
.content_in .photo_s:after {
	content:'';
	clear:both;
	display:block;
}
.content_in .photo_s li{
	width:25%;
	max-width: none;
	text-align:center;
	float:left;
	list-style:none;
	padding:0 5px;
}
.content_in .photo_b {
	width: 100%;
	position: relative;
	text-align: center;
	float: none;
	margin-bottom:10px;
}
.content_in .top_box .name {
	color:#017141;
	line-height: 1.5;
	font-size: 18px;
}
}
@media (max-width: 500px) {
}
