@charset "utf-8";
/*全局定义*/

* {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	_background-image: url(about:blank);
	_background-attachment: fixed;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}

body {
	background: #fff;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
	font-family: "Microsoft YaHei", Arial,"宋体", Helvetica, sans-serif;
	word-break: break-all;
	color: #595c60;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,sup,sub {
	font-family: "Microsoft Yahei";
	text-align: left;
	font-weight: normal;
}

fieldset,img {
	border: 0
}

ul,ol,li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: top;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio,

canvas,

video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* 链接 */	

a {
	text-decoration: none;
	color: #595c60;
	blr: expression(this.onFocus=this.blur());
 /* IE Opera */
	outline: none;
 /* FF Opera */
	position: relative;
}

a:hover {
	text-decoration: none;
	color: #d30c53;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

a:focus {
	-moz-outline-style: none;
 /* FF */
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* 左右悬浮 */
.f_l {
	float: left;
}
.f_r {
	float: right;
}

/* 清除悬浮 */
.clearfix {
	*zoom: 1;
}
.clearfix:before,

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

.hidden {
	overflow: hidden
}

.relative {
	position: relative
}

.none {
	display: none;
}

/*左右对齐*/

.auto {
	margin-left: auto;
	margin-right: auto
}

.mt10 {
	margin-top: 10px
}

.mt20 {
	margin-top: 20px
}



/* 文字颜色 */

.red,.red a {
	color: #e40082
}/* 深红 */

.White,.White a {
	color: #fff
}/* 白色 */

.ff_yh {
	font-family: "Microsoft Yahei";
}

.ff_arial {
	font-family: "arial";
}



/* 空白间距 */

.blank15 {
	margin: 0 auto;
	width: 100%;
	height: 15px;
	font-size: 1px;
	overflow: hidden
}
.blank20 {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	font-size: 1px;
	overflow: hidden
}


.grey15 {
	background-color:#f0f3f4;
	margin: 0 auto;
	width: 100%;
	height: 15px;
	font-size: 1px;
	overflow: hidden
}
.grey40 {
	background-color:#f0f3f4;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	font-size: 1px;
	overflow: hidden
}
.white40 {
	background-color:#fff;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	font-size: 1px;
	overflow: hidden
}


.blank10 {
	margin: 0 auto;
	width: 100%;
	height: 10px;
	font-size: 1px;
	overflow: hidden
}

/* 页宽设定 */

.container {
	width: 1200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.white{
	background:#FFF;
	}


/*===============================================全局定义 end=================================================*/
/*==============焦点star=============*/
.flash{
	height:719px;
	width:100%;
	background:#666;
	position:relative;
	z-index:0
	}
	
/*本例css*/
.homeflash { width:100%;
	height: 719px; 
	position: relative; 
	overflow:hidden; z-index:1;
	}
.homeflash .flashpic{
	position:absolute;
	z-index:2;
	left:50%;
	text-align:center;
	top:0;
	margin-left:-1000px;}

/*数字按钮样式*/
.homeflash .num {
	overflow:hidden; 
	height: 25px; 
	position: absolute; 
	bottom:160px; 
	right:80px; 
	zoom:1; 
	z-index:3;
	 }
.homeflash .num li {
	width: 25px; 
	height: 25px; 
	line-height: 25px; 
	text-align: center; 
	font-weight: 400; 
	font-family: "微软雅黑", Arial; 
	color: #FFFFFF; 
	background:#8cd9d0; 
	margin-right: 10px; 
	border-radius:50%; 
	cursor:pointer; 
	float: left;
	}
.homeflash .num li.on { 
	background: #18a292;
	} /*当前项*/
.homeflash .num{
	left:0px;
	margin-left:150px;}
/*上一个  下一个*/
.homeflash .prev,
.homeflash .next {
	display: none; 
	width: 40px; 
	height: 100px; 
	background: url(../images/btn.png) no-repeat; 
	position: absolute; 
	top:115px;
	}
.homeflash .prev {
	left: 0; 
	}
.homeflash .next { 
	right: 0; 
	background-position: right ;
}

/*==============焦点end==============*/




/*==========sub star==========*/

.sub_box{
	position:absolute;
	z-index:99;
	top:569px;
	background:url(sub_bg.png) no-repeat;
	height:150px;
	width:100%;
	}
.sub_box ul{
	width:1300px;
	}
.sub_box ul li{
	float:left;
	padding-right:1px;
	padding-top:10px;
	}


/*==========sub end==========*/
.main{
	margin-left:-600px; 
	left:50%;
	position:absolute;
	z-index:99;
	top:20px;
	background:url(nav_bg.png) repeat-x;
	height:80px;
	}
.main h1{
	float:left;
	}
.main a img{
	margin-top:10px;
	margin-left:10px;
	padding-left:20px;
	}
.nav_3px{
	margin-left:-600px; 
	left:50%;
	position:absolute;
	z-index:99;
	top:100px;
	height:3px;
	}
.main .nav{
	margin-left:540px;}	
.main .nav h2{
	display:block;
	position:relative;
	margin-top:10px;
	background-color:#000;
	background:url(tel.png) no-repeat 0 5px;
	text-align: right;
	margin-left:470px;
	height:30PX;
	font-size:16px;
	color:#c03f44;
	margin-right:55px;
	}
.main ul{
	display:block;
	height:40px;
	}
.main ul li{
	float:left;
	position:relative;
	z-index:999;
	display:inline-block;
	text-align:center;
	height:30px;
	}
.main ul li a{
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#0780b7;
	padding-left:40px;
	border-bottom:0px;
	}
.main ul li ul{
	position:absolute;
	z-index:99999999;
	display:none;
	left:0;
	padding-top:10px;
	top:30px;
	width:140px;
	line-height:30px;
	}
.main ul li ul li{
	height:38px;
	text-align:left;
	text-indent:20px;
	border-bottom:1px solid #085400;
	float:none;
	display:block;
	padding:0;
	margin-bottom:0;
	background:url(nav_list_bg.png) repeat;;
	}
.main li ul li a{
	color:#FFF;
	line-height:38px;
	height:38px;
	font-size:14px;
	display:block;
	padding:0px;
	margin:0
	}
.main li ul li a:hover{
	background:url(nav_list_bg02.png) repeat;
	color:#FFF;
	height:38px;
	}
.main li:hover ul{
	display: block;
	}
/*==========产品展示star==========*/
.title_01{
	display:block;
	margin-top:10px;
	}
.title_01 h2{
	font-size:22px;
	line-height:70px;
	float:left;
	}
.title_01 a{
	float:right;
	font-size:18px;
	line-height:70px;
	margin-right:20px;
	text-indent:30px;
	background:url(add.png) no-repeat 0 25px;
	color:#bfbfbf;
	}
.title_01 a:hover{
	background:url(add_01.png) no-repeat 0 25px;
	color:#7e7e7e;
	}
.product_List{
	width:1300px;
	overflow:inherit;}
.product_List li a{
	display:block;
	float:left;
	margin-right:15px;
	}
.product_List li a:hover img{
	 border:1px solid #e2e2e2;
	}
.product_List img{
	display:block;
	width:226px;
	height:226px;
	border:#eeeeee solid 1px;}
.product_List li h3{
	display:block;
	font-size:12px;
	width:210px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
	color:#939292;
	}
.product_List li a:hover h3 {
	color:#5e7061;
	}
/*==========产品展示end==========*/

/*==========成功案例star==========*/

.blue{
	height:360px;
	background-color:#3c8fd5;
	}
.title_02{
	display:block;
	margin-top:10px;
	}
.title_02 h2{
	font-size:22px;
	line-height:70px;
	float:left;
	color:#fff;
	}
.title_02 a{
	float:right;
	font-size:18px;
	line-height:70px;
	margin-right:20px;
	text-indent:30px;
	background:url(add_02.png) no-repeat 0 25px;
	color:#e5e5e5;
	}
.title_02 a:hover{
	background:url(add_03.png) no-repeat 0 25px;
	color:#fff;
	}
	
#bg_sro{
	position:relative;}
#bg_sro .left{
	position: absolute;
	width:46px;
	height:90px;
	left:-60px;
	top:50px;	
	}
#bg_sro .left a{
	background:url(leftandright.png) no-repeat 0 0; 
	display:block; 
	height:90px; 
	width:46px; 
	text-indent:-200px
	}
#bg_sro .left a:hover{
	background:url(leftandright.png) no-repeat 0 -90px; 
	display:block; 
	height:90px; 
	width:46px;
	}
#bg_sro .right{
	position: absolute;
	width:46px;
	height:46px;
	right:-60px;
	top:50px;
	}
#bg_sro .right a{
	background:url(leftandright.png) no-repeat right 0; 
	display:block; 
	height:90px; 
	width:46px; 
	text-indent:-200px;
	}
#bg_sro .right a:hover{
	background:url(leftandright.png) no-repeat right -90px; 
	display:block; 
	height:90px; 
	width:46px;
	}

#scroo{
	overflow:hidden;
	}

.h_case{ 
    height:240px; 
	width:3000px;
	}
.h_case li{
	width:244px; 
	float:left;
	}
.h_case li a{
	margin-right:20px; 
	display:block; 
	overflow:hidden;
	}
.h_case li a img{
	border:4px solid #ebeaea;
	}
.h_case li a:hover img{
	border:4px solid #fff;
	}
.h_case li a h3{
	margin:0 15px; 
	text-align:center; 
	font-size:12px; 
	position:relative; 
	margin-top:10px; 
	line-height:20px;
	color:#ebeaea;
	}
.h_case li a:hover h3{
	color:#fff;
    }
/*==========成功案例end==========*/

/*=============information star===============*/
.information{}
.information ul{
	display:block;
	width:1300px;
	height:280px;
	overflow:hidden;}
.information ul li{
	margin-top:20px;
	margin-bottom:60px;
	margin-right:30px;
	width:380px;
	float:left;}
.information ul li h2{
	font-size:18px;
	line-height:60px;
	height:60px;
	float:left;
	color:#3f3f3f;}
.information ul li .more{
	line-height:60px;
	height:60px;
	float:right;}
.information ul li a h3{
	font-size:12px;
	line-height:30px;
	height:30px;
	display:block;
	width:290x;
	float:left;}
.information ul li a span{
	font-size:12px;
	line-height:30px;
	height:30px;
	display:block;
	text-align:right;
	width:90px;
	float:right;}
.information ul li{}

/*=============information star===============*/


/*=============顶部大图star==========*/
.top_big_img{
	width:100%; 
	height:356px; 
	position:relative;
	z-index:0; 
	background:#fff; 
    }
.top_big_img .img_box{
	position:absolute; 
	left:50%; 
    top:0; 
	width:2000px;
    margin-left:-1000px; 
	z-index:1;
	height:356px;
	}
	
/*========顶部大图end==========*/

/*========所在位置 star==========*/
.U_href{
	width:1200px;
	bottom:0;
	margin-left:-600px; 
	left:50%;
	z-index:99;
	position:absolute;
	height:44px;
	overflow:hidden;
	}
.U_href h2{
	float:left;
	width:241px;
	height:44px;
	background:url(u_href_l_bg.png) repeat;
	color:#FFF;
	text-align:center;
	line-height:44px;
	z-index:999;
	}
.U_href p{
	border:1px solid #e7ecee;
	border-left:none;
	border-bottom:none;
	width:927px;
	color:#838181;
	font-family:'宋体';
	line-height:44px;
	text-align:right;
	float:right;
	height:43px;
	padding-right:30px;
	background:url(u_href_bg.png) repeat-x;
	}
.U_href p a{
	line-height:44px;
	padding:0 6px;
	}

/*========所在位置 end==========*/

.w240{
	width:240px;}
.w960{
	width:958px;
	}
.content_02{
	border:1px solid #e7ecee;
	margin:0px auto;
	padding-bottom:30px;
	margin-bottom:30px;
	z-index:0;
	background:url(bg_1line_prc.gif) repeat-y 239px 0;
	}

/*main	*/
.left_main{
	margin-top:20px;
	display:block;
	background-color:#fff;
	}

.left_main li{
	margin-left:20px;
	font-size:16px;
	display:block;
	line-height:40px;
	margin-bottom:1px;
	}
.left_main .cur ul{
	margin-top:1px;
	position:relative;}
.left_main .cur a,.left_main li a:hover{
	border:1px solid #abded8;
	display:block;
	color:#2d4845;
	border-bottom-left-radius:20px;
	-moz-border-bottom-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	-moz-border-top-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	background:#abded8 url(left_main_2.png) no-repeat 20px -40px;}
.left_main li a{
	display:block;
	border:1px solid #e7ecee;
	border-bottom-left-radius:20px;
	-moz-border-bottom-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	-moz-border-top-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	background:#FFF url(left_main_2.png) no-repeat 20px 0px;
	text-indent:45px;
	height:40px;
    }


/*	二级菜单*/
.left_main .cur ul{
	display:block;
	}
.left_main .cur ul li{
	margin-left:0
	}
.left_main .cur ul li a{
	font-size:14px;
	line-height:36px;
	height:36px;
	background:url(left_main_1.png) no-repeat 24px 0px;
	color:#333;
	}
.left_main .cur ul li a:hover,.left_main .cur ul .uherf a{
	background:url(left_main_1.png) no-repeat 24px -36px;
	color:#16500a;
	}
/*二级默认关闭*/
.left_main li ul{
	display: none;
	}
/*	end*/


.title_03{
	font-size:20px;
	font-weight:bold;
	color:#2d4845;
	margin:0 50px;
	border-bottom:1px solid #EEE;
	margin-bottom:20px;
	padding-top:10px;
	height:80px;
	line-height:80px;
	}


/*------------footer star----------*/

.footer_bg{
	background-color:#589911;
	}

footer_bg .container{
	padding-top:15px;
	padding-bottom:20px;
	}
.ft_line{
	height:2px;
	background:url(ft_line_bg.png) repeat-x;
	}
footer dl{
	float:left;
	padding-top:20px;
	margin-right:0px;
	margin-left:30px;
	margin-bottom:20px;
	font-size:14px;
	color:#797979;}
footer dl dt{
	font-weight:bold;
	}
footer dl dt a{
	color:#fafafa;
	font-size:14px;
	}
footer dl dd a{
	color:#f2f2f2;
	}
footer .ft_a a{
	padding-right:28px;
	}
footer .ft_a dd p{
	font-family:'宋体';
	color:#f2f2f2;}
footer .ft_p,footer .ft_p a{
	color:#999999;
	font-size:12px;
	}
footer .ft_p a:hover{
	color:#2d4845;
	}
footer .ft_links{
	padding:30px;
	}
footer .ft_links a{
	color:#f2f2f2;
	margin:0 5px;
	}
footer .ft_links a:hover{
	color:#d30c53;
	}
footer .ft_links div{
	color:#f2f2f2;
	font-size:14px;
	}



/* 在线客服 */
#rightsead {
	width:130px;
	height:200px;
	position:fixed;
	z-index:9999;
	top:50%;
	margin-top:-59px;
	right:0px;
}
*html #rightsead {
	margin-top:368px;
	position:absolute;
top:expression(eval(document.documentElement.scrollTop));
}
#rightsead li {
	width:131px;
	height:50px;
}
#rightsead li img {
	float:right;
}
#rightsead li a {
	height:49px;
	cursor:pointer;
	float:right;
	display:block;
	min-width:47px;
	max-width:131px;
}
#rightsead li a .shows {
	display:block;
}
#rightsead li a .hides {
	margin-right:-143px;
	cursor:pointer;
	cursor:hand;
}
#rightsead li a.youhui .hides {
	display:none;
	position:absolute;
	right:188px;
	top:2px;
}

.uppageadndownpage p{
	text-indent:40px;
	font-size:14px;
	line-height:200%;}
	

/*------------footer end---------*/


/*=======案例应用star=======*/

.case_list{
	display:block;
	margin-left:51px;
	padding-top:15px;
	overflow:hidden;
	}
.case_list li{
	margin-bottom:20px;
	width:294px; 
	float:left;
	}
.case_list li a{
	margin-right:28px; 
	display:block; 
	overflow:hidden;
	}
.case_list li a img{
	width:264px;
	height:212px;
	border:1px solid #fff;
	}
.case_list li a:hover img{
	border:1px solid #9bc5e8;
	}
.case_list li a h3{
	margin-left:20px;
	width:220px;
	display:block;
	font-size:13px;
	text-indent:0;
	text-align:center;
	margin-top:5px;
	line-height:24px;
	color:#8c8c8c;
	}
.case_list li a:hover h3{
	color:#5f5e5e;
    }
/*=======案例应用end=======*/


/*===========翻页效果=========*/

.page_list{
	text-align:center; 
	margin:30px 0;}
.page_list a{
	display:inline-block; 
	margin-right:5px; 
	font-size:20px; 
	vertical-align:middle;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	background:#abded8;
	padding:10px 18px;
	}
.page_list .upanddown{
	font-size:16px;
	}
.page_list .cur,.page_list a:hover{
	background:#009b89; 
	color:#FFF;
	}
.page_list div{
	text-align:center; 
}
.page_list div .current{
	display:inline-block; 
	margin-right:5px; 
	font-size:20px; 
	vertical-align:middle;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	background:#abded8;
	padding:10px 18px;
	background:#009b89; 
	color:#FFF;
}

/*==============end===========*/

.title_04{
	margin:30px 30px;
	position:relative;
	line-height:30px;
	font-size:24px;
	text-align:center;
    }
.uppageadndownpage p{
	text-indent:40px;
	font-size:14px;
	line-height:200%;}

.pro_List{
	margin-left:50px;
	position:static;
	margin-top:20px;
}
.pro_List li{
	float:left;
	display:inline-block;
	margin-right:28px;
}
.pro_List li a{
	display:block;
	

	}
.pro_List li a:hover img{
	 border:1px solid #e2e2e2;
	 
	}
.pro_List img{
	display:block;
	width:265px;
	height:265px;
	border:#eeeeee solid 1px;}
.pro_List li h3{
	display:block;
	font-size:13px;
	line-height:20px;
	text-indent:0;
	text-align:center;
	margin-top:0;
	line-height:40px;
	color:#939292;
	}
.pro_List li a:hover h3 {
	color:#5e7061;
	}
	
.allpage{margin:0 50px; margin-bottom:30px; font-size:14px;
 line-height:200%}
.w960 h3{
	font-size:18px; 
	font-weight:bold; 
	line-height:40px;
	text-indent:50px;
	margin-top:20px;
	}	
/*产品图片展示模块*/
.product{width:700px;height:820px; position:relative; margin:0 auto; overflow:hidden; z-index:1;}
.product_show{ width:700px; text-align:center; height:700px; overflow:hidden; position:relative; }
.product_inbox{ position:absolute; left:50%; top:0;}

/*翻页*/

.product_btn_left{position:absolute;left:0; background-position:0px -368px;width:12px; height:24px; background-image:url(bg.png); background-repeat:no-repeat ;text-indent:-999em; z-index:9999; bottom:24px;}
.product_btn_right{position:absolute;right:0;  background-position:0px -433px;width:12px; height:24px; background-image:url(bg.png); background-repeat:no-repeat ;text-indent:-999em;z-index:9999; bottom:24px;}
.product_btn_left:hover{background-position:-61px -368px;}
.product_btn_right:hover{background-position:-61px -433px;}


/*产品小图列表*/
.smimg_product_list{ width:100%; height:80px; position:absolute; top:735px;  z-index:106; left:0;  text-align:  center; padding-left:8px}

.smimg_product_list a{ display:inline-block; width:80px; height:80px; margin-right:15px; border:1px solid #ebebeb;}
.smimg_product_list a.hover{ border:1px solid #4ccdbf;}


.products_detail_features{ border-bottom:1px dashed #4ccdbf; padding-bottom:20px;}
.products_detail_features p{ line-height:24px; margin-top:15px;}
.products_detail_parameters ul{ margin-top:15px;}
.products_detail_parameters li{ float:left; width:200px;line-height:24px;}

.products_detail_main img{ padding:15px 185px;}



.product h3{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:45px;
	margin-bottom:20px;
	}

.news_list{
	margin:0 50px;
	padding-bottom:30px;
	}	
.news_list li{
	margin-bottom:10px;
	clear:both; 
	overflow:hidden;
	}	
.news_list li a{
	display:block;
	}	
.news_list li a img{
	float:left;
	margin-right:20px;
	margin-top:10px;
	height:100px;
	width:145px;
	}
.news_list li a h3{
	line-height:30px;
	font-size:16px;
	font-weight:600;
	}
.news_list li a h4{
	line-height:40px;
	font-size:14px;
	font-weight:600;
	}	
.news_list li a em{
	font-style:normal;
	color:#999;
	float:right;
	}
.news_list li a div{
	font-family:'宋体';
	height:50px;
	overflow:hidden;
	display:block;
	}	 

.new_deta{
	text-align:center;
	margin-top:-20px;
	margin-bottom:20px;}

table{
	margin:10px auto;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
table tr td{
	text-align:center;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	}
table tr td input{
	text-align:center;
	border:1px solid #FFF;}
table tr td button{
	width:56px;}
table tr td button:hover{
	color:#C00;}
.tempWrap{width:100% !important;}