
/*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: 14px;
	font-family: '';
	color: #000;
}

a {
	color: #000;
}

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

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

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

.wapper {
	width: 980px;
	margin: 0 auto;
}
/*common end*/

.header .top {
	height: 80px;
}

	.header .top .logo {
		float: left; /* width:552px; */ /* height:80px; */
	}

		.header .top .logo img {
			width: 100%;
			height: 62px;
			object-fit: contain;
			margin-top: 8px;
		}

	.header .top .right {
		float: right;
		width: 217px;
	}

		.header .top .right .sc {
			margin-top: 10px;
			padding-left: 70px;
		}

			.header .top .right .sc a {
				height: 20px;
				line-height: 20px;
			}

			.header .top .right .sc span {
				margin-left: 5px;
				margin-right: 5px;
			}


/*menu*/
.menu {
	height: 35px;
	line-height: 35px;
	background: #0a2c5d;
}

	.menu ul {
		margin-left: 20px;
	}

		.menu ul li {
			float: left;
			position: relative;
			border-right: #666 solid 1px;
			width: 120px;
		}

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

				.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: 14px;
		color: #fff;
		text-decoration: none;
		display: block;
		text-align: center;
	}

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

a.menu_hover {
	background: url(../images/menubg.png);
	color: #000;
}

.menu_down span {
	display: block;
}

/*banner_01*/
.banner_01 {
	width: 980px;
	height: 433px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

	.banner_01 ul {
		height: 433px;
		position: absolute;
	}

		.banner_01 ul li {
			width: 980px;
			height: 433px;
			float: left;
			overflow: hidden;
			position: relative;
			background: #ccc;
		}

			.banner_01 ul li img {
				width: 980px;
				height: 433px;
				object-fit: contain;
			}

	.banner_01 .btnBg {
		width: 980px;
		height: 20px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #000;
	}

	.banner_01 .btn {
		width: 980px;
		position: absolute;
		height: 10px;
		padding: 5px 10px;
		right: 0;
		bottom: 3px;
		text-align: right;
	}

		.banner_01 .btn span {
			display: inline-block;
			_display: inline;
			_zoom: 1;
			width: 25px;
			height: 10px;
			_font-size: 0;
			margin-left: 5px;
			cursor: pointer;
			background: #fff;
		}

			.banner_01 .btn span.on {
				background: #fff;
			}

	.banner_01 .preNext {
		top: 80px;
		width: 45px;
		height: 100px;
		position: absolute;
		background: url(../images/sprite.png) no-repeat 0 0;
		cursor: pointer;
	}

	.banner_01 .pre {
		left: 0;
	}

	.banner_01 .next {
		right: 0;
		background-position: right top;
	}

.content {
	position: relative;
	border: #CCC solid 1px;
	background: url(../images/content.png);
	box-shadow: 0px 6px 0px #888888;
}

	.content .left {
		height: 351px;
		width: 205px;
		background: url(../images/xiangshuiBG.png) no-repeat;
		float: left;
	}

		.content .left h2 {
			font-size: 16px;
			font-weight: bold;
			text-align: center;
			padding-top: 15px;
		}

		.content .left img {
			width: 164px;
			height: 275px;
			margin: 15px 0 0 20px;
		}

	.content .right {
		/* float: right; */
		height: 331px;
		width: 980px;
	}

		.content .right ul li {
			float: left;
			margin-left: 32px;
			margin-top: 10px;
			text-align: center;
		}

			.content .right ul li dl dt a img {
				width: 100%;
				height: 250px;
				margin: 3px;
				padding: 3px;
				margin-left: 5px;
				object-fit: contain;
			}

.content01 {
	height: 380px;
	margin-top: 10px;
	background: url(../images/bg.png);
	overflow: hidden;
	position: relative;
}

	.content01 .left {
		float: left;
		width: 427px;
		margin-right: 35px;
	}

		.content01 .left h2 {
			background: url(../images/gantanhao.png)20px no-repeat;
			height: 50px;
			line-height: 50px;
			padding-left: 50px;
			font-size: 16px;
		}

		.content01 .left span {
			font-size: 18px;
			color: #f60;
			text-align: center;
			font-weight: bold;
			padding-left: 20px;
			height: 40px;
			line-height: 40px;
		}

		.content01 .left ul li {
			margin-left: 20px;
			height: 27px;
			line-height: 27px;
		}

	.content01 .center {
		float: left;
		width: 100%;
		margin-left: 20px;
	}

		.content01 .center .title {
			height: 25px;
			line-height: 25px;
			width: 400px;
		}

			.content01 .center .title h3 {
				margin-top: 10px;
				/* padding-left: 30px; */
				font-size: 16px;
				/* float: left; */
				font-weight: normal;
			}

			.content01 .center .title a {
				display: block;
				float: right;
				margin-top: -25px;
				margin-right: -101px;
			}

		.content01 .center img {
			width: 316px;
			height: 80px;
			margin-left: 30px;
			padding: 3px;
			border: #ccc solid 1px;
			margin-top: 10px;
		}

		.content01 .center p {
			display: block;
			/*text-indent: 2em;*/
			line-height: 25px;
		}

	.content01 .right {
		float: right;
		width: 340px;
		margin-right: 10px;
	}

		.content01 .right .title {
			height: 40px;
			line-height: 40px;
			width: 340px;
			border-bottom: #CCC solid 1px;
		}

			.content01 .right .title h3 {
				margin-top: 5px;
				font-size: 16px;
				float: left;
				font-weight: normal;
			}

			.content01 .right .title a {
				display: block;
				float: right;
				margin-right: 15px;
			}

		.content01 .right ul {
			margin-top: 10px;
		}

			.content01 .right ul li {
				background: url(../images/about-cn3_19.png) left no-repeat;
				padding-left: 10px;
				line-height: 25px;
			}

.footer {
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-top: #888888 solid 10px;
}

	.footer ul li {
		height: 25px;
		line-height: 25px;
	}
/*Add------------------------------------------------------------------------------*/

.weizhi {
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid #ddd;
	font-size: 14px;
}

.inside {
	margin-top: 20px;
	/* background: url(../images/title_04.gif) #fff repeat-y; */
	min-height: 400px;
}

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

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

	.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;
		}

			.inside_left .side_a dl dd a:hover {
				background: #324483;
				color: #fff;
			}

	.inside_left .side_a dl .hover a {
		background: #324483;
		color: #fff;
	}

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

.inside_right {
	width: 100%;
	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;
			}
