/* CSS Document */
#{margin:0px; padding:0px; word-wrap:break-word;}
html{overflow-x:hidden; padding-y:auto; font-family:"微软雅黑","宋体",Arial, Helvetica, sans-serif; color:#565656;}
body{font-size:13px; margin:0; padding:0;}
a{ text-decoration:none; color:#565656; border:0;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
a:link,a:visited,a:action{color:#828282; text-decoration:none;}
a:hover{ color:#3BAF8D; text-decoration:none;}
a:focus{ outline:0;}
ul,li{ list-style:none; margin:0; padding:0;}
dl,dt,dd,p{ margin:0; padding:0;}
img{ border:none;}
span,u,em,i{ font-style:normal; text-decoration:none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; overflow:hidden;}
.clear{ clear:both; height:0;}
.w1200{ width:1200px; margin:0 auto; display:block;}
.bg{ padding:20px; background:#EDEDED;}
.fl{ float:left;}
.fr{ float:right;}

.en{ margin:0 10px; padding:0 0 0 30px; background:url(en.png) no-repeat left center;}
.chn{ margin:0 10px; padding:0 0 0 30px; background:url(chn.png) no-repeat left center;}

/*多彩tags标签*/
#tags{ line-height:40px; float:left;}
#tags b{}
#tags a{ margin:0 10px 0 0;}
#tags .tags0{ color:#7CB16D; font-size:18px;}
#tags .tags1{ color:#64B8FF; font-size:24px;}
#tags .tags2{ color:#D196CE; font-size:16px;}
#tags .tags3{ color:#FF9742; font-size:13px;}
#tags .tags4{ color:#FF4366; font-size:16px;}
#tags .tags5{ color:#657AB3; font-size:20px;}
#tags .tags6{ color:#3C1C8A; font-size:25px;}
#tags .tags7{ color:#030; font-size:12px;}
#tags .tags8{ color:#F06; font-size:20px;}
#tags .tags9{ color:#C00; font-size:16px;}
#tags a:hover{ color:#F00; text-decoration:underline;}

/*html5*/
header,footer,nav,section,article,figure,menu,aside,dialog{ display:block; margin:0 auto;}

/*返回顶部*/
.gotop{ width:50px; height:50px; position:fixed; right:60px; bottom:60px; z-index:9999; display:none; box-shadow:0 0 10px #a2a2a2; background:url(gotop.gif) no-repeat center center #999; border:1px solid #fff; border-radius:30px;
	animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;
	-webkit-animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;/* Safari 和 Chrome */
	-moz-animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;/* Firefox */
	-o-animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;/* Opera */
}

@keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{bottom:80px; opacity:.5} }
@-webkit-keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{ bottom:80px; opacity:.5} } /* Safari 和 Chrome */
@-moz-keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{bottom:80px; opacity:.5} } /* Firefox */
@-o-keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{bottom:80px; opacity:.5} } /* Opera */

.box{ margin:0; padding:0; overflow:hidden;}
.box .boxtitle{ margin:0; padding:0; line-height:40px; height:40px; font-size:18px; color:#333;}
.box .boxtitle b{ padding:0; display:block; line-height:40px; font-size:14px; float:right;}
.box .boxtitle em{ line-height:20px; display:block; font-family:"Arial", Gadget, sans-serif; text-transform:capitalize; font-size:16px;}
.box .boxtext{ margin:0; padding:10px; line-height:30px;}

.more{ margin:0 20px; float:right; /*background:url(more3.png) no-repeat center; width:80px;*/ display:block; line-height:40px;}
.more a{ font-weight:normal; font-size:14px; display:block; height:40px; color:#fff;}

/*留言板*/
.dy form{ width:810px;}
.dy form input{ padding:2px 10px; box-shadow:4px 4px 10px #ddd; line-height:26px; height:30px; border:1px solid #ddd; border-radius:6px;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.dy form input:focus{ box-shadow:4px 4px 10px #bbb;}
.dy form textarea:focus{ box-shadow:4px 4px 10px #bbb;}
.dy form textarea{ padding:10px; box-shadow:4px 4px 10px #ddd; border:1px solid #ddd; border-radius:6px;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.dy form img{ width:100px; height:30px; margin:0 10px;}
.dy form .tdbg{ margin:5px 0; line-height:40px; display:inline-table; float:left;}
.dy form .tdbg>td{ float:right;}
.dy form .tdbg>.lefttdbg{ float:left; vertical-align:text-bottom; width:80px;}
.dy form input[type="submit"]{ cursor:pointer; float:left; width:200px; height:50px; margin:20px 0 0 100px; padding:0; outline:none; font-size:22px; font-weight:bold; color:#fff; background:url(button_bg.png) no-repeat right top #63C7FE; transition:1s; border-radius:10px; display:block;}
.dy form input[type="submit"]:hover{ background:url(button_bg.png) no-repeat right bottom #63C7FE; box-shadow:4px 4px 10px #bbb;}
.dy form input[type="submit"]:focus{ background:url(button_bg.png) no-repeat right bottom #63C7FE;}



.searchs{ background:#E8E8E8; line-height:40px;}
/*搜索*/
.search{ margin:40px 0 0 0; padding:0 5px; border-radius:5px; -moz-border-radius:4px; -webkit-border-radius:4px; float:right;}
.search input{ padding:5px 5px 5px 25px; height:18px; border:1px solid #B7B7B7; float:left; background:url(search.png) no-repeat 5px center #fff; box-shadow:inset 0 0 4px #999;
border-radius:5px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.search input.search2{ margin:0 5px; padding:5px 20px; background:url(title_bg.jpg) repeat-x top; cursor:pointer; width:auto; height:30px; display:block; box-shadow:none;}
.search input#key{ color:#999;}

/*搜索结果页*/
.searchlist{}
.searchlist b{}
.searchlist ul li{ border-bottom:1px dashed #333;}
.searchlist ul li .art_title{ display:block;}
.searchlist ul li .art_title a{ color:#000; font-weight:bold;}
.searchlist ul li .artintro{ display:block;}
.searchlist ul li .arturl{}
.searchlist ul li .c9{ margin:0 0 0 20px;}


.header{}
	.topline{ line-height:35px; height:35px; background:url(topbg.jpg) no-repeat center; color:#B4D7FF;}
	.topline a{ margin:0 4px; color:#B4D7FF;}
	.sc{ text-align:right; float:right; font-family:"宋体";}
	.sc span{ margin:0; display:inline-block;}
	.sc a:hover{ text-decoration:underline;}
	
	.sc span.tel{ padding:0 0 0 20px; background:url(tel.png) no-repeat left center;}
	.sc span.chat{ padding:0 0 0 20px; background:url(chat.png) no-repeat left center;}
	
	.head{ width:1200px; height:100px; margin:0 auto; padding:10px 0;}
	.head .logos{ float:left; width:300px; height:100px; margin:0 auto;}
	
	/*普通导航*/
	/*
	.nav{ margin:0 auto; padding:0; height:48px; line-height:48px; font-size:15px; background:url(nav_bg.jpg); font-family:serif; border-bottom:3px solid #B54544;}
	.nav ul{ margin:0 auto; width:1100px; display:block;}
	.nav ul li{ float:left; margin:0; color:#fff; border-left:1px solid #206fa8; border-right:1px solid #196FC6; border-left:1px solid #084BBE;}
	.nav ul li.nav_first{ border-left:none;}
	.nav ul li.nav_last{ border-right:none;}
	.nav ul li a{ color:#fff; font-weight:bold; padding:0 20px; display:block; margin:0;}
	.nav ul li a:hover{ color:#fff; background:url(nav_hover.jpg) center repeat-x;}
	.nav ul .currclass{ color:#fff; font-weight:bold; padding:0; display:block;}
	.nav ul .currclass a{ color:#fff; background:url(nav_hover.jpg) center repeat-x;}
	.nav ul .time{ float:right; color:#fff; width:300px;}
	*/
	
	/*下拉导航*/
	.nav{ margin:50px auto 0 auto; padding:0; float:right; width:900px; height:40px; line-height:40px; font-size:18px;}
	.navlist{ display:block; float:right;}
	.nav ul .curr{ padding:0; color:#fff; display:block;}
	.nav ul .curr a{ color:#58a2d6;}
	.navlist li:first-child{ background:none;}
	.navlist li{ float:left; margin:0; color:#fff; position:relative; background:url(line.png) left center no-repeat; display:block;}
	.navlist li a{ padding:0 20px; display:block; margin:0;}
	.navlist li span{ float:left; overflow:hidden;}
	.navlist li span a{ display:block;}
	.navlist li span a:hover{ color:#58a2d6; height:40px; line-height:40px;}
		
	.navlist .on{}
	.navlist .on span a{ color:#58a2d6; height:40px; line-height:40px;}
	.navlist .sub{ display:none; width:100%; padding:0; position:absolute; top:40px; background:rgba(74,156,97,0.8); text-align:center; z-index:999; font-size:12px;}
	.navlist .sub li{ vertical-align:middle; display:block; width:100%; position:relative; background:none; border-bottom:1px solid #fff;}
	.navlist .sub li:last-child{ border:none;}
	.navlist .sub li a{ line-height:30px; padding:4px 0; color:#fff; font-weight:normal; background:none;}
	.navlist .sub li a:hover{ color:#fff; background:#2F8C42;}
		

	/* 首页banner */
	.banner{ margin:0 auto; min-width:1200px; width:100%; position:relative; height:600px; overflow:hidden;}
	.banner .bd{ position:relative; z-index:0;}
	.banner .bd ul{ width:100% !important;}
	.banner .bd li{ width:100% !important; height:600px;}
	.banner .bd li .siteWidth{ width:1000px; position:relative; margin:0 auto; height:299px;}
	.banner .bd li a{ height:600px; display:block;}
	.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px; font:normal 18px/30px "Microsoft YaHei";}
	
	.banner .hd{ width:100%; position:absolute; z-index:1; bottom:0; left:0; height:50px; line-height:50px; text-align:center;}
	.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; padding:0 80px; background:#fff; overflow:hidden; 
		line-height:9999px; filter:alpha(opacity=90); opacity:0.9; cursor:pointer;}
	.banner .hd ul .on{ filter:alpha(opacity=100); opacity:1; background:#28883A;}
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.banner .prev,.banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.6;}
	.banner .next{ left:auto; right:3%; background-position:8px 5px;}
	.banner .prev:hover,.banner .next:hover{ filter:alpha(opacity=100);opacity:1;}
	.banner .prevStop{ display:none;}
	.banner .nextStop{ display:none;}	

	.flash{ margin:0 auto; width:100%; overflow:hidden; text-align:center;}
	.flash img{ width:100%; display:block;}



.part1{ margin:20px auto; padding:30px 0; overflow:hidden;}
.part1 .boxtitle{ border-top:1px solid #E0E0E0; text-align:center;}
.part1 span{ padding:0 50px; display:inline-block; background:#fff; position:relative; bottom:30px;}
.part1 span b{ display:block; font-size:30px; color:#28883A;}
.part1 span em{ display:block; font-size:16px; color:#bbb; text-transform:uppercase;}
.part1 .boxtext{ margin:0 auto; padding:0; width:1200px; line-height:30px;}

.part1 img{ margin:0 auto; width:800px; display:block;}
.part1 i{ margin:20px auto; padding:5px 10px; background:#B0B0B0; display:table;}
.part1 i>a{ color:#fff; display:inline-block;}
	
	
	
	/*有更多的tab切换*/
	/*
	.hasMoreTab{}
	.hasMoreTab .hd{ margin:0; padding:0; line-height:40px; height:40px; font-size:18px; display:block; border-bottom:2px solid #DADADA;}
	.hasMoreTab .hd .more{ float:right; color:#000;}
	.hasMoreTab .hd .more a{ color:#000;}
	.hasMoreTab .hd ul{ z-index:5; zoom:1; position:relative;}
	.hasMoreTab .hd li{ margin:0 1px 0 0; padding:0 20px; float:left; cursor:pointer; display:block; background:#DCDCDC; text-align:center; height:40px;}
	.hasMoreTab .hd li.on{ background:url(qiepian_title.png) no-repeat center bottom; color:#fff; cursor:pointer; position:relative; height:50px;}
	
	.hasMoreTab .bd{ width:880px; padding:0; position:relative;}
	.hasMoreTab .bd span{ padding:20px 0; font-size:15px; line-height:22px; display:block; text-align:center;}
	.hasMoreTab .bd span.anli{ text-align:right; padding:20px 100px 20px 0; font-weight:bold; font-size:28px; color:#000; line-height:44px;}
	.hasMoreTab .bd ul{ width:900px; overflow:hidden;}
	.hasMoreTab .bd ul li{ margin:0 20px 10px 0; padding:0; width:278px; border:1px solid #BDCFE5; line-height:24px; display:inline; float:left;}
	.hasMoreTab .bd ul li:hover{ border:1px solid #f00;}
	.hasMoreTab .bd ul li .date{ float:right; color:#999; font-family:"Times New Roman", Times, serif;}
	.hasMoreTab .bd ul li a img{ width:278px; height:190px;}
	.hasMoreTab .bd ul li span{ margin:0; padding:0 20px; display:block; height:60px; line-height:30px; font-size:12px; text-align:center; vertical-align:middle;}
	.hasMoreTab .bd ul li span em{ color:#FF0000; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;}
	*/
	

	
	
	/*首页解决方案*/
	.index_solution{ margin:0 auto; padding:30px 0;}
	.index_solution .boxtitle{ text-align:center; border-top:1px solid #E0E0E0;}
	.index_solution .boxtitle span{ padding:0 50px; font-family:"微软雅黑", "黑体"; display:inline-block; background:#fff; position:relative; bottom:30px;}
	.index_solution .boxtitle span b{ display:block; font-size:30px; color:#28883A;}
	.index_solution .boxtitle span em{ display:block; font-size:16px; color:#bbb; text-transform:uppercase;}
	
	.index_solution .boxtitle .more a{ color:#666;}
	.index_solution .boxtext{ margin:0 auto; padding:0; width:1200px;}
	.index_solution .boxtext ul li{ margin:10px; padding:4px; border:1px solid #E0E0E0; width:210px; float:left; text-align:center;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.index_solution .boxtext ul li:hover{ border:1px solid #999; box-shadow:0 0 6px #999;}
	.index_solution .boxtext ul li img{ width:210px; height:180px; display:block;}
	.index_solution .boxtext ul li span{ line-height:30px;}

	/*首页新闻资讯*/
	.index_news{ margin:0 auto; padding:30px 0;}
	.index_news .boxtitle{ text-align:center; border-top:1px solid #E0E0E0;}
	.index_news .boxtitle span{ padding:0 50px; font-family:"微软雅黑", "黑体"; display:inline-block; background:#fff; position:relative; bottom:30px;}
	.index_news .boxtitle span b{ display:block; font-size:30px; color:#28883A;}
	.index_news .boxtitle span em{ display:block; font-size:16px; color:#bbb; text-transform:uppercase;}
	
	.index_news .boxtitle .more a{ color:#666;}
	.index_news .boxtext{ margin:0 auto; padding:0; width:1200px;}
	
	
	/*首页图片新闻*/
	.index_news .boxtext .index_news_hd{ margin:0 40px 0 0; padding:0; width:500px; height:390px; float:left; position:relative;}
	.index_news .boxtext .index_news_hd ul li{ margin:0; padding:0; width:500px; overflow:hidden; border:none;}
	.index_news .boxtext .index_news_hd ul li .pic{ width:500px; height:320px; display:block; overflow:hidden;}
	.index_news .boxtext .index_news_hd ul li .pic:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	}
	.index_news .boxtext .index_news_hd ul li .pic img{ width:500px; height:320px; display:block;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.index_news_hd b{ height:40px; line-height:40px; display:block; font-size:18px;}
	.index_news_hd em{ display:block; font-size:12px; color:#9e9e9e;}
	.index_news_hd .prev,.index_news_hd .next{ margin:0; padding:0px; width:20px; height:20px; display:inline-block; position:absolute; bottom:40px; right:30px; background:#27883B; color:#fff; font-weight:bold; text-align:center;}
	.index_news_hd .next{ right:0px;}
	.index_news_hd .prev:hover,.index_news_hd .next:hover{ color:#fff;}
	
	
	
	.index_news .boxtext .index_news_right{ width:660px; float:right;}
	
	.index_news .boxtext ul li{ padding:5px 0; margin:5px 0; line-height:30px; display:block; border-bottom:1px dotted #ccc;
		transition:margin-left,text-shadow 1s,1s;
		-moz-transition:margin-left,text-shadow 1s,1s; /* Firefox 4 */
		-webkit-transition:margin-left,text-shadow 1s,1s; /* Safari and Chrome */
		-o-transition:margin-left,text-shadow 1s,1s; /* Opera */
	}
	.index_news .boxtext ul li a{ font-size:18px;}
	.index_news .boxtext ul li .time{ float:right; color:#F88D05;}
	.index_news .boxtext ul li p{ color:#9E9E9E;}


	/*首页产品中心*/
	.index_product{ margin:20px auto; padding:30px 0; overflow:hidden; display:block;}
	.index_product .boxtitle{ text-align:center; border-top:1px solid #E0E0E0;}
	.index_product .boxtitle span{ padding:0 50px; font-family:"微软雅黑", "黑体"; display:inline-block; background:#fff; position:relative; bottom:30px;}
	.index_product .boxtitle span b{ display:block; font-size:30px; color:#28883A;}
	.index_product .boxtitle span em{ display:block; font-size:16px; color:#bbb; text-transform:uppercase;}
	.index_product .boxtext{ margin:0 auto; padding:0; width:1200px; line-height:30px;}

	/* Tab切换 */
	.slideTxtBox{ overflow:hidden; background:#fff; text-align:left;}
	.slideTxtBox .hd{ width:200px; padding:0; margin:0 10px 0 0; font-size:14px; float:left; display:block;}
	.slideTxtBox .hd ul{ overflow:hidden; display:table;}
	.slideTxtBox .hd ul li{ display:block; width:200px; line-height:40px; background:#28883A; border-bottom:2px solid #fff;}
	.slideTxtBox .hd ul li:hover{ background:#DF6B46; width:200px; position:relative;}
	.slideTxtBox .hd ul li a{ padding:0 0 0 40px; display:block; color:#fff; line-height:40px;}
	.slideTxtBox .hd ul li a:hover{ background:url(dot4_hover.png) no-repeat 20px center; color:#fff;}
	.slideTxtBox .hd ul li.on a{ color:#fff; background:url(dot4_hover.png) no-repeat 20px center;}
	.slideTxtBox .hd ul li.on{ background:#DF6B46; width:200px; position:relative; line-height:40px; border-bottom:2px solid #fff;}
	
	
	.slideTxtBox .bd{ width:990px; padding:0; float:left;}
	.slideTxtBox .bd ul li{ margin:0 10px; padding:0; width:308px; border:1px solid #DEDEDE; line-height:24px; display:inline; float:left; position:relative; background:url(more0.png) right bottom no-repeat #fff;}
	.slideTxtBox .bd ul li:hover{}
	.slideTxtBox .bd ul li .date{ float:right; color:#999; font-family:"Times New Roman", Times, serif;}
	.slideTxtBox .bd ul li a img{ width:308px; height:250px; display:block;}
	.slideTxtBox .bd ul li span{ margin:0; padding:0; width:100%; height:30px; line-height:30px; font-size:12px; text-align:center; display:block; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.2); transition:0.5s; color:#ddd;}
	.slideTxtBox .bd ul li:hover span{ background:rgba(0,0,0,0.6); color:#fff;}
	.slideTxtBox .bd ul li span b{ display:block; font-size:14px;}
	.slideTxtBox .bd ul li span em{ color:#999; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
	
	.slideTxtBox .bd ul li:hover span{ color:#fff;}
	.slideTxtBox .bd ul li:hover span em{ color:#fff;}
	
	
/*----------内页主体开始----------*/
.main{ margin:0 auto; padding:20px 0; width:1200px;}

/*全局*/
.left{ float:left; width:300px;}

	/*左边分类*/
	.left_fenlei{ margin:0 0 20px 0; overflow:visible;}
	.left_fenlei .boxtitle{ padding:0 20px; height:70px; line-height:70px; color:#fff; background:#0F5BA9; border:none;}
	.left_fenlei .boxtitle em{ margin:0 0 0 10px; line-height:20px; display:inline-block; font-family:"Arial", Gadget, sans-serif; text-transform:capitalize; font-size:16px;}
	.left_fenlei .boxtitle b{ line-height:30px; display:inline-block; font-family:"Arial", Gadget, sans-serif; text-transform:capitalize; font-size:22px;}
	.left_fenlei .boxtext{ margin:0; padding:0 0 30px 0; background:#fff;}
	.left_fenlei .boxtext ul li{ margin:0 auto; padding:0; line-height:46px; font-size:14px; border-bottom:1px dashed #A5A5A5;}
	.left_fenlei .boxtext ul li a{ padding:0 0 0 40px; display:block; background:url(dot11.png) 30px center no-repeat;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	}
	.left_fenlei .boxtext ul li a:hover{ background:url(dot11_hover.png) 30px center no-repeat #1976D5; color:#fff;}
	
	.left_fenlei .boxtext ul li.currclass a{ background:url(dot11_hover.png) 30px center no-repeat #1976D5; color:#fff;}
	
	.left_fenlei .boxtext .hd{ margin:0 auto; padding:0; line-height:46px; font-size:14px; border-bottom:1px dashed #A5A5A5;}
	.left_fenlei .boxtext .hd a{ padding:0 0 0 40px; display:block; background:url(dot11_hover.png) 30px center no-repeat #1976D5; color:#fff;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	}
	
	/*左边联系我们*/
	.left_contact{ margin:0; padding:0px; overflow:hidden; font-size:12px; color:#666;}
	.left_contact .boxtitle{ padding:0 20px; height:70px; line-height:70px; color:#fff; background:#0F5BA9; border:none;}
	.left_contact .boxtitle em{ margin:0 0 0 10px; line-height:20px; display:inline-block; font-family:"Arial", Gadget, sans-serif; text-transform:capitalize; font-size:16px;}
	.left_contact .boxtitle b{ line-height:30px; display:inline-block; font-family:"Arial", Gadget, sans-serif; text-transform:capitalize; font-size:22px;}
	.left_contact .boxtext{ padding:20px 20px 130px 20px; line-height:24px; background:url(left_contact4.jpg) left bottom no-repeat #fff; overflow:hidden;}
	.left_contact .boxtext .companyname{ line-height:30px; font-size:16px; color:#0f5ba9;}
	.left_contact .boxtext .tel2{ text-indent:3em;}
	
	
	/* 本例子css */
	.slideBox{ overflow:hidden; position:relative;}
	.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;}
	.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
	.slideBox .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer;}
	.slideBox .hd ul li.on{ background:#f00; color:#fff;}
	.slideBox .bd{ padding:20px 50px; position:relative; height:100%; z-index:0;}
	.slideBox .bd li{ zoom:1; vertical-align:middle;}
	.slideBox .bd img{ width:150px; height:130px; display:block;}
	.slideBox .bd li span{ display:block; text-align:center; line-height:30px;}

	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.slideBox .prev,.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -170px 5px no-repeat; filter:alpha(opacity=50); opacity:0.2;}
	.slideBox .next{ left:auto; right:3%; background-position:-58px 5px;}
	.slideBox .prev:hover,.slideBox .next:hover{ filter:alpha(opacity=100); opacity:1;}
	.slideBox .prevStop{ display:none;}
	.slideBox .nextStop{ display:none;}	
	
	
	
	
/* 手风琴 */
#sideMenu{}
#sideMenu .hd{ margin:0; padding:0 10px; line-height:30px; background:url(icons.png) 180px -37px no-repeat #5EB500; cursor:pointer; color:#fff; border-bottom:1px solid #fff;}
#sideMenu .hd a{ color:#fff;}
#sideMenu .on{ background:url(icons.png) 180px -77px no-repeat #5EB500; color:#fff;}
#sideMenu .bd{ overflow:hidden; display:none;}
#sideMenu .bd ul li{ border-bottom:1px dashed #ddd;}
	
	
	



.right{ margin:0 0 0 20px; width:880px; float:left; background:#fff;}
.right .box{ margin:20px;}
.right .box .boxtitle{ height:60px; line-height:60px;}
.right .box .boxtitle b{ padding:0 20px 0 0; border-bottom:4px solid #1064B0; display:inline-block; line-height:58px;}
.right .box .boxtext{ margin:20px 0;}

/*方案列表页*/
.fanganlist{ margin:0; padding:0;}
.fanganlist .boxtitle{ margin:0; padding:0; border:none;}
.fanganlist .boxtitle b{}
.fanganlist.box .boxtext{ margin:0; padding:0; background:none;}
.fanganlist li{ margin:10px; padding:10px 0; width:310px; float:left; display:block;}
.fanganlist li .pic{ margin:0 auto; width:120px; height:120px; display:block; overflow:hidden; text-align:center;}
.fanganlist li img{
	width:120px; height:120px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.fanganlist li a:hover img{
	-webkit-box-shadow: 0 0 6px rgba(255,0,0,.6), inset 0 0 10px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 6px rgba(255,0,0,.6), inset 0 0 10px rgba(255,255,255,1);
	box-shadow: 0 0 6px rgba(255,0,0,.6), inset 0 0 10px rgba(255,255,255,1);
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.fanganlist li b{ text-align:center; color:#06A67F; display:block; font-size:20px; line-height:40px;}
.fanganlist li .ckxq{ margin:0 auto; padding:5px 20px; background:#06A631; color:#fff; display:table; line-height:20px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.fanganlist li .text{ margin:10px 0;}

/*图片列表页*/
.piclist{ margin:0; padding:0;}
.piclist .boxtitle{ margin:0; padding:0;}
.piclist .boxtitle b{}
.piclist.box .boxtext{ margin:0; padding:0; background:none;}
.piclist li{ margin:10px; padding:0; width:280px; display:block; float:left; position:relative;}
.piclist li .pic{ margin:0; width:280px; height:240px; overflow:hidden; float:left;}
.piclist li img{ width:280px; height:240px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.piclist li a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.piclist li .text{}
.piclist li span{ line-height:30px; text-align:center; font-size:16px; position:absolute; left:0; bottom:0; background:rgba(102,102,102,0.6); width:100%; color:#fff;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.piclist li a:hover span{ text-shadow:2px 2px 6px #CCC; background:rgba(0,0,0,0.6);}



/*图片内容页*/
.piczhengwen{ margin:0; padding:0;}
.piczhengwen .boxtitle{ margin:0; padding:0;}
.piczhengwen .boxtitle b{}
.piczhengwen.box .boxtext{ padding:10px; background:none;}
.piczhengwen .pictitle{ margin:0;}
.piczhengwen .pictitle h1{ margin:0 20px 0 0; font-family:宋体; display:inline-block; text-shadow:1px 1px 6px #C1C1C1;}
.piczhengwen .picdetails{ margin:0; padding:5px; color:#ACACAC; border-bottom:1px solid #ccc;}
.piczhengwen .pictitle span{ margin:0 5px; color:#ACACAC;}
.piczhengwen .pictitle span.fa:before{ margin:0 5px;}
.piczhengwen .introduction{ margin:10px 0 0 0; padding:10px; background:#F7F7F7 url("quote.png") no-repeat scroll right top; border:1px dashed #CCC; color:#777; box-shadow:4px 4px 6px #D7D5D5;}
.piczhengwen .zhengwen{ line-height:30px; font-size:15px; margin:20px 0;}
.piczhengwen .zhengwen h2{ background:#3F9DEE; color:#fff; margin:0; padding:5px 10px; font-size:16px; line-height:24px; border-radius:20px;}
.piczhengwen .zhengwen h3{ color:#fff; margin:0; padding:5px 10px; font-size:13px; line-height:22px; width:600px;
 background: -moz-linear-gradient(left,#3F9DEE,#fff);
 background: -webkit-gradient(linear,left top,right top,from(#3F9DEE), to(#fff));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3F9DEE, endColorstr=#ffffff);/*IE<9>*/
border-top-left-radius:20px;
border-bottom-left-radius:20px;
}
.piczhengwen .zhengwen .boxtitle{ height:40px; line-height:40px;}
.piczhengwen .zhengwen .boxtitle b{ background:#1184DA; border:none; padding:5px 20px; color:#fff; font-size:16px; line-height:30px;}
.piczhengwen .picfenxiang{ margin:0 20px;}

#preview{ float:left; margin:0px auto; text-align:center; width:310px; position:relative;}
.jqzoom{ width:310px; height:310px; position:relative; border:solid 1px #ddd;}

.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{ width:360px; height:75px; padding-top:6px; overflow:hidden; position:absolute; left:340px; bottom:0;}
#spec-left{ background:url(left.gif) center no-repeat; width:10px; height:75px; float:left; cursor:pointer; margin-top:3px;}
#spec-right{background:url(right.gif) center no-repeat; width:10px; height:75px; float:left;cursor:pointer; margin-top:3px;}
#spec-list{}
#spec-list ul{}
#spec-list ul li{ margin:0; float:left; display:inline; width:85px;}
#spec-list ul li img{ width:75px; height:75px;}

/*jqzoom*/
.jqzoom{position:relative; padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0;width:400px;height:400px;background:url(i/loading.gif) #000 no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:560px;height:560px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:340px; float:left; overflow:hidden; display:inline;}
#spec-list div{ margin-top:0; *margin-left:0;}

.canshu{ float:right; width:470px; height:210px; position:relative;}
.canshu .zhengwen{ line-height:24px;}
.canshu .zxzx{ position:absolute; left:0; bottom:0;}
.canshu .zxzx a{ padding:10px 30px; background:#FEAD00; color:#fff; text-shadow:1px 1px 6px #000;}

/*栏目小导航*/
.small_nav{ margin:0 auto; background:#fff; line-height:50px; border-bottom:1px solid #28883A;}
.small_nav ul{ margin:0 auto; width:1200px;}
.small_nav ul>li{ margin:0; line-height:30px; font-size:16px; display:inline-block; float:left; border-left:1px solid #e0e0e0; transition:1s;}
.small_nav ul>li:last-child{ border-right:1px solid #e0e0e0;}
.small_nav ul li a{ padding:5px 30px; display:block;}
.small_nav ul li a:hover{ text-shadow:2px 2px 6px #999; background:#28883A; color:#fff; text-shadow:2px 2px 6px #000;}
.small_nav ul li.currclass{ background:#28883A;}
.small_nav ul li.currclass a{ color:#fff; text-shadow:2px 2px 6px #000;}

.smalldh ul li:hover{ background:#F3F3F3; font-weight:bold;}
.smalldh ul li a{ padding:0 30px; display:block;}
/*新闻列表页*/
.newslist{ padding:0;}
.newslist .boxtitle{ margin:0; padding:0;}
.newslist .boxtitle b{}
.newslist .boxtext{ padding:10px;}
.newslist li{ margin:0; padding:10px 0; line-height:30px; display:block; border-bottom:1px dotted #ccc; width:100%; float:left;
	transition:1s;
	-moz-transition:1s; /* Firefox 4 */
	-webkit-transition:1s; /* Safari and Chrome */
	-o-transition:1s; /* Opera */
}
.newslist li a{ font-size:20px; display:block;}
.newslist li .time{ color:#28883A; display:block;}
.newslist li .about{ color:#666; font-size:13px; font-weight:normal;}

.newslist li .pic{ margin:0 20px 0 0; width:220px; height:160px; float:left; overflow:hidden;}
.newslist li .pic img{ padding:4px; width:220px; height:160px; border:1px solid #ddd; box-sizing:border-box; overflow:hidden;}
.newslist li span.fa:before{ margin:0 5px 0 0;}

.newslist li:hover{ padding-left:10px; text-shadow:4px 4px 8px #999;}
.newslist li:hover .pic img{}
.newslist li:hover .time{}
.newslist li:hover .about{}


/*新闻内容页*/
.newscontent{ padding:0;}
.newscontent .boxtitle{ margin:0; padding:0;}
.newscontent .boxtitle b{}
.newscontent .boxtext{ padding:10px;}
.newscontent .title{ text-align:center; margin:0; text-shadow:1px 1px 6px #C1C1C1;}
.newscontent .title h1{ font-family:宋体;}
.newscontent .details{ text-align:center; margin:0; padding:5px; color:#ACACAC; border-bottom:1px solid #ccc;}
.newscontent .details span{ margin:0 5px;}
.newscontent .details span.fa:before{ margin:0 5px;}
.newscontent .introduction{ margin:10px 0 0 0; padding:10px; background:#F7F7F7 url("quote.png") no-repeat scroll right top; border:1px dashed #CCC; color:#777; box-shadow:4px 4px 6px #D7D5D5;}
.newscontent .dd{ margin:20px; padding:10px; border:1px dashed #ddd; background:#ECF5FC;}
.newscontent .zhengwen{ line-height:30px; font-size:15px; margin:20px 0;}
.newscontent .zhengwen h2{ background:#428BCA; color:#fff; margin:10px auto; padding:5px 10px; font-size:16px; line-height:24px; border-radius:20px;}
.newscontent .zhengwen h3{ color:#fff; margin:0; padding:5px 10px; font-size:13px; line-height:22px; width:600px;
 background: -moz-linear-gradient(left,#75AAD8,#fff);
 background: -webkit-gradient(linear,left top,right top,from(#75AAD8), to(#fff));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#75AAD8, endColorstr=#ffffff);/*IE<9>*/
border-top-left-radius:20px;
border-bottom-left-radius:20px;
}
.zhengwen table{ border-left:1px solid #E3E3E3; border-top:1px solid #E3E3E3;}
.zhengwen table th{ background:#F7F7F7;}
.zhengwen table td{ border-right:1px solid #E3E3E3; border-bottom:1px solid #E3E3E3;}

.newscontent .fenxiang{ margin:0;}

/*单页面*/
.dy{ margin:0; padding:0;}
.dy .boxtitle{ margin:0; padding:0;}
.dy .boxtitle b{}
.dy .boxtext{ padding:10px 0; line-height:30px; font-size:15px;}

/*相关文章*/
.xiangguan{ font-size:13px; font-family:"宋体"; border-top:1px solid #E6E6E6; margin:0 20px; padding:20px 0;}
.xiangguan ul li{ width:60%;}
.xiangguan ul li span{ float:right; color:#999999;}

/*打印关闭*/
.printclose{ margin:10px 0; text-align:right; line-height:30px;}
.printclose a{ margin:0 5px;}
.printclose img{ margin-right:4px;}

/*相关产品*/
.xiangguan2{ font-size:13px; font-family:"宋体"; margin:0; padding:10px 0;}
.xiangguan2	.boxtitle{ border-bottom:3px solid #125FBB;}
.xiangguan2	.boxtitle .more a{ color:#666;}
.xiangguan2	.boxtext ul li{ width:250px; float:left; text-align:center; margin:10px;
	transition:1s;
	-moz-transition:1s; /* Firefox 4 */
	-webkit-transition:1s; /* Safari and Chrome */
	-o-transition:1s; /* Opera */
}
.xiangguan2	.boxtext ul li img{ width:250px; height:190px;
	transition:1s;
	-moz-transition:1s; /* Firefox 4 */
	-webkit-transition:1s; /* Safari and Chrome */
	-o-transition:1s; /* Opera */
}
.xiangguan2	.boxtext ul li span{ line-height:30px; display:block;}
.xiangguan2	.boxtext ul li:hover{ color:#f00; text-shadow:3px 3px 10px #999;}
.xiangguan2	.boxtext ul li:hover img{ box-shadow:0 0 10px #666;}


/*位置导航*/
.position{ margin:0 20px 0 0; padding:0 0 0 24px; float:left; color:#545454; font-weight:normal; font-size:12px; background:url(home.gif) no-repeat left center;}
.position a{}

/*分页*/
/*
.fenye{ line-height:40px; margin:10px 20px 0 20px;}
.fenye table{ margin:0 auto;}
.fenye #pagelist{ margin:0 auto; padding:0; border:1px solid #ccc; overflow:hidden;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
.fenye #pagelist a{ margin:0; padding:5px 10px; display:inline-block;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff',endColorStr='#dddddd',gradientType='0'); 
background:linear-gradient(#fff,#ddd);
background:-webkit-linear-gradient(#fff,#ddd);
background:-moz-linear-gradient(#fff,#ddd);
}
.fenye #pagelist a.num{ padding:5px;}
.fenye #pagelist a.curr{ padding:5px; font-weight:bold; color:#f00;}

.fenye .next{ border-left:1px solid #ccc; border-right:1px solid #ccc;}
#fenye2 .next:nth-child(2){ border-right:none;}

.fenye span{ padding:5px 10px; display:inline-block; border-left:1px solid #ccc;
background:-webkit-linear-gradient(#fff,#ddd);
background:linear-gradient(#fff,#ddd);
background:-moz-linear-gradient(#fff,#ddd);
}
#totalpage{ padding:0; border:none;}
*/

.fenye{ margin:0 auto; padding:30px; display:table;}
.fenye a{ margin:0px 5px; font-size:16px; width:46px; float:left; height:46px; line-height:46px; background:#e1e6e8; border-radius:3px; color:#616466; text-align:center;}
.fenye a img{ display:block; overflow:hidden;height:16px;margin:0 auto;margin-top:15px;}
.fenye a.curr{ background:#186594;color:#fff;}
.fenye a.curr:hover{ background:#186594;color:#fff;}
.fenye a:hover{ background:#d5dcde;}
.fenye a.prev{ padding:0 10px;}
.fenye span{ margin:0px 5px; padding:0 10px; height:46px; line-height:46px; font-size:16px; border-radius:3px; background:#e1e6e8; display:inline-block;}
#totalpage{ border:none; padding:0;}


/*友情链接*/
.yl{ margin:10px auto; width:1200px;}
.yl b{ margin:0}
.yl a{ margin:0 5px;}


.footer{ margin:0 auto; padding:20px 0 0 0; line-height:30px; background:#00523B; font-family:"宋体"; color:#fff;}
.footer a{ color:#fff;}
.footer .foot{ margin:0 auto; padding:0; width:1200px;}

.footer .foot dl{ padding:0 59px 0 0; float:left;}
.footer .foot dl dt{ font-weight:bold; font-size:14px; line-height:50px;}
.footer .foot dl dd{ font-size:12px; line-height:24px;}
.footer .foot dl dd>a{ color:#749488;}
.footer .foot dl dd>a:hover{ color:#fff;}
.footer .foot dl dd.addr{ padding:0 0 0 20px; background:url(position.png) left center no-repeat; background-size:15px;}
.footer .foot dl dd.tel{ padding:0 0 0 20px; background:url(tel.png) left center no-repeat; background-size:15px;}
.footer .foot dl dd.tel2{ padding:0 0 0 20px;}
.footer .foot dl dd.envelope{ padding:0 0 0 20px; background:url(envelope.png) left center no-repeat; background-size:15px;}
.footer .foot dl dd.ie{ padding:0 0 0 20px; background:url(ie.png) left center no-repeat; background-size:15px;}

.footer .foot .erweima{ margin:0; padding:20px; float:right; color:#fff;}
.footer .foot .erweima img{ padding:10px; display:block; border-radius:10px; background:#fff;}
.footer .copyright{ margin:0 auto; line-height:40px; text-align:center; display:block; font-family:"宋体"; color:#749488; background:#013C2A;}














/*图片频道*/

#wrap #content .pic_hd{ width:593px; float:left; height:357px;border:#EAEAEA solid 1px; padding:5px;}
#wrap #content .pi_right{ float:right; width:366px; margin-left:15px; border:#EAEAEA solid 1px; padding:5px 5px 0 5px; }
#wrap #content .pi_right .ph{ text-align:left; width:352px;height:25px; margin-bottom:7px; background:url(top10.png) no-repeat center left; padding-left:25px; _display:inline;}
#wrap #content .pi_right h2{ font-family:"微软雅黑"; margin-bottom:10px;   height:25px; font-size:18px;font-family:"微软雅黑"; font-weight:normal;}
#wrap #content .pi_right ul{}
#wrap #content .pi_right ul li{ padding-bottom:1px; height:32px;line-height:32px;font-family:'微软雅黑','黑体';font-size:14px; border-bottom:#E7E7E7 dashed 1px; margin-bottom:-1px; zoom:1 }
#wrap #content .pi_right  ul li span{line-height:23px;zoom:1;width:20px;height:20px;margin:-3px 10px 0 0;display:inline-block;*display:inline;zoom:1;text-align:center; color:#7e7e7e;background-position:-195px -146px;vertical-align:middle; border:#D5D5D5 1px solid;}
#wrap #content .pi_right  li .a1,
#wrap #content .pi_right  li .a2,
#wrap #content .pi_right  li .a3{background-position:-195px -116px ;color:#fff; background:#900; border:none;}
#wrap #content .pi_right  li .ph_hits{ display:block; height:32px; float:right; border:none;  font-size:12px; color:#999; line-height:32px; width:23px;}


#wrap #content .title{ font-family:"微软雅黑";color:#666666;  margin-bottom:10px; }
#wrap #content .title h2{ height:25px; line-height:25px;font-size:18px; font-weight:normal;}
#wrap #content .title h2 a{font-family:"微软雅黑";}
#wrap #content .title h2 a:hover{ text-decoration:none;}


#wrap #content .pic{ border:#EAEAEA solid 1px; padding:8px 15px 15px 15px; overflow:hidden; margin-bottom:20px; }

#wrap #content .pic ul{ width:1013px; overflow:hidden;}
#wrap #content .pic ul li{ float:left; padding-right:15px; width:181px; border-radius: 6px; -moz-border-radius:20px;}
#wrap #content .pic .hh{ padding-right:0px;}
#wrap #content .pic ul li a{ display:block; height:125px;background:url(pbottom.png) no-repeat 1px bottom; }
#wrap #content .pic ul li a img{ width:181px; height:120px;background:url(loading.gif) no-repeat center;}
#wrap #content .pic p{ text-align:center; height:25px; line-height:25px;font-size:14px;}
#wrap #content .pic p a{ background:none;}


#wrap #content .box{ overflow:hidden; margin-bottom:20px}
#wrap #content .box .title h2{ padding-left:10px}
#wrap #content .box ul{ width:1015px; overflow:; }
#wrap #content .box ul li{float:left;  width:330px;float:left;position:relative;overflow:hidden; margin:0 5px 5px 0;}
#wrap #content .box ul li a{ }
#wrap #content .box ul li a img{ width:100%; height:210px;vertical-align:bottom;}



#wrap #content .box ul li .dask{width:330px;height:210px; line-height:210px;background-color:transparent;position:absolute;top:-210px;left:0; text-align:center; background:url(touming.png); cursor:pointer;}

#content .box ul li .dask a{color:#fff;font-size:14px;font-family:"微软雅黑"; background:none; }
/*

#wrap #content #kait{ width:100%;background-color:#F4F4F4; border-bottom:#DBDBDB 1px solid; height:400px;}
#wrap #content #kait #schd{ float:left; }
#wrap #content #kait #jrtg{float:right; width:285px; }
#wrap #content #kait #jrtg span { text-align:center; font-family:"微软雅黑", "隶书", "新宋体","黑体";}
*/



#pro_infor {height:280px;}
#pro_infor img {border:1px solid #ccc;width:320px;height:271px;}
.jcarousel-skin-tango .jcarousel-container-horizontal {width:281px;padding: 10px 20px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {width:  281px;height: 50px;}



.picnr{width:996px;margin:0px auto; background:#fdfdfd; height:100%;overflow:hidden; border:1px solid #e8e8e8;}
.picnr .title{height:52px; line-height:52px;padding-left:30px;font-size:25px;font-weight:bold; font-family:"微软雅黑", "隶书", "新宋体","黑体"; font-weight:500}
.picnr .title span{font-size:12px;font-weight:normal;margin-left:20px;}
.picnr .del{height:30px;line-height:30px;text-align:center; margin:0px 20px;}
.picnr .del a{}
.picnr .picnrbox{}
.picnr .picnrbox .showpic{}
.picnr .picnrbox .showpic .imglist img{margin:10px;}
.picnr .nph_intro{padding:10px 30px;line-height:24px;}
.picnr .nph_tj{ padding:10px 30px;}
.picnr .nph_tj li{ height:25px; line-height:25px;}
.picnr .nph_tj a{ }
.picnr .imageintro{padding:10px 30px;line-height:24px; text-align:left;}
 

/* 图片分页方式的样式*/
.imagelist{margin:0 auto;} /*总宽度*/
.imagelist .imagetop{padding-right:5px;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb {
    height:112px;
    background:#FFF;
	padding:5px;
}
.thumb_1 {
	text-align: center;
	float: left;
	height: 50px;
	width: 60px;
	padding-top: 30px;
	font-weight: 400;
	font-size: 14px;
	color:#000;
}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;
	width: 790px;
}
.thumb_2_1 {
	background:url(qh1.gif) no-repeat 0px 20px;
	float: left;
	height: 113px;
	width: 35px;
	cursor:pointer;
	
	margin-left:10px;
	_margin-left:0px;
}
.thumb_2_2 {
	background:url(qh2.gif) no-repeat 0px 20px;
	float: right;
	height: 113px;
	width: 35px;
	cursor:pointer;
}
#scrool_div {
	width:708px;
	position:relative;
	height:110px;
	overflow:hidden;
}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:100px;float:left;margin-right:10px;}
#scrool_div img{
	width:126px;
	height:95px;
	margin:5px;
}
.normalthumb img{padding:2px;border:1px solid #F9AF10}
.currthumb img{padding:2px;border:1px solid #ff6600;}
/* 图片分页方式的样式结束*/

/*组图显示方式的样式*/
.imggrouplist{margin:0 auto;width:590px;}
.imggrouplist li{width:130px;float:left;margin:2px;border:1px #999999 solid;background:#FFFFFF;padding:5px;text-align:center}
.imggrouplist li img{width:120px;height:90px;}
/*组图显示方式的样式结束*/

/*平行显示方式样式*/
.imglist{text-align:center}
.imglist img{border:4px solid #efefef;padding:1px}
.imglist div{margin-bottom:15px}
/*平行显示方式样式结束*/
#pageNext{text-align:right}

.xgphoto{width:996px;margin:0px auto;border:#e8e8e8 1px solid; height:100%; overflow:hidden; background:#fdfdfd; padding-top:1px; }
.xgphoto .title{ height:40px; line-height:40px;overflow:hidden; font-size:14px; font-weight:bold; padding-left:15px; color:#333; background:#f1f1f1}
.xgphoto .xgphotobox ul{padding:10px;}
.xgphoto .xgphotobox li{width:20%;float:left;text-align:center;height:140px;overflow:hidden;}
.xgphoto .xgphotobox img{padding:2px;border:#D4D4D4 1px solid;margin-bottom:10px;}
.xgphoto .xgphotobox a:hover{ color:red; text-decoration:none;}

.xgphoto  .commentbox{ padding:10px;}


/*图片 -栏目页*/
/*
.piclist{width:996px;margin:0px auto;border:#e5e5e5 1px solid; background:#f9f9f9; border-bottom:2px solid #ddd; }
.piclist .title{height:40px; line-height:55px;overflow:hidden; font-weight:bold;color:#069; border-bottom:1px solid #fff; padding-left:20px; }
.piclist .title span{font-size:16px;color:#333;font-weight:bold; font-family:"微软雅黑"}
.piclist .piclistbox{}
.piclist .piclistbox ul{padding:20px 8px 8px 8px;}
.piclist .piclistbox li{width:20%;float:left;text-align:center;height:158px;overflow:hidden;}
.piclist .piclistbox img{width:152px;height:116px;padding:4px;border:#D4D4D4 1px solid;margin-bottom:8px;box-shadow: 0px 1px 3px #ccc;-moz-box-shadow:0px 1px 3px #ccc;-webkit-box-shadow:0px 1px 3px #ccc;}
.piclist .piclistbox a{}
.piclist .piclistbox a:hover{color:red;text-decoration:none;}
*/







/*图片筛选*/

.photolisting{}
.photolisting ul{ padding:10px;}
.photolisting li{width:25%; float:left; height:130px;white-space:nowrap; text-overflow:ellipsis;  overflow:hidden;}
.photolisting img{width:135px; height:90px; border:#e8e8e8 1px solid; padding:2px; }
.photolisting a{}
.photolisting a:hover{ color:red; text-decoration:none;}



.picpl{width:965px;margin:0px auto;}
.picpl .left{width:680px;float:left;}
.picpl .left .left01{border:#e1e1e1 1px solid; background:#fdfdfd; border-bottom:2px solid #e1e1e1}
.picpl .left .left01 .title{height:40px; background:#f1f1f1; line-height:40px;overflow:hidden; font-size:14px; font-weight:bold; padding-left:15px; color:#333;}

.picpl .left .left01 .left01box{padding:10px;}

.picpl .left .left01 .searchbox{ height:100%; overflow:hidden;padding:10px;}
.picpl .left .left01 .searchbox #content_nei{}
.picpl .left .left01 .searchbox #content_nei ul{}
.picpl .left .left01 .searchbox #content_nei li{ height:110px; border-bottom:#ccc 1px dashed; margin-bottom:8px; overflow:hidden;}
.picpl .left .left01 .searchbox #content_nei h1{width:120px; float:left;}
.picpl .left .left01 .searchbox #content_nei h1 img{ padding:2px; border:#D4D4D4 1px solid;}
.picpl .left .left01 .searchbox #content_nei h3{width:520px; float:right;}
.picpl .left .left01 .searchbox #content_nei h3 a{ font-size:14px; font-weight:bold; color:#069; text-decoration:underline;}
.picpl .left .left01 .searchbox #content_nei h3 a:hover{ color:red; text-decoration:none;}
.picpl .left .left01 .searchbox #content_nei h3 span.intro{font-size:12px; font-weight:normal;}


.picpl .right{width:275px;float:right;}
.picpl .right .right01{height:100%;overflow:hidden;padding-bottom:10px;}
.picpl .right .right01 .title{background:url(title.jpg) repeat-x 0px 15px;  height:29px; line-height:29px; font-size:14px; font-weight:bold; color:#222; }
.picpl .right .right01 .title  h3{background:#fff;width:90px; line-height:32px; font-size:16px; font-weight:bold;font-family:"微软雅黑";}
.picpl .right .right01 .right01box{}
.picpl .right .right01 .right01box ul{padding:8px;}
.picpl .right .right01 .right01box li{width:50%;float:left;text-align:center;height:126px;overflow:hidden;}
.picpl .right .right01 .right01box img{width:110px;height:90px;border:#D4D4D4 1px solid;padding:2px;}
.picpl .right .right01 .right01box a:hover{color:red;text-decoration:none;}


/*图片频道end*/




