
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

body {
	font-size: 14px;
	overflow-x: hidden;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

ul {
	list-style: none;
}

hr {
	border: none;
	border-bottom: 1px solid #c8c8c8;
	display: block;
	margin-top: 10px;
}

.yuanjiao25 {
	-moz-border-radius: 25px; /* Gecko browsers */
	-webkit-border-radius: 25px; /* Webkit browsers */
	border-radius: 25px; /* W3C syntax */
}

.yuanjiao45 {
	-moz-border-radius: 45px; /* Gecko browsers */
	-webkit-border-radius: 45px; /* Webkit browsers */
	border-radius: 45px; /* W3C syntax */
}

.yuanjiao5 {
	-moz-border-radius: 5px; /* Gecko browsers */
	-webkit-border-radius: 5px; /* Webkit browsers */
	border-radius: 5px; /* W3C syntax */
}

.yuanjiao10 {
	-moz-border-radius: 10px; /* Gecko browsers */
	-webkit-border-radius: 10px; /* Webkit browsers */
	border-radius: 10px; /* W3C syntax */
}

.yuanjiao {
	-moz-border-radius: 100%; /* Gecko browsers */
	-webkit-border-radius: 100%; /* Webkit browsers */
	border-radius: 100%; /* W3C syntax */
}

.clear {
	width: 100%;
	clear: both;
}

.pages {
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	clear: both;
	margin-top: 15px;
}

	.pages li {
		list-style-type: none;
		display: inline;
	}

	.pages a {
		padding: 5px 10px;
		border: 1px solid #444;
		font-weight: bold;
		margin-right: 10px;
	}

	.pages .current {
		font-weight: 700;
		color: #000;
	}

.shangxiapian {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed #444;
}

	.shangxiapian li {
		line-height: 30px;
	}

.search {
	overflow: hidden;
	transition: 0.6s;
	float: left;
	margin-right: 30px;
	position: relative;
	width: 190px;
	background: #fff;
}

	.search .key_text {
		height: 30px;
		float: left;
		width: 165px;
		overflow: hidden;
		line-height: 30px;
		outline: none;
		border: none;
		border-right: none;
		text-indent: 10px;
		color: #666;
		background: none;
	}

	.search .search_btn {
		cursor: pointer;
		border: none;
		outline: none;
		background: none;
		color: #333;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 18px;
	}

.main {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

.content {
	line-height: 25px;
}

	.content img {
		max-width: 100%;
		height: auto;
	}

.lan {
	width: auto;
	float: right;
	color: #fff;
}

	.lan span {
		display: block;
		float: left;
		margin-left: 15px;
	}

	.lan a {
		line-height: 30px;
		color: #fff;
		vertical-align: middle;
	}

.cn {
	background: url(../images/cn.png) left center no-repeat;
	float: left;
}

.sp {
	background: url(../images/sp_fang.png) left center no-repeat;
	float: left;
}

.en {
	background: url(../images/en.png) left center no-repeat;
	float: left;
}
/*---------------------主体开始-----------------------*/
#top_zone2 {
	width: 100%;
	min-width: 1200px;
	overflow: visible;
	height: 40px;
	line-height: 40px;
	background: #222;
	color: #999;
}

	#top_zone2 a {
		color: #999;
	}

		#top_zone2 a:hover {
			color: #fff;
		}

#top_zone1 {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
}

#top_l {
	width: auto;
	float: left;
	line-height: 40px;
}

	#top_l a {
		margin-left: 10px;
	}

#top_r {
	width: auto;
	float: right;
	/* height:40px; */
}

#top_link {
	width: auto;
	float: left;
	overflow: hidden;
}

	#top_link a {
		margin-left: 10px;
		line-height: 40px;
	}

		#top_link a i {
			font-size: 18px;
			margin-right: 10px;
		}

#top_ewm {
	width: 68px;
	float: right;
	margin-top: 15px;
	overflow: hidden;
}

	#top_ewm img {
		max-width: 100%;
		height: auto;
		display: block;
	}

#header_zone {
	width: 100%;
	min-width: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: rgba(0,0,0,0.7);
}

.header_zone {
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 99999999;
	background: #111111;
}

.fixed_header_zone {
	position: fixed !important;
	left: 0;
	top: 0 !important;
	z-index: 999999;
	transition: 0.6s;
	background: rgba(0,0,0,0.7);
}

.header {
	width: 1200px;
	margin: 0px auto 0 auto;
	height: 70px;
	position: relative;
	z-index: 99999999;
}

.logo {
	overflow: hidden;
	float: left;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: Center;
}

	.logo a {
		display: block;
		float: left;
	}

	.logo img {
		display: block;
		margin: 0px auto;
		height: 57px;
	}

#header_l {
	float: left;
	margin-top: 50px;
	font-size: 16px;
}

#header_r {
	width: auto;
	float: right;
}

#header_shang {
	overflow: visible;
	float: right;
	margin-top: 25px;
}
/*左侧带图标右侧上下结构电话*/
#top_tel_01 {
	overflow: hidden;
	padding-left: 70px;
	min-height: 65px;
	margin-top: 30px;
	float: right;
	background: url(../images/top_tel_19.jpg) left center no-repeat;
}

	#top_tel_01 span {
		display: block;
		color: #666;
		font-size: 18px;
	}

	#top_tel_01 strong {
		font-family: Arial;
		overflow: hidden;
		display: block;
		font-size: 28px;
		color: #861310;
		margin-top: 5px;
		/* font-weight: normal; */
	}

#top_tel_02 {
	width: auto;
	overflow: hidden;
	float: right;
	margin-top: 10px;
	padding-left: 35px;
	line-height: 30px;
	background: url(../images/top_tel.png) left center no-repeat;
}

	#top_tel_02 span {
		display: block;
		float: left;
		color: #666;
		font-size: 16px;
	}

	#top_tel_02 strong {
		font-size: 24px;
		display: block;
		float: left;
		font-family: Arial;
		color: #b80000;
		font-weight: normal;
	}

#nav_zone {
	width: 100%;
	min-width: 1200px;
	height: 55px;
	position: relative;
	z-index: 9999999;
	background: url(../images/nav_zone.jpg) center center repeat-x;
}

.fixednav {
	position: fixed !important;
	z-index: 9999999;
	top: 0;
	left: 0;
}

.nav {
	width: auto;
	float: left;
}

	.nav .nLi {
		height: 70px;
		float: left;
		position: relative;
		/* background: url(/web/pic/nav_li.jpg) right center no-repeat; */
	}

		.nav .nLi:last-child {
			background: none;
			border-right: none;
		}

		.nav .nLi h3 {
			transform: skew(-20deg);
		}

			.nav .nLi h3 a {
				display: block;
				font-size: 16px;
				font-weight: normal;
				text-transform: uppercase;
				line-height: 70px;
				color: #fff;
				transform: skew(20deg);
			}

				.nav .nLi h3 a i {
					margin-left: 10px;
				}

		.nav .nLi .fa-home {
			margin-left: 0 !important;
			margin-right: 10px;
			font-size: 20px;
		}

		.nav .nLi h3 .line {
			display: block;
			width: 0px;
			height: 2px;
			margin: 15px auto 0 auto;
		}

		.nav .nLi:hover h3 .line, .nav .on h3 .line {
			width: 70%;
			transition: 0.6s;
		}

	.nav .sub {
		display: none;
		left: -13px;
		top: 70px;
		width: 100%;
		position: absolute;
		background-color: rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	}

		.nav .sub li {
			zoom: 1;
			height: 40px;
			position: relative;
			border-bottom: 1px dotted #aaa;
			text-indent: 20px;
		}

			.nav .sub li dl {
				background: rgba(0,0,0,0.8);
				position: absolute;
				width: 160px;
				left: 160px;
				top: 0;
				display: none;
			}

			.nav .sub li:hover dl {
				display: block;
			}

			.nav .sub li dl dd {
				height: 40px;
				line-height: 40px;
				text-align: center;
				border-bottom: #ddd dotted 1px;
			}

				.nav .sub li dl dd a {
					display: block;
					width: 100%;
					padding-left: 6%;
					color: #fff;
					font-size: 14px;
					text-align: left;
				}

					.nav .sub li dl dd a:hover {
						background: #00a0e8;
					}

		.nav .sub a {
			display: block;
			line-height: 40px;
			height: 40px;
			overflow: hidden;
			color: #fff;
			position: relative;
		}

			.nav .sub a i {
				float: right;
				margin: 13px 10px 0 0;
			}

	.nav .dropdown-menu, .nav .dropdown-menu ul {
		position: absolute;
		width: 200px;
		left: 100%;
		top: 0;
		display: none;
		background: rgba(0,0,0,0.7);
	}

	.nav .sub li:hover .dropdown-menu, .nav .sub .dropdown-menu li:hover ul {
		display: block;
	}
	/*
#sub11{
	width:1200px;
	padding:10px 0;
}

#sub11 dl{
	width:14.6666666%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	width:auto;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#sub11 dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
#sub11 dl dd{
	margin-top:10px;
}
#sub11 dl a{
	text-align:left;
	text-indent:15px;
}
#sub11 p{
	display:block;
	line-height:30px!important;
	border-bottom:1px dotted #ccc;
}
*/
	.nav .nLi:nth-child(1) {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	.nav .nLi:nth-child(2) {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.nav .nLi:nth-child(3) {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}

	.nav .nLi:nth-child(4) {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}

	.nav .nLi:nth-child(5) {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

	.nav .nLi:nth-child(6) {
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}

	.nav .nLi:nth-child(7) {
		-webkit-animation-delay: 0.7s;
		animation-delay: 0.7s;
	}

	.nav .nLi:nth-child(8) {
		-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s;
	}

	.nav .nLi:nth-child(9) {
		-webkit-animation-delay: 0.9s;
		animation-delay: 0.9s;
	}

	.nav .nLi:nth-child(10) {
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
/*-----------------头部end------------------------*/

.index_title_01 {
	overflow: visible;
	text-align: center;
}
	/*
.index_title_01_center{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	background:transparent;
}

.index_title_01_center:before{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#fff;
}
.index_title_01_center:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#fff;
} */
	.index_title_01 h2 {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		/* display: block; */
		position: relative;
		font-size: 36px;
		/* background:transparent; */
		padding: 0 30px;
		text-transform: uppercase;
		z-index: 20;
		color: #fff;
		line-height: 65px;
		border: 1px solid #fff;
	}

		.index_title_01 h2:before {
			content: "";
			width: 1000px;
			height: 1px;
			display: block;
			position: absolute;
			top: 50%;
			right: 100%;
			background: #fff;
		}

		.index_title_01 h2:after {
			content: "";
			width: 1000px;
			height: 1px;
			display: block;
			position: absolute;
			top: 50%;
			left: 100%;
			background: #fff;
		}

	.index_title_01 h3 {
		/* display:block; */
		font-size: 18px;
		color: #c39a5c;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		position: relative;
		padding: 0px 20px;
		background: #fff;
		font-weight: normal;
		text-transform: uppercase;
		margin-top: 5px;
	}

		.index_title_01 h3:before {
			content: "";
			width: 335px;
			height: 1px;
			display: block;
			position: absolute;
			top: 50%;
			right: 100%;
			/* margin-top:-4px; */
			background: #ccc;
		}

		.index_title_01 h3:after {
			content: "";
			width: 335px;
			height: 1px;
			display: block;
			position: absolute;
			top: 50%;
			left: 100%;
			/* margin-top:-4px; */
			background: #ccc;
		}

	.index_title_01 p {
		display: block;
		color: #666;
		margin-top: 8px;
	}

/*----首页带框中英文标题*/

.index_title_02 {
	text-align: center;
	overflow: hidden;
}

	.index_title_02 h2 {
		font-size: 48px;
		text-transform: uppercase;
	}

	.index_title_02 h3 {
		font-size: 60px;
		margin-top: 10px;
		font-weight: normal;
		font-family: Arial;
		text-transform: uppercase;
	}

	.index_title_02 p {
		display: block;
		margin-top: 10px;
		font-size: 24px;
	}

/*左右标题名称带More*/
.index_title_03 {
	overflow: visible;
	padding-bottom: 10px;
	border-bottom: 1px solid #33387A;
	overflow: hidden;
}

	.index_title_03 h2 {
		display: block;
		font-size: 20px;
		position: relative;
		color: #fff;
		float: left;
	}

	.index_title_03 span {
		display: block;
		float: right;
		margin-right: 50px;
		font-size: 16px;
		padding-left: 140px;
		background: url(/web/pic/star.png) left center no-repeat;
		text-transform: uppercase;
	}


/*首页名称上小字下大字*/
.index_title_04 {
	overflow: hidden;
	text-align: center;
	position: relative;
}

	.index_title_04 .hou {
		font-size: 40px;
		color: rgb(0, 159, 231);
		overflow: hidden;
	}

	.index_title_04 .qian {
		width: 100%;
		overflow: visible;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 36px;
		color: #fff;
		text-transform: uppercase;
	}

	.index_title_04 .line {
		width: 35px;
		height: 5px;
		display: block;
		margin: 20px auto 0 auto;
		background: #00a0e8;
		transform: skew(-20deg);
	}
/*首页名称英文中文横线设计的好牛逼*/
.index_title_05 {
	overflow: hidden;
	text-align: center;
}

	.index_title_05 h2 {
		display: block;
		font-size: 36px;
		/* font-weight: normal; */
		text-transform: uppercase;
	}

	/* .index_title_05 span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	margin-top:5px;
}
.index_title_05 span a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0px 15px;
	background: #fff;
	line-height:30px;
	text-transform:uppercase;
	transition:0.6s;
}
.index_title_05 span a:hover{
	background:#41630F;
	color:#fff;
	border-color:#41630F;
} */
	/* .index_title_05 span:before{
	content: "";
	width:100px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#0B9CEB;
}
.index_title_05 span:after{
	content: "";
	width:100px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#0B9CEB;
} */
	/* .index_title_05 h3{
	display:block;
	font-size:24px;
	font-weight:normal;
}*/
	.index_title_05 .line {
		width: 80px;
		height: 2px;
		display: block;
		margin: 10px auto 0 auto;
		background: #666;
	}

	.index_title_05 p {
		color: #666;
		margin-top: 15px;
		display: block;
		line-height: 25px;
		overflow: hidden;
		word-wrap: break-word;
		font-size: 16px;
	}
/*首页栏目名称带短线*/
.index_title_06 {
	overflow: hidden;
	text-align: center;
}

	.index_title_06 h2 {
		display: block;
		font-size: 40px;
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
	}

	.index_title_06 span.line {
		width: 80px;
		display: block;
		height: 2px;
		margin: 15px auto 0px auto;
		background: #fff;
	}

	.index_title_06 p {
		display: block;
		margin: 10px auto 0 auto;
		color: #fff;
		overflow: hidden;
		font-size: 16px;
	}
/*第一个字母变色*/
.index_title_07 {
	overflow: hidden;
}

	.index_title_07 h2 {
		display: block;
		float: left;
		overflow: hidden;
		padding-top: 10px;
		background: url(/web/pic/index_title.jpg) left top no-repeat;
		font-size: 36px;
		text-transform: uppercase;
		color: #0091f7;
	}

		.index_title_07 h2:first-letter {
			color: #282828 !important;
		}

	.index_title_07 p {
		font-size: 16px;
		display: block;
		margin-top: 10px;
		color: #666;
		overflow: hidden;
	}
/*----上面和下面带横线-----*/
.index_title_08 {
	text-align: center;
	overflow: visible;
}

	.index_title_08 h2 {
		font-size: 50px;
		text-transform: uppercase;
		color: #fff;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		position: relative;
		padding: 5px 0;
		font-weight: normal;
	}

		.index_title_08 h2:before {
			content: "";
			width: 50px;
			height: 1px;
			display: block;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -25px;
			background: #fff;
		}

		.index_title_08 h2:after {
			content: "";
			width: 50px;
			height: 1px;
			display: block;
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -25px;
			background: #fff;
		}

	.index_title_08 p {
		font-size: 18px;
		text-transform: uppercase;
		display: block;
		margin-top: 5px;
		color: #666;
	}
/*左右和title_03一样*/
.index_title_09 {
	overflow: visible;
	height: 45px;
	background: #861310;
}

	.index_title_09 h2 {
		display: block;
		font-size: 18px;
		position: relative;
		color: #fff;
		line-height: 45px;
		float: left;
		font-weight: normal;
		padding-left: 10px;
	}

	.index_title_09 h3 {
		font-weight: normal;
		font-size: 14px;
		color: #fff;
		display: block;
		float: left;
		margin-left: 10px;
		margin-top: 15px;
	}

	.index_title_09 span {
		display: block;
		float: right;
		margin-top: 13px;
		margin-right: 10px;
	}

		.index_title_09 span a {
			display: block;
			padding: 0 10px;
			line-height: 20px;
			background: #fff;
			transition: 0.6s;
			color: #861310;
			font-size: 12px;
		}
/*--首页分类带圆形遮罩--*/
#lm {
	width: 1250px;
	overflow: hidden;
}

	#lm li {
		position: relative;
		float: left;
		margin-right: 36px;
		overflow: hidden;
		width: 170px;
	}

		#lm li .pic {
			width: 170px;
			height: 184px;
			display: block;
			overflow: hidden;
		}

		#lm li img {
			height: auto;
			max-width: 100%;
			display: block;
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			transition: 0.6s;
		}

		#lm li:hover img {
			transform: scale(1.1);
		}

		#lm li .zhezhao {
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			z-index: 2;
			left: 0;
			top: 0;
			background: url(../images/lm_yuan.png) top center no-repeat;
		}

		#lm li i {
			display: block;
			font-size: 44px;
			color: #fff;
			position: absolute;
			top: 35%;
			z-index: 3;
			margin: 0px auto;
			width: 100%;
			text-align: center;
			filter: alpha(opacity=50);
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
			transition: 0.6s;
		}

		#lm li:hover i {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}

		#lm li h3 {
			display: block;
			text-align: center;
			font-size: 16px;
			font-weight: normal;
			margin-top: 10px;
		}

		#lm li a {
			display: block;
			overflow: hidden;
		}
/*仅有一张图片首页横排常用于广告*/
ul.index_tulist {
	width: 130px;
	overflow: hidden;
	float: left;
}

	ul.index_tulist li {
		width: 130px;
		height: 150px;
		overflow: hidden;
		transition: 0.6s;
		text-align: center;
		margin-bottom: 45px;
	}

	ul.index_tulist #li3 {
		margin-bottom: 0 !important;
	}

	ul.index_tulist li h3 {
		display: block;
		font-size: 16px;
		margin-top: 95px;
		/* font-weight:normal; */
	}

/*首页标题浮在图片上列表*/
ul.index_cplist_01 {
	width: 1250px;
	overflow: hidden;
}

	ul.index_cplist_01 li {
		height: 321px;
		float: left;
		overflow: hidden;
		position: relative;
		text-align: center;
		/* border-right: 15px solid transparent; */
		margin-top: 15px;
		margin-right: 15px;
	}

	ul.index_cplist_01 #li1, ul.index_cplist_01 #li6 {
		width: 322px;
	}

	ul.index_cplist_01 #li2, ul.index_cplist_01 #li4 {
		width: 499px;
	}

	ul.index_cplist_01 #li3, ul.index_cplist_01 #li5 {
		width: 350px;
	}

	ul.index_cplist_01 li img {
		max-width: 100%;
		height: auto;
		display: block;
		transition: 0.6s;
	}

	ul.index_cplist_01 li:hover img {
		transform: scale(1.1);
	}

	ul.index_cplist_01 li a {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}

		ul.index_cplist_01 li a h3 {
			display: block;
			text-align: center;
			font-size: 18px;
			color: #fff;
			background: rgba(0,0,0,0.6);
			/* font-weight:normal; */
			line-height: 50px;
			width: 100%;
			position: absolute;
			left: 0;
			bottom: 0;
			z-index: 5;
		}

		ul.index_cplist_01 li a .line {
			width: 80px;
			height: 2px;
			background: #fff;
			display: block;
			margin: 15px auto 0 auto;
		}


/*不规则产品不带遮罩*/
ul.index_cplist_02 {
	position: relative;
	overflow: visible;
	height: 822px;
}

	ul.index_cplist_02 li {
		overflow: hidden;
		position: absolute;
		/* -moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	border: 1px solid #ccc; */
	}

		ul.index_cplist_02 li:hover {
			/* -moz-box-shadow:0px 0px 5px #00a142;
	-webkit-box-shadow:0px 0px 5px #00a142;
	box-shadow:0px 0px 5px #00a142;

	border-color:#00a142;
	transition:0.5s; */
		}

		ul.index_cplist_02 li img {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0px auto;
			transition: 0.6s;
		}

		ul.index_cplist_02 li:hover {
		}

	ul.index_cplist_02 #li1 {
		width: 593px;
		height: 497px;
		left: 0px;
		top: 0px;
	}

	ul.index_cplist_02 #li2 {
		width: 593px;
		height: 311px;
		right: 0;
		top: 0;
	}

	ul.index_cplist_02 #li3 {
		width: 593px;
		height: 311px;
		left: 0;
		bottom: 0;
	}

	ul.index_cplist_02 #li4 {
		width: 593px;
		height: 497px;
		right: 0;
		bottom: 0;
	}

	ul.index_cplist_02 #li5 {
		width: 380px;
		height: 330px;
		right: 0;
		top: 345px;
	}

	ul.index_cplist_02 #li6 {
		width: 540px;
		height: 330px;
		left: 0;
		bottom: 0;
	}

	ul.index_cplist_02 #li7 {
		width: 645px;
		height: 330px;
		right: 0;
		bottom: 0;
	}

	ul.index_cplist_02 #li8 {
		width: 645px;
		height: 375px;
		left: 0;
		bottom: 0;
	}

	ul.index_cplist_02 #li9 {
		width: 540px;
		height: 375px;
		right: 0;
		bottom: 0;
	}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03 {
	width: 1270px;
	overflow: visible;
}

	dl.index_cplist_03 dd {
		width: 385px;
		float: left;
		margin: 0px 22.5px 0px 0px;
		overflow: hidden;
		text-align: center;
	}

	dl.index_cplist_03 #dd1, dl.index_cplist_03 #dd2, dl.index_cplist_03 #dd3 {
		padding-bottom: 25px;
		border-bottom: 1px solid #ccc;
	}

	dl.index_cplist_03 #dd4, dl.index_cplist_03 #dd5, dl.index_cplist_03 #dd6 {
		padding-top: 25px;
	}

	dl.index_cplist_03 #dd1, dl.index_cplist_03 #dd2, dl.index_cplist_03 #dd4, dl.index_cplist_03 #dd5 {
		border-right: 1px solid #ccc;
	}

	dl.index_cplist_03 dd .pic {
		display: block;
		overflow: hidden;
		height: 385px;
	}

	dl.index_cplist_03 dd img {
		/* max-width:100%;
	height:auto; */
		height: 390px;
		width: auto;
		display: block;
		transition: 0.6s;
		margin: 0px 0 0 -67.5px;
	}

	dl.index_cplist_03 dd:hover {
		/* background:#FFE0C4; */
	}

		dl.index_cplist_03 dd:hover .pic {
			/* border-color:#23AC38; */
		}

		dl.index_cplist_03 dd:hover img {
			transform: scale(1.1);
		}

	dl.index_cplist_03 dd h3 {
		display: block;
		overflow: hidden;
		font-weight: normal;
		font-size: 16px;
		margin-top: 10px;
	}

		dl.index_cplist_03 dd h3 span {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			padding-right: 30px;
			background: url(/web/pic/jiantou.png) right center no-repeat;
		}

	dl.index_cplist_03 dd p {
		display: block;
		overflow: hidden;
		color: #666;
		margin-top: 15px;
	}

	dl.index_cplist_03 dd .time {
		display: block;
		color: #0081cd;
		text-align: center;
		margin-top: 10px;
		text-decoration: underline;
	}

	dl.index_cplist_03 dd .jia {
		width: 40px;
		height: 30px;
		display: block;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	dl.index_cplist_03 dd .line {
		width: 70px;
		height: 2px;
		display: block;
		margin-top: 20px;
		background: #23AC38;
	}

	dl.index_cplist_03 dd .detail {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		background: #6d1f37;
		color: #fff;
		text-align: center;
		line-height: 35px;
		padding: 0 20px;
		margin-top: 20px;
	}

	dl.index_cplist_03 dd:nth-child(1) {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	dl.index_cplist_03 dd:nth-child(2) {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	dl.index_cplist_03 dd:nth-child(3) {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}

	dl.index_cplist_03 dd:nth-child(4) {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}

	dl.index_cplist_03 dd:nth-child(5) {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

	dl.index_cplist_03 dd:nth-child(6) {
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}

	dl.index_cplist_03 dd:nth-child(7) {
		-webkit-animation-delay: 0.7s;
		animation-delay: 0.7s;
	}

	dl.index_cplist_03 dd:nth-child(8) {
		-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s;
	}

	dl.index_cplist_03 dd:nth-child(9) {
		-webkit-animation-delay: 0.9s;
		animation-delay: 0.9s;
	}

	dl.index_cplist_03 dd:nth-child(10) {
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
/*首页规则产品列表图片上标题下*/
dl.index_cplist_04 {
	width: 1250px;
	overflow: visible;
}

	dl.index_cplist_04 dd {
		list-style-type: none;
		float: left;
		width: 285px;
		transition: .0.6s;
		text-align: center;
		overflow: hidden;
		margin-right: 20px;
		margin-top: 30px;
		position: relative;
	}

		dl.index_cplist_04 dd a {
			display: block;
			overflow: hidden;
		}

		dl.index_cplist_04 dd .pic {
			display: block;
			overflow: hidden;
			position: relative;
		}

		dl.index_cplist_04 dd img {
			max-width: 100%;
			height: auto;
			display: block;
			transition: 0.6s;
			margin: 0px auto;
		}

		dl.index_cplist_04 dd .zhezhao {
			overflow: hidden;
			width: 100%;
			height: 100%;
			background: url(/web/pic/jia.png) center center no-repeat rgb(0, 159, 231);
			position: absolute;
			left: 0;
			top: 0;
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			transition: 0.6s;
			z-index: 100;
		}

		dl.index_cplist_04 dd:hover .zhezhao {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}

		dl.index_cplist_04 dd:hover .pic img {
			transform: scale(1.1);
		}

		dl.index_cplist_04 dd h3 {
			display: block;
			margin-top: 10px;
			font-weight: normal;
		}

		dl.index_cplist_04 dd:nth-child(1) {
			-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
		}

		dl.index_cplist_04 dd:nth-child(2) {
			-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
		}

		dl.index_cplist_04 dd:nth-child(3) {
			-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s;
		}

		dl.index_cplist_04 dd:nth-child(4) {
			-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
		}

		dl.index_cplist_04 dd:nth-child(5) {
			-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
		}

		dl.index_cplist_04 dd:nth-child(6) {
			-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
		}

		dl.index_cplist_04 dd:nth-child(7) {
			-webkit-animation-delay: 0.7s;
			animation-delay: 0.7s;
		}

		dl.index_cplist_04 dd:nth-child(8) {
			-webkit-animation-delay: 0.8s;
			animation-delay: 0.8s;
		}

		dl.index_cplist_04 dd:nth-child(9) {
			-webkit-animation-delay: 0.9s;
			animation-delay: 0.9s;
		}

		dl.index_cplist_04 dd:nth-child(10) {
			-webkit-animation-delay: 1s;
			animation-delay: 1s;
		}
/*不规则产品带遮罩*/
ul.index_cplist_05 {
	overflow: hidden;
	position: relative;
	height: 500px;
	/* width:1250px; */
}

	ul.index_cplist_05 li {
		overflow: hidden;
		position: absolute;
		text-align: center;
	}

		ul.index_cplist_05 li:hover {
		}

		ul.index_cplist_05 li img {
			max-width: 100%;
			height: auto;
			display: block;
			z-index: 1;
			position: absolute;
			left: 0;
			top: 0;
			transition: 0.6s;
		}

		ul.index_cplist_05 li:hover img {
			transform: scale(1.1);
		}

		ul.index_cplist_05 li a {
			width: 100%;
			height: 100%;
			overflow: hidden;
			display: block;
			transition: 0.6s;
			position: absolute;
			z-index: 10;
			left: 0;
			top: 0;
			opacity: 0;
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			transform: scale(0.8);
			-webkit-transform: scale(0.8);
			transform: scale(0.8);
			-webkit-transition: all ease .5s;
			-moz-transition: all ease .5s;
			transition: all ease .5s;
			padding: 15px;
		}

		ul.index_cplist_05 li:hover a {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}

		ul.index_cplist_05 li a .kuang {
			width: 100%;
			height: 100%;
			display: block;
			background: rgba(0,0,0,0.6);
			border-bottom: 2px solid #ff960b;
			padding: 20px 20px 0 20px;
		}

		ul.index_cplist_05 li a i {
			color: #666;
			font-size: 26px;
			line-height: 50px;
			width: 50px;
			height: 50px;
			display: block;
			margin: 25% auto 0 auto;
			background: #fff;
		}

		ul.index_cplist_05 li a h3 {
			font-size: 16px;
			color: #fff;
			display: block;
			font-weight: normal;
			text-decoration: underline;
		}

		ul.index_cplist_05 li a .line {
			width: 80%;
			height: 1px;
			background: #fff;
			display: block;
			margin: 10px auto 0 auto;
		}

		ul.index_cplist_05 li .txt {
			padding: 0 80px;
			overflow: hidden;
		}

		ul.index_cplist_05 li a p {
			color: #d1d1d1;
			line-height: 25px;
			margin-top: 25px;
		}

		ul.index_cplist_05 li a .detail {
			display: block;
			width: 120px;
			height: 35px;
			border: 1px solid #fff;
			line-height: 35px;
			text-align: center;
			margin: 20px auto 0 auto;
			color: #fff;
		}

	ul.index_cplist_05 #li1 {
		width: 350px;
		height: 500px;
		left: 0;
		top: 0;
	}

		ul.index_cplist_05 #li1 .kuang {
			padding-top: 95px;
		}

		ul.index_cplist_05 #li1 .detail, ul.index_cplist_05 #li1 p {
			margin-top: 45px;
		}

	ul.index_cplist_05 #li2 {
		width: 345px;
		height: 245px;
		left: 362.5px;
		top: 0;
	}

	ul.index_cplist_05 #li3 {
		width: 480px;
		height: 245px;
		right: 0;
		top: 0px;
	}

	ul.index_cplist_05 #li4 {
		width: 480px;
		height: 245px;
		left: 362.5px;
		bottom: 0px;
	}

	ul.index_cplist_05 #li5 {
		width: 345px;
		height: 245px;
		right: 0;
		bottom: 0;
	}

	ul.index_cplist_05 #li6 {
		width: 288px;
		height: 288px;
		left: 0;
		top: 0;
		background: #3582A0;
	}

	ul.index_cplist_05 #li7 {
		width: 271px;
		height: 283px;
		right: 0;
		bottom: 0;
		background: #3582A0;
	}

/*不规则产品带遮罩*/
dl.index_cplist_06 {
	width: 1250px;
}

	dl.index_cplist_06 dd {
		overflow: hidden;
		position: relative;
		text-align: center;
		float: left;
		margin-top: 22.5px;
		margin-right: 22.5px;
		width: 385px;
	}

		dl.index_cplist_06 dd img {
			max-width: 100%;
			height: auto;
			display: block;
			transition: 1s;
		}

		dl.index_cplist_06 dd a {
			width: 100%;
			height: 100%;
			overflow: hidden;
			display: block;
			transition: 0.6s;
			position: absolute;
			z-index: 10;
			left: 0;
			top: 0;
		}

		dl.index_cplist_06 dd .txt {
			width: 100%;
			height: 35px;
			background: rgba(0,0,0,0.5);
			position: absolute;
			z-index: 3;
			left: 0;
			bottom: 0;
			overflow: hidden;
			transition: 0.6s;
		}

		dl.index_cplist_06 dd:hover .txt {
			height: 100%;
		}

		dl.index_cplist_06 dd:hover img {
			transform: scale(1.1);
		}

		dl.index_cplist_06 dd:hover .txt h3 {
			margin-top: 20%;
			text-align: left;
			line-height: 20px;
		}

		dl.index_cplist_06 dd .txt h3 {
			font-size: 18px;
			color: #fff;
			text-align: center;
			display: block;
			font-weight: normal;
			line-height: 35px;
			height: 35px;
		}

		dl.index_cplist_06 dd .txt p {
			color: #ddd;
			line-height: 25px;
			padding: 0 10px;
			margin-top: 15px;
			display: block;
		}

		dl.index_cplist_06 dd .txt .time {
			display: block;
			margin: 10px;
			width: 80px;
			height: 25px;
			font-size: 12px;
			color: #fff;
			border: 1px solid #fff;
			text-align: center;
			line-height: 25px;
		}

/*----首页带图片新闻-------*/
.index_tuwenlist {
	overflow: hidden;
}

	.index_tuwenlist dl {
		overflow: hidden;
		margin-top: 15px;
	}

	.index_tuwenlist #dl1, .index_tuwenlist #dl3 {
		float: left;
	}

	.index_tuwenlist #dl2, .index_tuwenlist #dl4 {
		float: right;
	}

	.index_tuwenlist dl dt {
		text-align: center;
		overflow: hidden;
		width: 152px;
		float: left;
	}

		.index_tuwenlist dl dt img {
			max-width: 100%;
			height: auto;
			display: block;
			transition: 0.6s;
		}

		.index_tuwenlist dl dt a {
			width: 100%;
			height: 100%;
			display: block;
			overflow: hidden;
		}

	.index_tuwenlist dl:hover dt img {
		/* transform:scale(1.1); */
	}

	.index_tuwenlist #dl1 dt, .index_tuwenlist #dl2 dd, .index_tuwenlist #dl3 dt, .index_tuwenlist #dl4 dd, .index_tuwenlist #dl5 dt, .index_tuwenlist #dl6 dd, .index_tuwenlist #dl7 dt, .index_tuwenlist #dl8 dd {
		float: right;
	}

	.index_tuwenlist #dl1 dd, .index_tuwenlist #dl2 dt, .index_tuwenlist #dl3 dd, .index_tuwenlist #dl4 dt, .index_tuwenlist #dl5 dd, .index_tuwenlist #dl6 dt, .index_tuwenlist #dl7 dd, .index_tuwenlist #dl8 dt {
		float: left;
	}

	.index_tuwenlist dl dt .ri {
		display: block;
		color: #000;
		font-size: 36px;
		font-family: Arial;
		font-weight: bold;
		margin-top: 10px;
	}

	.index_tuwenlist dl dt .nian {
		display: block;
		color: #666;
		font-family: Arial;
		margin-top: 5px;
	}

	.index_tuwenlist dl dd {
		overflow: hidden;
		margin-left: 165px;
	}

		.index_tuwenlist dl dd h3 .pic {
			display: block;
			float: left;
			margin-right: 20px;
		}

		.index_tuwenlist dl dd h3 {
			display: block;
			font-size: 16px;
			font-weight: normal;
		}

		.index_tuwenlist dl dd .line {
			width: 130px;
			height: 2px;
			display: block;
			margin-top: 15px;
			background: #333;
		}

	.index_tuwenlist dl p {
		margin-top: 10px;
		line-height: 25px;
		color: #666;
		display: block;
		overflow: hidden;
	}

		.index_tuwenlist dl p a {
			color: #018EC6;
			margin-left: 15px;
		}

	.index_tuwenlist dl dd .time {
		margin-top: 10px;
		display: block;
		color: #999;
		font-size: 12px;
	}

	.index_tuwenlist dl .detail {
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #666;
		margin-top: 20px;
		transition: 0.6s;
	}

	.index_tuwenlist dl dd .detail:hover {
		background: #00B3DC;
		border-color: #00B3DC;
		color: #fff;
		transition: 0.5s;
	}
/*头条*/
dl.toutiao {
	overflow: hidden;
	width: 530px;
	float: left;
}

	dl.toutiao dt {
		overflow: hidden;
		height: 220px;
	}

		dl.toutiao dt img {
			max-width: 100%;
			height: auto;
			display: block;
			transition: 0.6s;
			margin-top: -89px;
		}

		dl.toutiao dt:hover img {
			transform: scale(1.1);
		}

	dl.toutiao dd {
		overflow: hidden;
		margin-top: 15px;
	}

		dl.toutiao dd h3 {
			display: block;
			font-size: 16px;
			font-weight: normal;
		}

			dl.toutiao dd h3 a {
			}

		dl.toutiao dd p {
			line-height: 25px;
			overflow: hidden;
			display: block;
			color: #999;
			margin-top: 10px;
		}

		dl.toutiao dd .time {
			display: block;
			float: left;
			color: #fff;
			line-height: 30px;
		}

	dl.toutiao .detail {
		display: block;
		line-height: 30px;
		width: 100px;
		text-align: center;
		border: 1px solid #7f81d6;
		color: #7f81d6;
		float: right;
	}
/*首页新闻列表普通*/
dl.index_newslist_01 {
	overflow: hidden;
}

	dl.index_newslist_01 dd {
		overflow: hidden;
		line-height: 45px;
		height: 45px;
		overflow: hidden;
		border-bottom: 1px dotted #747474;
	}

		dl.index_newslist_01 dd a {
			display: block;
			font-size: 16px;
		}

		dl.index_newslist_01 dd i {
			margin-right: 10px;
			font-size: 18px;
		}

		dl.index_newslist_01 dd span {
			float: right;
			color: #999;
			font-size: 12px;
		}

/*首页横排3块*/
.box {
	overflow: visible;
	width: 390px;
	float: left;
}

	.box img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
	}

.box_shang {
	overflow: hidden;
	width: 140px;
	height: 160px;
	position: absolute;
	display: block;
	left: 50%;
	bottom: 0;
	margin-left: -70px;
	text-align: center;
	z-index: 10;
	color: #fff;
}
	/* .box_shang .name{
	width:140px;
	height:160px;
	position:absolute;
	display:block;
	left:50%;
	bottom:0;
	margin-left:-71px;
	text-align:center;
	z-index:10;
} */
	.box_shang span {
		font-size: 48px;
		display: block;
		margin-top: 25px;
	}

	.box_shang h3 {
		display: block;
		margin-top: 10px;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
	}

.box_box {
	height: 435px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}


.tbox {
	overflow: hidden;
}

	.tbox img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
	}

.tbox_pd {
	padding: 20px;
	overflow: hidden;
	/* border: 1px solid #ccc;
	border-top: none; */
}
/*首页新闻列表带图片*/
ul.index_newslist_02, dl.index_newslist_02 {
	width: 1250px;
	overflow: hidden;
}

	ul.index_newslist_02 li, dl.index_newslist_02 dd {
		width: 225px;
		height: 360px;
		overflow: hidden;
		float: left;
		margin-right: 18.75px;
		margin-bottom: 5px;
		background: url(/web/pic/jia.jpg) right bottom no-repeat #F5F5F5;
		/* position: relative; */
		/* -moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow:0px 0px 5px #999; */
		/* border:1px solid #ccc;
	text-align: center; */
	}

		dl.index_newslist_02 dd:hover {
			/* border-color:#e50014; */
			-moz-box-shadow: 0px 0px 5px #666;
			-webkit-box-shadow: 0px 0px 5px #666;
			box-shadow: 0px 0px 5px #666;
		}

			dl.index_newslist_02 dd:hover .pic {
				/* border-color:#23AC38; */
			}

		ul.index_newslist_02 li .pic, dl.index_newslist_02 dd .pic {
			display: block;
			overflow: hidden;
			/* border:1px solid #ddd; */
			/* position: absolute;
	top:0;
	width:300px;
	overflow: hidden;
	left:50%;
	margin-left: -150px;
	z-index: 10; */
		}

		ul.index_newslist_02 li img, dl.index_newslist_02 dd img {
			height: auto;
			max-width: 100%;
			display: block;
			transition: 0.6s;
			/* margin:-15px auto 0 auto; */
		}

		ul.index_newslist_02 li:hover img, dl.index_newslist_02 dd:hover img {
			transform: scale(1.1);
		}

		ul.index_newslist_02 li .txt, dl.index_newslist_02 dd .txt {
			padding: 0 15px 0px 15px;
			overflow: hidden;
			border-top: none;
		}

		ul.index_newslist_02 li h3, dl.index_newslist_02 dd h3 {
			display: block;
			font-size: 14px;
			font-weight: normal;
			overflow: hidden;
			margin-top: 10px;
		}

		ul.index_newslist_02 li .line, dl.index_newslist_02 dd .line {
			width: 100px;
			height: 2px;
			display: block;
			margin: 5px 0 0 0;
			background: #23AC38;
		}

		ul.index_newslist_02 li h3 a, dl.index_newslist_02 dd h3 a {
		}

		ul.index_newslist_02 li p, dl.index_newslist_02 dd p {
			margin-top: 10px;
			line-height: 25px;
		}

		ul.index_newslist_02 li .time, dl.index_newslist_02 dd .time {
			/* display:inline-block;
	*display: inline;
	*zoom:1; */
			display: block;
			/* padding:5px 10px;
	background:#e50014;
	transition:0.6s; */
			margin-top: 15px;
			color: #666;
			font-size: 16px;
		}

			dl.index_newslist_02 dd .time i {
				margin-right: 5px;
				color: #333;
			}

		ul.index_newslist_02 li .detail, dl.index_newslist_02 dd .detail {
			display: block;
			color: #2592d0;
			margin-top: 15px;
		}

		dl.index_newslist_02 dd:nth-child(1) {
			-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
		}

		dl.index_newslist_02 dd:nth-child(2) {
			-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
		}

		dl.index_newslist_02 dd:nth-child(3) {
			-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s;
		}

		dl.index_newslist_02 dd:nth-child(4) {
			-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
		}

		dl.index_newslist_02 dd:nth-child(5) {
			-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
		}

/*首页新闻案例列表带遮罩*/
dl.index_newslist_03 {
	width: 1220px;
	overflow: hidden;
}

	dl.index_newslist_03 dd {
		width: 33.333333333%;
		float: left;
		overflow: hidden;
		height: 290px;
		position: relative;
		border-right: 20px solid transparent;
		/* border-bottom: 20px solid transparent; */
	}

		dl.index_newslist_03 dd .ovrlyT {
			background: rgba(0, 0, 0, 0.25);
			height: 100%;
			left: 100%;
			position: absolute;
			top: -100%;
			width: 100%;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			z-index: 2;
		}

		dl.index_newslist_03 dd .ovrlyB {
			background: rgba(0, 0, 0, 0.25);
			height: 100%;
			left: -100%;
			position: absolute;
			top: 100%;
			width: 100%;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			z-index: 3;
		}

		dl.index_newslist_03 dd .buttons {
			position: absolute;
			top: 35%;
			left: 49%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			z-index: 4;
		}

			dl.index_newslist_03 dd .buttons .fa {
				-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
				box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				display: inline-block;
				line-height: 35px;
				font-size: 20px;
				text-align: center;
				text-decoration: none;
				width: 35px;
				height: 35px;
				-webkit-transition: all 0.2s 0.3s;
				-moz-transition: all 0.2s 0.3s;
				-o-transition: all 0.2s 0.3s;
				transition: all 0.2s 0.3s;
				opacity: 0;
				border: 1px solid #fff;
				color: #fff;
			}

		dl.index_newslist_03 dd:hover .ovrlyT {
			left: 0;
			top: 0;
		}

		dl.index_newslist_03 dd:hover .ovrlyB {
			left: 0;
			top: 0;
		}

		dl.index_newslist_03 dd:hover .buttons .fa {
			opacity: 1;
		}

		dl.index_newslist_03 dd img {
			width: 100%;
			height: auto;
			display: block;
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			transition: 0.6s;
		}

		dl.index_newslist_03 dd:hover img {
			transform: scale(1.1);
		}

		dl.index_newslist_03 dd a {
			width: 100%;
			height: 100%;
			display: block;
			overflow: hidden;
			position: absolute;
			z-index: 10;
			left: 0;
			top: 0;
			padding: 10px;
			box-sizing: border-box;
			-moz-box-sizing: border-box; /* Firefox */
			-webkit-box-sizing: border-box; /* Safari */
		}

			dl.index_newslist_03 dd a .kuang {
				display: block;
				overflow: hidden;
				height: 100%;
				border: 1px solid #fff;
				filter: alpha(opacity=0);
				-moz-opacity: 0;
				-khtml-opacity: 0;
				opacity: 0;
			}

		dl.index_newslist_03 dd:hover a .kuang {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}

		dl.index_newslist_03 dd a h3, dl.index_newslist_03 dd a p {
			text-align: center;
			color: #fff;
			font-size: 16px;
			font-weight: normal;
			margin-top: 38%;
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			transform: translateY(-50px);
			transition: 0.6s;
			padding: 0 15px;
		}

		dl.index_newslist_03 dd:hover a h3, dl.index_newslist_03 dd:hover a p {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
			transform: translateY(0px);
		}

		dl.index_newslist_03 dd:nth-child(1) {
			-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
		}

		dl.index_newslist_03 dd:nth-child(2) {
			-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
		}

		dl.index_newslist_03 dd:nth-child(3) {
			-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s;
		}

		dl.index_newslist_03 dd:nth-child(4) {
			-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
		}

		dl.index_newslist_03 dd:nth-child(5) {
			-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
		}

		dl.index_newslist_03 dd:nth-child(6) {
			-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
		}

		dl.index_newslist_03 dd:nth-child(7) {
			-webkit-animation-delay: 0.7s;
			animation-delay: 0.7s;
		}

		dl.index_newslist_03 dd:nth-child(8) {
			-webkit-animation-delay: 0.8s;
			animation-delay: 0.8s;
		}

		dl.index_newslist_03 dd:nth-child(9) {
			-webkit-animation-delay: 0.9s;
			animation-delay: 0.9s;
		}

		dl.index_newslist_03 dd:nth-child(10) {
			-webkit-animation-delay: 1s;
			animation-delay: 1s;
		}
/*首页日期在图片上的新闻列表*/
.index_newslist_04 {
	width: 1250px;
	overflow: hidden;
}

	.index_newslist_04 li {
		float: left;
		width: 385px;
		overflow: hidden;
		margin-right: 22.5px;
	}

		.index_newslist_04 li span {
			display: block;
		}

		.index_newslist_04 li .pic {
			overflow: hidden;
			display: block;
			height: 240px;
			position: relative;
		}

		.index_newslist_04 li img {
			max-width: 100%;
			height: auto;
			display: block;
			margin-top: -22px;
			transition: 0.6s;
		}

		.index_newslist_04 li:hover img {
			transform: scale(1.1);
		}

		.index_newslist_04 li .txt {
			overflow: hidden;
			position: absolute;
			z-index: 10;
			top: 160px;
			left: 0;
			background: url(/web/pic/txt.png) top center no-repeat;
			padding: 0 10px;
			height: 170px;
		}

		.index_newslist_04 li .time {
			width: 100px;
			height: 35px;
			font-family: Arial;
			text-align: center;
			color: #fff;
			position: absolute;
			z-index: 2;
			right: 0px;
			top: 50%;
			margin-top: -17.5px;
			background: rgba(198,50,45,0.6);
			line-height: 35px;
		}

			.index_newslist_04 li .time em {
				font-style: normal;
				display: block;
			}

			.index_newslist_04 li .time .ri {
				font-size: 20px;
				display: block;
			}

			.index_newslist_04 li .time .nian {
				display: block;
				font-size: 12px;
			}

		.index_newslist_04 li h3 {
			display: block;
			font-size: 16px;
			font-weight: normal;
			margin-top: 15px;
		}

			.index_newslist_04 li h3 a {
			}

		.index_newslist_04 li .line {
			width: 75px;
			height: 2px;
			display: block;
			margin: 15px 0 0 0;
			background: #fff;
		}

	.index_newslist_04 p {
		overflow: hidden;
		display: block;
		margin-top: 10px;
		line-height: 22px;
		color: #666;
	}

	.index_newslist_04 .detail {
		display: block;
		margin-top: 10px;
		color: #c6322d;
		font-size: 12px;
		border-bottom: 1px solid #c6322d;
		float: left;
		/* padding:5px 10px; */
	}

.index_newslist_05 {
	width: 1250px;
	overflow: hidden;
}

	.index_newslist_05 .item {
		width: 375px;
		float: left;
		overflow: hidden;
		margin-right: 37.5px;
	}

	.index_newslist_05 dl {
		overflow: hidden;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}

		.index_newslist_05 dl dt {
			width: 100px;
			float: left;
			overflow: hidden;
		}

			.index_newslist_05 dl dt img {
				max-width: 100%;
				height: auto;
				display: block;
			}

		.index_newslist_05 dl dd {
			margin-left: 115px;
			overflow: hidden;
		}

			.index_newslist_05 dl dd .time {
				display: block;
				color: #666;
			}

			.index_newslist_05 dl dd h3 {
				font-weight: normal;
				font-size: 15px;
				display: block;
				margin-top: 10px;
			}

	.index_newslist_05 .txt {
		overflow: hidden;
		margin-top: 8px;
		overflow: hidden;
		color: #666;
		line-height: 25px;
	}

	.index_newslist_05 .detail {
		float: left;
		padding: 5px;
		border: 1px solid #ccc;
		display: block;
		transition: 0.6s;
	}

	.index_newslist_05 .item:hover .detail {
		background: #00a142;
		color: #fff;
		border-color: #00a142;
	}
/*首页问答FAQ样式*/
dl.wenda_list {
	overflow: hidden;
	padding-bottom: 20px;
}

	dl.wenda_list dt {
		background: url(/web/pic/q.png) left center no-repeat;
		padding-left: 35px;
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
	}

	dl.wenda_list dd {
		overflow: hidden;
		padding-left: 35px;
		background: url(/web/pic/a.png) left top no-repeat;
		line-height: 25px;
		margin-top: 10px;
	}

/*友情链接带图片样式*/
ul.link_01 {
	overflow: hidden;
	width: 1250px;
}

	ul.link_01 li {
		float: left;
		width: 185px;
		overflow: hidden;
		margin-right: 18px;
		margin-top: 30px;
	}

		ul.link_01 li img {
			width: 100%;
			height: auto;
			display: block;
			border: 1px solid #ccc;
		}
/*仅文字链接*/
ul.link_02 {
	text-align: left;
}

	ul.link_02 a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		padding: 0 10px;
		border-right: 1px solid #999;
		line-height: 13px;
		height: 13px;
		margin-top: 5px;
		color: #999;
	}



.lmmc {
	width: auto;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

	.lmmc h2 {
		font-size: 26px;
		font-weight: normal;
		float: left;
		display: block;
	}

/*----首页独立联系我们----*/
ul.index_contact_01 {
	width: 1300px;
	overflow: hidden;
}

	ul.index_contact_01 li {
		width: 225px;
		float: left;
		overflow: hidden;
		margin-right: 100px;
		padding-left: 60px;
		margin-top: 25px;
	}

		ul.index_contact_01 li span {
			height: 45px;
			display: block;
			overflow: hidden;
		}

		ul.index_contact_01 li img {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0px auto;
		}

		ul.index_contact_01 li h4 {
			display: block;
			margin-top: 15px;
			font-size: 18px;
			font-weight: normal;
			color: #666;
		}

		ul.index_contact_01 li .txt {
			overflow: visible;
			font-size: 16px;
			line-height: 25px;
			position: relative;
			padding-bottom: 10px;
		}

			ul.index_contact_01 li .txt:after {
				content: "";
				width: 145px;
				height: 1px;
				display: block;
				position: absolute;
				bottom: 0;
				left: 0;
				background: #999;
				z-index: 20;
			}

/* ul.index_contact_01 #footer_shouji{
	background:url(/web/pic/i3.png) left center no-repeat;
}
ul.index_contact_01 #footer_tel{
	background:url(/web/pic/i2.png) left center no-repeat;
}
ul.index_contact_01 #footer_email{
	background:url(/web/pic/i1.png) left center no-repeat;
}
ul.index_contact_01 #whatsapp{
	background:url(../ico/whatsapp.png) left center no-repeat;
}
ul.index_contact_01 #footer_add{
	background:url(/web/pic/add.png) left center no-repeat;
} */
.zone {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}




/*-----More按钮样式大全---*/
.more_01 {
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display: block;
	color: #0b9cec;
	position: relative;
	width: 120px;
	line-height: 35px;
	text-align: center;
	transition: 0.6s;
	background: #fff;
	/* margin:0px auto; */
}
	/* .more_01:before{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#525252;
	z-index:20;
} */
	/* .more_01:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#fff;
	z-index:20;
} */
	.more_01 i {
		margin-left: 10px;
	}

.more_02 {
	width: 160px;
	line-height: 50px;
	text-align: center;
	display: block;
	overflow: hidden;
	transition: 0.6s;
	background: #00a0e8;
	margin: 0px auto;
	font-size: 16px;
	color: #000;
}

	.more_02:hover {
		background-color: #fff;
		color: #000;
	}

.more_03 {
	width: 120px;
	line-height: 35px;
	text-align: center;
	display: block;
	overflow: hidden;
	color: #b4b4b4;
	transition: 0.6s;
	border: 1px solid #b4b4b4;
}

	.more_03:hover {
		color: #fff;
		background: #0073c0;
		border-color: #0073c0;
	}
/*---首页左边分类右边产品结构--*/
#zuo {
	width: 330px;
	float: left;
	overflow: hidden;
}

#zuo_title {
	overflow: hidden;
	height: 100px;
	text-align: center;
	background: #861310;
}
	/* #zuo_title img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 35px auto 0 auto;
} */
	#zuo_title h2 {
		display: block;
		font-size: 36px;
		text-transform: uppercase;
		color: #fff;
		margin-top: 10px;
	}

	#zuo_title p {
		display: block;
		color: #fff;
		margin-top: 5px;
		text-transform: uppercase;
	}

#zuo ul {
	overflow: hidden;
}

	#zuo ul li {
		background: #757575;
		height: 45px;
		overflow: hidden;
	}

		#zuo ul li:nth-child(even) {
			background: #7B7B7B !important;
		}

		#zuo ul li:hover {
			background: #666 !important;
		}

		#zuo ul li a {
			display: block;
			line-height: 45px;
			text-align: left;
			padding-left: 60px;
			background: url(/web/pic/ico.png) 30px center no-repeat;
			color: #fff;
		}

		#zuo ul li:hover a {
		}

		#zuo ul li i {
			margin-right: 10px;
		}
/* #zuo #zuo_pd{
	padding:0 10px 0px 10px;
	border:1px solid #ccc;
	border-top:none;
	overflow:hidden;
	min-height:615px;
	position:relative;
}
#zuo_more{
	display:block;
	position:absolute;
	bottom:10px;
	border:1px solid #009946;
	line-height: 40px;
	font-size: 18px;
	color: #666;
	width:225px;
	left:10px;
	text-indent: 15px;
	transition: 0.6s;
}
#zuo_more:hover{
	background: #009946;
	color: #fff;
} */
/*
#zuo ul li ul{
	display:none;
	position:absolute;
	left:100%;
	top:0;
	z-index:999999;
	width:280px;
	background:#999;
}
#zuo ul li ul li{
	margin-top:0!important;

}
#zuo ul li:hover ul{
	display:block;
}


#zuo dl{
	overflow:hidden;
}
#zuo dl dt{
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding-left:10px;
	background:#61D978;
}
#zuo dl dt a{
	font-size:20px;
	color:#fff;
}
#zuo dl dt i{
	font-size:18px;
	margin-right:10px;
}
#zuo dl dd{
	line-height:30px;
	border-bottom:1px dotted #40B857;
	padding-left:35px;
	background:url(/web/pic/dd.png) 10px center no-repeat;
}


#zuo_biaoyu{
	width:auto;
	overflow:hidden;
	background:url(../images/zuo_biaoyu.png) top center no-repeat;
}
#zuo_biaoyu h3{
	line-height:33px;
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	color:#fff;
}
#zuo_biaoyu .pd{
	color:#fff;
	line-height:25px;
}
#zuo_lx{
	width:100%;
	height:165px;
	overflow:hidden;
	background:#000;
	margin-top: 17px;
	padding:24px 0 0 30px;
	text-align: left;
}
#zuo_lx:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 0;
	position: absolute;
	width: 0;
	border-width: 20px;
	border-top-color: #fff;
	left: 50%;
	margin-left:-20px;
}
#zuo_lx span{
	display:block;
	font-size:18px;
	color:#fff;
	padding:5px 0 5px 65px;
	background:url(../ico/top_tel_37.png) left center no-repeat;
}
#zuo_lx strong{
	display:block;
	font-size:32px;
	color:#fff;
	margin-top:10px;
	font-family: Arial;
}
*/

#you {
	width: 850px;
	overflow: hidden;
	float: right;
}

	#you #you_title {
		overflow: hidden;
	}
	/*
#you #you_title:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #2F96D0;
	left: 50%;
	margin-left:-10px;
}

#you #you_title h2{
	display:block;
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:50px;
	margin-left:25px;
}
#you #you_title h2 em{
	font-style:normal;
	color:#666;
	margin-left:10px;
	font-weight:normal!important;
	font-size:14px;
}
#you #you_title p{
	display:block;
	font-size:18px;
	text-transform:uppercase;
	color:#a1a1a1;
}
#you #you_title span{
	float:right;
	margin-right:20px;
	display:block;
	margin-top:13px;
}
#you #you_title span a{
	display:block;
	padding:3px 10px;
	background:#fff;
	color:#034091;
}*/
	#you ul {
		overflow: hidden;
		width: 880px;
	}

		#you ul li {
			width: 200px;
			float: left;
			overflow: hidden;
			margin: 0px 16.666666px 15px 0;
			/*

	-moz-box-shadow:0px 0px 5px #ddd;
	-webkit-box-shadow:0px 0px 5px #ddd;
	box-shadow:0px 0px 5px #ddd;
	background:#fff;
	*/
			text-align: center;
		}

			#you ul li .pic {
				/* border:1px solid #ccc; */
				display: block;
				overflow: hidden;
			}

			#you ul li img {
				max-width: 100%;
				height: auto;
				display: block;
				transition: 0.6s;
			}

			#you ul li:hover img {
				transform: scale(1.1);
			}

			#you ul li:hover h3 {
				/* background: #009946; */
			}

			#you ul li h3 {
				display: block;
				overflow: hidden;
				text-align: center;
				font-weight: normal;
				font-size: 14px;
				margin-top: 10px;
			}

				#you ul li h3 a {
					display: block;
				}

			#you ul li p {
				line-height: 20px;
				text-align: left;
				margin-top: 10px;
			}

			#you ul li .detail {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				padding: 5px 10px;
				border: 1px solid #ccc;
				margin-top: 10px;
			}

				#you ul li .detail i {
					margin-right: 10px;
				}

#you_pic img {
	max-width: 100%;
	height: auto;
	display: block;
}
/*-----底部共用-------*/
.footer_zone {
	width: 100%;
	overflow: hidden;
	min-width: 1200px;
	background: #000;
	border-top: 1px solid #404040;
}

.footer {
	width: 1200px;
	overflow: hidden;
	margin: 40px auto 30px auto;
}

	.footer dl {
		float: left;
		overflow: visible;
	}

		.footer dl dt {
			display: block;
			font-size: 18px;
			margin-bottom: 15px;
			overflow: hidden;
			text-transform: uppercase;
		}

			.footer dl dt a {
				display: block;
			}

			.footer dl dt img {
				max-width: 100%;
				height: auto;
				display: block;
				margin: 0 0 10px 18px;
			}

	.footer dd {
		line-height: 30px;
	}

	.footer dl dd a {
	}

#chanpin dd a {
}

.footer dl dd i {
	margin-right: 10px;
}

dl.last {
	width: auto;
	overflow: visible;
	margin-right: 0 !important;
	float: right !important;
	padding-right: 0 !important;
	background: none !important;
	border: none;
}

	dl.last a {
	}

#footer_lxxx {
	overflow: hidden;
	line-height: 25px;
}

	#footer_lxxx img {
		max-width: 25px;
		height: auto;
		display: block;
	}

.footer_zone #footer_lxxx img {
	/* filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
}

#footer_lxxx tr td {
	padding-bottom: 10px;
}

#ewm {
	overflow: hidden;
	text-align: left;
}

	#ewm img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 0px auto;
	}

#footer_follow {
	overflow: hidden;
}

.follow_item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 125px;
	height: 60px;
	border-right: 1px solid #535353;
}

	.follow_item:last-child {
		border-right: none;
	}

#footer_follow a {
	margin: 0px 10px 0px 0px;
}

#footer_follow img {
	height: auto;
	vertical-align: middle;
}

#footer_follow i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	/* background:#fff!important; */
	/* border:1px solid #fff;*/
	margin-right: 0px !important;
	font-size: 16px;
	color: #fff;
}

	#footer_follow i:hover {
		color: #fff;
	}

.ali {
	background: url(../ico/ali.png) center center no-repeat;
	width: 35px !important;
}

#footer_follow span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
	margin-right: 15px;
}

#copy_zone {
	width: 100%;
	overflow: hidden;
	min-width: 1200px;
	border-top: 1px solid #333;
	;
}

#copy {
	overflow: hidden;
	width: 1200px;
	padding: 15px 0px 15px 0px;
	margin: 0px auto;
	color: #777;
	/* border-top:1px solid #666; */
}

	#copy a {
		color: #777;
	}

#copy_l {
	float: left;
	overflow: hidden;
	max-width: 1000px;
}

#copy_r {
	float: right;
	overflow: hidden;
}
/*--------------内页样式----------------------*/
.ny_banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

	.ny_banner img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}

.wz_zone {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	line-height: 50px;
	background-color: #222;
}

.wz {
	width: auto;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
}

.wz_zone .wz span {
	margin-top: 0 !important;
}

.wz span {
	color: #666;
	font-size: 14px;
	float: right;
	margin-top: 5px;
}

	.wz span a {
		color: #666;
		font-size: 14px;
	}

.wz h2 {
	font-size: 20px;
	text-transform: uppercase;
	text-indent: 30px;
	background: url(../images/wz.png) left center no-repeat;
	font-weight: normal;
	display: block;
	float: left;
}

.left_wrap {
	float: left;
	width: 250px;
}

	.left_wrap h2 {
		width: auto;
		height: 45px;
		line-height: 45px;
		text-indent: 20px;
		font-size: 18px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		font-weight: normal;
		color: #000;
	}

.zlm {
	width: auto;
	background: #111;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

	.zlm dl {
		overflow: visible;
		padding-bottom: 15px;
	}

		.zlm dl dt {
			height: 40px;
			line-height: 40px;
			text-indent: 10px;
			border-bottom: 1px solid #222;
			cursor: pointer;
			margin-bottom: 10px;
			font-size: 16px;
		}

			.zlm dl dt a {
				display: block;
				float: left;
			}

				.zlm dl dt a span.yuanjiao {
					margin-right: 10px;
					display: none;
					width: 7px;
					height: 7px;
					border: 1px solid #fff;
					display: inline-block;
					*display: inline;
					*zoom: 1;
				}

			.zlm dl dt i.fa-angle-down {
				float: right;
				margin: 14px 10px 0 0;
				font-size: 16px;
				cursor: pointer;
			}

			.zlm dl dt:hover, .zlm dl #zlm_on, .zlm dl .zlm_on {
				background: #222;
			}

		.zlm dl dd {
			padding: 0 10px;
			line-height: 22px;
		}

			.zlm dl dd a {
				color: #fff;
				font-size: 12px;
			}

		.zlm dl .sanji {
			display: none;
			border-bottom: 1px solid #222;
		}

			.zlm dl .sanji li {
				height: 35px;
				line-height: 35px;
				position: relative;
				text-indent: 30px;
			}

				.zlm dl .sanji li a {
					display: block;
				}

				.zlm dl .sanji li i {
					float: right;
					margin-right: 10px;
					margin-top: 10px;
				}

		.zlm dl .dropdown-menu {
			position: absolute;
			left: 100%;
			top: 0;
			background: #f0f0f0;
			width: 200px;
			display: none;
		}

		.zlm dl .sanji li:hover .dropdown-menu {
			display: block;
		}

.left_lxxx {
	padding: 10px;
	font-size: 13px;
	line-height: 25px;
	border: 1px solid #222;
	border-top: none;
	word-break: break-all;
	background: #111;
}

	.left_lxxx a {
	}

.right_wrap {
	width: 930px;
	overflow: Hidden;
	float: right;
	background: #222;
	padding: 20px;
}

.right_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
}

	.right_title h2 {
		font-size: 26px;
		font-weight: normal;
	}

.tulist {
	overflow: hidden;
	clear: both;
	width: 100%;
}

	.tulist li {
		list-style-type: none;
		float: left;
		width: 33.3333333%;
		margin-top: 20px;
		padding-right: 15px;
		overflow: Hidden;
		text-align: center;
	}

		.tulist li .pic {
			display: block;
			border: 1px solid #444;
			overflow: hidden;
		}

		.tulist li img {
			width: 100%;
			height: 248px;
			display: block;
			transition: 0.6s;
		}

		.tulist li:hover img {
			transform: scale(1.1);
		}

		.tulist li h3 {
			background-color: #555;
			height: 40px;
			overflow: hidden;
		}

			.tulist li h3 a {
				line-height: 40px;
				font-size: 14px;
			}


.tulist_02 {
	width: 100%;
	overflow: hidden;
}

	.tulist_02 li {
		list-style-type: none;
		float: left;
		width: 25%;
		border-right: 15px solid transparent;
		margin-bottom: 15px;
		text-align: center;
	}

		.tulist_02 li img {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0px auto;
			transition: 0.6s;
		}

		.tulist_02 li:hover img {
			transform: scale(1.1);
		}

		.tulist_02 li h3 {
			font-size: 14px;
			font-weight: normal;
			display: block;
			line-height: 30px;
		}

.tulist_03 {
	width: 1250px;
	overflow: hidden;
}

	.tulist_03 li {
		list-style-type: none;
		float: left;
		width: 399px;
		margin-right: 1px;
		text-align: center;
	}

		.tulist_03 li img {
			width: 100%;
			height: auto;
			display: block;
		}

		.tulist_03 li h3 {
			font-size: 18px;
			font-weight: normal;
			display: block;
			line-height: 60px;
			color: #fff;
			background: #656565;
		}

			.tulist_03 li h3 a {
				color: #fff;
			}

.tuwenlist2 {
	overflow: hidden;
	clear: both;
	width: 100%;
}

	.tuwenlist2 li {
		list-style-type: none;
		float: left;
		width: 385px;
		height: 470px;
		margin-top: 20px;
		margin-right: 20px;
		overflow: Hidden;
		background: #f9f9f9;
		padding: 10px;
		border: 1px solid #ccc;
	}

		.tuwenlist2 li img {
			width: 100%;
			height: auto;
			display: block;
			transition: 0.6s;
		}

		.tuwenlist2 li:hover img {
			transform: scale(1.1);
		}

		.tuwenlist2 li h3 {
			overflow: hidden;
			padding: 10px;
			border-bottom: 1px solid #ddd;
		}

			.tuwenlist2 li h3 a {
				font-size: 16px;
			}

		.tuwenlist2 li p {
			color: #666;
			display: block;
			overflow: hidden;
			padding: 10px 10px 20px 10px;
			line-height: 25px;
		}

ul.wzlist {
	width: auto;
}

	ul.wzlist li {
		line-height: 40px;
		border-bottom: 1px dotted #d8d8d8;
	}

		ul.wzlist li i {
			margin-right: 10px;
		}

		ul.wzlist li a {
			font-size: 14px;
		}

		ul.wzlist li span {
			float: right;
			margin-right: 10px;
			color: #989898;
			font-size: 12px;
		}

.pro_main {
	margin-top: 20px;
	overflow: hidden;
}

.pro_left {
	width: 455px;
	float: left;
}

.pro_right {
	width: 400px;
	float: right;
	overflow: hidden;
	line-height: 25px;
}

	.pro_right h2 {
		font-size: 22px;
		padding-bottom: 10px;
		display: block;
		font-weight: normal;
	}

.pro_info {
	margin-top: 10px;
	overflow: hidden;
	line-height: 25px;
}

dl.tuwenlist {
	width: 100%;
	margin: 10px auto;
	padding-bottom: 10px;
	overflow: Hidden;
	border-bottom: 1px dashed #444;
}

	dl.tuwenlist dt {
		float: left;
		width: 220px;
		overflow: hidden;
	}

		dl.tuwenlist dt img {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0px auto;
			transition: 0.6s;
		}

	dl.tuwenlist:hover dt img {
		transform: scale(1.1);
	}

	dl.tuwenlist dd {
		margin-left: 240px;
	}

		dl.tuwenlist dd h2 {
			font-size: 16px;
			margin-bottom: 10px;
		}

		dl.tuwenlist dd .info {
			font-size: 14px;
			line-height: 30px;
			color: #999;
		}

		dl.tuwenlist dd span {
			margin-top: 10px;
			float: right;
		}

			dl.tuwenlist dd span a {
				width: 120px;
				height: 35px;
				line-height: 35px;
				text-align: center;
				display: block;
				font-size: 12px;
				color: #000;
			}

.ny_h1 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-top: 20px;
}

.wzinfo {
	width: 100%;
	text-align: center;
	color: #999;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid #444;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

	.wzinfo .time {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		line-height: 20px;
		padding-left: 25px;
		background: url(../ico/time.png) left center no-repeat;
	}

	.wzinfo .click {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		line-height: 20px;
		padding-left: 25px;
		margin-left: 50px;
		background: url(../ico/click.png) left center no-repeat;
	}

/*----------下载表格----------*/
.biaoge {
	width: 100%;
	border-collapse: collapse;
}

	.biaoge tr td, .biaoge tr th {
		border: #444 solid 1px;
		padding: 10px 0 10px 15px;
	}

	.biaoge tr th, .biaoge .down_b {
		background: #222;
	}

	.biaoge .fa-caret-right {
		margin-right: 10px;
	}

	.biaoge .fa-cloud-download {
		font-size: 30px;
		margin: 0px auto;
		display: block;
		text-align: center;
		margin-left: -15px;
	}
/*--------------留言表单CSS样式-------------*/
#feedback_txt {
	overflow: hidden;
	padding: 10px 10px 10px 60px;
	font-size: 16px;
	line-height: 45px;
	background: url(../images/feedback.png) 10px center no-repeat #333;
	min-height: 50px;
	margin-top: 15px;
}

#biaodan {
	width: auto;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

	#biaodan p {
		display: block;
		margin-top: 15px;
		overflow: hidden;
		clear: both;
	}

		#biaodan p label {
			width: 80px;
			float: left;
			text-align: right;
			overflow: hidden;
			margin-right: 5px;
			line-height: 35px;
		}

.itext {
	width: 550px;
	height: 35px;
	border: 1px solid #444;
	line-height: 35px;
	text-indent: 10px;
	display: block;
	float: left;
	overflow: hidden;
	color: #fff;
	background: #333;
}

.icontent {
	width: 550px;
	height: 85px;
	border: 1px solid #444;
	line-height: 25px;
	text-indent: 10px;
	display: block;
	float: left;
	overflow: hidden;
	color: #666;
	background: #333;
}

.ibtn {
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	-moz-border-radius: 5px; /* Gecko browsers */
	-webkit-border-radius: 5px; /* Webkit browsers */
	border-radius: 5px; /* W3C syntax */
	border: none;
	outline: none;
	cursor: pointer;
	margin: 5px 20px 5px 5px;
	color: #000;
}

	.ibtn:hover {
		-moz-box-shadow: 2px 2px 5px #333;
		-webkit-box-shadow: 2px 2px 5px #333;
		box-shadow: 2px 2px 5px #333;
		transition: 0.6s;
	}
/*底部表单*/
.fbiaodan {
	overflow: hidden;
}

.ftext {
	height: 40px;
	text-indent: 10px;
	line-height: 40px;
	border: none;
	overflow: hidden;
	background: #fff;
	outline: none;
	float: left;
	width: 260px;
}

.fcontent {
	height: 105px;
	padding: 10px;
	line-height: 25px;
	border: none;
	overflow: hidden;
	background: #666;
	outline: none;
}

.fbtn {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: none;
	background: #00a0e8;
	line-height: 40px;
	text-align: center;
	padding: 0 35px;
	text-transform: uppercase;
	color: #000;
	float: right;
}
/* #footer_username{
	background: url(/web/pic/i1.jpg) right center no-repeat #fff;
}
#footer_tel{
	background: url(/web/pic/i2.jpg) right center no-repeat #fff;
} */
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
/*---------------其它碎片样式代码------------*/
#about_box {
	overflow: hidden;
	width: 1030px;
	height: 550px;
	position: relative;
	float: right;
}

#about_left {
	width: 660px;
	float: left;
	overflow: hidden;
}

#about_zlm {
	overflow: hidden;
	width: auto;
}

	#about_zlm a {
		display: block;
		width: 30%;
		float: left;
		margin-top: 15px;
		padding-left: 20px;
		color: #fff;
		background: url(/web/pic/quan.png) left center no-repeat;
	}

#about_pic {
	overflow: hidden;
	width: 600px;
	float: right;
}

	#about_pic img {
		max-width: 100%;
		height: auto;
		display: block;
		/* margin:0px auto 0 auto; */
	}

#about_right {
	width: 500px;
	float: right;
	overflow: hidden;
}
	/*
#about_right:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 50%;
	position: absolute;
	width: 0;
	border-width: 30px;
	border-left-color: #F0F0F0;
	left: 0;
	margin-top:-30px;
}*/
	#about_right img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	#about_right h4 {
		display: block;
		font-size: 30px;
		/* font-weight:normal; */
		color: #861310;
	}

#about_title {
	overflow: hidden;
	text-align: left;
}

	#about_title h2 {
		font-size: 30px;
		/* text-transform:uppercase; */
		display: block;
		/* float: left;
	background: transparent;
	font-family: Arial; */
		font-weight: normal;
		color: #0073c0;
	}

	#about_title h3 {
		font-size: 30px;
		display: block;
		float: left;
		margin-left: 15px;
		text-transform: uppercase;
		font-weight: normal;
	}


#about_txt {
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 35px;
}

	#about_txt img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 20px auto 0 auto;
	}

#news_box {
	height: 425px;
	overflow: visible;
	position: relative;
}

	#news_box img {
		max-width: 100%;
		height: auto;
		display: block;
	}

#other_box {
	width: 495px;
	float: right;
	overflow: hidden;
}

	#other_box img {
		max-width: 100%;
		height: auto;
		display: block;
	}

#other_more {
	width: 110px;
	height: 35px;
	background: #02AE5C;
	text-align: center;
	line-height: 35px;
	color: #fff;
	display: block;
	margin-top: 20px;
}

	#other_more i {
		margin-right: 10px;
	}

#pro_title h2 {
	border-color: #fff !important;
	color: #fff !important;
}

	#pro_title h2:after {
		color: #fff !important;
	}

/*---------我们的优势----------
#ys_title{
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	width:740px;
	border:2px solid #fff;
}
#ys_title strong,#ys_title span{
	font-size:120px;
	color:#fff;
	line-height:120px;
	display:inline;
	vertical-align:top;
	height:120px;
}
#ys_title h2{
	display:block;
	font-size:48px;
	color:#fff;
	margin-top:6px;
}
#ys_title .line{
	width:50px;
	height:2px;
	display:block;
	margin:10px auto 0 auto;
	background:#FDEF75;
}
#ys_title p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:5px;
	line-height:50px;
	color:#0C9648;
	background:#fff;
	font-size:21px;
	padding:0 20px;
	font-weight:bold;
}
#ys_tel{
	position:absolute;
	left:80px;
	bottom:0;
	font-size:24px;
	color:#096de9;
}
#ys_qq{
	float:right;
	margin-left:20px;
	padding-left:35px;
	background:url(../ico/qq.png) left center no-repeat;
	background-size:25px;
	color:#fff;
	line-height:25px;
}
#ys_qq a{
	color:#fff;
}
.ys{
	overflow:hidden;
	clear:both;
	height:290px;
}
#ys1{
	-moz-border-radius: 0px 100px 0px 100px;
	-webkit-border-radius: 0px 100px 0px 100px;
	border-radius: 0px 100px 0px 100px;
	float:left;
}
#ys2{
	-moz-border-radius: 100px 0px 100px 0px;
	-webkit-border-radius: 100px 0px 100px 0px;
	border-radius:100px 0px 100px 0px;
	float:right;
}*/
.ys_line {
	width: 1px;
	height: 1585px;
	background: #019F4A;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.ys_num {
	width: 105px;
	height: 105px;
	position: absolute;
	display: block;
	line-height: 105px;
	text-align: center;
	left: 50%;
	margin-left: -52px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	background: url(/web/pic/ys_num.png) no-repeat;
}

#ys_num1 {
	top: 133px;
}

#ys_num2 {
	top: 472px;
}

#ys_num3 {
	top: 810px;
}

#ys_num4 {
	top: 1147px;
}

.ys_pic {
	overflow: hidden;
	position: absolute;
	/* width:600px; */
}

#ys_pic1 {
	left: 0;
	top: 28px;
	animation-name: fadeInLeft;
}

#ys_pic2 {
	right: 0;
	top: 412px;
	animation-name: fadeInRight;
}

#ys_pic3 {
	left: 0;
	top: 742px;
	animation-name: fadeInLeft;
}

#ys_pic4 {
	right: 0;
	top: 1096px;
	animation-name: fadeInRight;
}

.ys_pic img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.ys_txt {
	overflow: hidden;
	position: absolute;
}

#ys_txt1 {
	width: 350px;
	left: 55px;
	top: 255px;
	animation-name: fadeInLeft;
}

#ys_txt2 {
	width: 300px;
	right: 0;
	top: 255px;
	animation-name: fadeInRight;
}

#ys_txt3 {
	width: 365px;
	left: 70px;
	top: 523px;
	animation-name: fadeInLeft;
}

#ys_txt4 {
	width: 345px;
	right: 0px;
	top: 545px;
	animation-name: fadeInRight;
}

.ys_txt dl {
	overflow: visible;
	/* padding-bottom:10px; */
}

.ys_txt dt {
	width: 60px;
	height: 85px;
	display: block;
	overflow: hidden;
	text-align: center;
	/* font-family:Arial; */
	color: #009947;
	/* line-height:36px; */
	font-size: 36px;
	margin: 0px auto;
	font-weight: bold;
	padding-top: 30px;
	margin-left: 25px;
	border: 2px solid #009947;
	float: left;
}

	.ys_txt dt img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	.ys_txt dt span {
		transform: skewX(-10deg);
		-ms-transform: skewX(-10deg); /* IE 9 */
		-moz-transform: skewX(-10deg); /* Firefox */
		-webkit-transform: skewX(-10deg); /* Safari 和 Chrome */
		-o-transform: skewX(-10deg); /* Opera */
		display: block;
	}

.ys_txt dd {
	overflow: hidden;
	display: block;
	/* margin-left:100px; */
}

	.ys_txt dd .line {
		width: 100px;
		height: 2px;
		display: block;
		background: #009947;
	}

.ys_txt h2 {
	font-size: 30px;
	display: block;
	/* margin-top: 5px; */
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

	.ys_txt h2 strong {
		font-size: 28px;
		color: #ee1c24;
	}

.ys_txt h3 {
	display: block;
	font-size: 14px;
	color: #cccccc;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	/* float:left;
	margin-left:5px;
	 */
}

.ys_txt .ys_p {
	overflow: hidden;
	display: block;
	line-height: 35px;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}

.ys_txt ul {
	overflow: hidden;
}

	.ys_txt ul li {
		line-height: 35px;
		padding-left: 30px;
		background: url(/web/pic/li.png) left 11px no-repeat;
		font-size: 16px;
	}

		.ys_txt ul li em {
			font-style: normal;
			color: #009947;
		}

.news_l {
	overflow: hidden;
	width: 525px;
	height: 575px;
	background: #fff;
	float: left;
	padding: 50px 33px 0 33px;
}

	.news_l a {
		display: block;
		overflow: hidden;
	}

	.news_l .shang {
		overflow: hidden;
	}

		.news_l .shang i {
			width: 35px;
			height: 35px;
			float: right;
			line-height: 33px;
			text-align: center;
			border: 1px solid #6D93AA;
			color: #6D93AA;
			font-size: 24px;
			text-indent: 2px;
		}

		.news_l .shang .time {
			overflow: hidden;
			float: left;
			color: #000;
		}

			.news_l .shang .time .ri {
				font-size: 24px;
				overflow: hidden;
			}

			.news_l .shang .time .nian {
				font-size: 16px;
				overflow: hidden;
				font-weight: bold;
			}

	.news_l .pic {
		display: block;
		height: 230px;
		overflow: hidden;
		margin-top: 30px;
	}

	.news_l img {
		max-width: 100%;
		height: auto;
		display: block;
		margin-top: -57px;
		transition: 0.6s;
	}

	.news_l:hover img {
		transform: scale(1.1);
	}

	.news_l h3 {
		font-size: 18px;
		font-weight: normal;
		margin-top: 30px;
		display: block;
		color: #000;
	}

	.news_l p {
		color: #666;
		margin-top: 20px;
		display: block;
		line-height: 30px;
	}

.news_content {
	overflow: hidden;
	width: 645px;
	float: right;
}

	.news_content dl {
		overflow: hidden;
		background: #fff;
		padding: 10px;
		margin-bottom: 25px;
	}

		.news_content dl:last-child {
			margin-bottom: 0 !important;
		}

		.news_content dl a {
			display: block;
			overflow: hidden;
		}

		.news_content dl dt {
			width: 155px;
			height: 155px;
			float: left;
			overflow: hidden;
		}

			.news_content dl dt img {
				width: auto;
				height: 155px;
				display: block;
				transition: 0.6s;
				margin-left: -26px;
			}

		.news_content dl:hover dt img {
			transform: scale(1.1);
		}

		.news_content dl dd {
			margin-left: 165px;
			overflow: hidden;
		}

			.news_content dl dd h3 {
				display: block;
				font-size: 16px;
				font-weight: normal;
				color: #000;
				padding-bottom: 10px;
				border-bottom: 1px dashed #ccc;
			}

				.news_content dl dd h3 i {
					/*margin-right: 10px;*/
				}

			.news_content dl dd p {
				margin-top: 10px;
				overflow: hidden;
				line-height: 25px;
				color: #666;
			}

			.news_content dl dd .time {
				display: block;
				margin-top: 15px;
				color: #999;
			}

#link_title {
	overflow: hidden;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
}

.index_ad {
	overflow: hidden;
}

	.index_ad img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		/* max-width:100%;
	height:auto;
	display:block; */
	}

.index_ad_txt {
	position: absolute;
	width: 1000px;
	top: 30%;
	left: 50%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	z-index: 99;
	overflow: hidden;
}

	.index_ad_txt .dazi {
		line-height: 55px;
	}

	.index_ad_txt .xiaozi {
		line-height: 30px;
		margin-top: 20px;
		font-size: 20px;
	}

	.index_ad_txt .ad_btn {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin-top: 50px;
		color: #fff;
		padding: 5px 15px;
		border: 1px solid #fff;
	}
/*首页横排圆形图标*/
ul.yuan {
	width: 1300px;
	overflow: hidden;
}

	ul.yuan li {
		width: 270px;
		float: left;
		margin-right: 40px;
		overflow: hidden;
		text-align: center;
	}

		ul.yuan li .pic {
			display: block;
			overflow: hidden;
			margin: 0px auto;
		}

		ul.yuan li img {
			display: block;
			max-width: 100%;
			height: auto;
			transition: 1s;
			margin: 0px auto;
		}

		ul.yuan li:hover img {
			transform: rotate(360deg);
		}

		ul.yuan li h3 {
			font-size: 16px;
			display: block;
			margin-top: 25px;
			text-align: center;
			overflow: hidden;
			font-weight: normal;
		}

		ul.yuan li p {
			display: block;
			overflow: hidden;
			margin-top: 20px;
			color: #ccc;
			line-height: 25px;
		}

#vlist {
	width: 1270px;
	overflow: hidden;
}

	#vlist li {
		width: 365px;
		float: left;
		overflow: hidden;
		margin-right: 52.5px;
		text-align: center;
		position: relative;
	}

		#vlist li a {
			display: block;
			overflow: hidden;
		}

		#vlist li .pic {
			display: block;
			width: 100%;
			overflow: hidden;
		}

			#vlist li .pic img {
				max-width: 100%;
				height: auto;
				display: block;
				transition: 0.6s;
			}

		#vlist li:hover .pic img {
			transform: scale(1.1);
		}

		#vlist li .zhezhao {
			width: 100%;
			height: 100%;
			position: absolute;
			background: rgba(0,0,0,0.5);
			z-index: 10;
			left: 0;
			top: 0;
		}

			#vlist li .zhezhao .ico {
				display: block;
			}

				#vlist li .zhezhao .ico img {
					max-width: 100%;
					height: auto;
					display: block;
					margin: 25px auto 0 auto;
				}
		/* #vlist li .pic i{
	color:#fff;
	font-size:40px;
	margin:30% auto 0 auto;
	transition:1s;
}
#vlist li:hover .pic i{
	transform:rotate(360deg);
}
#vlist li .vinfo{
	padding:20px 10px;
	background: #F3F6F9;
} */
		#vlist li h3 {
			font-size: 16px;
			display: block;
			font-weight: normal;
			color: #fff;
			margin-top: 20px;
		}

		#vlist li p {
			line-height: 20px;
			color: #666;
			margin-top: 10px;
			display: block;
		}

/* banner */
.banner {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #fff !important;
}

	.banner:hover .ctrl {
		width: 1200px;
		margin-left: -600px;
		opacity: 1;
		filter: alpha(opacity = 100);
	}

	.banner .bd {
		height: 700px;
		position: relative;
		left: 50%;
		margin-left: -960px;
	}

		.banner .bd li {
			width: 1920px;
		}
/*banner2*/
.bxslider {
	min-width: 1200px;
}

	.bxslider li {
		height: 700px;
	}

.maplist dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

	.maplist dl dt {
		display: block;
		line-height: 30px;
		background: #f0f0f0;
		font-size: 18px;
		text-indent: 25px;
	}

	.maplist dl dd {
		margin-top: 20px;
		padding-left: 30px;
	}

		.maplist dl dd a {
			margin-right: 30px;
		}

#zuo_so {
	margin-top: 25px;
	padding-left: 15px;
}

	#zuo_so h3 {
		font-size: 20px;
		color: #4ba3c7;
		text-transform: uppercase;
		display: block;
	}

.index_search {
	width: auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}

	.index_search i {
		font-size: 18px;
		margin-left: 20px;
		color: #fff;
		float: left;
		vertical-align: middle;
		line-height: 40px;
	}

	.index_search .index_key_text {
		height: 33px;
		width: 759px;
		overflow: hidden;
		text-indent: 45px;
		line-height: 33px;
		outline: none;
		background: url(/web/pic/key_text.jpg) left center no-repeat #fff;
		color: #999;
		border: 1px solid #ccc;
		border-right: none;
		float: left;
		/*
	-moz-box-shadow:0px 2px 5px #eee inset;
	-webkit-box-shadow:0px 2px 5px #eee inset;
	box-shadow:0px 2px 5px #eee inset;
	*/
	}

	.index_search .index_search_btn {
		float: right;
		cursor: pointer;
		border: none;
		outline: none;
		background: none;
		/* width:120px;
	height:40px;
	color:#026EB7;
	overflow:hidden;
	line-height:40px;
	background:#fff;
	font-size:18px;
	text-transform:uppercase; */
	}

#partner {
	margin-top: 30px;
}

	#partner h3 {
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 15px;
		font-weight: normal;
	}

.donghua {
	height: 80px !important;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}


.index_lm {
	width: 1250px;
	overflow: visible;
}

	.index_lm li {
		float: left;
		width: 375px;
		overflow: hidden;
		margin-right: 37.5px;
		background: #fff;
		padding-bottom: 30px;
		-moz-box-shadow: 0px 0px 5px #ccc;
		-webkit-box-shadow: 0px 0px 5px #ccc;
		box-shadow: 0px 0px 5px #ccc;
		text-align: center;
	}

		.index_lm li:hover {
			-moz-box-shadow: 0px 0px 5px #f58529;
			-webkit-box-shadow: 0px 0px 5px #f58529;
			box-shadow: 0px 0px 5px #f58529;
		}

		.index_lm li a {
			display: block;
			overflow: hidden;
		}

		.index_lm li h3 {
			display: block;
			/* text-transform:uppercase; */
			font-size: 16px;
			font-weight: normal;
			margin-top: 15px;
		}

		.index_lm li img {
			display: block;
			max-width: 100%;
			height: auto;
		}

#so {
	display: block;
	cursor: pointer;
	float: right;
	margin-top: 35px;
}

	#so i {
		width: 30px;
		height: 30px;
		font-size: 16px;
		color: #23AC38;
		background: #fff;
		text-align: center;
		line-height: 30px;
	}

#search_box {
	background: #f0f0f0;
	position: absolute;
	top: 125px;
	right: 0px;
	z-index: 99999;
	padding: 10px;
	display: none;
	border: 1px solid #ccc;
}

	#search_box:before {
		border: solid transparent;
		content: ' ';
		height: 0;
		bottom: 100%;
		position: absolute;
		width: 0;
		border-width: 10px;
		border-bottom-color: #f0f0f0;
		right: 10px;
	}

#hot_l {
	width: auto;
	max-width: 700px;
	overflow: hidden;
	float: left;
	line-height: 30px;
	overflow: hidden;
}

	#hot_l span {
		display: block;
		float: left;
		color: #861310;
	}

	#hot_l a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		padding: 0 10px;
		border-right: 1px solid #999;
		line-height: 13px;
		height: 13px;
	}


#job_box {
	width: 535px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

	#job_box table {
		border: none;
		width: 100%;
	}

		#job_box table th {
			border: none;
			padding: 5px 0;
			line-height: 40px;
			border-bottom: 1px solid #ccc;
			background: #e9e9e9;
			text-indent: 15px;
		}

		#job_box table td {
			border: none;
			padding: 5px 0;
			line-height: 30px;
			border-bottom: 1px solid #ccc;
		}

			#job_box table td i {
				color: #3BACFC;
				margin-right: 10px;
			}

#other {
	height: 70px;
	position: relative;
	cursor: pointer;
	float: right;
	z-index: 99999999;
	margin-left: 20px;
}

	#other p {
		display: block;
		line-height: 70px;
		cursor: pointer;
		padding-left: 35px;
		background: url(../images/lan.png) left center no-repeat;
	}

		#other p .fa-angle-down {
			margin-left: 10px;
		}

	#other ul {
		position: absolute;
		right: 0;
		top: 70px;
		width: 100%;
		display: none;
		background: rgba(255,255,255,0.8);
		z-index: 9999999;
	}

		#other ul li {
			line-height: 40px;
			text-align: center;
			border-bottom: 1px dotted #ccc;
		}

			#other ul li a {
				color: #000;
				display: block;
				transition: 0.6s;
			}

				#other ul li a:hover {
					background: #00a0e8;
					color: #000;
				}

	#other:hover ul {
		display: block;
	}

/*首页产品循环*/
.index_pro {
	margin-top: 40px;
	overflow: hidden;
}

	.index_pro ul {
		width: 1250px;
		overflow: hidden;
	}

		.index_pro ul li {
			width: 285px;
			float: left;
			overflow: hidden;
			text-align: center;
			margin-right: 20px;
		}

			.index_pro ul li img {
				max-width: 100%;
				height: auto;
				display: block;
				transition: 0.6s;
				border: 1px solid #ccc;
			}

			.index_pro ul li:hover img {
				border-color: #0000FE;
			}

			.index_pro ul li h3 {
				display: block;
				margin-top: 10px;
			}

				.index_pro ul li h3 a {
					font-weight: normal;
					font-size: 14px;
				}


#top_tel {
	padding-left: 30px;
	background: url(/web/pic/t.png) left center no-repeat;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	float: right;
}

#top_email {
	padding-left: 30px;
	background: url(/web/pic/e.png) left center no-repeat;
	line-height: 25px;
	margin-top: 10px;
}

	#top_tel i, #top_email i {
		color: #23AC38;
		margin-right: 15px;
	}


#footer_nav {
	overflow: hidden;
	/* padding:10px 0;
	border-bottom:1px solid #545454; */
	text-align: center;
	color: #fff;
	font-size: 16px;
}

	#footer_nav a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		padding: 0 33px;
		color: #fff;
		line-height: 15px;
		border-right: 1px solid #fff;
	}

		#footer_nav a i {
			width: 25px;
			height: 25px;
			float: left;
			line-height: 25px;
			border: 1px solid #fff;
			font-size: 16px;
			margin-right: 10px;
		}

		#footer_nav a:last-child {
			padding-right: 0 !important;
			border: none !important;
		}
/*选项卡1*/
#slideBox1 {
	overflow: visible;
}

	#slideBox1 .hd {
		overflow: visible;
	}

		#slideBox1 .hd ul {
			width: auto;
			overflow: visible;
			text-align: center;
		}

			#slideBox1 .hd ul li {
				display: inline-block;
				*display: inline;
				*zoom: 1;
				/* float:left; */
				/* border-right:5px solid #fff; */
				cursor: pointer;
				position: relative;
				overflow: visible;
				margin: 0 15px;
			}

				#slideBox1 .hd ul li a {
					display: block;
					color: #fff;
					padding: 0 12px;
					line-height: 40px;
					font-size: 16px;
				}

				#slideBox1 .hd ul li.on {
					background: #00a0e8;
				}

					#slideBox1 .hd ul li.on a {
						color: #000;
					}

	#slideBox1 .bd {
		margin: 0px auto;
		overflow: visible;
	}

		#slideBox1 .bd ul {
			overflow: visible;
		}

			#slideBox1 .bd ul img {
				max-width: 100%;
				height: auto;
				display: block;
			}
/*选项卡2*/

.slideBox2 {
	margin-top: 50px;
	overflow: hidden;
}

	.slideBox2 .hd {
	}

		.slideBox2 .hd ul {
			width: 100%;
			overflow: hidden;
			border-left: 1px solid #444;
		}

			.slideBox2 .hd ul li {
				font-size: 18px;
				float: left;
				height: 45px;
				line-height: 45px;
				border-right: 1px solid #444;
				border-top: 1px solid #444;
				background: #333;
				padding: 0 20px;
				cursor: pointer;
			}

				.slideBox2 .hd ul li a {
					display: block;
				}

	.slideBox2 .bd {
		border: 1px solid #444;
	}

		.slideBox2 .bd ul {
			padding: 10px;
			overflow: hidden;
		}
/*选项卡3*/
.slideBox3 {
	overflow: hidden;
}

	.slideBox3 .hd {
		overflow: visible;
		width: 260px;
		float: left;
	}

		.slideBox3 .hd ul {
			overflow: visible;
		}

			.slideBox3 .hd ul li {
				display: block;
				cursor: pointer;
				overflow: visible;
				line-height: 50px;
				height: 50px;
				position: relative;
			}

				.slideBox3 .hd ul li a {
					display: block;
					font-size: 16px;
					padding-left: 15px;
				}

					.slideBox3 .hd ul li a i {
						margin-right: 10px;
					}

			.slideBox3 .hd ul .on {
				background: #009038;
			}

				.slideBox3 .hd ul .on a {
					color: #fff;
				}

				.slideBox3 .hd ul .on:after {
					border: solid transparent;
					content: ' ';
					height: 0;
					top: 50%;
					position: absolute;
					width: 0;
					border-width: 10px;
					border-left-color: #009038;
					left: 100%;
					margin-top: -10px;
				}

	.slideBox3 .bd {
		width: 920px;
		float: right;
		overflow: hidden;
	}
		/* .slideBox3 .bd:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 50%;
	position: absolute;
	width: 0;
	border-width: 40px;
	border-right-color: #fff;
	right: 100%;
	margin-top:-20px;
} */
		.slideBox3 .bd ul {
			overflow: hidden;
			width: 950px;
		}

			.slideBox3 .bd ul li {
				width: 290px;
				float: left;
				overflow: hidden;
				margin: 0 25px 25px 0;
				text-align: center;
			}

				.slideBox3 .bd ul li h3 {
					display: block;
					margin-top: 10px;
					font-size: 14px;
					font-weight: normal;
				}

				.slideBox3 .bd ul li .pic {
					display: block;
					overflow: hidden;
				}

			.slideBox3 .bd ul img {
				max-width: 100%;
				height: auto;
				display: block;
				transition: 0.6s;
			}

			.slideBox3 .bd ul li:hover img {
				transform: scale(1.1);
			}
/*选项卡1*/
.slideBox4 {
	margin: 0px auto;
	overflow: hidden;
}

	.slideBox4 .hd {
		overflow: visible;
		width: 280px;
		float: left;
	}

		.slideBox4 .hd .title {
			overflow: hidden;
			font-size: 50px;
			color: #fff;
			text-transform: uppercase;
		}

		.slideBox4 .hd ul {
			margin-top: 95px;
		}

			.slideBox4 .hd ul li {
				height: 75px;
			}

				.slideBox4 .hd ul li .num {
					font-size: 20px;
					font-style: italic;
					margin-right: 28px;
					display: inline-block;
					*display: inline;
					*zoom: 1;
				}

				.slideBox4 .hd ul li a {
					display: inline-block;
					*display: inline;
					*zoom: 1;
					font-size: 16px;
					position: relative;
					padding-bottom: 5px;
				}

				.slideBox4 .hd ul li.on .num {
					font-size: 30px;
					color: #ff5715;
				}

				.slideBox4 .hd ul li.on a {
					color: #ff5715;
				}

					.slideBox4 .hd ul li.on a:after {
						content: "";
						width: 130px;
						height: 1px;
						display: block;
						background: #ff5715;
						position: absolute;
						z-index: 9999999;
						left: 0;
						bottom: 0;
					}

	.slideBox4 .bd {
		width: 770px;
		min-height: 700px;
		float: right;
		overflow: visible;
		border: 10px solid #fff;
		position: relative;
	}

		.slideBox4 .bd ul {
			overflow: visible;
			padding: 100px 70px 0 320px;
		}

			.slideBox4 .bd ul .pic {
				width: 540px;
				display: block;
				overflow: hidden;
				position: absolute;
				z-index: 10;
				left: -270px;
				top: 50%;
				margin-top: -270px;
			}

				.slideBox4 .bd ul .pic img {
					max-width: 100%;
					height: auto;
					display: block;
				}

			.slideBox4 .bd ul .txt {
				overflow: hidden;
			}

				.slideBox4 .bd ul .txt h3 {
					display: block;
					font-size: 32px;
					color: #fff;
				}

				.slideBox4 .bd ul .txt .brief {
					line-height: 30px;
				}

				.slideBox4 .bd ul .txt .detail {
					color: #ff5715;
					display: block;
					text-decoration: underline;
				}
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.slideBox4 .arrow {
		overflow: hidden;
		text-align: center;
	}

		.slideBox4 .arrow a {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			margin: 0 10px;
		}

			.slideBox4 .arrow a i {
				width: 25px;
				height: 25px;
				border: 1px solid #ccc;
				line-height: 23px;
				text-align: center;
				display: block;
				cursor: pointer;
				font-size: 16px;
				font-weight: bold;
				color: #ccc;
			}

			.slideBox4 .arrow a:hover i {
				border-color: #ff5715;
				color: #ff5715;
			}

		.slideBox4 .arrow .next i {
			text-indent: 2px;
		}
/*文字左右滚动*/
.txt-left {
	width: 995px;
	position: relative;
	float: left;
	margin-left: 20px;
}

	.txt-left .hd {
		overflow: hidden;
		float: left;
		width: 25px;
		margin-right: 20px;
		display: none;
	}

		.txt-left .hd .prev, .txt-left .hd .next {
			display: block;
			width: 5px;
			height: 9px;
			margin-top: 10px;
			overflow: hidden;
			cursor: pointer;
			float: left;
			background: url("../images/icoLeft.gif") no-repeat;
		}

		.txt-left .hd .next {
			background: url("../images/icoRight.gif") no-repeat;
			margin-left: 10px;
		}

	.txt-left .bd .tempWrap {
		width: 900px !important;
	}
	/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
	.txt-left .bd ul {
		overflow: hidden;
		zoom: 1;
	}

		.txt-left .bd ul li {
			margin-right: 20px;
			float: left;
			height: 25px;
			line-height: 25px;
			text-align: left;
			_display: inline;
			width: auto !important;
		}
			/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
			.txt-left .bd ul li span {
				color: #999;
				margin-left: 10px;
			}

/* 图片向左滚动*/
.picMarquee-left {
	width: 645px !important;
	overflow: hidden;
	position: relative;
}

	.picMarquee-left .hd {
		overflow: hidden;
		height: 30px;
		background: #f4f4f4;
		padding: 0 10px;
		display: none;
	}

		.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
			display: block;
			width: 5px;
			height: 9px;
			float: right;
			margin-right: 5px;
			margin-top: 10px;
			overflow: hidden;
			cursor: pointer;
			background: url("../images/arrow.png") no-repeat;
		}

		.picMarquee-left .hd .next {
			background-position: 0 -50px;
		}

		.picMarquee-left .hd .prevStop {
			background-position: -60px 0;
		}

		.picMarquee-left .hd .nextStop {
			background-position: -60px -50px;
		}

	.picMarquee-left .bd {
		overflow: hidden;
	}

		.picMarquee-left .bd ul {
			overflow: hidden;
			zoom: 1;
		}

			.picMarquee-left .bd ul li {
				width: 145px !important;
				float: left;
				_display: inline;
				overflow: hidden;
				margin-right: 15px;
			}

				.picMarquee-left .bd ul li img {
					max-width: 100%;
					height: auto;
					display: block;
					margin: 0px auto;
					border: 3px solid #fff;
				}

				.picMarquee-left .bd ul li .title {
					padding: 15px;
				}
/* 本例子css */
.picMarquee-top {
	margin: 0 auto;
	width: 390px;
	overflow: hidden;
	position: relative;
}

	.picMarquee-top .hd {
		overflow: hidden;
		height: 30px;
		background: #f4f4f4;
		padding: 0 10px;
		display: none;
	}

		.picMarquee-top .hd .prev, .picMarquee-top .hd .next {
			display: block;
			width: 9px;
			height: 5px;
			float: right;
			margin-right: 5px;
			margin-top: 10px;
			overflow: hidden;
			cursor: pointer;
			background: url("../images/arrow.png") 0 -100px no-repeat;
		}

		.picMarquee-top .hd .next {
			background-position: 0 -140px;
		}

		.picMarquee-top .hd .prevStop {
			background-position: -60px -100px;
		}

		.picMarquee-top .hd .nextStop {
			background-position: -60px -140px;
		}

	.picMarquee-top .bd {
	}

		.picMarquee-top .bd ul {
			overflow: hidden;
			zoom: 1;
		}

			.picMarquee-top .bd ul li {
				zoom: 1;
				margin-top: 20px;
			}

				.picMarquee-top .bd ul li .pic {
					text-align: center;
					height: 130px;
					overflow: hidden;
				}

					.picMarquee-top .bd ul li .pic img {
						width: 100%;
						height: auto;
						display: block;
						margin-top: -80px;
					}

				.picMarquee-top .bd ul li .title {
					overflow: hidden;
					padding-top: 15px;
				}


/*---平行四边形-----*/

.pingxing {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0px 20px;
	background: #01A04C;
	transform: skew(-20deg);
	margin-top: 10px;
}

	.pingxing .txt {
		transform: skew(20deg);
		line-height: 40px;
		font-size: 20px;
		color: #fff;
		display: block;
	}

/*－－－六边形---
<div class="boxF" id="cp($step /)">
	<div class="boxS">
		<div class="boxT" style="background-image: url(($picurl /));">
			<a href="($theurl /)" title="($titles /)">
			<div class="overlay">
				<div class="name transition3">($title /)</div>
			</div>
			</a>
		</div>
	</div>
</div>
*/
.boxF, .boxS, .boxT, .overlay {
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	/*小数除以大数需要＝0.8*/
	width: 215px;
	height: 172px;
	overflow: hidden;
}

.boxF, .boxS {
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	width: 215px;
	height: 172px;
	visibility: hidden;
}

.boxF {
	/*需要不规则排列绝对定位需要将此处改为position:absolute然后和其它元素一样定位即可*/
	position: absolute;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}

.boxS {
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}

.boxT {
	/* background: no-repeat 50% center;
	background-size: 125% auto; */
	background-size: cover;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility: visible;
}

.overlay {
	transition: all 550ms ease-in-out 0s;
	/* display: none; */
	position: relative;
}

	.overlay:hover {
		background-color: rgba(0,0,0,0.3);
	}

.boxT:hover .overlay {
	display: block;
}

.overlay .name {
	display: inline-block;
	position: absolute;
	top: 65px;
	left: 0;
	font-size: 32px;
	text-align: center;
	color: #009fe8;
	width: 100%;
}
/*----菱形------
<li id="li1">
	<a href="#">
		<img src="/web/pic/1.jpg" alt="">
		<span class="kuang"><h4>标题</h4></span>
	</a>
</li>
*/
#lingxing {
	width: 100%;
	overflow: hidden;
	height: 325px;
	position: relative;
}

	#lingxing li {
		position: absolute;
		width: 220px;
		height: 220px;
		overflow: hidden;
	}

		#lingxing li .kuang {
			display: block;
			width: 152.5px;
			height: 152.5px;
			position: absolute;
			overflow: hidden;
			top: 0px;
			left: 0px;
			z-index: 1;
			background: rgba(0, 0, 0, 0.5);
			filter: alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
			opacity: 0;
			transition: 1s;
		}

		#lingxing li:hover .kuang {
			filter: alpha(opacity=100);
			-moz-opacity: 1;
			-khtml-opacity: 1;
			opacity: 1;
		}

		#lingxing li a {
			display: block;
			width: 152.5px;
			height: 152.5px;
			overflow: hidden;
			text-align: center;
			position: absolute;
			z-index: 10;
			transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			top: 31px;
			left: 31px;
			border: 2px solid #ccc;
		}

		#lingxing li img {
			max-width: 100%;
			height: auto;
			display: block;
			transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
		}

		#lingxing li h4 {
			font-size: 18px;
			font-weight: normal;
			position: absolute;
			z-index: 5;
			left: 50%;
			bottom: 60px;
			width: 120px;
			text-align: center;
			margin-left: -60px;
			word-break: break-word;
			transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			color: #fff;
		}

	#lingxing #li1 {
		left: 1px;
		top: 1px;
	}

	#lingxing #li2 {
		left: 216px;
		top: 1px;
	}

	#lingxing #li3 {
		left: 432px;
		top: 1px;
	}

	#lingxing #li4 {
		left: 648px;
		top: 1px;
	}

	#lingxing #li5 {
		left: 864px;
		top: 1px;
	}

	#lingxing #li6 {
		left: 108px;
		top: 108px;
	}

	#lingxing #li7 {
		left: 324px;
		top: 108px;
	}

	#lingxing #li8 {
		left: 540px;
		top: 108px;
	}

	#lingxing #li9 {
		left: 756px;
		top: 108px;
	}

	#lingxing #li10 {
		left: 972px;
		top: 108px;
	}

#shuzi_zone ul {
	overflow: hidden;
	text-align: center;
}

	#shuzi_zone ul li {
		width: 230px;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 30px;
		text-align: center;
	}

		#shuzi_zone ul li .ico {
			display: block;
			margin: 0px auto;
		}

		#shuzi_zone ul li .shuzi {
			display: block;
			font-weight: bold;
			font-size: 55px;
			color: #0282C9;
		}

		#shuzi_zone ul li p {
			display: block;
			margin-top: 10px;
			line-height: 25px;
			text-transform: uppercase;
		}
/* 本例子css */
.txtMarquee-top {
	overflow: hidden;
	position: relative;
}

	.txtMarquee-top .hd {
		overflow: hidden;
		height: 30px;
		background: #f4f4f4;
		padding: 0 10px;
		display: none;
	}

		.txtMarquee-top .hd .prev, .txtMarquee-top .hd .next {
			display: block;
			width: 9px;
			height: 5px;
			float: right;
			margin-right: 5px;
			margin-top: 10px;
			overflow: hidden;
			cursor: pointer;
			background: url("../images/arrow.png") 0 -100px no-repeat;
		}

		.txtMarquee-top .hd .next {
			background-position: 0 -140px;
		}

		.txtMarquee-top .hd .prevStop {
			background-position: -60px -100px;
		}

		.txtMarquee-top .hd .nextStop {
			background-position: -60px -140px;
		}

	.txtMarquee-top .bd {
	}

		.txtMarquee-top .bd li {
			overflow: hidden;
			margin-bottom: 20px;
			border-bottom: 1px dashed #666;
		}

#index_fenlei {
	width: 1250px;
	overflow: hidden;
}

	#index_fenlei dl {
		overflow: hidden;
		float: left;
		margin: 12.5px 12.5px 0 0;
		width: 230px;
		height: 110px;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: Center;
		*/
	}

		#index_fenlei dl dt {
			line-height: 25px;
			width: 130px;
			float: left;
			overflow: hidden;
			padding-left: 10px;
			font-size: 18px;
		}

		#index_fenlei dl a {
			overflow: hidden;
			display: block;
		}

.layui-layer-dialog {
	background: rgba(0, 0, 0, 0.8) !important;
}

#tan_logo {
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-top: 25px;
}

#tan_content {
	margin-top: 20px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	padding: 0 25px;
}

.layui-layer-btn {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center !important;
}

	.layui-layer-btn a {
		width: 200px !important;
		height: 45px !important;
		line-height: 45px !important;
		background: none !important;
		border: 1px solid #fff !important;
		color: #fff !important;
		font-size: 16px;
	}

	.layui-layer-btn .layui-layer-btn0 {
		background: #FF5716 !important;
		border-color: #FF5716 !important;
	}

#liucheng {
	width: 1250px;
	overflow: hidden;
}

	#liucheng li {
		width: 130px;
		float: left;
		overflow: hidden;
		text-align: center;
		margin-right: 48px;
	}

		#liucheng li .pic {
			width: 110px;
			height: 110px;
			display: block;
			background: #fff;
			border: 10px solid #32AD6A;
		}

			#liucheng li .pic img {
				display: block;
				margin: 25px auto 0 auto;
			}

	#liucheng #li1 {
		background-image: url(../ico/a1.png);
	}

		#liucheng #li1:hover {
			background-image: url(../ico/a1_on.png);
		}

	#liucheng #li2 {
		background-image: url(../ico/a2.png);
	}

		#liucheng #li2:hover {
			background-image: url(../ico/a2_on.png);
		}

	#liucheng #li3 {
		background-image: url(../ico/a3.png);
	}

		#liucheng #li3:hover {
			background-image: url(../ico/a3_on.png);
		}

	#liucheng #li4 {
		background-image: url(../ico/a4.png);
	}

		#liucheng #li4:hover {
			background-image: url(../ico/a4_on.png);
		}

	#liucheng #li5 {
		background-image: url(../ico/a5.png);
	}

		#liucheng #li5:hover {
			background-image: url(../ico/a5_on.png);
		}

	#liucheng #li6 {
		background-image: url(../ico/a6.png);
	}

		#liucheng #li6:hover {
			background-image: url(../ico/a6_on.png);
		}

	#liucheng #li7 {
		background-image: url(../ico/a7.png);
	}

		#liucheng #li7:hover {
			background-image: url(../ico/a7_on.png);
		}

	#liucheng li h5 {
		font-size: 16px;
		display: block;
		margin-top: 15px;
		font-weight: normal;
		color: #fff;
	}

	#liucheng .jiantou {
		display: block;
		float: left;
		margin-top: 70px;
		margin-left: 22.4px;
		margin-right: 22.4px;
	}

#ny_zlm_zone {
	background: #222;
	padding: 15px 0;
	border-bottom: 1px solid #333;
}

.ny_zlm {
	overflow: hidden;
	text-align: center;
}

	.ny_zlm a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		line-height: 40px;
		font-size: 16px;
		background: #333;
		border: 1px solid #444;
		/*margin: 0 15px;*/
		padding: 0 20px;
		transition: 0.6s;
	}

/*滚动新版可以循环*/
.scroll {
	width: auto !important;
	overflow: visible;
}

	.scroll .item1 {
		overflow: hidden;
	}

		.scroll .item1 .time {
			overflow: hidden;
			color: #9a9b9e;
			padding-left: 100px;
			background: url(/web/pic/star.png) left center no-repeat;
			background-size: 90px;
		}

		.scroll .item1 .title {
			overflow: hidden;
			font-size: 18px;
			color: #fff;
			margin-top: 10px;
		}

		.scroll .item1 dl {
			overflow: hidden;
			margin-top: 10px;
		}

			.scroll .item1 dl dt {
				width: 125px;
				float: left;
				overflow: hidden;
			}

		.scroll .item1 img {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0px auto;
			transition: 0.6s;
		}

		.scroll .item1:hover img {
			transform: scale(1.1);
		}

		.scroll .item1 dt .title2 {
			overflow: hidden;
			color: #9a9b9e;
			margin-top: 10px;
			line-height: 20px;
		}

		.scroll .item1 dl dd {
			overflow: hidden;
			margin-left: 135px;
		}

			.scroll .item1 dl dd .txt {
				overflow: hidden;
				color: #9a9b9e;
				line-height: 25px;
			}

			.scroll .item1 dl dd .detail {
				display: block;
				overflow: hidden;
				margin-top: 5px;
				color: #7f81d6;
			}

	.scroll .owl-prev, .scroll .owl-next {
		position: absolute;
		width: 35px;
		height: 35px;
		border: 1px solid #ccc;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		text-align: center;
		z-index: 20;
		margin-top: -17.5px;
		top: 50%;
		font-size: 22px;
		transition: 0.6s;
	}

		.scroll .owl-prev .fa, .scroll .owl-next .fa {
			line-height: 33px;
		}

		.scroll .owl-prev .fa {
			text-indent: -2px;
		}

		.scroll .owl-next .fa {
			text-indent: 2px;
		}

		.scroll .owl-prev:hover, .scroll .owl-next:hover {
			background: #00a0e8;
			border-color: #00a0e8;
		}

			.scroll .owl-prev:hover .fa, .scroll .owl-next:hover .fa {
				color: #000;
			}

	.scroll .owl-prev {
		left: 0px;
	}

	.scroll .owl-next {
		right: 0px;
	}

#scroll100 {
	padding-bottom: 0 !important;
}

	#scroll100 .owl-prev {
		left: -50px !important;
		bottom: 50% !important;
		margin-bottom: -17.5px;
	}

	#scroll100 .owl-next {
		right: -50px !important;
		bottom: 50% !important;
		margin-bottom: -17.5px;
	}

		#scroll100 .owl-prev .fa, #scroll100 .owl-next .fa {
		}

.scroll .owl-dots {
	text-align: center;
	margin-top: 25px;
}

	.scroll .owl-dots .owl-dot {
		width: 12px;
		height: 12px;
		-moz-border-radius: 100%; /* Gecko browsers */
		-webkit-border-radius: 100%; /* Webkit browsers */
		border-radius: 100%; /* W3C syntax */
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 5px;
		background: #fff;
	}

		.scroll .owl-dots .owl-dot.active {
			background-color: #00a0e8;
		}
/*相关产品*/
#xgcp {
	width: auto;
	padding: 0 35px;
}

	#xgcp .item {
		text-align: center;
		overflow: hidden;
	}

		#xgcp .item img {
			max-width: 100%;
			height: auto;
			display: block;
			margin: 0px auto;
		}

		#xgcp .item h3 {
			display: block;
			margin-top: 10px;
			font-size: 14px;
			font-weight: normal;
		}

	#xgcp .owl-prev, #xgcp .owl-next {
		position: absolute;
		top: 50%;
		width: 25px;
		height: 25px;
		margin-top: -12.5px;
		background: #444;
		-moz-border-radius: 100%; /* Gecko browsers */
		-webkit-border-radius: 100%; /* Webkit browsers */
		border-radius: 100%; /* W3C syntax */
		text-align: center;
	}

		#xgcp .owl-prev:hover .fa, #xgcp .owl-next:hover .fa {
			color: #fff;
		}

		#xgcp .owl-prev .fa, #xgcp .owl-next .fa {
			color: #fff;
			line-height: 25px;
			font-size: 18px !important;
		}

	#xgcp .owl-prev {
		left: 0px;
	}

	#xgcp .owl-next {
		right: 0px;
	}

/*问答伸缩*/
#faqlist {
	overflow: hidden;
}

	#faqlist dl {
		overflow: hidden;
		margin-bottom: 20px;
	}

		#faqlist dl dt {
			height: 50px;
			line-height: 50px;
			display: block;
			background: #333;
			padding-left: 20px;
			cursor: pointer;
		}

	#faqlist i {
		float: left;
		width: 25px;
		height: 25px;
		border: 1px solid #fff;
		line-height: 25px;
		text-align: center;
		font-size: 18px;
		margin-top: 12.5px;
		transition: 0.6s;
	}

	#faqlist em {
		float: left;
		margin-left: 15px;
		font-style: normal;
		font-size: 18px;
	}

	#faqlist h4 {
		font-size: 14px;
		font-weight: normal;
		margin-left: 5px;
	}

	#faqlist dd {
		padding: 20px 25px;
		overflow: hidden;
		border: 1px solid #444;
		border-top: none;
		line-height: 25px;
		display: none;
	}

	#faqlist dl dt:hover, #faqlist dl dt.open {
		color: #fff;
	}

		#faqlist dl dt.open i {
			color: #fff;
			transform: rotate(90deg);
		}

/*CSS划斜线*/
.x {
	width: 100%;
	height: 145px;
	position: relative;
	overflow: hidden;
}

	.x:before {
		position: absolute;
		top: 0px;
		right: 0;
		left: 0;
		bottom: 0;
		border-bottom: 145px solid #C39A5C;
		border-left: 220px solid transparent;
		content: "";
	}

	.x:after {
		position: absolute;
		left: 1px;
		right: 0;
		top: 1px;
		bottom: 0;
		border-bottom: 145px solid #DCDCDE;
		border-left: 220px solid transparent;
		content: "";
	}
/*临时*/
#support_title {
	text-align: left;
}

	#support_title h2::before, #support_title h2::after {
		left: 0;
		margin-left: 0;
	}

#video-gallery {
	width: 100%;
}

.videoGallery .rsThumbs .rsThumb {
	width: 280px;
	height: 140px;
	margin-right: 26.66666666px;
}

.videoGallery .rsThumb:hover {
	background: #000;
}

.videoGallery .rsThumbs .rsThumb .ico {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	background: url(/web/pic/play.png) center center no-repeat;
	z-index: 10;
}

.videoGallery .rsThumb.rsNavSelected span.ico {
	background: url(/web/pic/pause.png) center center no-repeat rgba(0,0,0,0.2);
}

.sampleBlock {
	left: 3%;
	top: 1%;
	width: 100%;
	max-width: 400px;
}

.rsVideoContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	float: left;
}

#fwcx {
	overflow: hidden;
}

	#fwcx dt {
		width: 135px;
		float: left;
		overflow: hidden;
	}

	#fwcx dd {
		margin-left: 150px;
		overflow: hidden;
	}

		#fwcx dd .shang {
			overflow: hidden;
			font-size: 30px;
			color: #fff;
		}

		#fwcx dd .xia {
			overflow: hidden;
		}

.chk_text {
	width: 305px;
	float: left;
	background: #333;
	height: 50px;
	border: none;
	line-height: 50px;
	outline: none;
	color: #fff;
	text-indent: 10px;
}

.chk_btn {
	width: 90px;
	float: left;
	overflow: hidden;
	height: 50px;
	background: url(/web/pic/s.png) center center no-repeat #FF5814;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	outline: none;
	cursor: pointer;
	border: none;
}

#footer1 dd i {
	font-size: 20px;
}
/** 弹窗 **/
#vleft {
	width: 525px;
	float: left;
	overflow: hidden;
	margin-top: 100px;
}

#vtitle {
	text-align: left;
}

	#vtitle .qian {
		position: static;
		margin-top: 10px;
	}

	#vtitle .line {
		float: left;
	}

#vtxt {
	overflow: hidden;
	margin-top: 30px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
}

#vpic {
	width: 610px;
	float: right;
	overflow: hidden;
}

	#vpic img {
		max-width: 100%;
		height: auto;
		display: block;
	}

#xiangce {
	position: relative;
}

	#xiangce .item {
		width: 800px;
		margin: 0px auto;
	}

		#xiangce .item img {
			max-width: 100%;
			height: auto;
			display: block;
		}
