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

a {
	color: #666;
}

	a:hover {
		color: #f60;
	}

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

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

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


.header {
	height: 95px;
	background: #ffffff;
	width: 100%;
}

.head {
	height: 95px;
}

	.head .logo {
		float: left;
		width: 145px;
	}
/*menu*/
.menu {
	height: 40px;
	line-height: 40px;
	float: left;
	width: 610px;
	padding-top: 55px;
}

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

		.menu ul li dl {
			background: #fff;
			display: none;
			width: 200px;
			border-radius: 0px 0px 10px 10px;
			position: absolute;
			left: -10px;
			top: 40px;
			background: #000;
			padding: 10px 0px 20px 0px;
		}

			.menu ul li dl dd {
				line-height: 35px;
				font-size: 14px;
				padding-left: 20px;
			}

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

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

	.menu a {
		font-size: 16px;
		color: #003f98;
		text-decoration: none;
		display: block;
		text-align: center;
	}

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

a.menu_hover {
	color: #F60;
}

.head .right {
	float: right;
	width: 240px;
}

	.head .right .tel {
		margin-top: 15px;
		height: 25px;
		background: url(../images/tel.png) left center no-repeat;
		padding-left: 45px;
		color: #003f98;
		font-size: 16px;
	}

.search {
	background: none;
	width: 229px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.input_text {
	height: 29px;
	line-height: 29px;
	background: url(../images/search_l.png) no-repeat;
	width: 180px;
	position: absolute;
	left: 0x;
	top: 0px;
	padding-left: 20px;
}

.input_button {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/search_r.png) no-repeat;
	width: 29px;
	height: 29px;
	cursor: pointer;
}

/*banner_02*/
.banner_02 {
	height: 550px;
	overflow: hidden;
	margin-top: 95px;
}

	.banner_02 #banner_02_con {
		display: none;
	}

.newsbg {
	color: #FFF;
	background: #5c5b5c;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.news h2 {
	float: left;
	width: 80px;
	font-size: 16px;
	font-weight: normal;
}
/*scroll_02*/
.scroll_02 {
	float: left;
	width: 600px;
	margin-left: 10px;
}

	.scroll_02 .bd ul li {
		background: url(../images/li1.png) left center no-repeat;
		padding-left: 13px;
	}

		.scroll_02 .bd ul li a {
			font-size: 14px;
			color: #cbcbcb;
		}

.con1 {
	margin-top: 40px;
	margin-bottom: 40px;
	height: 280px;
}

	.con1 ul li {
		float: left;
		width: 290px;
	}

		.con1 ul li.cp_c {
			margin: 0px 65px;
		}

		.con1 ul li .pic {
			height: 110px;
			width: 110px;
			border: 1px solid #11afbb;
			border-radius: 50%;
			display: block;
			margin: 0px auto;
		}

			.con1 ul li .pic:hover {
				border: 1px solid #11afbb;
				-webkit-transition: all 0.4s linear;
				-moz-transition: all 0.4s linear;
				-ms-transition: all 0.4s linear;
				-o-transition: all 0.4s linear;
				transition: all 0.4s linear;
			}

		.con1 ul li.cp_l .pic {
			background: url(../images/cp1.png) 30px 30px no-repeat;
		}

			.con1 ul li.cp_l .pic:hover {
				background: url(../images/cp01.png) 30px 30px no-repeat #11afbb;
			}

		.con1 ul li.cp_c .pic {
			background: url(../images/cp2.png) 30px 30px no-repeat;
		}

			.con1 ul li.cp_c .pic:hover {
				background: url(../images/cp02.png) 30px 30px no-repeat #11afbb;
			}

		.con1 ul li.cp_r .pic {
			background: url(../images/cp3.png) 30px 30px no-repeat;
		}

			.con1 ul li.cp_r .pic:hover {
				background: url(../images/cp03.png) 30px 30px no-repeat #11afbb;
			}

		.con1 ul li strong {
			font-size: 16px;
			color: #333;
			text-align: center;
			line-height: 40px;
			display: block;
		}

		.con1 ul li span {
			line-height: 22px;
			color: #656f7f;
			text-align: center;
			display: block;
		}

		.con1 ul li a {
			display: block;
			height: 28px;
			width: 115px;
			color: #11afbb;
			line-height: 28px;
			border: 1px solid #11afbb;
			font-size: 14px;
			text-align: center;
			margin: 0 auto;
			margin-top: 15px;
		}

			.con1 ul li a:hover {
				color: #FFF;
				-webkit-transition: all 0.4s linear;
				-moz-transition: all 0.4s linear;
				-ms-transition: all 0.4s linear;
				-o-transition: all 0.4s linear;
				transition: all 0.4s linear;
				background-color: #11afbb;
				border: 1px solid #11afbb;
			}

.con2bg {
	background: #eff3f6;
	padding-top: 50px;
	padding-bottom: 50px;
}

.con2 {
	height: 522px;
}

	.con2 h2 {
		font-size: 32px;
		text-align: center;
		color: #333;
		font-weight: normal;
	}

	.con2 h3 {
		font-size: 18px;
		color: #999999;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 45px;
		font-weight: normal;
	}

	.con2 strong {
		font-size: 16px;
		color: #11afbb;
		padding-left: 20px;
		padding-top: 15px;
		display: block;
		font-weight: normal;
	}

	.con2 span {
		font-size: 14px;
		line-height: 22px;
		color: #7a7a7a;
		padding: 10px 20px 20px 20px;
		display: block;
	}

	.con2 a.more {
		background: #FFF;
		display: block;
		height: 28px;
		width: 90px;
		color: #11afbb;
		line-height: 28px;
		border: 1px solid #11afbb;
		margin: 0 auto;
		margin-bottom: 15px;
		text-align: center;
		border-radius: 8px;
	}

		.con2 a.more:hover {
			color: #FFF;
			-webkit-transition: all 0.4s linear;
			-moz-transition: all 0.4s linear;
			-ms-transition: all 0.4s linear;
			-o-transition: all 0.4s linear;
			transition: all 0.4s linear;
			background: #11afbb;
			border: 1px solid #11afbb;
		}

	.con2 .fangan_l {
		float: left;
		height: 360px;
		width: 480px;
		background: #FFF;
		border: 1px solid #eee;
		border-radius: 8px;
		padding-bottom: 30px;
	}

		.con2 .fangan_l:hover {
			-webkit-box-shadow: 0px 1px 25px rgba(0,0,0,.15);
			-moz-box-shadow: 0px 1px 25px rgba(0,0,0,.15);
			box-shadow: 0px 1px 25px rgba(0,0,0,.15);
			-moz-transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

	.con2 .fangan_r {
		float: right;
		height: 360px;
		width: 480px;
		background: #FFF;
		border: 1px solid #eee;
		border-radius: 8px;
		padding-bottom: 30px;
	}

		.con2 .fangan_r:hover {
			-webkit-box-shadow: 0px 1px 25px rgba(0,0,0,.15);
			-moz-box-shadow: 0px 1px 25px rgba(0,0,0,.15);
			box-shadow: 0px 1px 25px rgba(0,0,0,.15);
			-moz-transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}



.con3 {
	margin-top: 50px;
}

	.con3 h2 {
		font-size: 32px;
		text-align: center;
		color: #333;
		font-weight: normal;
	}

	.con3 h3 {
		font-size: 18px;
		color: #999999;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 45px;
		font-weight: normal;
	}

	.con3 ul li {
		width: 496px;
		height: 125px;
		float: left;
		margin: 2px;
	}

.con4bg {
	background: #eff3f6;
}

.con4 {
	padding-top: 50px;
	padding-bottom: 30px;
}

	.con4 h2 {
		font-size: 32px;
		text-align: center;
		color: #333;
		font-weight: normal;
	}

	.con4 h3 {
		font-size: 18px;
		color: #999999;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 45px;
		font-weight: normal;
	}

	.con4 ul li {
		line-height: 32px;
		padding-left: 22px;
		font-size: 14px;
		float: left;
		width: 311px;
		height: 32px;
		background: url(../images/li1.png) 3px center no-repeat;
	}

		.con4 ul li:hover {
			background: url(../images/li2.png) 3px center no-repeat #e7edf1;
		}

		.con4 ul li a {
			display: block;
			color: #000;
		}

			.con4 ul li a:hover {
				-webkit-transition: all 0.2s linear;
				-moz-transition: all 0.2s linear;
				-ms-transition: all 0.2s linear;
				-o-transition: all 0.2s linear;
				transition: all 0.2s linear;
				color: #F60;
				background: #e7edf1;
			}

.footer {
	background: #373737;
	padding-top: 40px;
	padding-bottom: 40px;
}

.foot dl {
	float: left;
	padding-right: 50px;
}

	.foot dl dt {
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 16px;
	}

	.foot dl dd {
		font-size: 14px;
		line-height: 32px;
		height: 32px;
	}

		.foot dl dd a {
			color: #acacac;
			font-size: 14px;
		}

			.foot dl dd a:hover {
				color: #FFF;
				text-decoration: underline;
			}

	.foot dl.wx {
		width: 213px;
		float: right;
		padding-right: 0px;
		text-align: right;
	}

.bottom {
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #a9a9a9;
}

	.bottom a {
		color: #a9a9a9;
	}

.bleft {
	float: left;
}

.bright {
	float: right;
}



.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
}

.ch-img-2 {
}

.ch-img-3 {
}

.ch-info {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/bgbg.png) repeat;
	height: 125px;
	width: 496px;
	display: none;
}

	.ch-info strong {
		color: #fff;
		letter-spacing: 2px;
		font-size: 26px;
		height: 125px;
		font-family: "";
		text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
		text-align: center;
		width: 496px;
		line-height: 125px;
		text-align: center;
		font-weight: normal;
		display: block;
	}

		.ch-info strong a {
			color: #FFF;
		}

			.ch-info strong a:hover {
				color: #FF0;
			}

.ch-item:hover {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 2px rgba(0,0,0,0.1);
}


.view {
	width: 480px;
	height: 200px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

	.view .mask, .view .content {
		width: 480px;
		height: 200px;
		position: absolute;
		overflow: hidden;
		top: 0px;
		left: 0px;
	}

	.view img {
		display: block;
		position: relative;
	}

	.view a.info {
		background: url(../images/link.png) no-repeat scroll center center transparent;
		display: inline-block;
		text-decoration: none;
		padding: 0px;
		text-indent: -9999px;
		width: 20px;
		height: 20px;
	}

.effect .mask {
	opacity: 0;
	overflow: visible;
	background: url(../images/bg1.png) no-repeat;
}




/*Add------------------------------------------------------------------------------*/
.nybanner {
	margin-top: 105px;
}

	.nybanner img {
		width: 100%;
	}

.weizhi strong {
	display: block;
	float: left;
	background: url(../images/ny.png) left center no-repeat;
	padding-left: 10px;
	font-weight: normal;
	color: #f00;
	font-size: 16px;
}

.weizhi span {
	float: right;
}

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

.inside {
	padding-top: 120px;
	min-height: 400px;
}

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

	.inside_left .side_a {
		background: #F2F2F2;
		padding: 20px;
	}

		.inside_left .side_a dl dd {
			line-height: 36px;
			height: 36px;
			font-size: 12px;
			margin-top: 5px;
		}

			.inside_left .side_a dl dd a {
				display: block;
				color: #333;
				padding-left: 20px;
			}

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

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


.inside_right {
	width: 760px;
	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;
			}
