@charset "utf-8";
/* CSS Document */
#main{
	max-width: none;
}
#top_info{
	max-width: 1100px;
	margin: 0 auto;

}
#top_info:after{
	clear: both;
	display: block;
	content: '';
}
#top_info .pic{
	width: 260px;
	height: 260px;
	float:left;
	margin-right:20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
#top_info .txt{
	padding-top: 50px;
	color:#3596ce;
	font-size:18px;
}
.productlist{
	margin-bottom: 50px;
}
.content, .content_list{
	padding-top: 45px;
	background: #F0F0F0;
	
	margin-bottom: 40px;
}
.content ul {
	max-width: 1170px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.content li {
	width: 33.33333%;
	list-style: none;
	float:left;
	padding: 0 15px;
	margin-bottom: 3%;
}
.content .list:hover .photo:before {
	opacity: 0.5;
}
.content .list:hover .photo:before {
	opacity: 1;
}
.content .list:hover .name {
	text-decoration: underline;
}
.content .list {
	max-width: 368px;
	position: relative;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
	
}
.content .list:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #FFF;
	bottom: -2px;
}
.content .list .photo:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	z-index:2;
	opacity:0;
	background: rgba(0,0,0,0.5) url(../../images/74/products/products_top.png) center no-repeat;
}
.content .list .photo {
	text-align: center;
	position: relative;
	vertical-align: middle;
	margin-bottom: 15px;
	border: solid 10px #FFF;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
.content .list .photo img {
	max-width: 100%;
	height: auto !important;
	position: relative;
	vertical-align: top;
}
.content .list .name {
	font-size: 15px;
	color: #044d79;
	height: 25px;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
}
.content .list .price {
	font-size: 16px;
	color: #C0112D;
	font-family: 'Lato', sans-serif;
}
.content .more{
	max-width:130px;
	width:100%;
	margin:0 auto;
	color:#333333;
	font-size: 15px;
	line-height:1.6;
	text-align:center;
	font-family: 'Lato', sans-serif;
	border:#333333 1px solid;
}
.content .more a, .content .more a:visited{
	color:#333333;
	text-decoration:none;
}
@media all and (max-width: 1000px) {
.content li {
	width: 33.3333333333333333333333%;
}
}
@media all and (max-width: 730px) {
.content li {
	width: 50%;
}
}
@media all and (max-width: 450px) {
.content li {
	width: 100%;
	margin-bottom:8%;
}
}
/**************************************************************/

.content_list .title {
	width: 100%;
	max-width: 300px;
	position: relative;
	font-size:18px;
	color:#000000;
	line-height: 1;
	text-align: center;
	padding: 0px 0 10px 0;
	margin: 0 auto;
	margin-bottom: 10px;
	
}
.content_list .title:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #FFF;
	bottom: -2px;
}
.content_list ul {
	max-width: 1440px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.content_list li {
	width: calc(100%/4);
	list-style: none;
	display: block;
	float: left;
	padding: 0 5px;
	padding-bottom: 35px;
	margin-bottom: 50px;
	position: relative;
}
.content_list .list:hover .more {
	color: #FFF;
	background: #344190;
}
.content_list .list {
	max-width: 348px;
	margin: 0 auto;
	padding-bottom: 45px;
	position: relative;
	vertical-align: top;
	background:#FFF;
}
.content_list .list .photo {
	position: relative;
	margin-bottom: 10px;
}
.content_list .list .photo img {
	max-width: 100%;
	height: auto !important;
	position: relative;
}
.content_list a {
	text-decoration: none !important;
}
.content_list .list .name {
	margin: 0 20px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color:#007cc4;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
.content_list a:hover .list .name {
	text-decoration: underline;
}
.content_list .list .con {
	margin: 0 20px;
	color:#999999;
	font-size: 13px;
	line-height: 1.4;
	height: 37px;
	overflow: hidden;
	margin-bottom: 10px;
}
.content_list .list .price {
	font-size: 18px;
	color: #e60012;
	font-weight: bold;
	text-align: center;
}
.content_list .cart {
	width: 70px;
	height: 70px;
	background: #d0d0d0 url(../../images/74/go-blue.png) center no-repeat;
	position: absolute;
	color: #FFF;
	font-size: 50px;
	line-height: 40px;
	margin-left: -35px;
	text-indent: 0px;
	left: 50%;
	text-indent: -9999px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	bottom: 0px;
}
.content_list li:hover .cart {
	background: #b7b7b7 url(../../images/74/go-hover-blue.png) center no-repeat;
}
@media all and (max-width:767px) {
	.content_list li {
		width: 50%;
		margin-bottom: 20px;
	}
}
@media all and (max-width:500px) {
	.content_list {
		padding-top: 30px;
	}
	.content_list li {
		width: 100%;
	}
	.content_list .title {
		font-size: 30px;
		padding: 0px 0 20px 0;
	}
	.content_list .title span {
		font-size: 14px;
	}
}
/**************************************************************/

.content_in {
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow:hidden;
	position: relative;
}
.content_in .top_box {
	margin-bottom: 30px;
}
.content_in .photo {
	width:45%;
	float: left;
	padding-right:15px;
}
.content_in .photo .pic{
	display: inline-block;
	margin:5px;
	border: solid 10px #FFF;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2);
}
.content_in .pic img {
	max-width: 100%;
	height: auto !important;
	vertical-align: middle;
}
.content_in .top_box .info {
	width:55%;
	float: right;
	padding:0 10px;
	margin-bottom: 15px;
	position: relative;
}
.content_in .top_box .name:before {
	width: 21px;
	height: 28px;
	content: '';
	position: absolute;
	left: 15px;
	top: 7px;
	background: url(../../images/74/products/icon.png) no-repeat;
}
.content_in .top_box .name {
	color:#007cc4;
	line-height: 1.5;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	margin-bottom: 10px;
}
.content_in .top_box .bread{
	width: 50%;
	text-align: left;
	padding-top: 10px;
	border-top: solid 1px #DDDDDD;
	margin-bottom: 20px;
}
.content_in .top_box .con{
	color: #333333;
	margin-bottom: 20px;
	font-size: 13px;
}
.content_in .top_box .price {
	color:#e60012;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}
.content_in .top_box  .btn {
	text-align:left;
	padding: 10px 0px 0 5px;
	position: relative;
}
.content_in .btn li {
	list-style: none;
	font-size: 12px;
	width:133px;
	height:50px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
}
.content_in .btn input, .content_in .btn a {
	width: 100%;
	height: 50px;
	color: #FFF;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	text-indent: -9999px;
	background:url(../../images/74/products/cart-blue.png) 0 0 no-repeat;
}
.content_in .btn li.left {
	background-position: 0 0;
}
.content_in .btn li.right{
	width: 143px;
	margin-right: 0px;
}
.content_in .btn li.right a{
	background-position: -133px 0;
}
.content_in .btn li.left input:hover {
	background-position: 0 -50px;
}
.content_in .btn li.right a:hover {
	background-position: -133px -50px;
}
.content_in .con {
	max-width: 1100px;
	color: #666666;
	margin: 0 auto;
}
.content_in .con img {
	max-width: 100%;
	height: auto !important;
}
.content_in .con .pic{
	width: 260px;
	height: 260px;
	float:left;
	margin-right:20px;
}
.content_in .con .txt{
	color:#F14901;
	font-size:15px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 15px;
}
/*******************************************************************/
@media (max-width: 800px) {
.content_in .photo {
	width: 100%;
	padding-right: 0;
	position: relative;
	text-align: center;
	margin:0 auto;
	float:none;
	margin-bottom:20px;
}
.content_in .top_box .info {
	width: 100%;
	margin-bottom: 15px;
	float:none;
	overflow:hidden;
	position: relative;
}
}
/*******************************************************************/
