@charset "utf-8";
/* CSS Document */ 
/*常用字体备注:"Microsoft YaHei",微软雅黑,Arial*/
div{margin:0px auto; padding:0px;}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{
	margin:0; padding:0; border:none; list-style-type:none; font-family:"Microsoft YaHei",微软雅黑; font-size:14px;color:#333;
}
body{ margin:0px; font-family:"Microsoft YaHei",微软雅黑; position:relative; min-width: 1024px;}
img{
	pointer-events: none;
	-webkit-user-select: none;
}

td{ font-size:12px;}
a{ text-decoration:underline;}
a:link{ color:#333; text-decoration:none}
a:hover{ color:#333; text-decoration:underline}
a:visited{ color:#333; text-decoration:none}
image{ border:0;}
table{ margin:0 auto;}

.clear{ clear:both;}
.clear:after{display:block;clear:both;content:"";}
.block_10{ clear:both; height:10px; display:block;}
.block_15{ clear:both; height:10px; display:block;}
.block_20{ clear:both; height:10px; display:block;}

/*通用样式*/
nav.navmenu{ background-color: #333333; width: 100%; min-width: 1024px; height: 50px;}
nav.navmenu .navmenuBox{ margin: 0 auto; max-width: 980px; padding: 0 22px; position: relative; z-index: 2;}
nav.navmenu .navmenuBox ul{ text-align:justify;}
nav.navmenu .navmenuBox ul li{ display: inline-block; vertical-align: top;}
nav.navmenu .navmenuBox ul li.justify_fix{ display:inline-block; width:100%; height:0; overflow:hidden;}
nav.navmenu .navmenuBox ul li.logo img{ vertical-align: middle; margin-top: -3px;}
nav.navmenu .navmenuBox ul li a{ color: #fff; text-align: center; text-decoration: none; display: block; line-height: 50px; font-size: 14px; transition: all 0.06s ease-in-out 0s;}
nav.navmenu .navmenuBox ul li a:hover{ color: #6F6F6F;}

/*子菜单*/
nav.submenu{ background-color: #F3F3F3; width: 100%; min-width: 1024px; height: 80px;}
nav.submenu .submenuBox{ margin: 0 auto; max-width: 980px; height: 100%; padding: 0 22px; position: relative; z-index: 2;}
nav.submenu .submenuBox ul{ text-align: center;}
nav.submenu .submenuBox ul li{ display: inline-block; vertical-align: top;}
nav.submenu .submenuBox ul li.justify_fix{ display:inline-block; width:100%; height:0; overflow:hidden;}
nav.submenu .submenuBox ul li.logo img{ vertical-align: middle; margin-top: -3px;}
nav.submenu .submenuBox ul li a{ color: #5e5e5e; text-align: center; text-decoration: none; display: block; line-height: 80px; padding: 0 38px; font-size: 13px;}
nav.submenu .submenuBox ul li a:hover{ color: #1b77cd;}

section.section-promos{ width: 100%; margin: 15px auto; min-width: 1024px;}
section.section-promos ul{ padding: 0 3%;}
section.section-promos ul li{ float: left; width: 23.1%; margin-right: 2.5%;}
section.section-promos ul li.last{ margin-right: 0;}
section.section-promos ul li a{}
section.section-promos ul li a img{ width: 100%; pointer-events:auto; -webkit-user-select: auto;}

footer{ background-color: #f2f2f2; min-width: 1024px;}
footer nav.footermenu{ margin: 0 auto; max-width: 980px; padding-top: 28px; padding-bottom: 23px;}
footer nav.footermenu div.fmenuBox{ float: left; width: 18%;}
footer nav.footermenu div.fmenuBox label{}
footer nav.footermenu div.fmenuBox label h3.fmenutitle{ font-size: 14px; color: #797979; line-height: 28px;}
footer nav.footermenu div.fmenuBox ul.fmenulist{}
footer nav.footermenu div.fmenuBox ul.fmenulist li{ font-size: 12px; color: #797979; line-height: 23px;}
footer nav.footermenu div.fmenuBox ul.fmenulist li a{ font-size: 12px; color: #797979; line-height: 23px;}
footer div.copyright{ margin: 0 auto; max-width: 980px; border-top:1px solid #dddcdc; font-size: 12px; color: #959595; line-height: 45px;}
footer .zslogo{width:80px; height:16px; padding-top:17px; float:left;}

/*banner新*/
.focusBox {
	position: relative;
	width:100%;
	overflow: hidden;
}
.focusBox .pic img {
	width:100%;
	display: block;
}
.focusBox .hd {
	overflow:hidden;
	zoom:1;
	position:absolute;
	bottom:20px;
	left:40%;
	z-index:3
}
.focusBox .hd li {
	float:left;
	line-height:15px;
	text-align:center;
	font-size:12px;
	width:60px;
	height:5px;
	cursor:pointer;
	overflow:hidden;
	background:#919191;
	margin-left:4px;
	filter:alpha(opacity=80);
	opacity:.8;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease }
.focusBox .hd .on {
	background:#fff;
	filter:alpha(opacity=100);
	opacity:1;
}
.focusBox .prev, .focusBox .next {
	width:45px;
	height:99px;
	position:absolute;
	top:36%;
	z-index:3;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease
}
.focusBox .prev {
	background-image:url(../images/bannerBtn.png);
	background-position:-112px 0;
	left:0 }
.focusBox .next {
	background-image:url(../images/bannerBtn.png);
	background-position:-158px 0;
	right:0 }
.focusBox .prev:hover, .focusBox .next:hover {
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6 }

/*banner*/
.fullwidthbanner-container{
	min-width: 1024px;
	width:100% !important;
	position:relative;
	padding:0;
	max-height:1270px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:1270px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
	.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background:#333333 !important;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color:#e1472f !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 188px;
	height: 6px;
	float: left;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
	*/
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角
	*/
}

.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tp-thumbs img {
	width: 100%;
}

.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}

.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}

	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}

	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}

	.responsive .tparrows {
		display: none;
	}
}


.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-simpleresponsive a {
	text-decoration: none;
}

.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tp-simpleresponsive >ul >li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}

.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*产品单页样式*/
article.cp_page_main{ min-width: 1024px;}
article.cp_page_main header.cp_page_title{ display: none;}
article.cp_page_main .cp_page_content img{ width: 100%; margin: 0; padding: 0; display: block;}

/*媒体资讯*/
.newslist li{ overflow:hidden; background:#f3f2f0;height:140px;padding:30px 0}
.newslist li.color_two{ background:#fff;}

.newslist li .news_contain{ width:1024px;margin:0 auto}

.newslist li .nleft{ float:left;width:680px;}
.newslist li img{ float:right;width:290px;height:140px;}
.newslist li a.title {color:#4c4c4c;display:block;line-height:35px;max-height:60px;font-size:16px;}
.newslist li span,.newslist li a.more{ color:#848484;display:block;line-height:40px;font-family:宋体}

/*招聘*/
ul.zplist{ width: 1024px; margin: 0 auto;}
ul.zplist li{ background-color: #FAFAFA; width: 954px; padding: 12px 35px; margin-top: 42px; padding-bottom: 20px; position: relative;}
ul.zplist li .title{ color: #3595f1; font-size: 23px; border-bottom: 2px solid #E9E9E9; line-height: 43px; margin-bottom: 20px;}
ul.zplist li table{ float: left; width: 585px;}
ul.zplist li table td{ font-size: 14px; width: 250px; color: #7c7c7c; line-height: 23px;}
ul.zplist li table td label{ font-size: 14px; color: #7c7c7c; font-weight: bold;}
ul.zplist li .zp_btn{ position: absolute; right: 28px; bottom: 28px; font-size: 14px; padding: 8px 27px; background-color: #3595F1; color: #FFF; text-decoration: none;}

/*产品专利*/
.patent{ width: 100%; background-color: #FAFAFA; padding-top: 100px; padding-bottom: 155px;}
.patent .patentBox{ max-width: 1024px; margin: 0 auto;}
.patent .patentBox .ptitle{ font-size: 28px; text-align: center;}
.patent .patentBox ul{ float: left; width: 100%;}
.patent .patentBox ul li{ float: left; width: 194px; height: 50px; margin-top: 50px; margin-right: 10px;}
.patent .patentBox ul li p{ font-size: 13px;}

/*相册*/
ul.piclist{ width: 1024px; margin: 0 auto;}
ul.piclist li{
	margin-top: 35px;
	float: left;
	width: 314px;
	height: 268px;
	margin-right: 40px;
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
ul.piclist li.last{ margin-right: 0;}
ul.piclist li .ppic{
	display: block;
	width: 281px;
	height: 212px;
	margin-top: 16px;
	margin-left: 16px;
	position: relative;
}
ul.piclist li .ppic .pview{ display: none; position: absolute; opacity: .3; width: 100%; height: 100%; top:0; left: 0; background-color: #000;}
ul.piclist li .ppic .pview_pic{ display: none; position: absolute; top: 0; right: 21px; width: 63px; height: 33px;}
ul.piclist li .ppic img{
	width: 100%;
	height: 100%;
}
ul.piclist li .ptitle{
	text-align: center;
	display: block;
	width: 100%;
	line-height: 32px;
}

/*相册-认证*/
ul.piclist_rz{ width: 1024px; margin: 0 auto;}
ul.piclist_rz li{
	margin-top: 35px;
	float: left;
	width: 226px;
	margin-right: 40px;
	padding-bottom: 2px;
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
ul.piclist_rz li.last{ margin-right: 0;}
ul.piclist_rz li .ppic{
	display: block;
	width: 210px;
	height: 298px;
	margin-top: 8px;
	margin-left: 8px;
	position: relative;
}
ul.piclist_rz li .ppic img{ width: 100%;}
ul.piclist_rz li .ptitle{
	text-align: center;
	display: block;
	width: 100%;
	line-height: 32px;
}

/*联系我们*/
.ny4{width:100%; overflow:hidden; position:relative; height:700px; padding:0px;border-bottom: 1px solid #C3C3C3;}
#dituContent{
	height: 700px;
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
}
.list-lx{
	position:absolute;
	right:10%;
	width:361px;
	height:700px;
	z-index: 11;
	top:0;
}
.contact-tips{
	margin-top:97px;
	width: 361px;
	height: 502px;
	float:right;
}
.contact-tips .tips-box{
	width: 322px;
	height: 459px;
	padding: 42px 20px 0;
	background: url(../images/bg_shadow06.png) no-repeat;
	line-height: 26px;
	font-size:14px;
}
.contact-tips h2{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding-bottom: 10px;
	background: url(../images/bg_line10.png) no-repeat left bottom;
	margin-bottom: 10px;
}
.contact-tips .line{
	height: 1px;
	margin: 10px auto 10px;
	background: #dfdfdf;
}
.contact-tips p.pl32{
	padding-left: 32px;
	line-height: 34px;
	font-size:14px;
	background: url(../images/bg_sign21.png) no-repeat 0 2px;
}
.contact-tips p.pl32_n{
    padding-left: 32px;
    line-height: 34px;
    font-size:14px;
}
.contact-tips p.se{
	background-position: 0 -32px;
}
.contact-tips p.th{
	background-position: 0 -66px;
}
.contact-tips p.fo{
	background-position: 0 -100px;
}
.contact-tips a{
	color: #666;
}
.contact-tips .fr{
	width: 322px;
	font-size:14px;
	color: #333;
	background: url(../images/bg_shadow07.png) no-repeat;
}

/*新闻详情*/
.cp_page_main_1024{ max-width: 1024px; width: 100%; margin: 0 auto;}
.page_news_title{
	font-size: 12px;
	color: #383838;
	line-height: 22px;
	padding: 15px;
	text-align: center;
	margin: 0px auto;
}
.page_news_title h1{
	font-size: 2em;
	padding-bottom: 15px;
	width: 600px;
	margin: 0 auto;
	line-height: 32px;
}
.page_right_line{
	width: 950px;
	border-bottom: 1px solid #e6e6e6;
	height: 1px;
	overflow: hidden;
}
.page_right_content{
	width: 925px;
	overflow: hidden;
	padding: 15px 0px;
}
.page_right_content img{
	max-width: 925px;
}

.pnlist{ width: 925px; margin: 0 auto;}
.pnlist li{
	width: 50%;
	float: left;
	font-size: 14px;
}
.pnlist li a{ color: #636363;}

/*智能自吸泵*/
article.cp_page_main .cp_page_content .zixibeng_lcd{ width: 100%; height: 452px; background: url(../images/cp_znzixibeng/zxb_lcdbg.jpg) no-repeat; background-size: 100%;}
article.cp_page_main .cp_page_content .zixibeng_lcd .zxb{ position: relative; float: left;}
article.cp_page_main .cp_page_content .zixibeng_lcd .zxb img.znzxb{ height: 540px; width: auto;}
article.cp_page_main .cp_page_content .zixibeng_lcd .zxb img.zxbtip{ position: absolute; width:95px; top:315px; left: 91px;}
article.cp_page_main .cp_page_content .zixibeng_lcd .zxb a.zxb_btn{ position: absolute; top: 382px; left: 169px; width: 27px; height: 27px; text-decoration: none; z-index: 999999;}
article.cp_page_main .cp_page_content .zixibeng_lcd .lcd{ position: relative; float: left;}
article.cp_page_main .cp_page_content .zixibeng_lcd .lcd img{ width: 703px;}
article.cp_page_main .cp_page_content .zixibeng_lcd .lcd .lcdno{ position: absolute; top: 165px; left: 235px; width: 303px;}
article.cp_page_main .cp_page_content .zixibeng_lcd .lcd .zxb_btn_up{ position: absolute; text-decoration: none; top: 316px; left: 106px; width: 92px; height: 92px;}
article.cp_page_main .cp_page_content .zixibeng_lcd .lcd .zxb_btn_down{ position: absolute; text-decoration: none; top: 316px; right: 92px; width: 92px; height: 92px;}
article.cp_page_main .cp_page_content .zixibeng_lcd .floor{ position: relative; float: right;}
article.cp_page_main .cp_page_content .zixibeng_lcd .floor .floor_on{position: absolute; bottom: 0;left: 0; width: 100%; height: 0;  background: url(../images/cp_znzixibeng/lcd_floor_on.png) no-repeat  left bottom; background-size: 100%;}

article.cp_page_main .cp_page_content .zixibeng_decibels{}
article.cp_page_main .cp_page_content .zixibeng_decibels .zdbleft{ float: left; width:52.03125%; position: relative;}
article.cp_page_main .cp_page_content .zixibeng_decibels .zdbleft .zixibeng_decibelsbtn{ position: absolute; z-index: 1; display: none; cursor: pointer;
	pointer-events:auto;
	-webkit-user-select: auto;
}
article.cp_page_main .cp_page_content .zixibeng_decibels .zdbleft .zixibeng_decibelstip{ position: absolute; display: none;}
article.cp_page_main .cp_page_content .zixibeng_decibels .zdbleft .zixibeng_decibels_fb{ position: absolute; display: none; }

article.cp_page_main .cp_page_content .zixibeng_decibels .zdbright{ float: left; width: 47.96875%; height: 100%;}
article.cp_page_main .cp_page_content .zixibeng_decibels .zdbright .ft1{ width: 100%; height:29.76744186046512%; background: url(../images/cp_znzixibeng/zixibeng_decibelsbg_right1.jpg) no-repeat  left bottom; background-size: 100% 100%;}
article.cp_page_main .cp_page_content .zixibeng_decibels .zdbright .ft2{ width: 100%; height:40.23255813953488%; background-color: #4F9BC7;}
article.cp_page_main .cp_page_content .zixibeng_decibels .zdbright .ft3{ width: 100%; height:30%; background: url(../images/cp_znzixibeng/zixibeng_decibelsbg_right3.jpg) no-repeat  left bottom; background-size: 100% 100%;}

article.cp_page_main .cp_page_content .zxb_picBox2{ position: relative;}
article.cp_page_main .cp_page_content .zxb_picBox2 .zxbpic2_kg{ position: absolute; top:0; left: 0; cursor: pointer; display: none; pointer-events: auto; -webkit-user-select: auto;}
article.cp_page_main .cp_page_content .zxb_picBox2 .zxbpic2_shuiliu{ position: absolute; top:0; left: 0; display: none; pointer-events: auto; -webkit-user-select: auto;}

article.cp_page_main .cp_page_content .zxb_picBox1{ position: relative;}
article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_kg{ position: absolute; top:0; left: 0; display: block; z-index: 1;}
article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_kg img{ display: none;}
article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_shuoming{position: absolute; top:0; left: 0; width: 100%; display: none; z-index: 2;}
article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_led{position: absolute; top:0; left: 0; width: 100%; display: none; z-index: 999;}
article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_shuoming_closeBtn{ position: absolute; top: 5%; right: 2%; width: auto; z-index: 999; cursor: pointer; pointer-events: auto; -webkit-user-select: auto; display: none;}

article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_led_up{ position: absolute; top:0; left: 0; display: none; text-decoration: none; z-index: 999999;}
article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_led_down{ position: absolute; top:0; left: 0; display: none; text-decoration: none; z-index: 999999;}
article.cp_page_main .cp_page_content .zxb_picBox1 .zxbpic1_led_close{ position: absolute; top:0; left: 0; display: none; text-decoration: none; z-index: 999999;}

	/*分页代码 start*/
#page{clear:both;zoom:1; text-align:center;padding:20px 0;font-size: 14px;font-family: "Microsoft Yahei","微软雅黑","arial",sans-serif;color: #5e5e5e;}
#page b{font-size: 14px;font-family: "Microsoft Yahei","微软雅黑","arial",sans-serif;color: #5e5e5e;font-weight: normal;}
#page a{padding:2px 10px;line-height:20px;text-decoration:none;border-radius:3px;margin:0 3px;border:1px solid #dedede;display:inline-block;}
#page a.curr,#page a:hover{border:1px solid #8A8989;color:#8A8989;text-decoration:none;}

#page span.disabled,#page a.disabled{cursor:default;color:#dedede;border:1px solid #dedede;border-radius:3px;background: #fff; display: inline-block;line-height:24px;margin:0 5px;height:24px;padding:0 5px;}
#page span.active,#page a.active{border:1px solid #8A8989;color:#8A8989;border-radius:3px;background: #fff; display: inline-block;line-height:24px;margin:0 5px;height:24px;padding:0 10px;}
#page #searchNum{border:1px solid #dedede;height:22px;line-height:22px;padding:0 5px;width:30px;}
#page .page-btn{border:0 none;background:none;color:#fff;border-radius:3px;background:#f55d12;height:26px;line-height:26px;width:40px;cursor:pointer;}
/*分页代码 end*/

/*---弹出---*/

.webPopup{ width:100%; position:absolute; top:0px; left:0px; z-index:999; background:url(../images/index_221.png) repeat; display:none;}

.webPopupForm{display:none;position: fixed; z-index:9999; width:580px; top:5%;  left:50%; margin-left:-290px; background:#FFF; border:1px solid #c9c9c9; box-shadow:0px 0px 15px #c3c2c2}
.webPopupForm h3{ border-bottom:1px solid #f0f0f0; font-size:30px; line-height:40px; color:#a5a5a5; font-weight:bold; padding:20px 0px 20px 25px; position:relative;}
.webPopupForm h3 span{ color:#3595f1;}
.webPopupForm h3 em{ background:url(../images/index_close.gif) no-repeat; width:16px; height:18px; cursor:pointer; position:absolute; right:20px; top:20px;}
.webPopupForm ul{ padding:30px 0px 0px; border-bottom:1px solid #f0f0f0; margin:0px 32px;}
.webPopupForm ul li{margin:0px; padding:0px; min-height:65px; height:auto !important; height:65px; color:#464646; padding-left:0px;}
.webPopupForm ul li span{float:left;width:75px; font-size:15px; line-height:38px; padding-left:10px;}
.webPopupForm ul li label{float:left;background:#f7f7f7; padding:9px 10px; display:block; box-shadow:1px 1px 3px #bdbcbc inset;}
.webPopupForm ul li label input{ float:left; width:100%; background:none; border:none; outline:none; font-size:15px; font-family:"微软雅黑";color:#464646;}
.webPopupForm ul li span.w45{ width:50px; padding-left:20px;}
.webPopupForm ul li label.mingchen{ width:410px;}
.webPopupForm ul li label.xingming{ width:120px;}
.webPopupForm ul li label.dianhua{ width:200px;}

.webPopupForm h4{ font-size:18px; color:#01ac01; font-weight:bold;padding:20px 0px 20px 32px;}
.webPopupForm dl{ padding-bottom:20px; margin:0px 32px; border-bottom:1px solid #f0f0f0; font-size:15px; color:#5b5b5b;}
.webPopupForm dl dd{float:left; width:200px; padding-bottom:15px;}
.webPopupForm dl dd input{vertical-align:middle;}
.webPopupForm dl dd span{ padding-left:10px;}
.webPopupForm dl dd.w220{ width:260px;}
.webPopupForm dl em{ padding:0px 5px;}
.webPopupForm p{ text-align:center; padding:30px 0px 50px;}
.webPopupForm p input{border:0 none;background:#3595f1; font-size:20px; font-family:"微软雅黑"; font-weight:bold; color:#FFF; width:135px; border-radius:10px; outline:none; cursor:pointer;height:48px; cursor:pointer;}

/*---弹出---*/