#home-product-menu {
	display: none;
}
.product-box {
	padding-bottom: 15px;
}
.product-cate-title {
	position: relative;
	height: 38px;
	padding-left: 45px;
	line-height: 26px;
	border-bottom: #706f6f solid 1px;
}
/*.product-cate-title:after{position:absolute;top:11px;left:49px;content:" ";display:block;border:#CD0A0A solid 2px;height:3px;width:3px;line-height:3px;}*/
.product-cate-title .floor-name {
	position: absolute;
	top: -5px;;
	left: 0;
	width: 40px;
	height: 40px;
	background: #0d3276;
	border-radius: 50px;
}
.product-cate-title .floor-name em {
	display: block;
	height: 30px;
	color: #fff;
	font-style: normal;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
}
.product-cate-title h3 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.product-cate-title .more_nav {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 26px;
}
.product-cate-title .more_nav ul li {
	float: left;
	margin-left: 25px;
}
.product-cate-title .more_nav ul li a {
	font-size: 12px;
	color: #2d2c2c;
}
.product-cate-title .more_nav a:hover {
	color: #0d3276;
	text-decoration: none;
}

.product-vivid {
	display: block;
	float: left;
	width: 247px;
}
.product-vivid .prooduct-img {
	margin-top: 12px;
}
.product-vivid .prooduct-img img {
	height: 400px;
	width: 247px;
}

.prooduct-p {
	height: 129px;
	overflow: hidden;
}
.prooduct-gh1 {
	background: url(../images/gh1.jpg) no-repeat center;
}
.prooduct-gh2 {
	background: url(../images/gh2.jpg) no-repeat center;
}
.prooduct-gh3 {
	background: url(../images/gh3.jpg) no-repeat center;
}
.prooduct-gh4 {
	background: url(../images/gh4.jpg) no-repeat center;
}
.prooduct-gh5 {
	background: url(../images/gh5.jpg) no-repeat center;
}
.prooduct-gh6 {
	background: url(../images/gh6.jpg) no-repeat center;
}
.prooduct-gh7 {
	background: url(../images/gh7.jpg) no-repeat center;
}
.prooduct-gh8 {
	background: url(../images/gh8.jpg) no-repeat center;
}
.prooduct-gh9 {
	background: url(../images/gh9.jpg) no-repeat center;
}
.prooduct-gh10 {
	background: url(../images/gh10.jpg) no-repeat center;
}
.prooduct-p h4 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}
.prooduct-p p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}
.prooduct-p a {
	border: 1px solid #fff;
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	color: #fff;
	margin-left: 83px;
}
.prooduct-p a:hover {
	text-decoration: underline !important;
}

.product-box {
	margin-bottom: 100px;
}

#home-product-list .product-list {
	border-left: #EEE solid 1px;
}
#home-product-list .product-item {
	float: left;
	width: 50%;
	height: 240px;
	margin: 10px;
}
.product-item:nth-child(4n) {
	margin-right: 0px;
}

#home-product-list .product-item div {
	width: 200px;
	margin: 3px auto 0;
	border-bottom: 1px solid #b4b4b4;
}
#home-product-list .product-item div:hover {
	border-bottom: 1px solid #0d3276;
}
#home-product-list .product-item p {
	width: 200px;
	color: #747474;
	line-height: 2em;
	height: 45px;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 10px;
	word-wrap: break-word;
}
#home-product-list .product-item a {
	font-size: 14px;
	color: #747474;
	line-height: 14px;
}
#home-product-list .product-item a:hover {
	color: #CC0033;
	text-decoration: none;
}
#home-product-list .product-item a img {
	width: 200px;
	height: 160px;
	display: block;
}
#home-product-list .product-item a b {
	background: #dedddd;
	height: 35px;
	display: block;
	width: 200px;
	text-align: center;
	line-height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#home-product-list .product-item a b:hover {
	background: #0d3276;
	color: #fff;
}

#home-product-list .product-vivid {
	display: none;
	text-align: center;
	color: #fff;
}
#home-product-list .product-cate-slogan {
	font-size: 22px;
	margin-top: 35px;
}
#home-product-list .product-cate-desc {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background: url("../images/productcategory-desc-bg.png") no-repeat center center;
}
#home-product-list .product-cate-more {
	font-size: 12px;
	padding-top: 15px;
}
#home-product-list .product-cate-more a {
	padding: 10px 15px;
	border: #fff solid 1px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#home-product-list .product-cate-more a:hover {
	text-decoration: none;
	border: #CC0033 solid 1px;
	background-color: #CC0033;
}

#left-product-category {
	display: none;
}
.product-cate-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: #EDEDED solid 1px;
}
.product-cate-list li {
	border-bottom: #EDEDED solid 1px;
}
.product-cate-list a {
	display: block;
	padding: 5px 20px;
}
#product-search {
	height: 33px;
	position: relative;
	z-index: 10;
}
#product-search .product-cate-list {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 30;
	border-top: #EDEDED solid 1px;
}
#product-search .product-cate-list li {
	text-align: left;
	line-height: 36px;
	float: left;
	width: 50%;
	border-left: #EDEDED solid 1px;
	border-bottom: #EDEDED solid 1px;
}
#product-search .product-cate-list li:nth-child(2n+1) {
	border-left: none;
}
#product-search .select-category {
	display: block;
}
#product-search input {
	border: #b1191a solid 1px;
	float: left;
	height: 33px;
	line-height: 33px;
}
#product-search input[type='text'] {
	padding-left: 10px;
	width: 40%;
	border-right: none;
}
#product-search input[type='submit'] {
	color: #fff;
	background-color: #b1191a;
	width: 80px;
}
#product-search .select-category {
	height: 33px;
	width: 100px;
	float: left;
	line-height: 33px;
	text-align: center;
}
#product-list {
	padding-top: 25px;
}
.product-details h1 {
	font-size: 26px;
}
.product-details img {
	max-width: 100%;
	height: auto;
}
#product-list .product-item {
	width: 242px;
	margin: 15px auto;
	background-color: #eee;
}
#product-list .product-item img {
	width: 240px;
	height: 160px;
	display: block;
}
#product-list .product-item .title, #product-list .product-item p {
	display: block;
	margin: 0 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#product-list .product-item p {
	border-top: #dcdcdc solid 1px;
	font-size: 12px;
	line-height: 1.6em;
	height: 70px;
}
#product-list .product-item a {
	text-decoration: none;
	color: #363636;
}
#product-list .product-item:hover {
	background-color: #dd2e2d;
	color: #fff;
	border: #dd2e2d solid 1px;
}
#product-list .product-item:hover a {
	color: #fff;
}
.product-info {
	position: relative;
	background: url("../images/product-quality.png") no-repeat 0 0;
	background-size: cover;
	height: 428px;
}
.product-info dl {
	margin-bottom: 10px;
}
.product-info dt {
	width: 75px;
}
.product-info dt, .product-info dd {
	display: table-cell;
}
.product-quality {
	padding-top: 130px;
	padding-left: 150px;
	color: #fff;
}
.product-quality p {
	margin-bottom: 0;
}
.product-thumb {
	position: absolute;
	height: 125px;
	top: 0;
	right: 0;
	overflow: hidden;
	zoom: 1;
}
.product-thumb > div {
	float: left;
	width: 33.3%;
	height: 127px;
	padding: 5px;
}
.product-thumb > div > img {
	display: block;
	width: 126px;
	height: 119px;
	box-shadow: 1px 1px 1px #333;
}

@media (min-width: 768px) {
	#header {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	#home-product-list .product-vivid {
		display: none;
	}
	#home-product-list .product-item {
		width: 186px;
	}
	.product-container {
		height: 458px;
	}
	#product-list {
		float: none;
		width: 100%;
	}
	.product-details img {
		max-width: 750px;
		height: auto;
	}
	.product-info {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.product-info img {
		max-width: 420px;
		height: auto;
		border: 0;
	}

	.product-thumb {
		position: absolute;
		top: 280px;
		right: 0;
		overflow: hidden;
		zoom: 1;
	}
	.product-thumb > div {
		float: left;
		width: 134px;
		padding: 4px;
	}

	#about-2 img {
		width: 100%;
		max-width: 250px;
	}

	.time-line {
		background: url("../images/time-line.png") repeat-y center top;
	}
	.time-line dl {
		margin-bottom: 0;
		overflow: hidden;
		zoom: 1;
		padding: 15px 0;
	}
	.time-line dt, .time-line dd {
		width: 50%;
		min-height: 100px;
	}
	.time-line dd {
		padding-top: 0;
	}
	dl.right dt {
		text-align: left;
		float: right;
	}
	dl.right dd, dl.right .time-title {
		text-align: right;
	}
	dl.right dt, dl.left dd {
		padding-left: 36px;
	}
	dl.right dd, dl.left dt {
		padding-right: 36px;
	}
	dl.left dt {
		float: left;
		text-align: right;
	}
	dl.left dd {
		float: left;
		text-align: left;
	}
	.time-title {
		position: relative;
		z-index: 1;
	}
	.time-title:after {
		content: " ";
		position: absolute;
		width: 16px;
		height: 16px;
		display: block;
		background: url("../images/icon-3.png") no-repeat center center;
		top: 2px;
	}
	dl:hover .time-title:after {
		background-image: url("../images/icon-4.png")
	}
	dl.left .time-title:after {
		left: -44px;
	}
	dl.right .time-title:after {
		right: -44px;
	}
	dl.first .time-title:before {
		content: " ";
		position: absolute;
		top: -15px;
		right: -38px;
		width: 4px;
		height: 17px;
		background-color: #fff;
	}
	dl.left .time-title {
		text-align: left;
	}

}

@media (min-width: 992px) {
	#menu li {
		padding-right: 15px;
	}

	#home-product-list .product-list {
		float: left;
		width: 824px;
		border-left: none;
	}
	#home-product-list .product-vivid {
		display: block;
		float: left;
		width: 276px;
		height: 458px;
		background-position: left top;
		background-repeat: no-repeat;
	}

	#home-product-menu {
		position: absolute;
		display: block;
		width: 165px;
		left: 50%;
		margin-left: -710px;
	}
	#home-product-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0 15px 0 0;
		float: left;
	}
	#home-product-menu ul li {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#home-product-menu ul li a {
		color: #6a6969;
		display: block;
		position: relative;
		padding-left: 20px;
		height: 22px;
		line-height: 22px;
	}
	#home-product-menu ul li i {
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 22px;
		display: block;
		border-bottom: #A1A1A1 solid 1px;
		font-style: normal;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#home-product-menu ul li a:after {
		position: absolute;
		top: 11px;
		left: 13px;
		content: " ";
		display: block;
		border: #CD0A0A solid 1px;
		height: 1px;
		width: 1px;
		line-height: 1px;
	}
	#home-product-menu ul li a:hover, #home-product-menu ul li.active a {
		color: #cc1300;
		text-decoration: none;
	}
	#home-product-menu ul li a:hover i, #home-product-menu ul li.active a i {
		width: 100%;
	}

	#left-product-category {
		display: block;
		float: left;
		margin-right: 18px;
		width: 242px;
		min-height: 539px;
		background: url("../images/product-left-category.png") no-repeat 0 0;
	}
	#left-product-category.application {
		background: url("../images/application-left-category.png") no-repeat 0 0;
	}
	#left-product-category .product-cate-head {
		height: 120px;
	}
	#left-product-category .product-cate-list {
		list-style-type: none;
		margin: 50px 0 0 55px;
		border-top: none;
	}
	#left-product-category .product-cate-list li {
		border-bottom: none;
	}
	#left-product-category a {
		color: #fff;
	}
	#product-list {
		float: left;
		width: 840px;
	}
	.product-details img {
		max-width: 840px;
		height: auto;
	}
	#product-search .select-category {
		display: none;
	}

}

.pagelist {
	text-align: center;
	padding: 25px 0 0;
}
.pagelist a {
	color: #666;
}
.pagelist a:hover {
	color: #0082cb;
}
.pagelist .page, .pagelist .page.hover, .pagelist .page em, .pagelist .page.hover em {
	background-image: url("../images/page.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
.pagelist .page, .pagelist .page.hover {
	display: inline-block;
	font-family: microsoft yahei;
	height: 29px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	z-index: 5;
}
.pagelist .page em, .pagelist .page.hover em {
	display: inline-block;
	font-style: normal;
	line-height: 29px;
	padding: 0 10px 0 0;
}
.pagelist .page {
	background-position: left top;
	cursor: pointer;
}
.pagelist .page em {
	background-position: right top;
	cursor: pointer;
}
.pagelist .page.hover {
	background-position: left -30px;
	color: #fff;
}
.pagelist .page.hover em {
	color: #fff;
	background-position: right -30px;
}

