@charset "utf-8";
/* CSS Document */

.prompt {
	height: 37px;
	line-height: 37px;
	background: url(../images/prompt.png) no-repeat;
	padding-left: 63px;
	margin-bottom: 20px;
}

.left_column {
	float: left;
	width: 240px;
}

.series {
	margin-bottom: 10px;
	font: "Simsun Font";
	font-size: 20px;
	font-weight: bold;
	color: #666;
	line-height: 38px;
}

.series a,
.series a:hover {
	color: #666;
}

.series img {
	vertical-align: text-bottom;
	padding-right: 10px;
}

.product_list {
	float: left;
	width: 238px;
	margin-bottom: 20px;
}

.product_list p {
	font: "Simsun Font";
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 38px;
	text-align: center;
	background: #666;
}

.product_list ul {
	margin-left: 5px;
	float: left;
	margin-top: 10px;
}

.product_list ul li {
	font-size: 15px;
	color: #666;
	float: left;
	margin-right: 10px;
	line-height: 35px;
	padding-left: 10px;
	width: 220px;
	margin-bottom: 5px;
}

.product_list ul li a {
	color: #666;
}

.product_list ul li a:hover {
	color: #F00;
}

.product_list ul li.select a {
	color: #F00;
}

.project_text {
	float: left;
	width: 238px;
	margin-bottom: 20px;
}

.project_text p.list1 {
	font: "Simsun Font";
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 38px;
	text-align: center;
	background: #666;
}

.project_text ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.project_text ul li {
	margin-left: 10px;
	width: 215px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
	padding-top: 10px;
}

.project_text ul li img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}

.project_text ul li a {
	color: #666;
}

.project_text ul li:hover {
	background: #E9EDF3;
}

.product {
	float: right;
	width: 675px;
	margin-bottom: 20px;
}

.product ul li {
	float: left;
	width: 156px;
	height: 180px;
	text-align: center;
	margin-left: 12px;
	background: none;
	margin-bottom: 15px;
	list-style-image: url(../image/dot.jpg);
}

.product ul li img {
	margin-bottom: 10px;
}

.product ul li a {
	color: #555;
}

.product ul li img:hover {
	border: #CCC 1px solid;
}

.product ul li:hover {
	background: #E7E7E7;
}

.new_title {
	font: "Simsun Font";
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	line-height: 38px;
	text-align: center;
	background: #666;
}

.page {
	width: 675px;
	float: right;
	line-height: 30px;
	text-align: center;
}

.page span {
	color: #F00;
	font-weight: bold;
}

.page a {
	padding: 3px;
	border: 1px solid #CCC;
}

.nominate {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #EEF5F9;
	margin-bottom: 10px;
}

.particulars {
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.particulars img {
	margin-bottom: 15px;
}

.particulars p {
	text-align: left;
	margin-bottom: 15px;
	margin-left: 10px;
}

.particulars p img {
	text-align: center;
}

.product_list ul.culture {
	margin-left: 9px;
}

.product_list ul.culture li {
	text-align: center;
	padding-left: inherit;
	margin-bottom: 15px;
	font-weight: normal;
}

.product_list ul.culture li:hover {
	background: url(../images/select.jpg);
}

.product_list ul.culture li:hover a {
	color: #FFF;
}

.product_list ul.culture li a {
	color: #666;
}

.product_list ul.culture li.select {
	background: url(../images/select.jpg);
}

.product_list ul.culture li.select a {
	color: #FFF;
}

.attribute {
	float: right;
	width: 350px;
}

.attribute ul {
	padding-top: 20px;
	border-bottom: 1px dashed #CCC;
	border-top: 1px dashed #CCC;
}

.attribute ul li {
	height: 25px;
	height: 25px;
	text-align: left;
	float: none;
	width: inherit;
	background: none;
}

.attribute ul li:hover {
	background: inherit;
}


/* 图片放大镜样式*/
.property {
	width: 650px;
}

.pictureDIV {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
	width: 292px;
	height: 292px;
	border: 1px solid #ccc;
}

.spec-preview .jqzoom img {
	width: 292px;
	height: 292px;
}

.spec-scroll {
	clear: both;
	margin-top: 5px;
	width: 294px;
}

.spec-scroll .prev {
	float: left;
	margin-right: 5px;
}

.spec-scroll .next {
	float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #ccc;
	background: #EBEBEB;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 261px;
	height: 56px;
	overflow: hidden;
}

.spec-scroll .items ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 999999px;
	height: 56px;
}

.spec-scroll .items ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 65px;
	text-align: center;
}

.spec-scroll .items ul li img {
	border: 1px solid #CCC;
	padding: 2px;
	width: 50px;
	height: 50px;
}

.spec-scroll .items ul li img:hover {
	border: 2px solid #FF6600;
	padding: 1px;
}

.productItem {
	float: left;
	margin: 0 0 20px 10px;
	padding: 10px;
	height: 330px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	list-style: none;
	width: 296px;
	line-height: 34px;
	font-size: 14px;
}

.productItem li {
	margin: 0px;
	padding: 0px;
}

/*商品属性样式*/
.pro-items {
	float: right;
	width: 360px;
	padding-bottom: 10px;
}

.pro-items dl {
	clear: both;
	padding: 5px 0;
	font-size: 14px;
}

.pro-items dl dt {
	float: left;
	display: block;
	padding-right: 5px;
}

.pro-btns {
	padding: 10px;
	border: 1px solid #EDD28B;
	background: #FFFCF5;
}

.pro-btns:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.pro-btns .input-box {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.pro-btns .input-box .txt {
	padding: 0 5px;
	border: 1px solid #F5DA98;
	height: 24px;
	line-height: 24px;
	width: 60px;
}

.pro-btns .btn-box {
	padding: 10px 0;
	position: relative;
}

.pro-btns .btn-box .add,
.pro-btns .btn-box .buy,
.pro-btns .btn-box .add-over,
.pro-btns .btn-box .buy-over {
	background: url(../images/car_btn_buy.png) no-repeat;
	display: block;
	float: left;
	height: 37px;
	text-indent: -9999px;
}

.pro-btns .btn-box .add {
	background-position: 0 0;
	width: 127px;
}

.pro-btns .btn-box .add-over {
	background-position: 0 -58px;
	width: 127px;
}

.pro-btns .btn-box .buy {
	background-position: 0 -116px;
	margin-left: 15px;
	width: 127px;
}

.pro-btns .btn-box .buy-over {
	background-position: 0 -174px;
	margin-left: 16px;
	width: 127px;
}

.cart_info {
	z-index: 2;
	margin: 0;
	padding: 15px;
	border: 1px solid #DFC795;
	position: absolute;
	top: 0px;
	left: 0px;
	_left: -269px;
	width: 302px;
	height: auto;
	background: #F7F2D0;
	text-align: left;
}

.cart_info .close {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/sprite.gif) no-repeat left -240px;
	cursor: pointer;
}

.new ul li {
	float: left;
	width: 640px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	border-bottom: dashed 1px #CCC;
	margin-bottom: inherit;
	padding-left: 10px;
	padding-right: 10px;
}

.new ul li span {
	float: right;
}

.new ul li:hover {
	background: #EFF1F8;
}

/*------------------------------新增结束--------------------------*/


/*新闻列表*/
.newlist {
	float: left;
	overflow: inherit;
	width: 675px;
}

.newlist ul li {
	height: 165px;
	float: right;
	line-height: 25px;
	margin-top: 15px;
	list-style: none;
}

.newlist ul li:hover {
	background: inherit;
}

.newlist ul li img {
	float: left;
	margin-right: 10px;
}

/*文章*/
.article {
	float: right;
	margin-top: 15px;
	margin-bottom: 25px;
	line-height: 25px;
}

.roll {
	margin-bottom: 20px;
}

.Point {
	height: 25px;
	line-height: 25px;
	background: #686868;
	color: #fff;
	font-size: 14px;
}

.Point a {
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

.Point span {
	float: right;
}

.rel-info {
	clear: both;
	margin-top: 60px;
}

.rel-info .rel-title {
	background-color: #EDF5F8;
	padding: 0 10px;
	font-size: 17px;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
}

.rel-info .rel-title a {
	float: right;
	font-size: 12px;
	text-decoration: none;
	color: #666
}

.rel-info .rel-title a:hover {
	color: #e50012
}

.rel-info .rel-info-list li {
	display: inline-block;
	width: 48%;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
	margin: 0px 5px;
	color: #666;
}

@media screen and (max-width: 768px) {
	.center .central {
		max-width: 100%;
		_width: 100%;
		min-width: 100%;
		padding-top: 10px;
		padding-right: 0.3125rem;
		padding-bottom: 10px;
		padding-left: 0.3125rem;
		box-sizing: border-box;
	}

	.left_column {
		float: none;
		width: 100%;
	}

	.product_list {
		float: none;
		width: 100%;
		margin-bottom: 0.625rem;
	}

	.product {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.new ul li {
		float: left;
		width: 100%;
		height: 42px;
		line-height: 42px;
		text-align: left;
		border-bottom: dashed 1px #CCC;
		margin-bottom: inherit;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.product ul li a {
		width: 100%;
		height: 40px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		display: block;
	}

	.product ul li a span {
		display: none;
	}

	.page {
		display: none;
	}
	.rel-info .rel-info-list li {
		display: inline-block;
		width: 100%;
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
		text-align: left;
		text-overflow: ellipsis;
		margin: 0px 5px;
		color: #666;
	}
	.product_list ul{
		float: none;
	}
	.product_list ul li{
		float: none;
	}
	.particulars p img {
	    width: 100%;
	    text-align: center;
	}
	.product_list ul.culture{
		margin-left: 0;
		height: 2.1875rem;
	}
	.product_list .culture li{
		float: left;
		width: 20%;
		margin: 0;
		line-height: 1;
	}
	.nominate{
		width: 100%;
	}
	.particulars img {
	    width: 100%;
		height: auto;
	    margin-bottom: 15px;
	}
	.product_list p {
	    font-size: 1.125rem;
	}
	
}
