/*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;
	max-width: 100%;
	list-style: none;
}

body {
	font-size: 16px;
	font-family: '';
	color: #666;
}

a {
	color: #666;
}

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

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

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

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

.head .header {
	width: 1100px;
	margin: 0 auto;
	height: 100px;
}

	.head .header .logo {
		float: left;
	}

		.head .header .logo a img {
			margin-top: 0px;
			max-width: 100%;
			height: 97px;
		}

.menu {
	height: 35px;
	line-height: 35px;
	float: right;
	position: relative;
	z-index: 99;
	padding-top: 33px;
}

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

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

			.menu ul li dl dd {
				line-height: 30px;
				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: 16px;
		color: #333;
		text-decoration: none;
		font-weight: normal;
		display: block;
		text-align: center;
	}

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

a.menu_hover {
	color: #933422;
}

.menu_down span {
	display: block;
	background: url(../images/menu_down.gif) right 10px center no-repeat;
}

.menu ul .on a {
	color: #933422;
}

.banner_03 {
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
	width: 100%;
	height: 550px;
	overflow: hidden;
}

	.banner_03 .bd {
		Z-INDEX: 0;
		position: relative;
		overflow: hidden;
	}

		.banner_03 .bd ul {
			margin: 0px auto;
		}

		.banner_03 .bd li {
			width: 100%;
			height: 550px;
			text-align: center;
			overflow: hidden;
		}

	.banner_03 .hd {
		position: relative;
		top: -40px;
		width: 1100px;
		height: 20px;
		margin: 0px auto;
		text-align: center;
	}

		.banner_03 .hd ul {
			position: absolute;
			left: 50%;
			margin-left: -60px;
			bottom: 0px;
			z-index: 99;
			width: 150px;
			height: 22px;
		}

			.banner_03 .hd ul li {
				height: 22px;
				width: 22px;
				margin-left: 15px;
				text-align: center;
				text-indent: -9999em;
				float: left;
				background: url(../Images/BannerBg_02.png) no-repeat;
				cursor: pointer;
			}

			.banner_03 .hd ul .on {
				background: url(../Images/BannerBg_01.png) no-repeat;
			}

	.banner_03 .prev {
		position: absolute;
		TOP: 50%;
		left: 20px;
		Z-INDEX: 2;
		width: 31px;
		height: 53px;
		margin-top: -30px;
		background: url(../Images/BannerLeft.png) no-repeat;
		cursor: pointer;
	}

	.banner_03 .next {
		position: absolute;
		TOP: 50%;
		right: 20px;
		Z-INDEX: 2;
		width: 31px;
		height: 53px;
		margin-top: -30px;
		background: url(../Images/BannerRgt.png) no-repeat;
		cursor: pointer;
	}

.img {
	max-width: 100%
}

.cont_01 {
	background: #fafafa;
	margin-bottom: 20px;
}

	.cont_01 .cont {
		width: 1000px;
		margin: 0 auto;
	}

		.cont_01 .cont dl {
			float: left;
			width: 280px;
			margin-top: 7px;
		}

			.cont_01 .cont dl dt {
				padding-left: 50px;
				font-size: 24px;
				color: #933422;
				line-height: 30px;
				font-weight: normal;
			}

			.cont_01 .cont dl dd {
				padding-left: 50px;
				color: #999;
				line-height: 22px;
				font-size: 14px;
				font-weight: normal;
			}

.search {
	margin-top: 7px;
	background: #e1e1e1;
	width: 650px;
	height: 36px;
	line-height: 36px;
	float: right;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
}

.input_text {
	height: 36px;
	line-height: 36px;
	background: none;
	width: 666px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.input_button {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/soso.jpg);
	width: 35px;
	height: 36px;
	cursor: pointer;
}

.content {
	height: 430px;
	width: 1000px;
	margin: 0 auto;
}

	.content dl dt {
		color: #933422;
		font-size: 30px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		display: block;
	}

	.content dl dd {
		padding-bottom: 15px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #999;
		text-align: center;
		display: block;
		background: url(../images/tu1.png) bottom center no-repeat;
	}

	.content ul {
		margin-top: 45px;
	}

		.content ul li {
			float: left;
			margin-bottom: 20px;
			width: calc((100% - 660px)/5);
		}

			.content ul li a img {
				width: 70px;
				height: 70px;
			}

			.content ul li a span {
				height: auto;
				line-height: normal;
				font-size: 14px;
				color: #999;
				text-align: center;
				width: 100%;
				display: block;
				padding: 5px 0;
			}

.content_01 dl {
	float: right;
	position: relative;
	top: 178px;
	right: 216px;
}

	.content_01 dl dd {
		font-size: 36px;
		color: #FFFFFF;
		margin-bottom: 0;
		height: 50px;
		line-height: 50px;
	}

	.content_01 dl dt {
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		color: #fff;
		margin-top: 11px;
	}

		.content_01 dl dt a {
			color: #933422;
			display: block;
			background: #fff;
			border-radius: 20px;
			text-align: center;
			width: 150px;
			height: 40px;
			line-height: 40px;
		}

.content_02 {
	height: 340px;
	margin: 0 auto;
	width: 870px;
	padding-top: 80px;
	padding-bottom: 85px;
}

	.content_02 ul {
		float: left;
		width: 215px;
	}

		.content_02 ul li b {
			color: #333;
			font-size: 20px;
			text-align: center;
			display: block;
		}

		.content_02 ul li span {
			color: #666;
			font-size: 16px;
			display: block;
			text-align: center;
		}

		.content_02 ul li img {
			display: block;
			margin: 0 auto;
		}

.content_03 {
	background: url(../images/bj.png) no-repeat center;
}

.cont_03 {
	padding-top: 55px;
	padding-bottom: 100px;
}

	.cont_03 .left {
		overflow: hidden;
		float: left;
		width: 320px;
		margin-right: 40px;
		border-right: 1px solid #225bbe;
	}

		.cont_03 .left li {
			line-height: 40px;
		}

			.cont_03 .left li a {
				color: #fff;
				font-size: 15px;
			}

	.cont_03 .center {
		overflow: hidden;
		float: left;
		width: 470px;
		border-right: 1px solid #225bbe;
	}

		.cont_03 .center li {
			line-height: 40px;
			margin-left: 55px;
		}

			.cont_03 .center li a {
				color: #fff;
				font-size: 15px;
			}

	.cont_03 .right {
		overflow: hidden;
		float: right;
		width: 360px;
	}

		.cont_03 .right li {
			margin-left: 60px;
			line-height: 40px;
		}

			.cont_03 .right li a {
				color: #fff;
				font-size: 15px;
			}

.cont_04 {
	padding-top: 50px;
	padding-bottom: 50px;
}

	.cont_04 .cont04_left {
		margin-left: 50px;
		float: left;
		width: 440px;
		margin-right: 25px;
	}

		.cont_04 .cont04_left dl dt {
			color: #333;
			font-size: 17px;
			height: 30px;
			line-height: 30px;
		}

		.cont_04 .cont04_left dl dd {
			line-height: 35px;
			font-size: 14px;
		}

.slideTxtBox_01 {
	float: left;
}

	.slideTxtBox_01 .hd ul li {
		margin-right: 50px;
		float: left;
		height: 35px;
		width: 110px;
		line-height: 35px;
		border-radius: 20px;
		background: #ddd;
	}

		.slideTxtBox_01 .hd ul li a {
			color: #333;
			font-size: 14px;
			text-align: center;
			display: block;
		}

		.slideTxtBox_01 .hd ul li.on {
			background: #933422;
			cursor: pointer;
		}

			.slideTxtBox_01 .hd ul li.on a {
				color: #fff;
			}

.contentfirst {
	display: none;
}

.contentin {
	display: block;
}

.tabin {
	background: #ddd;
}

.slideTxtBox_01 .bd {
	margin-top: 50px;
	background: url(../images/le.jpg) left center no-repeat;
	padding-left: 40px;
}

	.slideTxtBox_01 .bd li {
		line-height: 60px;
	}

		.slideTxtBox_01 .bd li a {
			color: #666;
			font-size: 16px;
		}

			.slideTxtBox_01 .bd li a:hover {
				color: #933422;
			}

.foot {
	background: #000;
}

	.foot .footer {
		padding-top: 30px;
		padding-bottom: 20px;
	}

		.foot .footer .foot_left {
			float: left;
			width: 280px;
		}

			.foot .footer .foot_left span {
				font-size: 28px;
				line-height: 50.4px;
				color: rgb(247, 247, 247);
			}

			.foot .footer .foot_left p {
				line-height: 50.4px;
				font-size: 14px;
				color: #b3b3b3;
			}

		.foot .footer .foot_center {
			float: left;
			width: 691px;
		}

			.foot .footer .foot_center li {
				color: #b3b3b3;
				font-size: 14px;
				line-height: 35px;
			}

				.foot .footer .foot_center li a {
					color: #b3b3b3;
					font-size: 16px;
				}

		.foot .footer .foot_right {
			float: right;
			width: 230px;
		}

			.foot .footer .foot_right strong {
				height: 35px;
				line-height: 35px;
				color: #b3b3b3;
				font-size: 16px;
				font-weight: normal;
			}

			.foot .footer .foot_right span {
				color: #b3b3b3;
				font-size: 14px;
			}


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


.inside {
	margin-top: 20px;
	padding-bottom: 30px;
}

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

	.inside_left .inside_a dl {
		border: 1px solid #d0d0d0;
	}

		.inside_left .inside_a dl dt {
			color: #fff;
			font-size: 16px;
			padding-left: 15px;
			height: 45px;
			line-height: 45px;
			background: #933422;
		}

		.inside_left .inside_a dl dd {
			border-top: none;
			height: 45px;
			line-height: 45px;
		}

			.inside_left .inside_a dl dd a {
				margin-left: 25px;
				font-size: 14px;
			}

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

	.lianxi a img {
		width: 210px;
	}

.inside_right {
	width: 980px;
	margin-left: 10px;
	float: right;
}

	.inside_right h2 {
		height: 55px;
		line-height: 55px;
		border-bottom: 1px solid #933422;
	}

		.inside_right h2 strong {
			float: left;
			background: #933422;
			width: 100px;
			height: 55px;
			font-size: 18px;
			color: #fff;
			text-align: center;
			font-weight: normal;
			display: block;
		}

		.inside_right h2 span {
			float: right;
			font-size: 14px;
			font-weight: normal;
		}

			.inside_right h2 span a {
				font-size: 14px;
				font-weight: normal;
			}

.inside_con .newslist {
	margin-top: 20px;
	padding-bottom: 20px;
	height: 88px;
	border-bottom: 1px dashed #d0d0d0;
}

	.inside_con .newslist .date {
		text-align: center;
		width: 88px;
		height: 68px;
		float: left;
		background: #f2f2f2;
		padding-top: 20px;
		margin-left: 10px;
	}

		.inside_con .newslist .date strong {
			font-size: 18px;
			color: #666;
		}

	.inside_con .newslist .news_right {
		float: left;
		margin-left: 25px;
	}

		.inside_con .newslist .news_right dl dt {
			height: 35px;
			line-height: 35px;
		}

			.inside_con .newslist .news_right dl dt a {
				font-weight: normal;
				color: #666;
				font-size: 16px;
			}

		.inside_con .newslist .news_right dl dd {
			height: 25px;
			line-height: 25px;
			font-size: 14px;
			font-weight: normal;
		}

/*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;
			}
