@charset "utf-8";
/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table th, table td {
	padding:5px;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
ception, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	color:#666;
	text-decoration:none;
}  /*for ie f6n.net*/
a:focus {
	outline:none;
} /*for ff f6n.net*/
a:hover {
	text-decoration:none;
}
/*定位*/
.tl {
	text-align:left;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.bc {
	margin-left:auto;
	margin-right:auto;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.zoom {
	zoom:1
}
.hidden {
	visibility:hidden;
}
.vam {
	vertical-align:middle;
}
p {
	word-spacing:-1.5px;
}
strong {
	font-weight:bold;
}
 -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.curp {
	cursor:pointer
}
;
/*原reset*/
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align:middle;
}
body {
	font:12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/*title*/
 
/* CSS Document */
body {
	background-color:#fff;
	overflow-x:hidden;
	color:#666;
	font-size:14px;
	font-family: microsoft yahei, "宋体";
	position:relative;
}/*网站字体颜色*/
@media screen and (max-width: 980px) {
body {
width: 105%;
}
}
.header, .content, .footer, .container {
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	font-family:microsoft yahei;
}
.vam {
	vertical-align:middle;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.tr {
	text-align:right;
}
.tl {
	text-align:left;
}
.center {
	text-align:center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pa {
	position:absolute;
}
.pr {
	position:relative
}
.cart_header, .cart_content, .cart_footer {
	width:760px;
	margin:0 auto;
}/* -- 购物车外部框架 -- */
/*头部*/
/*欢迎词*/
.header {
	width:100%;
	overflow:hidden;
	background-color:#fff;
}
.htop {
	background:url(/template/default/images/htop.jpg) repeat-x center;
	height:49px;
	line-height:49px;
}
.htop .container {
	overflow:hidden;
}
.htop em {
	float:left;
	font-size:13px;
}
.htop span {
	float:right;
}
.htop span a {
	text-decoration:none;
	font-size:13px;
}
.htop span a.noBl {
	border-left:none;
}
.htop span a.noBr {
	padding-right:0;
}
/*logo、tel*/
.hcont {
	padding:15px 0;
}
.hcont .dlogo {
	float:left;
}
.hcont .dlogo dl {
	overflow:hidden;
}
.hcont .dlogo dt {
	float:left;
}
.hcont .dlogo dt img {
	display:block;
	width:500px;
}
.hcont .dlogo dd {
	float:left;
	margin-left:20px;
	margin-top:27px;
}
.hcont .dlogo dd p {
	font-size:26px;
	color:#06994d;
	font-weight:bold;
	letter-spacing:5px;
}
.hcont .dlogo dd h2 {
	font-size:18px;
	font-weight:normal;
	margin-top:5px;
}
.hcont .dphone {
	float:right;
	position:relative;
}
.hcont .dphone dl {
	padding-left:55px;
	margin-top:15px;
	background:url(/template/default/images/htphone.png) no-repeat left center;
}
.hcont .dphone dt {
	font-size:14px;
}
.hcont .dphone dd {
	font-size:28px;
	color:#ff6000;
	font-weight: bold;
}
.hcont .dphone img {
	position:absolute;
	left:-216px;
	top:32px;
}
/*导航*/
.navBox {
	background:url(/template/default/images/navbox.jpg) repeat-x center;
	height:62px;
	position:relative;
}
.navBox .container>ul {
	height:62px;
	background:url(/template/default/images/nav.jpg) no-repeat left;
}
.navBox .container>ul>li {
	position: relative;
	width: 160px;
	float:left;
	position:relative;
	background:url(/template/default/images/nav.jpg) no-repeat right center;
}
.navBox .container>ul>li>a {
	display:block;
	height:62px;
	line-height:62px;
	padding:0 20px;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
	text-align: center;
}
.navBox .container>ul>li:hover >a, .navBox .container>ul>li.cur a {
	background:#7fbd48;
}
.navBox .container .sub {
	position: absolute;
	left: 0;
	z-index: 99;
	text-align: center;
	min-width: 100%;
	display: none;
}
.navBox .container .sub li {
	width:160px;
	height:52px;
	line-height:52px;
	background:#7fbd48;
	font-size:14px;
}
.navBox .container .sub li a {
	color: #fff;
	display:block;
}
.navBox .container .sub li:hover {
	background: #03884f;
}
/*阴影*/
.yiny {
	width:100%;
	background:url(/template/default/images/yiny.jpg) no-repeat center;
	height:50px;
}
/*搜索*/
.search {
	border-bottom:1px solid #e5e5e5;
}
.search .gjc {
	width:600px;
	overflow:hidden;
	float:left;
	height:51px;
	line-height:51px;
	font-size:13px;
}
.search .gjc span {
}
.search .gjc a {
	font-size:13px;
}
.search .sc {
	float:right;
	margin-top:12px;
}
.search .sc .tt {
	float:left;
	width:234px;
	height:25px;
	line-height:25px;
	padding:0 10px;
	background:none;
	border:1px solid #eee;
	font-size:13px;
	color:#ffffff;
	outline:none;
	background: #06994d;
}
.search .sc .s_bt {
	border:0px;
	float:left;
	width:50px;
	height:27px;
	line-height:27px;
	text-align:center;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}
/*产品*/
/*.xktj { height:580px;}
.xktj1{ width:1200px; text-align:center;}
.xktj1_1{ font-size:38px; font-weight:bold; color:#06994d; padding-bottom:8px;}
.xktj1_2{ font-size:20px; color:#333333;}
.xktj1_3{ background:url(/template/default/images/xktj1.jpg) no-repeat center; height:20px; padding-bottom:30px;}

.xktj_con .pro_left {width: 230px;background: #fff; border:6px #06994d solid;}
.xktj_con .pro_left h3 {height: 40px;padding: 20px 0;position: relative;font-size: 20px;background:url(/template/default/images/pro_left.jpg) no-repeat center;}
.xktj_con .pro_left h3 a {color: #fff;display: block;background: url(/template/default/images/xktjicon.png) no-repeat 33px center;height: 40px;line-height: 40px;text-indent: 87px;}
.xktj_con .pro_left .left_con01 ul li {height: 67px;line-height: 67px;font-size: 13px;white-space: nowrap;overflow: hidden; 
text-overflow: ellipsis;position: relative;padding-left: 30px;border-bottom: 1px solid #f7f7f7; background: #f0f0f0; margin-top:10px;}
.xktj_con .pro_left .left_con01 ul li a {display: block;background: url(/template/default/images/jt01.png) no-repeat 160px center; font-size: 14px; font-size: 15px; color: #000000;}
.xktj_con .pro_left .left_con01 ul li:hover ,.xktj_con .pro_left .left_con01 ul li.cur {background: #FB8302;}
.xktj_con .pro_left .left_con01 ul li:hover a ,.xktj_con .pro_left .left_con01 ul li.cur a {color: #fff;background: url(/template/default/images/jt02.png) no-repeat 160px center;}

.xktj_con .pro_right {padding: 30px 20px 14px 20px;*padding: 20px 20px 65px 20px; background: #fff;width:912px; border:6px #06994d solid; border-left:none; height: 348px;}
.xktj_con .pro_right ul {display: none;}
.xktj_con .pro_right ul.cur {display: block;}
.xktj_con .pro_right ul li { width:900px; float: left;margin: 0 0 20px 17px; font-size:16px; line-height:30px;}
.xktj_con .pro_right ul li img{ width:367px; float:left; margin-right:30px;}
.xktj_con .pro_right ul li.bdnot {margin-left: 0;}
.xktj_con .pro_right ul li img {border: 5px solid #eae9e9;}
.xktj_con .pro_right ul li span {display: block;height: 40px;line-height: 40px;font-size: 14px;text-align: center;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.xktj_con .pro_right ul li p{ padding-top:15px;}

.xktj_con .pro_right ul li:hover img {border: 5px solid #70bc0a;}
.xktj_con .pro_right ul li:hover span {color: #70bc0a;}

*/

.xktj {
	padding-bottom:60px;
}
.xktj1 {
	width:1200px;
	text-align:center;
}
.xktj1_1 {
	font-size:38px;
	font-weight:bold;
	color:#06994d;
	padding-bottom:8px;
}
.xktj1_2 {
	font-size:20px;
	color:#333333;
}
.xktj1_3 {
	background:url(/template/default/images/xktj1.jpg) no-repeat center;
	height:20px;
	padding-bottom:30px;
}
.xktj_con .pro_left {
	width: 230px;
	background: #fff;
	border:6px #06994d solid;
}
.xktj_con .pro_left h3 {
	height: 40px;
	padding: 20px 0;
	position: relative;
	font-size: 20px;
	background:url(/template/default/images/pro_left.jpg) no-repeat center;
}
.xktj_con .pro_left h3 a {
	color: #fff;
	display: block;
	background: url(/template/default/images/xktjicon.png) no-repeat 33px center;
	height: 40px;
	line-height: 40px;
	text-indent: 87px;
}
.xktj_con .pro_left .left_con01 li {
	height: 67px;
	line-height: 67px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid #f7f7f7;
	background: #f0f0f0;
	margin-top:10px;
}
.xktj_con .pro_left .left_con01 li a {
	display: block;
	background: url(/template/default/images/jt01.png) no-repeat 160px center;
	font-size: 14px;
	font-size: 15px;
	color: #000000;
}
.xktj_con .pro_left .left_con01 li:hover, .xktj_con .pro_left .left_con01 li.cur {
	background: #FB8302;
}
.xktj_con .pro_left .left_con01 li:hover a, .xktj_con .pro_left .left_con01 li.cur a {
	color: #fff;
	background: url(/template/default/images/jt02.png) no-repeat 160px center;
}
.xktj_con .pro_right {
	padding: 30px 20px 14px 20px;
*padding: 20px 20px 65px 20px;
	background: #fff;
	width:912px;
	border:6px #06994d solid;
	border-left:none;
	height: 348px;
}
.xktj_con .pro_right ul {
	display: none;
}
.xktj_con .pro_right ul.cur {
	display: block;
}
.xktj_con .pro_right li {
	width:900px;
	float: left;
	margin: 0 0 20px 17px;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	clear:both;
}
.xktj_con .pro_right li img {
	width:367px;
	float:left;
	margin-right:30px;
}
.xktj_con .pro_right li.bdnot {
	margin-left: 0;
}
.xktj_con .pro_right li img {
	border: 5px solid #eae9e9;
}
.xktj_con .pro_right li span {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xktj_con .pro_right li p {
	padding-top:15px;
}
.xktj_con .pro_right li:hover img {
	border: 5px solid #06994d;
}
.xktj_con .pro_right li:hover span {
	color: #70bc0a;
}
/*优势*/
.yous11 {
	width:100%;
	background:url(/template/default/images/yous.jpg) no-repeat center;
	height:712px;
}
.yous {
	width:1200px;
	margin:0 auto;
	padding-top:32px;
}
.youstu {
	margin:0 auto;
}
.yous1_1 {
	width:587px;
	float:left;
	border:1px #dfdfdf solid;
	margin-top:20px;
	background:#FFF;
}
.yous1_1_1 {
	padding:10px;
	font-size: 14px;
	line-height:30px;
	height: 218px;
}
.yous1_1_1:hover {
	box-shadow:0 0 10px #666
}
.yous1_2 {
	width:587px;
	float:right;
	border:1px #dfdfdf solid;
	margin-top:20px;
	background:#FFF;
}
.yous1_2_1 {
	padding:10px;
	font-size: 14px;
	line-height:30px;
	height: 218px;
}
.yous1_2_1:hover {
	box-shadow:0 0 10px #666
}
/*合作客户*/
.ctle {
}
.ctle h5 {
	margin-bottom:15px;
}
.ctle i {
	display:block;
}
.ctle img {
	display:block;
	margin:0 auto;
}
.paner {
	padding-top:53px;
	padding-bottom:57px;
}
.paner .pcont {
	position:relative;
	margin-top:46px;
}
.paner .pcont ul {
	overflow:hidden;
	width:856px;
	margin:0 auto;
}
.paner .pcont .bd {
	overflow:hidden;
	width:856px;
	margin:0 auto;
}
.paner .pcont li {
	float:left;
	width:200px;
	height:130px;
	margin:0 7px;
}
.paner .pcont li img {
	border:2px solid #e5e5e5;
	display:block;
}
.paner .pcont .pbot {
	top:40px;
}
/*首页产品*/
.proMain {
	padding:46px 0;
	background-color:#f5f5f5;
}
.proMain .pro_l {
	width:220px;
	float:left;
}
.proMain .pro_r {
	width:740px;
	float:right;
}
/*pro_l*/
.pro_l h4 {
	background:#06994d;
}
.pro_l h4 a {
	display:block;
	height:92px;
	line-height:92px;
	text-decoration:none;
	color:#fff;
	font-size:30px;
	padding-left:27px;
}
.pro_l ul {
	background-color:#fff;
	border:2px solid #e5e5e5;
	border-top:none;
	overflow:hidden;
}
.pro_l li {
}
.pro_l li h5 {
	height:50px;
	line-height:50px;
	background:url(/template/default/images/libg2.png) no-repeat 162px center;
	margin:0 15px;
	font-weight:normal;
}
.pro_l li h5:hover {
	height:50px;
	line-height:50px;
	background:url(/template/default/images/libg3.png) no-repeat 162px center;
	margin:0 15px;
	font-weight:normal;
	color:#06994d;
	font-weight:bold;
}
.pro_l li h5 a {
	font-size:14px;
	color:#535353;
	text-decoration:none;
}
.pro_l li .sedp {
	margin-top:20px;
}
.pro_l li .sedp p {
	margin-bottom:8px;
}
.pro_l li .sedp p a {
	font-size:14px;
	display:block;
	margin-left:25px;
	padding-left:5px;
	height:25px;
	line-height:25px;
	text-decoration:none;
}
.pro_l li .sedp p a:hover {
	background:url(/template/default/images/prolistbg2.png) no-repeat center;
	color:#fff;
}
.pro_l li .sedp p a.on {
	background:url(/template/default/images/prolistbg2.png) no-repeat center;
	color:#fff;
}
.pro_lny li h5 {
	height:50px;
	line-height:50px;
	background:url(/template/default/images/libg2.png) no-repeat 162px center;
	margin:0 15px;
	font-weight:normal;
}
.pro_lny li h5:hover {
	height:50px;
	line-height:50px;
	background:url(/template/default/images/libg3.png) no-repeat 162px center;
	margin:0 15px;
	font-weight:normal;
	color:#06994d;
	font-weight:bold;
}
.pro_lny li h5 a {
	font-size:14px;
	color:#535353;
	text-decoration:none;
}
.pro_lny li .sedp {
	margin-top:20px;
}
.pro_lny li .sedp p {
	margin-bottom:8px;
}
.pro_lny li .sedp p a {
	font-size:14px;
	display:block;
	margin-left:25px;
	padding-left:5px;
	height:25px;
	line-height:25px;
	text-decoration:none;
}
.pro_lny li .sedp p a:hover {
	background:url(/template/default/images/prolistbg2.png) no-repeat center;
	color:#fff;
}
.pro_lny li .sedp p a.on {
	background:url(/template/default/images/prolistbg2.png) no-repeat center;
	color:#fff;
}
/*pro_r*/
.pro_r .prc {
	padding-top:10px;
}
.pro_r .prc .pt {
	height:40px;
	background-color:#333;
}
.pro_r .prc .pt h5 {
	float:left;
	height:50px;
	width:110px;
	margin-top:-10px;
	margin-left:10px;
}
.pro_r .prc .pt h5 a {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color:#1f98e4;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
.pro_r .prc .pt span {
	float:right;
	margin-right:30px;
	line-height:40px;
}
.pro_r .prc .pt span a {
	font-size:14px;
	color:#fff;
	padding:0 10px;
	background:url(/template/default/images/ptline.png) no-repeat left center;
}
.pro_r .prc .pt span a.noBg {
	background:none;
}
.pro_r .prc .pt .mor {
	float:right;
	padding-right:15px;
	background:url(/template/default/images/morbg.png) no-repeat right center;
	margin-right:12px;
	margin-top:13px;
	font-size:14px;
	color:#fff;
}
.pro_r .prc .pro {
	overflow:hidden;
	margin-top:24px;
	width:757px;
}
.pro_r .prc .pro li {
	float:left;
	width:235px;
	padding-bottom:24px;
	overflow:hidden;
	margin:0 6px;
}
.pro_r .prc .pro li>a {
	display:block;
	width:233px;
	height:163px;
	position:relative;
	border:1px solid #1f98e4;
	overflow:hidden;
}
.pro_r .prc .pro li>a>img {
	display:block;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	width:233px;
	height:163px;
}
.pro_r .prc .pro li>a>img:hover {
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
}
.pro_r .prc .pro li>a i img {
}
.pro_r .prc .pro li>a i span {
}
.pro_r .prc .pro li>a:hover i {
	display:block;
}
.pro_r .prc .pro li p {
	width:235px;
	text-align:center;
	margin-top:10px;
	height:14px;
	line-height:14px;
	overflow:hidden;
	;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_r .prc .pro li p a {
	font-size:14px;
}
/*优势*/
.ysMain .ys {
	position:relative;
}
.ysMain .ys1 {
	background:url(/template/default/images/ysbg1.jpg) no-repeat center;
	height:461px;
}
.ysMain .ys2 {
	background:url(/template/default/images/ysbg2.jpg) no-repeat center;
	height:362px;
}
.ysMain .ys3 {
	background:url(/template/default/images/ysbg3.jpg) no-repeat center;
	height:372px;
}
.ysMain .ys4 {
	background:url(/template/default/images/ysbg4.jpg) no-repeat center;
	height:371px;
}
.ysMain .ys5 {
	background:url(/template/default/images/ysbg5.jpg) no-repeat center;
	height:362px;
}
.ysMain .ys1 h4 {
	text-align:center;
	padding-top:62px;
}
.ysMain .ys1 h4 p {
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
}
.ysMain .ys4 .yphone {
	padding-left:34px;
	background:url(/template/default/images/yphone.png) no-repeat left center;
	font-size:21px;
	color:#e31d1e;
	height:25px;
	line-height:25px;
	position:absolute;
	display:block;
	top:275px;
	left:80px;
}
.ysMain dl {
	position:absolute;
}
.ysMain dt {
	font-size:18px;
	color:#434343;
}
.ysMain dt span {
	font-size:18px;
	color:#434343;
}
.ysMain dt h5 {
	font-size:18px;
	color:#434343;
}
.ysMain dd {
	margin-top:24px;
}
.ysMain dd p {
	font-size:14px;
	width:435px;
	padding-left:15px;
	background:url(/template/default/images/diamimg.png) no-repeat left 5px;
	margin-bottom:8px;
}
.ysMain .dz {
	left:507px;
}
.ysMain .dr {
	left:84px;
}
.ysMain .ds1 {
	top:234px;
}
.ysMain .ds2 {
	top:116px;
}
.ysMain .ds3 {
	top:108px;
}
.ysMain .ds4 {
	top:103px;
}
.ysMain .ds5 {
	top:107px;
}
/*客户见证*/
.khjzMain {
	padding-top:50px;
	height:500px;
	border-bottom: 1px #06994d solid;
}
.khjzMain .kcont {
	position:relative;
}
.khjzMain .kcont ul {
	height:365px;
	width:1200px;
	margin:0 auto;
}
.khjzMain .kcont .bd {
	height:365px;
	width:1200px;
	margin:0 auto;
}
.khjzMain .kcont li {
	position:relative;
	width:364px;
	float:left;
	border:1px #CCCCCC solid;
	margin:0 17px;
}
.khjzMain .kcont li:hover {
	box-shadow:0 0 10px #666
}
.khjzMain .kcont li img {
	display:block;
	margin:0 auto;
}
.khjzMain .kcont li h5 {
	text-align:center;
	font-size:26px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background: #06994d;
	color:#ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.khjzMain .kcont li p {
	padding:15px;
	font-size:14px;
	line-height:28px;
	height:88px;
	overflow:hidden;
}
.khjzMain .kcont li .mor {
	display:block;
	display: none;
	width:36px;
	height:36px;
	background:url(/template/default/images/morbg2.png) no-repeat center;
	position:absolute;
	bottom:-18px;
	left:50%;
	margin-left:-18px;
}
.khjzMain .kcont .pbot {
	top:145px;
}
/*关于、资质*/
.intoMain {
	padding-top:50px;
	padding-bottom:73px;
	border-bottom:1px solid #dfdfdf;
}
.intoMain .nt {
	padding-left:8px;
	border-left:5px solid #1f98e4;
}
.intoMain .nt a {
	font-size:20px;
}
.intoMain .int_l {
	float:left;
	width:622px;
}
.intoMain .int_r {
	float:right;
	width:315px;
}
/*about*/
.intoMain .int_l dl {
	overflow:hidden;
	margin-top:40px;
}
.intoMain .int_l dt {
	float:left;
	margin-left:13px;
}
.intoMain .int_l dt img {
	display:block;
	padding:4px;
	border:1px solid #dcdcdc;
}
.intoMain .int_l dd {
	margin-left:286px;
}
.intoMain .int_l dd h5 {
	height:15px;
	line-height:15px;
	overflow:hidden;
	white-space:nowrap;
	padding-top:16px;
}
.intoMain .int_l dd h5 a {
	font-size:15px;
}
.intoMain .int_l dd p {
	font-size:13px;
	height:110px;
	line-height:22px;
	overflow:hidden;
	padding:13px 0;
}
.intoMain .int_l dd>a {
	font-size:13px;
	color:#376cb2;
}
/*honer*/
.intoMain .int_r .honer {
	margin-top:40px;
	position:relative;
}
.intoMain .int_r .honer ul {
	overflow:hidden;
	width:238px;
	margin:0 auto;
}
.intoMain .int_r .honer .bd {
	overflow:hidden;
	width:238px;
	margin:0 auto;
}
.intoMain .int_r .honer li {
	float:left;
	width:238px;
}
.intoMain .int_r .honer li img {
	display:block;
	border:1px solid #dcdcdc;
}
.intoMain .int_r .honer li p {
	width:238px;
	text-align:center;
	margin-top:7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intoMain .int_r .honer li p a {
	font-size:13px;
}
.intoMain .int_r .honer .hbot {
	display:block;
	width:10px;
	height:20px;
	position:absolute;
	top:74px;
}
.intoMain .int_r .honer .hbot1 {
	background:url(/template/default/images/hbot1.png) no-repeat center;
	left:15px;
}
.intoMain .int_r .honer .hbot2 {
	background:url(/template/default/images/hbot2.png) no-repeat center;
	right:15px;
}
/*环境、设备*/
.workMain {
	padding-bottom:77px;
}
.workMain .wlist {
	height:46px;
	width:402px;
	margin:0 auto;
	position:relative;
	top:-23px;
}
.workMain .wlist li {
	float:left;
	width:200px;
	height:46px;
	line-height:46px;
	margin-left:1px;
	position:relative;
	text-align:center;
}
.workMain .wlist li a {
	display:block;
	font-size:16px;
	text-decoration:none;
	background:#535353;
	color:#fff;
}
.workMain .wlist li i {
	position:absolute;
	background:url(/template/default/images/wlistb.png) no-repeat center;
	width:12px;
	height:6px;
	left:50%;
	margin-left:-6px;
	bottom:-6px;
	display:block;
	display:none;
}
.workMain .wlist li:hover a, .workMain .wlist li.cur a {
	background:#1f98e4;
	font-weight:bold;
}
.workMain .wlist li:hover i, .workMain .wlist li.cur i {
	display:block;
}
.workMain .wcont {
	overflow:hidden;
	width:985px;
	margin-top:23px;
}
.workMain .wcont li {
	float:left;
	margin-right:5px;
}
.workMain .wcont li img {
	display:block;
	margin-bottom:5px;
}
/*xb2*/
.ggMain {
	background:url(/template/default/images/ggmainbg.png) repeat center;
	height:150px;
}
.ggMain .rcb {
	float:left;
	padding-left:213px;
	padding-top:20px;
	position:relative;
	height:130px;
}
.ggMain .rcb h5 {
	font-size:42px;
	color:#ffda2c;
	font-style:italic;
}
.ggMain .rcb h4 {
	font-size:18px;
	color:#fff;
	width:427px;
	height:30px;
	line-height:30px;
	background:url(/template/default/images/rcbbg.png) no-repeat center;
	padding-left:10px;
	margin:5px 0;
}
.ggMain .rcb p {
	font-size:16px;
	color:#fff;
}
.ggMain .rcb img {
	position:absolute;
	left:10px;
	bottom:0;
}
.ggMain .zxt {
	float:right;
	padding-top:35px;
	padding-right:22px;
}
.ggMain .zxt span {
	font-size:21px;
	color:#ffda2c;
	padding-left:33px;
	background:url(/template/default/images/zxtimg.png) no-repeat left center;
	display:block;
	height:25px;
	line-height:25px;
}
.ggMain .zxt a {
	display:block;
	width:147px;
	height:49px;
	line-height:40px;
	padding-left:40px;
	font-size:16px;
	color:#fff;
	background:url(/template/default/images/zxtimg2.png) no-repeat center;
	margin-top:10px;
	font-weight:bold;
	text-decoration:none;
}
/*新闻*/
#main_bottom {
	background: white;
	overflow: hidden;
	padding-top:50px;
	padding-bottom: 20px;
}
#main_bottom .center_box {
	width: 1200px;
	margin:0 auto;
	overflow:hidden;
}
.big_box {
	width:390px;
	float:left;
}
.big_box ul li {
	line-height:36px;
	border-bottom: dashed 1px #ccc;
	background: url(/template/default/images/dian.jpg) left center no-repeat;
}
.big_box ul li a {
	margin-left:20px;
}
.big_box1 {
	width:390px;
	float:left;
	margin-left:45px;
}
.big_box1 ul li {
	line-height:36px;
	border-bottom: dashed 1px #ccc;
	background: url(/template/default/images/dian.jpg) left center no-repeat;
}
.big_box1 ul li a {
	margin-left:20px;
}
.big_box1 h2 {
	margin-bottom:25px;
}
.big_box1 ul li em {
	float:right;
}
.new_r .ntop img {
	margin-bottom:25px;
}
.new_r {
	width:330px;
	float:left;
	margin-left:45px;
}
.quetion dl dt {
	width:285px;
	padding-left:33px;
	background:url(/template/default/images/wenimg.png) no-repeat left center;
	height:22px;
	line-height:22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.quetion dl dt a {
	font-weight:bold;
}
.quetion dl dd {
	padding-left:33px;
	background:url(/template/default/images/daimg.png) no-repeat left 2px;
	font-size:13px;
	height:60px;
	line-height:20px;
	overflow:hidden;
	margin-top:13px;
}
.quetion .tempWrap {
	height:373px !important;
}
#main_bottom .center_box .big_box h2 {
	margin-bottom:25px;
}
#main_bottom .center_box .big_box em {
	float:right;
}
#main_bottom .center_box .big_box div {
}
#main_bottom .center_box .big_box div p {
	height: 12px;
	background: url(/template/default/images/repeat_bg.png) no-repeat center;
}
#main_bottom .center_box .big_box1 div p {
	height: 12px;
	background: url(/template/default/images/repeat_bg.png);
}
#main_bottom .center_box .big_box div ul li a {
	color: #333;
}
#main_bottom .center_box .big_box div ul .no_border {
	border: none;
}
#main_bottom .center_box .big_box div ul li {
	line-height: 35px;
	height: 35px;
	padding-left: 20px;
	background: url(/template/default/images/dian.jpg) left center no-repeat;
	border-bottom: dashed 1px #ccc;
}
#main_bottom .center_box .big_box1 div ul li {
	line-height: 35px;
	height: 35px;
	margin: 0 20px;
	padding-left: 20px;
	background: url(/template/default/images/dian.jpg) left center no-repeat;
	border-bottom: dashed 1px #ccc;
}
#main_bottom .center_box .big_box1 div {
	border: solid 1px #cccccc;
}
/*留言*/
.uform {
	background:url(/template/default/images/uformimg.jpg) no-repeat center;
	height:336px;
	position:relative;
	margin-top:40px;
}
.uform ul {
	float:right;
	margin-top:38px;
	margin-right:32px;
}
.uform li {
	width:322px;
	overflow:hidden;
	margin-bottom:2px;
}
.uform li span {
	float:left;
	background-color:#fff;
	width:44px;
	height:38px;
}
.uform li span img {
	display:block;
}
.uform li .ut {
	height:38px;
	line-height:38px;
	padding:0 10px;
}
.uform li .ut, .uform li .wby {
	float:left;
	width:257px;
	background:#fff;
	outline:none;
	font-size:14px;
	color:#858484;
	border:none;
	border-left:1px solid #376cb2;
}
.uform li .wt {
	height:88px;
}
.uform li .wt img {
	padding-top:25px;
}
.uform li .wby {
	height:68px;
	padding:10px;
	line-height:22px;
	resize:none;
}
.uform li a {
	display:block;
	height:38px;
	line-height:38px;
	text-align:center;
	font-size:16px;
	color:#376cb2;
	font-weight:bold;
	background:#fff;
	text-decoration:none;
	margin-top:5px;
}
.uform h5 {
	position:absolute;
	padding-left:35px;
	font-size:21px;
	color:#ffda2c;
	background:url(/template/default/images/zxtimg.png) no-repeat left center;
	height:25px;
	line-height:25px;
	font-weight:normal;
	left:40px;
	top:259px;
}
/*友情链接*/
.link11 {
	margin-top:30px;
	border-top: 1px #cccccc solid;
	height:70px;
}
.link {
}
.link h4 {
	float:left;
	padding-right: 10px;
	border-right: 1px #cccccc solid;
}
.link ul {
	overflow:hidden;
}
.link li {
	float:left;
	line-height:35px;
	margin:0 15px;
	display:inline;
}
.link li a {
	font-size:14px;
}
/*底部通用*/
.footer {
	width:100%;
}
.ftcont {
	background-color:#333333;
	padding:34px 0;
}
.ftcont .ftlogo {
	float:left;
	padding:15px 0;
	background:url(/template/default/images/ftlogobg.png) no-repeat 225px center;
}
.ftcont .ftlogo dt {
	float:left;
	width:225px;
}
.ftcont .ftlogo dt img {
	display:block;
	margin:0 auto;
}
.ftcont .ftlogo dt a img {
	margin-bottom:12px;
}
.ftcont .ftlogo dd {
	margin-left:258px;
}
.ftcont .ftlogo dd p {
	font-size:14px;
	color:#b0b1b2;
	line-height:30px;
}
.ftcont .ftlogo dd p a {
	color:#b0b1b2;
}
.ftcont .wx {
	float:right;
	margin-right:24px;
	margin-top:20px;
}
.ftbot {
	background:#06994d;
	height:70px;
	line-height:70px;
	text-align:center;
}
.ftbot a {
	font-size:16px;
	color:#ffffff;
	padding:0 30px;
	border-left:1px solid #ffffff;
}
.ftbot a.noBl {
	border-left:none;
}
/*内页*/
/*产品页左侧*/
.cpMain {
	overflow:hidden;
}
.sidebar {
	width:1200px;
	margin:10px auto;
	margin-top:20px;
}
.sidebar .sb_nav {
	float:left;
	width:220px;
}
.sidebar .sb_nav h3.title {
	text-align:left;
	background:url(/template/default/images/dt-6.gif) repeat-x;
	padding:0px 15px;
	height:33px;
	line-height:33px;
	border-bottom:1px solid #cecece;
	font-size:14px;
	color:#fff;
}
.sidebar .sb_nav h3.line {
	margin-top:15px;
}
.sidebar .sb_nav .active {
	padding:10px 15px;
	background:#fff;
	border: 1px #ddd solid;
}
#sidebar dl {
	margin-left:5px;
}
#sidebar dl dt {
	padding:4px 0px 5px 15px;
	margin-top:5px;
	background:url(/template/default/images/dt-11.gif) no-repeat 2px 11px;
}
#sidebar dl dd {
	padding:0px 0px 0px 15px;
}
#sidebar dl dt.on a {
	font-weight:bold;
	color:#1C57C4;
}
#sidebar dl h4.on a {
	font-weight:bold;
}
.sidebar .sb_box {
	float:right;
	width:950px;
	background:#fff;
	overflow:hidden;
	border: 1px #ddd solid;
}
.sidebar .sb_box h3.title {
	border-bottom:1px solid #ddd;
	background:#f8f8f8;
	color:#1f98e4;
	height:35px;
	line-height:35px;
	position:relative;
}
.sidebar .sb_box h3.title span {
	position:absolute;
	left:0px;
	top:-1px;
	font-size:14px;
	border-bottom:2px solid #1f98e4;
	padding:0px 15px;
}
.sidebar .sb_box h3.title div.position {
	float:right;
	color:#999;
	font-weight:normal;
	position:relative;
	top:3px;
	right:15px;
}
.sidebar .sb_box h3.title div.position a {
	color:#999;
}
.pro_l {
	width:220px;
	float:left;
}
.pro_l h4 .prolia {
	display:block;
	height: 60px;
	line-height:60px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	text-decoration: none;
}
.sidebar .pro_l ul {
	border-top:none;
	overflow:hidden;
	background:#fff;
	border:0px !important;
}
.nlist {
	padding-bottom: 15px;
}
.nlist .leftli a:hover, .nlist li.cur a:hover {
	background: url(/template/default/images/liabg.png) no-repeat center;
	color:#fff;
}
.nlist .leftli a {
	display: block;
	height:40px;
	line-height:40px;
	background:url(/template/default/images/libg2.png) no-repeat 162px center;
	font-size:14px;
	color:#333;
	padding:0 18px;
	text-decoration:none;
}
.nlist {
	float:left;
	width:220px;
	background:#fff;
}
.nlist .nt {
	font-weight:normal;
	padding:14px 0 14px 22px;
	background:#1f98e4 url(/template/default/images/hhbg.png) no-repeat 190px center; /*background: url(/template/default/images/hhbg.png) no-repeat center;*/
}
.nlist .nt a {
	font-size:18px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
.nlist .nt span {
}
.nlist .nt span a {
	font-size:14px;
	font-family:"Arial";
	margin-left:6px;
	text-decoration:none;
	font-weight:normal;
}
.nlist ul {
	padding:15px;
}
.nlist .leftli {
}
.nlist .leftli a {
	display:block;
	height:40px;
	line-height:40px;
	background: url(/template/default/images/libg2.png) no-repeat 162px center;
	font-size:14px;
	color:#333;
	padding:0 18px;
	text-decoration:none;
}
.nlist .leftli a:hover, .nlist li.cur a:hover {
	background:url(/template/default/images/liabg.png) no-repeat center;
	color:#fff;
}
.nlist .on a {
	background:url(/template/default/images/liabg.png) no-repeat center;
	color:#fff;
}
.nlist {
	float:left;
	width:218px;
	background: #fff;
	padding-bottom: 0px !important;
}
.nlist li {
	margin:0px !important
}
.t05 {
	line-height:40px;
	background:#1f98e4;
}
.t05 {
	padding:0 10px;
	color:#fff;
	font-size:14px;
} /*左边标题块*/
.t05 a {
	color:#fff;
	font-size:14px
}
.contactn .subnr {
	border:1px solid #ddd;
	overflow:hidden;
	padding:5px 8px;
	width:200px;
	font-size:14px;
	line-height:30px;
}
/*右侧*/
.rtop {
	overflow:hidden;
	padding-top:24px;
	padding-bottom:9px;
	border-bottom:1px solid #dbdbdb;
	margin:0 20px;
}
.rtop h5 {
	float:left;
	padding-left: 10px;
	border-left: 3px solid #06994d;
	font-weight: normal;
	line-height: 16px;
}
.rtop h5 a {
	font-size: 16px;
	color: #06994d;
	font-weight: bold;
}
.rtop span {
	float: right;
}
.rtop span em {
	color: #999;
}
.rtop span a {
	color: #999;
}
.cpshow {
	overflow:hidden;
	padding-top:10px;
	margin:0 20px;
}
.cpshow li {
	float:left;
	width:890px;
	margin:0 8px;
	margin-bottom:30px;
}
.cpshow li.noMl {
	margin-right:0;
}
.cpshow li img {
	display:block;
	border:1px solid #d3d3d3;
	width:215px;
	height:150px;
	float:left;
}
.cpshow li h4 {
	line-height:35px;
	overflow: hidden;
	float:left;
	width:643px;
	margin-left:30px;
	text-align:left;
}
.cpshow li h4 a {
	font-size:16px;
	color:#06994d;
	font-weight:bold;
}
.cpshow li p {
	font-size:13px;
	color:#666;
	line-height:22px;
	height:66px;
	overflow:hidden;
	width:643px;
	margin-left:30px;
	float:left;
}
.cpshow li span {
}
.cpshow li span .zx {
	float:left;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	border:1px solid #dedede;
	display: none;
	border-radius:25px;
	margin-left:30px;
	margin-top:10px;
}
.cpshow li span .xq {
	float:left;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:13px;
	border:1px solid #dedede;
	border-radius:25px;
	margin-left:30px;
	margin-top:10px;
}
.RandomNews {
	padding:0px 15px
}
.RandomNews h4 {
	padding-left:27px;
	height:36px;
	line-height:36px;
	color:#06994d;
	background:#ccc;
	font-weight:bold;
	font-size:16px;
}
.RandomNews li {
	height:28px;
	line-height:28px;
	padding:0 17px 0 10px;
	width:323px;
	float:left;
	overflow:hidden;
}
.RandomNews li a {
	background:url(/template/default/images/ico55.gif) no-repeat 0 5px;
	padding-left:12px;
}
.RandomNews ul {
	padding: 10px 0px;
}
.right .RandomNews .news_random {
	border:1px solid #ccc;
	border-top:none;
	background:#fff;
}
.right .RandomNews ul {
	padding-top:8px;
	border:1px solid #ccc;
	border-top:none;
	margin-bottom:15px;
	width:762px;
	background:#fff;
}
/*内页文章*/
.n_cont {
	padding-top:5px;
	overflow:hidden;
}
.n_cont dl {
	overflow:hidden;
	padding:20px;
}
.n_cont dl dt {
	float:left;
	padding:5px;
	background:#eaeaea;
}
.n_cont dl dt img {
	display:block;
	width:160px;
	height:102px;
}
.n_cont dl dd {
	float:left;
	margin-left:23px;
	width:676px;
}
.n_cont dl dd h5 {
	margin-top:3px;
	padding-bottom:8px;
	border-bottom:1px solid #dedede;
	overflow:hidden;
}
.n_cont dl dd h5 a {
	font-size:14px;
	color: #06994d;
	float:left;
	padding-left:5px;
}
.n_cont dl dd h5 em {
	float:right;
	padding-right:10px;
}
.n_cont dl dd p {
	line-height:20px;
	font-size:13px;
	margin-top:10px;
}
.n_cont dl:hover {
	background: #eaeaea;
}
/*产品详情页*/
.proviewbox {
	float:left;
	width:305px;
	position:relative;
	z-index:5;
}
.probigshow {
	position:relative;
	width:300px;
	padding:1px;
	border:1px solid #ddd;
	overflow:hidden
}
.probigshow .span_showtip {
	position:absolute;
	top:0px;
	left:0px;
	width:81px;
	height:81px;
	text-indent:-999em;
	overflow:hidden;
}
.probigshow .showtip_1 {
	background-position:0 0;
}
.probigshow .showtip_2 {
	background-position:0 -81px;
}
.probigshow a.a_probigshow {
	cursor:crosshair;
}
.prodbaseinfo_a {
	float:left;
	width:596px;
	margin-left:16px;
	z-index:1;
	display:none;
}
.h2_prodtitle {
	font-size:16px;
	color:#414141;
	border-bottom:1px dashed #bbbbbb;
	padding:2px 0 10px;
	line-height:1.6em;
}
.ul_prodinfo {
	padding:6px 0;
	overflow:hidden;
	zoom:1;
}
.ul_prodinfos {
	padding:6px 15px;
	overflow:hidden;
	zoom:1;
	background:#f3f3f3;
	font-size:14px;
	font-weight:bold;
}
.ul_prodinfos li {
	padding:5px 0 10px;
}
.ul_prodinfo li {
	float:left;
	width:596px;
	padding:6px 0;
}
.ul_prodinfo li span {
	font-size:14px
}
.li_normalprice, .li_prono {
	line-height:24px;
}
.ul_prodinfo .li_prono, .ul_prodinfo .li_marketprice, .ul_prodinfo .li_volume, .ul_prodinfo .li_weight, .ul_prodinfo .li_jf, .ul_prodinfo .li_brand .span_title {
	color:#999;
}
.ul_prodinfo .li_brand {
	width:180px;
}
.li_prono {
	line-height:2.9em;
}
.ul_prodinfo .b_proprice {
	font-size:14px;
	color:#ce1919;
	font-weight:normal;
}
.ul_prodinfo a.a_brand {
	color:#c00;
}
.ul_prodinfo a.a_brand:hover {
	text-decoration:none;
}
.ul_prodinfo .li_jf {
	clear:both;
	width:300px;
}
.ul_prodinfo .li_jf b {
	font-weight:normal;
	color:#c00;
}
.ul_prodinfo .li_jf a.a_usejf {
	display:-moz-inline-stack;
	display:inline-block;
*display:inline;
*zoom:1;
	width:80px;
	height:22px;
	line-height:22px;
	line-height:25px\9;
	_line-height:22px;
	overflow:hidden;
	background-position:-420px -120px;
	text-align:center;
	color:#fff;
	margin:0 0 0 8px;
	filter:alpha(opacity=90);
	opacity:0.9;
	vertical-align:middle;
}
.ul_prodinfo .li_jf a.a_usejf:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}
.div_prothumb .span_prev, .div_prothumb .span_next {
	background:url(/template/default/images/sprite.png) no-repeat;
}
.div_prothumb {
	position:relative;
	padding:15px 15px 0;
}
.thumbporbox {
	position:relative;
	width:275px;
	overflow:hidden;
}
.ul_prothumb {
	position:relative;
	width:7500px;
	overflow:hidden;
}
.ul_prothumb li {
	float:left;
	width:69px;
	text-align:center;
}
.ul_prothumb img {
	padding:1px;
	border:1px solid #ddd;
	width:60px !important;
	height: 42px !important;
}
.ul_prothumb li.now img {
	border: 1px solid #1f98e4 !important;
}
.div_prothumb .span_prev, .div_prothumb .span_next {
	position:absolute;
	top: 7px;
	width:22px;
	height: 63px;
	text-indent:-999em;
	overflow:hidden;
	cursor:hand;
	cursor:pointer;
}
.div_prothumb .span_prev {
	left:0px;
	_left:-25px;
	background-position:-90px -282px;
}
.div_prothumb .span_prevb {
	background-position:-112px -282px;
	cursor:default;
}
.div_prothumb .span_next {
	right:0px;
	background-position:-156px -282px;
}
.div_prothumb .span_nextb {
	background-position:-134px -282px;
	cursor:default;
}
#probig_preview {
	position:absolute;
	visibility:hidden;
	top:0px;
	left:405px;
	width:340px;
	height:340px;
	background:#fff;
	border:1px solid #ccc;
	overflow:hidden;
}
#probig_preview img {
	position:relative;
}
.cp {
	border:1px solid #d7d7d7;
	background:#fff;
	padding-bottom:12px;
	margin-bottom:10px;
	display:none;
}
.cptab {
	border-bottom:1px solid #d7d7d7;
	background:#f7f7f7;
}
.cptab {
	line-height:40px;
	font-size:14px;
	color:#06994d;
	text-decoration:none;
	padding:0 8px;
}
.cptab a:hover {
	text-decoration:none;
}
.cptab a.cr {
	background:#eee;
	font-weight:bold;
}
.cp dl {
	width: 215px;
	overflow:hidden;
	float:left;
	display:inline;
	padding: 12px 2px 0 12px;
}
.cp dt {
	width: 215px;
	overflow:hidden;
}
.cp dt a {
	width: 210px;
	display:block;
	border:1px solid #D5D5D5;
	padding:1px;
}
.cp dt a:hover {
	border:solid 1px #1f98e4;
} /*产品图片边框连接*/
.cp dt img {
	width: 210px;
	height: 146px;
	display:block;
}
.cp dd {
	line-height:24px;
	padding-top:8px;
	overflow:hidden;
	display:block;
	width: 215px;
	text-align:center
}
.proinfo {
	font-size:14px;
	line-height:25px;
}
.proinfo h4 {
	line-height:28px;
	background:#F7F7F7;
	padding:0 5px;
	margin-top:10px;
}
.proinfo p {
	color:#414141
}
.proinfo p a {
	color:#1f98e4;
}
.pro_key {
	line-height: 35px;
	border-top: dashed 1px #d7d7d7;
	margin-top: 5px;
	font-size: 14px;
}
.mod_goods_info {
	clear:both;
	margin-bottom:10px;
	position:relative
}
.mod_goods_info .hds {
	border-bottom:1px solid #06994d;
	height:33px;
	_overflow:hidden;
	display:none;
}
.mod_goods_info .hds li {
	float:left;
	cursor:pointer;
	border:1px solid #d7d7d7;
	border-bottom:0;
	margin-right:-1px;
}
.mod_goods_info .hds li h3 {
	display:block;
	width:128px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	border-bottom:0;
	background-color:#f3f3f3;
	border:1px solid #fff;
}
.mod_goods_info .hds li h3 a {
	color:#333;
	font-weight: normal;
	text-decoration:none;
	outline:none
}
.mod_goods_info .hds .status_on {
	border-color:#06994d;
	border-bottom:0;
	position:relative;
}
.mod_goods_info .hds .status_on h3 {
	height:31px;
	background-color:#fff;
	color:#06994d;
}
.mod_goods_info .hds .status_on h3 a {
	color:#076EBB;
	font-weight:bold
}
.mod_goods_info .more {
	position:absolute;
	top:8px;
	right:0px;
}
.mod_goods_info .more a:link, .mod_goods_info .more a:visited {
	text-decoration:none;
	color:#085C9B;
}
.mod_goods_info .more a:hover {
	color:#D4105A;
}
.dgxxBox {
	padding:0 15px;
	width:645px;
	height:300px;
	font-family:微软雅黑;
}
.dgxxBox p {
	font-size:16px;
	padding:25px 0;
	color:#666;
}
.dgxxBox .m_form {
}
.dgxxBox .m_form li {
	width:310px;
	height:38px;
	float:left;
	margin-bottom:13px;
	color:#777;
}
.dgxxBox .m_form label {
	float:left;
	border:1px solid #dedede;
	line-height:36px;
	height:36px;
	width:77px;
	display:inline-block;
	text-align:center;
	background:#fff;
}
.dgxxBox .m_form .iptTxt {
	float:right;
	width:230px;
	border:1px solid #dedede;
	border-left-width:0;
	height:38px;
	line-height:38px;
	padding:10px 0;
	outline:none;
	text-indent:1em;
	background:#fff;
	color:#333;
}
.dgxxBox .m_form .txtAre {
	margin-left:12px;
	width:296px;
	height:161px;
	border:1px solid #dedede;
	outline:none;
	resize:none;
	padding:14px;
	color:#333;
	line-height:18px;
}
.dgxxBox .m_form .btnTjly {
	width:310px;
	height:38px;
	background:#06994d;
	border:none;
	cursor:pointer;
	color:#fff;
}
.dgxxBox .m_form .areLi {
	height:205px;
	float:right;
	display:inline;
}
.dgxxBox .m_form .btnLi {
	background:none;
	height:60px;
}
/*返回顶部*/
#roll {
	display:block;
	width: 15px;
	margin-right:-515px;
	position:fixed;
	right:30%;
	top:50%;
	_margin-right:-525px;
	_position:absolute;
	_margin-top:300px;
_top:expression(eval(document.documentElement.scrollTop));
}
/*newMain*/
.newMain {
}
.newMain .new_l {
	float:left;
	width:610px;
}
.newMain .new_r {
	float:right;
	width:320px;
}
.newMain .ntop {
	height:40px;
}
.newMain .ntop span {
	float:left;
	margin-left:10px;
	margin-top:-10px;
	height:50px;
}
.newMain .ntop span a {
	width:120px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	background:#626262;
	margin-right:3px;
	float:left;
}
.newMain .ntop span a:hover, .newMain .ntop span a.cur {
	background:#1f98e4;
}
.newMain .ntop .mor {
	float:right;
	padding-right:15px;
	background:url(/template/default/images/morbg.png) no-repeat right center;
	margin-right:12px;
	margin-top:13px;
	font-size:14px;
	color:#fff;
}
/*new_l*/
.newMain .new_l .nc {
	padding-left:10px;
	margin-top:27px;
}
.newMain .new_l .nc dl {
	overflow:hidden;
}
.newMain .new_l .nc dt {
	float:left;
}
.newMain .new_l .nc dt img {
	display:block;
}
.newMain .new_l .nc dd {
	margin-left:250px;
}
.newMain .new_l .nc dd h5 {
	width:350px;
	height:14px;
	line-height:14px;
	padding-top:12px;
	padding-bottom:7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newMain .new_l .nc dd h5 a {
	font-size:14px;
}
.newMain .new_l .nc dd p {
	font-size:13px;
	line-height:22px;
	height:88px;
	overflow:hidden;
}
.newMain .new_l .nc ul {
	overflow:hidden;
	margin-top:18px;
}
.newMain .new_l .nc li {
	float:left;
	width:50%;
	height:36px;
	line-height:36px;
	border-bottom:1px solid #dcdcdc;
}
.newMain .new_l .nc li em {
	font-size:13px;
	float:right;
	margin-right:10px;
}
.newMain .new_l .nc li a {
	font-size:13px;
	padding-left:15px;
	background:url(/template/default/images/diamimg.png) no-repeat left center;
}
/*new_r*/
.newMain .new_r .quetion {
	height:350px;
	overflow:hidden;
	margin-top:32px;
	padding:0 15px;
}
.newMain .new_r .quetion dl {
	margin-bottom:25px;
}
.newMain .new_r .quetion dt {
	width:285px;
	padding-left:33px;
	background:url(/template/default/images/wenimg.png) no-repeat left center;
	height:22px;
	line-height:22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newMain .new_r .quetion dt a {
	font-size:14px;
	font-weight:bold;
}
.newMain .new_r .quetion dd {
	padding-left:33px;
	background:url(/template/default/images/daimg.png) no-repeat left 2px;
	font-size:13px;
	height:60px;
	line-height:20px;
	overflow:hidden;
	margin-top:13px;
}
/*底部添加*/
.footer {
	width: 100%;
	background: #333333;
}
.footer .footerTop {
	width: 100%;
	padding-top: 35px;
	height:200px;
}
.footer .footerTop .con1 {
	border-left: none;
	width:125px;
	padding-left: 10px;
}
.footer .footerTop .con {
	float: left;
	height: 180px;
	border-left: 1px dotted #4b4b4b;
}
.footer .footerTop .con1 h3 {
	background: url(/template/default/images/footer_icon01.png) no-repeat left center;
}
.footer .footerTop .con h3 {
	font-size: 16px;
	color: #fefefe;
	padding-left: 30px;
	line-height: 20px;
}
.footer .footerTop .con p {
	margin-top: 22px;
	color: #bebebe;
}
.footer .footerTop .con p a {
	display: block;
	font-size: 13px;
	color: #bebebe;
	padding-left: 30px;
	background: url(/template/default/images/footer_icon04.png) no-repeat 6px center;
	margin-bottom: 8px;
}
.footer .footerTop .con h3 a {
	color: #fefefe;
	text-decoration: none;
}
.footer .footerTop .con3 {
	width: 180px;
	padding-left: 30px;
}
.footer .footerTop .con3 h3 {
	background: url(/template/default/images/footer_icon03.png) no-repeat left center;
}
.footer .footerTop .con2 {
	width: 160px; /*padding-left: 20px*/
	;
}
.footer .footerTop .con3 p span {
	display: block;
	font-size: 13px;
	color: #838080;
	margin-bottom: 8px;
}
.footer .footerBottom {
	height: 60px;
	border-top: 1px solid #414141;
}
.footer .footerBottom p {
	text-align: center;
	font-size: 13px;
	color: #bebebe;
	line-height: 60px;
}
.footer .footerBottom a{
	color: #bebebe;
}
/*箭头*/
.pbot {
	display:block;
	width:50px;
	height:50px;
	position:absolute;
}
.pbot1 {
	background:url(/template/default/images/pbot1.png) no-repeat center;
	left:0;
}
.pbot2 {
	background:url(/template/default/images/pbot2.png) no-repeat center;
	right:0;
}
/*banner数量*/
.baner {
	height:500px;
}
#flashs {
	position:relative;
	overflow:hidden;
}
#flashs .bgitem {
	z-index:1;
	position:absolute;
	top:0;
}
#flashs .btn {
	position:absolute;
	z-index:7;
	bottom:15px;
	left:50%;
	margin-left:-95px;
	padding:0px 6px;
}
#flashs .btn li {
	color:#fff;
	background:#717174;
	cursor: pointer;
	display: inline-block;
	margin:0 2px;
	width:25px;
	height:25px;
	font-size:14px;
	line-height:25px;
	text-align:center;
}
#flashs .btn li.on {
	background:#048b50;
}
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 72px;
	width: 26px;
}
#roll_top {
	background: url(/template/default/images/top.gif) no-repeat;
}
#fall {
	background: url(/template/default/images/top.gif) no-repeat 0 -80px;
}
/*.kefw{ display:block; position:absolute; width:50px; height:30px; left:50%; margin-left:-25px; top:2px;}
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(/template/default/images/nodata.gif) no-repeat 20px 20px;}

#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}

#oran_div_processing{width:300px;padding:20px;z-index:9999;text-align:center;background:#fffeef;border:solid 1px #b8ab04;}

#ct{background: url(/template/default/images/top.gif) no-repeat 0 -40px;}






 


.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:9px solid #1f98e4;background:#fff}
.ImTable h2{font-size:14px;margin-top:5px;color:#333}
.ImHeader{height:91px;background:url(/template/default/images/im_01.png) no-repeat}
.ImRow0{margin:0px 11px;background:#fff;height:34px;line-height:34px;}
.ImRow1{margin:0 11px;height:34px;background:#fff;line-height:34px;}
a.im,a:hover.im{text-decoration:none; color:#333;padding-left:1px;}
.ImFooter{height:181px;background:url(/template/default/images/im_04.png) no-repeat;}

.pright { width:280px; float:left; margin-left:20px;}
.propar { } 
.propar .line{ font-weight:normal; text-decoration:line-through;}
.propar .span_1 { font-weight:bold; font-size:14px; color:#f00;}
.propar .span_2 { font-size:16px;}
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#1f98e4; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px;}

.t06 a { color:#1f98e4;}
.t06 a :hover { color:#1f98e4;}


div.jqZoomTitle{z-index:5000; text-align:center; font-size:11px; font-family:Tahoma; height:16px; padding-top:2px; position:absolute; top:0px; left:0px; width:100%; color:#FFF; background:#999;}
.jqZoomPup{overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:10; border-color:#c4c4c4; border-style: solid;cursor:crosshair;}
.jqZoomPup img{border: 0px;}
.preload{-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(/template/default/images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; width:90px;* width:100px; height:43px; *height:55px; z-index:10;
position:absolute; top:3px; left:3px;}
.jqZoomWindow{border: 1px solid #999;background-color: #FFF;}

.prodetailsinfo{padding:15px 0;clear:both;zoom:1; }

.zoomplepopup{position:absolute;top:0px;left:0px;display:none;background: #fff;border:1px solid #e9493d;overflow:hidden;opacity: 0.5;filter: alpha(opacity = 50);z-index:10;cursor:crosshair;}

.div_prolinks{padding:20px 0 0 5px; overflow:hidden; zoom:1;}*/

.active1 {
	border:1px solid #ddd;
}
/*pro 轮播*/
.tab{width:100%;margin:0 auto;}
.top{overflow: hidden;text-align:center;margin:0 auto;width:35%;}
.top li{float: left; width: 10%; cursor: pointer;margin-left:12px;width: 120px;line-height: 44px;
	height: 44px;font-size: 16px;color: #fff;background: #06994d;text-align: center;}
.top li .c_2_t a{color:#fff}
.top li:hover{background: #cecece;color: #000;}

.con li{   
	list-style: none;
	overflow: hidden;
    float: left;
    width: 280px;
    height: 299px;
    border: 1px solid #e6e6e6;
    margin: 15px 9px;}
.con li a {
	display:block;
	text-decoration:none
}
.con li img {
	display:block;
	margin:9px auto;
}
.con li span {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	border-top:1px solid #e6e6e6;
	font-size:14px
}
.con li:hover {
	border-color:#06994d;
}
.con li:hover span {
	background-color:#06994d;
	border-color:#06994d;
	color:#fff;
}




/*case*/
.case .parHd {
	float: left;
	width: 100%;
}
.case .parHd ul {
	margin: 0 auto;
	width: 35%;
}
.case .parHd ul li {
	position: relative;
	float:left;
	margin-left:12px;
	cursor:pointer;
	width: 120px;
	line-height: 44px;
	height: 44px;
	font-size: 16px;
	color: #fff;
	background: #06994d;
	text-align: center;
}
.case .parHd ul li .c_2_t {
	display: inline-block;
*display: inline;
*zoom:1;
	vertical-align: top;
}
.case .parHd ul li .c_2_t a {
	color:#fff;
}
.case .parHd ul li ._pic02 {
	float: left;
	position: relative;
	margin-top: 11px;
	display: block;
	width: 26px;
	height: 24px;
}
.case .parHd ul li ._pic02 img {
	float: left;
	display: block;
}
.case .parHd ul li ._pic02 .img02 {
	position: absolute;
	left: 0;
	top: 0;
	filter:alpha(opacity=00);
	opacity:0;
}
.case .parHd ul li .c_2_t span {
	float: left;
	padding-left: 10px;
}
.case .parHd ul li:hover {
	background: #cecece;
	color: #000;
}
.case .tubox {
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
	position:relative;
}
.case .tubox ul {
	overflow:hidden;
	width:105%;
}
.case .tubox li {
	overflow:hidden;
	float:left;
	width:282px;
	height:299px;
	border:1px solid #e6e6e6;
	margin:15px 9px;
}
.case .tubox li a {
	display:block;
	text-decoration:none
}
.case .tubox li img {
	display:block;
	margin:9px auto;
}
.case .tubox li span {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	border-top:1px solid #e6e6e6;
	font-size:14px
}
.case .tubox li:hover {
	border-color:#06994d;
}
.case .tubox li:hover span {
	background-color:#06994d;
	border-color:#06994d;
	color:#fff;
}
/*case*/
.case {
	overflow:hidden;
	width:100%;
}
.case .case_left {
}
.case .case_left h3 {
	width:230px;
	height:80px;
	background:url(/template/default/images/pro_left.jpg) no-repeat;
	text-align:center;
	font-size:24px;
	line-height:68px;
}
.case .case_left h3 a {
	color:#fff;
	text-decoration:none;
}
.case .case_left h3 em {
	display:block;
	font-size:16px;
}
.case .case_left ul {
	width:40%;
	margin:0 auto;
	margin-bottom:20px;
}
.case .case_left li {
	width:200px;
	height:60px;
	float:left;
	margin-left:20px;
	background:#06994d;
	font-size:18px;
	position:relative;
	line-height:60px;
}
.case .case_left li a {
	color:#fff;
	text-align:center;
	display:block;
	width:200px;
	background:url(/template/default/images/gc03.png) no-repeat 196px center;
	text-decoration:none;
}
.case .case_left li b {
	display:none;
	width:26px;
	height:54px;
	background:url(/template/default/images/gc01.png) no-repeat center;
	position:absolute;
	top:0;
	right:-26px;
}
.case .case_left li:hover a, .case .case_left .cur a {
	font-weight:bold;
	color:#06994d;
	padding-left:10px;
	background:#cecece;
}
.case .case_left li:hover b, .case .case_left .cur b {
	display:block
}
.case .case_right {
	overflow:hidden;
	float:left;
	width:100%;
	border:2px #06994d solid;
	border-left:none;
	height:312px;
	padding:20px;
}
.case .case_right dl {
	overflow:hidden;
	height:315px;
}
.case .case_right dt {
	float:left;
	overflow:hidden;
	border:5px solid #eae9e9;
	width:450px;
	height:300px;
}
.case .case_right dd {
	float:left;
	margin-left:20px;
	overflow:hidden;
	margin-top:25px;
	width:430px;
}
.case .case_right dd h4 {
	font-size:16px;
	margin-bottom:15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}
.case .case_right dd h4 a {
	color:#249344;
	font-size:20px;
}
.case .case_right dd p {
	font-size:15px;
	line-height:32px;
	overflow:hidden;
	color:#4b4b4b;
}
.case .case_right dd .xq {
	display:block;
	width:109px;
	height:32px;
	background:url(/template/default/images/gc06.png) no-repeat center
}
.case .case_right .xg_case {
	overflow:hidden;
}
.case .case_right .xg_case h4 {
	font-size:14px;
	margin-bottom:13px;
}
.case .case_right .xg_case h4 a {
	color:#086d43;
}
.case .case_right .xg_case .case_window {
	overflow:hidden;
	position:relative;
	width:705px;
	margin:0 auto;
	height:190px;
}
.case .case_right .xg_case ul {
	overflow:hidden;
	position:absolute;
}
.case .case_right .xg_case li {
	float:left;
	width:225px;
	margin-right:15px;
	height:190px;
	text-align:center;
}
.case .case_right .xg_case li img {
	display:block;
	padding:7px;
	border:1px solid #ddd;
	margin-bottom:14px;
}
.case .case_right .xg_case li p {
	font-size:13px;
	color:#333
}
.aboutcontent img{max-width:640px;
}
.contactn h5 {
	height: 60px;
	line-height: 60px;
	background: #06994d;
}
.center_box ul dl {
	display:none;
}
.active dl dt span a img {
	display:none;
}
.cpMain .sb_box .active h1 p {
	font-size:14px;
	line-height:40px;
	font-weight:normal;
}
.pagelink {
	height: 35px;
	text-align: center;
	margin: 50px 0 30px 0;
*+margin-left:30px;
}
.pagelink .page-index, .pagelink .page-pre, .pagelink .page-next, .pagelink .page-last {
	list-style: none;
	border: 1px solid #C7CFC2;
	display: inline-block;
	margin: 0 3px;
*+display:block;
*+float:left;
}
.pagelink .page-status {
	list-style: none;
	border: 1px solid #C7CFC2;
	display: inline-block;
	margin: 0 3px;
*+display:block;
*+float:left;
	padding: 3px 8px;
}
.pagelink .page-index a, .pagelink .page-pre a, .pagelink .page-next a, .pagelink .page-last a {
	padding: 3px 8px;
	display:block;
}
.pagelink .page-numbar .page-num {
	list-style: none;
	border: 1px solid #C7CFC2;
	padding: 3px 8px;
	display: inline-block;
	margin: 0 3px;
*+display:block;
*+float:left;
}
.pagelink a.page-num-current, .pagelink a:hover {
	background: #CCC;
	color: #FFF;
	display:block;
}
/*首页关于我们*/.com{ padding-top:120px; background:url(../images/combg.jpg) no-repeat center top; height:360px; overflow:hidden; margin-bottom:50px;}.com .content{ line-height: 2;background:#07923b; color:#fff; width:1170px; padding:15px;height:360px;}.content {margin: 0 auto;}.C { zoom: 1;height:80px;}.com a{ width:70px; height:40px; color:#fff; line-height:40px; border:1px solid #fff; text-align:center; float:right;}.comtop{     font-size: 14px;line-height: 2;margin-bottom:20px; color:#8bc099; width:590px; float:right;}.comtop h3{ color:#fff; font-size:24px;}.com img{ float:left; position:relative; top:-140px; margin-right:30px;width:550px;height:370px;} 







.caseindex { overflow:hidden; width:100%;}
.caseindex .case_left { float:left; border:6px #06994d solid;}
.caseindex .case_left h3{ width:230px; height:80px; background:url(../images/pro_left.jpg) no-repeat; text-align:center; font-size:24px; line-height:68px;}
.caseindex .case_left h3 a{ color:#fff; text-decoration:none;}
.caseindex .case_left h3 em{ display:block; font-size:16px;}
.caseindex .case_left ul{ width:230px; margin:0 auto; margin-bottom:20px;}
.caseindex .case_left li{ width:230px; height:68px; float:left; background:url(../images/gc02.png) repeat-x left top; font-size:16px; position:relative; line-height:68px;}
.caseindex .case_left li a{ color:#000; display:block; padding-left:14px; width:220px; background:url(../images/gc03.png) no-repeat 196px center; text-decoration:none;}
.caseindex .case_left li b{ display:none; width:26px; height:54px; background:url(../images/gc01.png) no-repeat center; position:absolute; top:0; right:-26px;}
.caseindex .case_left li:hover a,.caseindex .case_left .cur a{ font-weight:bold; color:#249344; background:url(../images/gc04.png) no-repeat 192px center; border-left:4px solid #fe7701; padding-left:10px;}
.caseindex .case_left li:hover b,.caseindex .case_left .cur b{ display:block}
.caseindex .case_right { overflow:hidden; float:left; width:912px; border:6px #06994d solid; border-left:none; height:312px; padding:20px;}
.caseindex .case_right dl{ overflow:hidden; height:315px;}
.caseindex .case_right dt{float:left; overflow:hidden; border:5px solid #eae9e9; width:450px; height:300px;}
.caseindex .case_right dd{ float:left; margin-left:20px; overflow:hidden; margin-top:25px; width:430px;}
.caseindex .case_right dd h4{ font-size:16px; margin-bottom:15px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.caseindex .case_right dd h4 a{ color:#249344; font-size:20px;}
.caseindex .case_right dd p{ font-size:15px; line-height:32px;  overflow:hidden; color:#4b4b4b;}
.caseindex .case_right dd .xq{ display:block; width:109px; height:32px; background:url(../images/gc06.png) no-repeat center}
.caseindex .case_right .xg_case{ overflow:hidden;}
.caseindex .case_right .xg_case h4{ font-size:14px; margin-bottom:13px;}
.caseindex .case_right .xg_case h4 a{ color:#086d43;}
.caseindex .case_right .xg_case .case_window{ overflow:hidden; position:relative; width:705px; margin:0 auto; height:190px;}
.caseindex .case_right .xg_case ul{ overflow:hidden; position:absolute;}
.caseindex .case_right .xg_case li{ float:left; width:225px; margin-right:15px; height:190px; text-align:center;}
.caseindex .case_right .xg_case li img{ display:block; padding:7px; border:1px solid #ddd; margin-bottom:14px;}
.caseindex .case_right .xg_case li p{ font-size:13px; color:#333}


.caseindex .case_right1{ overflow:hidden; float:left; width:912px; border:6px #06994d solid; border-left:none; height:788px; padding:20px;}
.caseindex .case_right1 ul{width:100%}
.caseindex .case_right1 ul li{ width:206px; margin:10px 10px; float:left;border: 1px solid #cecece;}
.caseindex .case_right1 ul li a.img{width:100%; height:200px; display:block; line-height:200px;}
.caseindex .case_right1 ul li img{ width:100%; max-height:200px; vertical-align:middle;}
.caseindex .case_right1 ul li p{ text-align:center; padding:12px 0;}
.caseindex .case_right1 ul li p a{ color:#333;  width:100%;}
.caseindex .case_right1 ul li p a:hover{ color:#2156b0;}


.center_box ul dl{ display:none;}
.active dl dt span a img{ display:none;}
.cpMain .sb_box .active h1 p{ font-size:14px; line-height:40px; font-weight:normal;}

#showproduct .editor table{width:100%;border-collapse:collapse;}
#showproduct .editor table tr td{padding: 3px;border: 1px solid #b1b1b1;}