/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	font-family: '';
	color: #666;
	background: #f2f3f8;
}

a {
	color: #666;
}

	a:hover {
		color: #f60;
		text-decoration: underline;
	}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

img {
	outline-width: 0px;
	vertical-align: top;
	max-width: 100%;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1000px;
	margin: 0 auto;
}


.header {
	background: url(../images/headbg.png) repeat;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 127px;
}

.head {
	height: 127px;
}

	.head .logo {
		float: left;
		padding-top: 5px;
	}
/*menu*/
.menu {
	height: 127px;
	line-height: 127px;
	float: right;
}

	.menu ul li {
		float: left;
		position: relative;
	}

		.menu ul li dl {
			background: #fff;
			width: 100%;
			position: absolute;
			left: 0px;
			top: 100px;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
			padding: 10px 0;
			display: none;
		}

			.menu ul li dl dd {
				line-height: 28px;
				border-bottom: #ddd dotted 1px;
				margin: 0 10px;
			}

				.menu ul li dl dd a {
					font-size: 12px;
					color: #666;
					font-weight: normal;
					display: inline;
					padding: 0;
					text-align: left;
				}

					.menu ul li dl dd a:hover {
						color: #f60;
					}

	.menu a {
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 0px 15px;
		text-align: center;
	}

		.menu a:hover {
			color: #fff;
		}

a.menu_hover {
	background: #666;
	color: #fff;
}

/*banner_02*/
.banner_02 {
	height: 1080px;
	overflow: hidden;
}

	.banner_02 #banner_02_con {
		display: none;
	}

.pro_tit {
	background: url(../images/protit.png) center no-repeat;
	height: 184px;
}

.about_tit {
	background: url(../images/abouttit.png) center no-repeat;
	height: 184px;
}

.cp {
	margin-bottom: 50px;
}

	.cp img {
		width: 100%;
	}

.about {
	margin-bottom: 50px;
}

	.about .video { /*height:560px;*/
		margin-top: 50px;
	}

.prod {
	margin-bottom: 50px;
}
/*scroll_03*/
.scroll_03 {
	position: relative;
}

	.scroll_03 .hd .prev {
		display: block;
		width: 50px;
		height: 50px;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/right.png) center no-repeat;
		position: absolute;
		right: 0px;
		top: 200px;
	}

	.scroll_03 .hd .next {
		display: block;
		width: 50px;
		height: 50px;
		overflow: hidden;
		cursor: pointer;
		background: url(../images/left.png) center no-repeat;
		position: absolute;
		left: 0px;
		top: 200px;
	}

	.scroll_03 .bd {
		margin-left: 60px;
	}

		.scroll_03 .bd li {
			float: left;
			width: 280px;
			overflow: hidden;
			margin: 0 6px;
			background: #fff;
			height: 481px;
		}

			.scroll_03 .bd li .img {
				height: 280px;
				border-bottom: #bebebe solid 1px;
			}

				.scroll_03 .bd li .img table tr td {
					height: 280px;
				}

					.scroll_03 .bd li .img table tr td img {
						max-width: 280px;
						max-height: 280px;
					}

			.scroll_03 .bd li .txt {
				padding: 20px;
				font-size: 14px;
			}

				.scroll_03 .bd li .txt b {
					display: block;
					font-weight: normal;
					color: #999;
				}

				.scroll_03 .bd li .txt strong {
					display: block;
					padding-top: 15px;
					color: #333;
				}

					.scroll_03 .bd li .txt strong em {
						float: right;
						font-style: normal;
						display: inline-block;
						font-weight: normal;
						color: #b59e7f;
					}

				.scroll_03 .bd li .txt span {
					line-height: 24px;
					display: block;
					padding-top: 10px;
				}

.f1bg {
	background: #fff;
	padding: 60px 0px;
}

.f1 h2 {
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

.f1_left {
	float: left;
	width: 300px;
	text-align: center;
}

	.f1_left strong {
		display: block;
		font-weight: normal;
		font-size: 15px;
		margin-top: 15px;
		color: #333;
	}

	.f1_left b {
		display: block;
		font-weight: normal;
		font-size: 14px;
		margin-top: 15px;
	}

	.f1_left span {
		display: block;
		margin-top: 15px;
	}

		.f1_left span a {
			display: inline-block;
			padding: 0px 10px;
			margin: 0px 10px;
			border: 1px solid #333;
			border-radius: 4px;
			height: 30px;
			line-height: 30px;
			font-size: 14px;
		}

.f1_mid {
	float: left;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 0px 24px;
	margin: 0px 25px;
	width: 300px;
}

	.f1_mid span {
		display: block;
		line-height: 24px;
		margin-top: 15px;
		font-size: 15px;
	}

.f1_right {
	float: right;
	width: 300px;
	text-align: center;
}

	.f1_right img {
		margin-top: 15px;
	}

.f2bg {
	background: #171717;
}

.f2_top {
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-bottom: 1px solid #4f4f4f;
}

	.f2_top a {
		display: inline-block;
		margin: 0px 50px;
		padding-left: 60px;
		color: #fff;
		font-size: 24px;
	}

		.f2_top a.a1 {
			background: url(../images/fico1.png) left center no-repeat;
		}

		.f2_top a.a2 {
			background: url(../images/fico1.png) left center no-repeat;
		}

		.f2_top a.a3 {
			background: url(../images/fico1.png) left center no-repeat;
		}

.f2_bot {
	padding: 20px 0px;
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}

	.f2_bot a {
		color: #fff;
		padding: 0px 5px;
	}



/*Add------------------------------------------------------------------------------*/

.weizhi {
	height: 40px;
	line-height: 40px;
	background: url(../images/title03.png) no-repeat;
	font-size: 14px;
}

.inside {
	margin-top: 20px;
	background: #fff;
	min-height: 400px;
	margin-bottom: 50px;
}

.inside_left {
	width: 220px;
	float: left;
}

	.inside_left .side_a dl dt {
		border-bottom: 3px solid #ddd;
		display: block;
		height: 40px;
		color: #333;
		font-weight: bold;
		line-height: 40px;
		font-size: 18px;
		padding-left: 15px;
	}

	.inside_left .side_a dl dd {
		height: 36px;
		line-height: 36px;
		border-bottom: #ddd solid 1px;
	}

		.inside_left .side_a dl dd a {
			display: block;
			padding-left: 30px;
			font-size: 14px;
			background: url(../images/about-cn3_19.jpg) 15px center no-repeat;
		}

.lianxi {
	margin-top: 15px;
	text-align: center;
	padding-bottom: 20px;
}

.inside_right {
	width: 968px;
	float: right;
}

.inside_con {
	padding: 10px 0;
}



/*contact*/
.contact h2 {
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	color: #fff;
	background: #999;
}

.contact {
	margin-top: 15px;
}

	.contact ul {
		padding: 10px 10px;
		border: #e4e4e4 solid 1px;
	}

		.contact ul li {
			line-height: 20px;
			padding: 3px 0;
		}

/*proShow*/
.product_show ul li {
	width: 130px;
	line-height: 20px;
}

.product_show ul li {
	float: left;
	margin: 15px 20px 0;
	border: #e4e4e4 solid 1px;
	display: inline;
}

.pro img {
	max-width: 120px;
	max-height: 90px;
	width: expression(this.width >120 && this.height < this.width ? 120: true);
	height: expression(this.height > 90 ? 90: true);
}

.hover2 {
	background: #f4f4f4;
}

/*product_list*/
.side_product {
	margin-top: 15px;
}

	.side_product h2 {
		height: 36px;
		line-height: 36px;
		padding-left: 20px;
		color: #fff;
		background: #999;
	}

	.side_product ul {
		padding: 10px 10px;
		border: #e4e4e4 solid 1px;
	}

		.side_product ul li {
			line-height: 24px;
		}

			.side_product ul li a {
				padding-left: 30px;
				display: block;
				border-bottom: #e4e4e4 dashed 1px;
				background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;
			}

			.side_product ul li dl dd a {
				display: inline;
				border: none;
				background: none;
			}
