/* CSS Document */
#{margin:0px; padding:0px; word-wrap:break-word;}
html{overflow-x:hidden; padding-y:auto; font-family:"微软雅黑",Arial, Helvetica, sans-serif; color:#666;}
body{font-size:14px; margin:0; padding:0;}
a{ text-decoration:none; color:#333; 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:#f00; 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;}
div:after{content:".";display:block;height:0;clear:both;visibility:hidden; overflow:hidden;}
.wrap{ 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{ 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;}
.box .boxtitle{ margin:0; padding:0; line-height:40px; font-size:18px;}
.box .boxtitle b{ padding:0; display:inline-block; line-height:40px; font-size:14px; text-transform:uppercase; float:left;}
.box .boxtitle em{ line-height:20px; display:block; font-family:"Arial", Gadget, sans-serif; text-transform:capitalize; font-size:14px;}
.box .boxtext{ margin:0; padding:10px; line-height:30px;}


.index_box{ margin:0 auto; padding:0; overflow:hidden;}
.index_box .index_boxtitle{ padding:10px 0; font-size:36px; line-height:60px; font-weight: bold; color: #474747; background: url(title_bg.jpg) no-repeat left bottom;}
.index_box .index_boxtitle b{ font-weight:normal; background:url(boxtitle_line.png) no-repeat center bottom; display:block; line-height:70px;}
.index_box .index_boxtitle em{ margin:5px aauto 0 auto; font-size:16px; color:#999; display:block;}
.index_box .index_boxtitle i{ font-size:16px; color:#999; display:block;}
.index_box .index_boxtext{ padding:20px 0;}


.more{ margin:0 10px; display:inline-block;}
.more a{ font-weight:normal; font-size:12px; display:block; color:#fff;}

.more2 { margin-right:10px; float:right; background:url(more5.png) no-repeat center; width:53px; height:40px; line-height:40px; font-size:12px; display:block; color:#fff;}


/*首页表单*/
::placeholder{ color:#999; font-size:12px;}

.index_form{ padding:20px 0; line-height:30px; background:url(index_form.png); color:#657eab;}
.index_form input{ margin:0 10px 0 0; padding:0 10px; background:#fff; border:transparent; line-height:30px; border:1px solid #bdcee8;}
.index_form input[type="submit"]{ background:url(submit.png) no-repeat; border:none; width:67px;}

.index_form .boxtitle{ font-size:18px; color:#556a8f; line-height:40px;}
.index_form .fl{ width:580px;}
.index_form .fr{ width:220px;}
.index_form .fr img{ display:block;}

/*留言板*/
.dy form{ padding:10px 0 30px 0; width:810px; font-size:12px;}
.dy form input{ padding:2px 10px; /*box-shadow:4px 4px 10px #ddd;*/ line-height:30px; 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:30px; display:table;}
.dy form .tdbg>td{ float:right;}
.dy form .tdbg>.lefttdbg{ float:left; vertical-align:text-bottom; width:130px;}
.dy form input[type="submit"]{ cursor:pointer; margin:0 20px 0 0; padding:0; width:260px; height:40px; outline:none; font-size:18px; color:#fff; transition:1s; text-transform:uppercase; background:#0269B6; letter-spacing:30px; text-indent:30px; font-weight:bold;
/*background:url(button_bg.png) no-repeat right top #63C7FE;
background:linear-gradient(#f00,#B60D05);
background:-webkit-linear-gradient(#f00,#B60D05);
background:-moz-linear-gradient(#f00,#B60D05);
*/
}
.dy form input[type="reset"]{ margin:0; padding:0; width:260px; height:40px; font-size:18px; background:#6D6D6D; color:#fff; text-align:center; cursor:pointer; letter-spacing:30px; text-indent:30px; font-weight:bold;}
/*
.dy form input[type="submit"]:hover{ background:url(button_bg.png) no-repeat right bottom #63C7FE; box-shadow:4px 4px 10px #bbb;
background:linear-gradient(#B60D05,#f00);
background:-webkit-linear-gradient(#B60D05,#f00);
background:-moz-linear-gradient(#B60D05,#f00);
}
.dy form input[type="submit"]:focus{ background:url(button_bg.png) no-repeat right bottom #63C7FE;}
*/



.zhengwen form{ padding:10px 0 30px 0; width:810px; font-size:12px; border-bottom:1px dotted #bbb;}
.zhengwen form input{ padding:2px 10px; /*box-shadow:4px 4px 10px #ddd;*/ line-height:20px; height:20px; border:1px solid #ddd; /*border-radius:6px;*/
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.zhengwen form input:focus{ /*box-shadow:4px 4px 10px #bbb;*/}
.zhengwen form textarea:focus{ /*box-shadow:4px 4px 10px #bbb;*/}
.zhengwen 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;
}
.zhengwen form img{ width:100px; height:30px; margin:0 10px;}
.zhengwen form .tdbg{ margin:5px 0; line-height:20px; display:table;}
.zhengwen form .tdbg>td{ float:right;}
.zhengwen form .tdbg>.lefttdbg{ float:left; vertical-align:text-bottom; width:130px;}
.zhengwen form input[type="submit"]{ cursor:pointer; float:left; width:60px; height:30px; margin:20px 0 0 100px; padding:0; outline:none; font-size:12px; font-weight:bold; color:#fff; transition:1s; display:block; text-transform:capitalize; border:none;
background:#D71F1F;
/*
background:linear-gradient(#f00,#B60D05);
background:-webkit-linear-gradient(#f00,#B60D05);
background:-moz-linear-gradient(#f00,#B60D05);
*/
}
.zhengwen form input[type="submit"]:hover{ /*box-shadow:4px 4px 10px #bbb;*/
/*
background:linear-gradient(#B60D05,#f00);
background:-webkit-linear-gradient(#B60D05,#f00);
background:-moz-linear-gradient(#B60D05,#f00);
*/
}
.zhengwen form input[type="submit"]:focus{}


.searchs{ line-height:80px;}
/*搜索*/

.search{ margin:0; padding:0; overflow:hidden; float:right; border:1px solid #5C5C5C; border-radius:5px;}
.search input{ padding:5px; border:none; float:left; height:30px; box-sizing:border-box; background:transparent;}
.search input.search2{ background:url(search5.png) no-repeat center; color:#fff; cursor:pointer; width:40px; height:30px; display:block; text-indent:9999px;}
.search input#key{ margin:0; padding:0 5px; color:#999; width:160px;}


/*搜索结果页*/
.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;}
/*
.searchlist{ margin:0; padding:0;}
.searchlist .boxtitle{ margin:0; padding:0;}
.searchlist .boxtitle b{}
.searchlist li{ margin:0; padding:10px; width:185px; float:left; display:block; position:relative; overflow:hidden; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; box-sizing:border-box;}
.searchlist li:nth-child(4n){ border-right:none;}
.searchlist li .pic{ margin:0; width:165px; height:150px; overflow:hidden; box-sizing:border-box; text-align:center;}
.searchlist li img{ width:160px; height:150px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.searchlist li a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.searchlist li .text{}
.searchlist li span{ line-height:30px; display:block; word-wrap:break-word; text-align:center;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.searchlist li a:hover span{ text-shadow:2px 2px 6px #CCC; background:rgba(0,0,0,0.6);}
*/


.piclist_right{}
.searchlist li .details{ margin:10px auto; line-height:20px; height:60px; overflow:hidden;}
.searchlist li .more{ margin:10px auto; display:block; background:url("more_read2.png") no-repeat; width:93px; height:27px;}
.searchlist li .more:hover{ background:url("more_read2.png") no-repeat -103px 0;}




.header{}
	.topline{ padding:0; line-height:50px; font-size:12px;}
	.topline a{ margin:0 4px;}
	.sc{ text-align:right; float:right; font-family:"宋体"; font-size:12px;}
	.sc span{ margin:0; display:inline-block;}
	.sc a{ margin:0 10px;}
	
	.sc span.tel{ padding:0 0 0 20px; background:url(tel3.png) no-repeat left center;}
	.sc span.chat{ padding:0 0 0 20px; background:url(chat.png) no-repeat left center;}
	
	.share{}
	.share1,.share2,.share3,.share4{ width:20px; height:50px; display:inline-block; background:url(share.png) no-repeat; float:left;}
	.share .share1{ background-position:5px center;}
	.share .share2{ background-position:-30px center;}
	.share .share3{ background-position:-65px center;}
	.share .share4{ background-position:-100px center;}
	
	.language{ padding:0 10px 0 0; float:right; display:inline-block; height:auto; cursor:pointer; text-transform:capitalize; background:url(dot20.png) no-repeat right center #fff; position:relative; z-index:99;}
	.language:hover a.chinese{ display:block; background:#fff;}
	.language a{ display:inline-block;}
	.language a.chinese{ display:none; line-height:30px; position:absolute; top:40px; left:0;}

	.language2{ display: inline-block; border: 1px solid #E5E5E5; text-transform: capitalize; border-radius: 4px;}
	.language2 span{ padding: 5px 0; width: 70px; text-align: center; display: inline-block; cursor: pointer;}
	.language2 span:last-child{ background: #E5E5E5; color: #a5a5a5;}
	.language2 span:last-child a{ color: #a5a5a5;}
	
	.head{ margin:0 auto; padding:20px 0; position:relative; top:0; transform:translate(0,0); transition:0.5s;}
	.head2{ margin:0 auto; position:fixed; top:-90px; transform:translate(0,100%); z-index:9999; background:#fff; display:block; width:100%; box-shadow:0 2px 20px #ccc;}
	.head .head_left{ float:left; width:150px;}
	.head .head_left img{ display:block; max-height:70px;}
	.head .head_right{ padding:30px 0 0 0; width: 1000px; float:right;}
	.head .head_right .tel{ margin:0; padding:0; width:392px; height:41px; display:block; background:url(tel.png) no-repeat left center;}
	.head .head_right em{ text-align:right; float:right; color:#fff; font-size:16px;}
	
	.head .logo{ margin:0; float:left; overflow:hidden;}
	
	/*
	.head .language{ margin:20px 60px 0 0; width:100px; float:right; position:relative; line-height:46px; text-align:center; text-transform:capitalize;}
	.head .language a{ color:#fff; display:block;}
	.head .language i{ width:100%; display:none; position:relative; background:#2980CF;}
	.head .language li:hover i{ display:block; position:absolute; width:140px; left:34px; z-index:99; transform:skew(45deg);}
	.head .language li:hover i a{ transform:skew(-45deg);}
	*/
	
	/*普通导航*/
	/*
	.nav{ margin:0 auto; padding:0; float:left; width:760px; font-size:14px;}
	.nav ul{ margin:0 auto; width:1000px; display:block;}
	.nav ul li{ float:left; margin:0; color:#fff; text-transform:capitalize;}
	.nav ul li:last-child{ background:none;}
	.nav ul li a{ padding:0 20px; display:block; margin:0;}
	.nav ul li a:hover{ color:#fff; background:#003781;}
	.nav ul .currclass{ color:#fff; font-weight:bold; padding:0; display:block;}
	.nav ul .currclass a{ color:#fff; background:#003781;}
	.nav ul .time{ float:right; color:#fff; width:300px;}
	*/
	
	/*下拉导航*/
	.nav{ margin:0 auto; padding:0; width: 1200px; line-height:50px; font-size:14px; /*font-family:serif;*/ text-transform:capitalize; position:relative; z-index: 9; box-sizing:border-box; border-bottom: 2px solid #fff; background: rgba(0,0,0,1);}
	.nav .navlist{ margin:0 auto; width:1200px; display:block;}
	.navlist li{ float:left; margin:0 0 -2px 0; padding:0; position:relative; font-weight:bold; border-bottom: 2px solid transparent;}
	.navlist li:last-child{ background:none;}
	.navlist li:last-child a{ background:none;}
	.navlist li:hover{ border-bottom: 2px solid #3ACB80;}
	.navlist li:hover a{ color:#fff;}
	.navlist li a{ margin:0 10px; padding:0 15px; display:block; margin:0; color:#fff; box-sizing:border-box;}
	.navlist li span{ float:left; font-size:16px; overflow:hidden; text-align:center;}
	/*
	.navlist li span:before{ content:"."; display:block; width:50px; height:45px; clear:both; visibility:hidden; overflow:hidden; background:url(nav_xg.png) no-repeat center; float:left;}
	*/
	.navlist li span em{ display:block; font-size:12px; line-height:20px;}
	.navlist li span a{ margin:0; padding:0 50px; display:block; /*background:url(nav_arrow.png) no-repeat 10px center;*/}
	.navlist li span a:hover{}
	.navlist li.curr span a{}
	
	.navlist li.curr{ color:#fff; display:block; border-bottom: 2px solid #3ACB80;}
	.navlist li.curr span a{ color:#fff;}
		
	.navlist .on{}
	.navlist .on span a{ color:#fff;}
	.navlist .on span a:hover{ color:#fff;}
	.navlist .sub{ display:none; position:absolute; top:50px; z-index:9999; font-size:15px; min-width:100%;}
	.navlist .sub li{ padding:0; vertical-align:middle; display:block; width:100%; position:relative; border-top:1px solid #fff; background:url(nav_hover.jpg); text-align:center;}
	.navlist .sub li:first-child{ padding:0; vertical-align:middle; display:block; width:100%; position:relative; border-top:2px solid #3ACB80; background:url(nav_hover.jpg); text-align:center;}
	.navlist .sub li:last-child{}
	.navlist .sub li:hover{}
	.navlist .sub li a{ line-height:50px; color:#fff; word-break:keep-all; background:none;}
	.navlist .sub li a:hover{ color:#fff; background:rgba(255,255,255,0.5);}
	
	.sub3{ display:none; box-sizing:border-box;}
	.navlist .sub li:hover>.sub3{ position:absolute; left:100%; top:0; width:100%; background:#0D4C92; display:block;}
	/*
	.nav{ margin:0 auto; padding:0; width:100%; height:40px; line-height:40px; font-size:18px; background:#000;}
	.navlist{ margin:0 auto; width:1000px; display:block;}
	.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_bg{}
	/* 首页banner */
	.banner{ margin:0 auto; height:718px; position:relative; top: -52px;}
	.banner .bd{ position:relative; z-index:0;}
	.banner .bd ul{ width:100% !important;}
	.banner .bd li{ width:100% !important; height:718px;}
	.banner .bd li .siteWidth{ width:1000px; position:relative; margin:0 auto; height:299px;}
	.banner .bd li a{ height:840px; 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:20px; left:0; height:50px; line-height:42px; text-align:center;}
	.banner .hd ul li{ margin:2px; cursor:pointer; display:inline-block; *display:inline; zoom:1; width:15px; height:15px; overflow:hidden; filter:alpha(opacity=100); opacity:1; cursor:pointer; background:url(banner_dot.png) no-repeat -18px 0; font-size:0; border-radius:100%;}
	.banner .hd ul .on{ filter:alpha(opacity=100); opacity:1; background-position:0 0; color:#0269b6;}
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.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;}
	
/*
.banner{width:1903px;overflow:hidden;position:relative}
.banner_inner{position:relative;height:399px;width:1000px;margin:0 auto}

.banner_img{width:20000px}
.banner_img li{float:left;width:1903px;position:relative}
.banner_img li.bgli01{background: url(bg_banner1.png) center no-repeat;}
.banner_img li.bgli02{background: url(bg_banner2.png) center no-repeat;}
.banner_img li.bgli03{background: url(bg_banner3.png) center no-repeat;}
.banner_img li.bgli04{background: url(bg_banner4.png) center no-repeat;}
.banner .child{position:absolute;width:654px;height:399px;left:0px;top:0}
.banner_common{position:relative;width:990px;margin:0 auto}
.banner_pre{position:absolute;top:50%;left:0;margin-top:180px;width:60px;height:60px;cursor:pointer;background:url(banner_btn_l_24.png) no-repeat;opacity:.5;filter:alpha(opacity=50)}
.banner_next{position:absolute;top:50%;right:0;margin-top:180px;width:60px;height:60px;cursor:pointer;background:url(banner_btn_r_24.png) no-repeat;opacity:.5;filter:alpha(opacity=50)}
.banner_pre:hover, .banner_next:hover{opacity:1;filter:alpha(opacity=100)}
.banner .control{width:130px;position:absolute;top:370px;left:50%;margin-left:250px}
.banner .control li{float:left;margin-left:10px;width:12px;height:12px;cursor:pointer;background:#838383}
.banner .control li a{display:none}
.banner .control li.current{background:#015198}
*/


	.flash{ margin:0 auto; width: 100%; height: 340px; overflow: hidden; position:relative; top: -52px;}
	.flash img{ margin: 0 auto; height: 340px; display: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;}
	*/



	/* Tab切换 */
	.slideTxtBox{ overflow:hidden; text-align:left; width:100%;}
	.slideTxtBox .hd{ margin:0 auto; padding:0; display:block; text-align:center; border-bottom: 1px solid #04BA5E;}
	.slideTxtBox .hd ul{ display:table;}
	.slideTxtBox .hd ul li{ margin:0; padding:0 30px; text-align:center; display:inline-block; font-size:16px; text-transform:capitalize; cursor:pointer; border-bottom:2px solid transparent; position:relative; bottom:-1px; z-index:999; background: url(title_bg2.jpg) repeat-x center; line-height: 30px;}
	.slideTxtBox .hd ul li:hover{ color:#fff; position:relative; background: url(title_bg1.jpg) repeat-x center;}
	.slideTxtBox .hd ul li a{ display:block;}
	.slideTxtBox .hd ul li a:hover{}
	.slideTxtBox .hd ul li.on a{ color: #fff;}
	.slideTxtBox .hd ul li.on{ color:#000; position:relative; background: url(title_bg1.jpg) repeat-x center;}
	.slideTxtBox .bd{ padding:10px 0 0;}
	.slideTxtBox .bd li{ padding: 0 0 0 10px; line-height: 30px; background: url(dot21.png) left center no-repeat; border-bottom: 1px dotted #A6A6A6;}
	.slideTxtBox .bd li .date{ float:right; color:#999; font-size: 12px;}



/*首页产品与服务*/
.index_service{ margin: 0 auto; width: 1200px;}
.index_service .index_boxtitle{}
.index_service .index_boxtext{}
.index_service .index_boxtext li{ margin: 0 60px 0 0; width: 360px; float: left;}
.index_service .index_boxtext li:last-child{ margin:0;}
.index_service .index_boxtext li{}


/* 焦点图 */
.focusBox { float:left; position: relative; width: 300px; height: 260px; overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.focusBox .pic img { width: 300px; height: 260px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }

/*首页新闻中心*/
.index_news{ padding:0; width: 850px; background:url(index_news_bg.png) no-repeat right bottom;}

.index_news .index_boxtext{ margin: 10px 0; padding: 10px; border:1px solid #CDCDCD;}
.index_news .index_boxtext ul li{}

.index_newslist{ width:500px;}

/*首页联系我们*/
.index_contact{ width: 300px;}



/*首页案例*/
.index_cases{ padding:20px;}
.index_cases .index_boxtitle{}
.index_cases .index_boxtext{}
.index_cases .index_boxtext .hd{}
.index_cases .index_boxtext .bd{}
.index_cases .index_boxtext .bd ul{ margin:0 20px 0 0; width:285px; float:left;}
.index_cases .index_boxtext .bd ul:nth-child(4n){ margin:0; width:285px;}

.index_cases .index_boxtext .bd ul.case1 li{ margin:0 0 20px 0; float:left; background:#eee; position:relative; display:flex;}
.index_cases .index_boxtext .bd ul.case1 li:nth-child(2n){ margin:0; background:#DEDEDE;}
.index_cases .index_boxtext .bd ul.case1 li:nth-child(2n-1) .pic{ width:285px; height:400px;
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
align-items:center;
}
.index_cases .index_boxtext .bd ul.case1 li:nth-child(2n) .pic{ width:285px; height:200px;
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
align-items:center;
}

.index_cases .index_boxtext .bd ul.case2 li{ margin:0 0 20px 0; float:left; background:#eee; position:relative; display:flex;}
.index_cases .index_boxtext .bd ul.case2 li .pic{ width:285px; height:200px;
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
align-items:center;
}
.index_cases .index_boxtext .bd ul.case2 li:nth-child(2n){ margin:0; background:#DEDEDE;}
.index_cases .index_boxtext .bd ul.case2 li:nth-child(2n) .pic{ margin:0; height:400px; background:#DEDEDE;}



.index_cases .index_boxtext .bd ul li img{ margin:0 auto; display:flex; max-height:100%; max-width:100%;}
.index_cases .index_boxtext .bd ul li .js{ margin:0; padding:20px; display:none; background:rgba(180,210,80,0.8); position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; color:#fff; font-size:24px; box-sizing:border-box;}
.index_cases .index_boxtext .bd ul li .js b{ width:100%; height:100%; text-align:center; align-items:center; display:flex; justify-content:center; margin:0 auto;}
.index_cases .index_boxtext .bd ul li .js i{ position:relative; left:0; top:0; width:100%; height:100%; text-align:center; border:1px solid #fff; box-sizing:border-box; word-break:break-all; word-wrap:break-word;
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
align-items:center;
}
.index_cases .index_boxtext .bd ul li:hover .js{ position:absolute; display:block; word-break:break-all; word-wrap:break-word;}


		
		/* 本例子css */
		.picMarquee-left{ overflow:hidden; position:relative;}
		.picMarquee-left .prev,.picMarquee-left .next{ display:block; width:35px; height:120px; overflow:hidden; cursor:pointer; background:url("dot_all.jpg") no-repeat; position:absolute; top:0;}
		.picMarquee-left .prev{ position:absolute; left:20px; top:0; background-position:0 0;}
		.picMarquee-left .next{ position:absolute; right:20px; top:0; background-position:-35px 0;}
		.picMarquee-left .prevStop{}
		.picMarquee-left .nextStop{}

		.picMarquee-left .bd{ padding:0 70px; position:relative;}
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
		.picMarquee-left .bd ul li{ margin:0 6px; float:left; _display:inline; overflow:hidden; text-align:center;}
		.picMarquee-left .bd ul li img{ width:200px; height:120px; display:block; padding:2px; border:1px solid #ccc; box-sizing:border-box;}
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;}
		.picMarquee-left .bd ul li .title{ line-height:24px;}		
			
	

/*首页联系我们*/
.index_contact{ font-size: 16px;}
.index_contact .index_boxtext{ padding:10px 0;}
.index_contact b:first-child{ margin: 0;}
.index_contact b{ margin: 10px 0 0 0; display: inline-block;}
.index_contact p{ line-height:24px;}
.index_contact .tel{ background:url(contactus_li.png) 0 6px no-repeat;}
.index_contact .email{ background:url(contactus_li.png) 0 -76px no-repeat; color:#999;}
.index_contact .address{ padding-top:6px; background:url(contactus_li.png) 0 -136px no-repeat; line-height:16px;}
.index_contact p.img{ margin:20px 0 0 0; padding:20px 0 0 0; border-top:1px solid #b8c7db;}


/*----------------------------------------------------------------------------------------*/
/*侧边css*/
.aside{ margin:0; width:290px;}
.aside .box{ box-sizing:border-box;}
.aside .box .boxtitle{ padding:0 10px 0 20px;}
.aside .box .boxtitle b{}
.aside .box .boxtitle .more{ float:right; background:none; width:auto; height:auto; line-height:50px; text-transform:uppercase; font-size:12px; color:#fff;}
.aside .box .boxtext{}
	
.aside{ width:250px;}
	/*侧边分类*/
	.aside_fenlei{ margin:0; overflow:hidden; font-size:15px;}
	.aside_fenlei .boxtitle{ padding:0 10px 0 20px; line-height:110px; background:url(aside_title.jpg) no-repeat top; color:#fff; font-size:30px; border:none; text-align: center;}
	.aside_fenlei .boxtitle b{ margin:0 10px 0 0; display:inline-block; font-size:24px; line-height: 110px; font-weight:normal;}
	.aside_fenlei .boxtitle em{ line-height:30px; display:inline-block; font-family:"Arial", Gadget, sans-serif; text-transform:uppercase; font-size:14px;}
	.aside_fenlei .boxtext{ margin:10px 0 0 0; padding:0; overflow:hidden; color:#fff; border-top:1px solid #E4E4E4; border-right:1px solid #E4E4E4;}
	.aside_fenlei .boxtext a{}
	.aside_fenlei .boxtext .hd{ padding:0 10px; background:#0075C5;}
	.aside_fenlei .boxtext .bd{}
	/*
	.aside_fenlei .boxtext ul li{ margin:0; padding:0 20px 0 40px; line-height:40px; position:relative; z-index:1; background:url(dot5.png) no-repeat 20px center; border-bottom:1px solid #CECECE;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.aside_fenlei .boxtext ul li:hover{ background:url(dot5.png) no-repeat 20px center #EAEAEA;}
	.aside_fenlei_bottom{ line-height:90px; font-size:24px; text-align:center; background:#0075C5;}
	.aside_bottom{ background:url(aside_bottom.jpg) no-repeat center; height:90px;}
	*/
	.aside_fenlei .boxtext ul li{ margin:0; padding:0; text-align: center; line-height:40px; position:relative; z-index:1; background:url(dot22_hover.png) no-repeat right 20px center; border-bottom:1px solid #CECECE; font-weight: bold;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.aside_fenlei .boxtext ul li::before{ width:0; height:100%; background:url(dot22.png) no-repeat right 20px center #028B3B; position:absolute; top:50%; left:0;	z-index:-1;
	content:"";
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.aside_fenlei .boxtext ul li:hover::before{ width:100%;}
	.aside_fenlei .boxtext ul li:hover{ background:#FAFAFA;}
	.aside_fenlei .boxtext ul li a{ padding:0; display:block; transition:0.5s;}
	.aside_fenlei .boxtext ul li a:hover{ font-weight:bold; color: #fff;}
	.aside_fenlei .boxtext ul li.currclass{ background:url(dot22.png) no-repeat right 20px center #028B3B;}
	.aside_fenlei .boxtext ul li.currclass a{ font-weight:bold; color:#fff;}
	
	
	/*侧边联系我们*/
	.aside_contact{ margin:0; padding: 20px 0 0 0; font-size:12px; color:#666; font-size: 18px; background: url(tel.jpg) no-repeat right 30px; line-height: 30px; border-right:1px solid #CECECE;}
	.aside_contact .boxtitle{ padding:0 20px; line-height:80px; background:url(aside_title.jpg) no-repeat top; color:#fff; font-size:30px; border:none;}
	.aside_contact .boxtitle b{ margin:0 10px 0 0; display:inline-block; font-size:24px; font-weight:normal;}
	.aside_contact .boxtitle em{ line-height:30px; display:inline-block; font-family:"Arial", Gadget, sans-serif; text-transform:uppercase; font-size:14px;}
	.aside_contact .boxtext{}
	.aside_contact .boxtext .companyname{ margin:10px 0 0 0; font-weight:bold; font-size:14px; color:#DB0000;}
	.aside_contact .boxtext .tel2{ text-indent:3em;}
	.aside_contact .boxtext span{ padding: 2px 10px; background: #05371E; border-radius: 10px; color: #fff; font-size: 16px;}
	.aside_contact .boxtext img{ margin:40px 0 0 0; width: 100%; display: block;}
	
	/*侧边新闻*/
	.aside_news{ margin:0 0 20px 0;}
	.aside_news .boxtitle{}
	.aside_news .boxtext{ padding:20px;}
	.aside_news .boxtext ul li{ padding:0 0 0 20px; line-height:40px; border-bottom:1px dotted #ccc; background:url(dot4.gif) no-repeat left center;}
	
	.aside_news .more{ font-size:12px; color:#fff; line-height:50px;}

	/*侧边图片*/
	.aside_pic{ margin:0 0 20px 0;}
	.aside_pic .boxtitle{}
	.aside_pic .boxtext{ padding:10px 10px 0 10px;}
	.aside_pic .boxtext ul{ width:300px;}
	.aside_pic .boxtext ul li{ margin:0 15px 0 0; width:100px; height:110px; float:left; text-align:center;}
	.aside_pic .boxtext ul li img{ width:100px; height:80px; display:block;}
	.aside_pic .boxtext ul li span{ line-height:30px;}
	
	
.aside_main{ margin:0 0 0 20px; padding:0; width:910px; min-height:550px; box-sizing:border-box; background:#fff;}
.aside_main .box{}
.aside_main .boxtitle{ line-height:50px; font-size:30px;}
.aside_main .boxtitle b{ margin:0 20px 0 0; line-height:50px; font-size:30px; display:inline-block;}
.aside_main .boxtitle em{ display:inline-block;}
.aside_main .boxtext{ padding:10px 0;}

.aside_main .lm{ line-height:80px; color:#0269b6; font-size:30px;}

/*当前栏目名*/
.lanmu{ color:#fff; position:absolute; bottom:0;}
.lanmu b{ font-size:36px; font-weight:normal;}

/*----------内页主体开始----------*/
.main{ margin:0 auto; padding:0; width:1200px; background:#fff;}

.main .boxtitle{ font-size:36px; font-weight:bold;}

	
	/*侧边留言*/
	.aside_ly{ margin:20px auto; padding:0; background:#EBEBEB;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}
	.aside_ly .boxtitle{ padding:0 10px;}
	.aside_ly .boxtext{ padding:0 10px 10px 10px; font-size:12px; line-height:26px; color:#9b9b9b;}
	.aside_ly .boxtext .lefttdbg{ text-align:left;}
	
	.aside_ly .boxtext input[type="submit"]{ padding:5px 15px; color:#fff; background:#003781; border:none; cursor:pointer; float:left; display:block; text-transform:capitalize;}
	.aside_ly .boxtext input[type="checkbox"]{ margin:0 5px 0 0;}
	.aside_ly .boxtext .agree{ margin:0; line-height:40px; float:left;}
	.aside_ly .boxtext .agree input[name="agree"]{ margin:0 2px 0 0; padding:0; height:40px; float:left;}
	
	.dy .boxtext .agree{ margin:20px 0 0 10px; line-height:40px; float:left;}
	.dy .boxtext .agree input[name="agree"]{ margin:0 5px; padding:0; height:40px; float:left; box-shadow:none;}

/*
.dy form input[type="submit"]{ cursor:pointer; float:left; width:67px; height:30px; margin:20px 0 0 100px; padding:0; outline:none; font-size:12px; color:#fff; background:url(submit.png) no-repeat; transition:1s; border-radius:0; display:block; opacity:1; text-indent:-9999px;}
.dy form input[type="submit"]:hover{ background:url(submit.png) no-repeat; box-shadow:4px 4px 10px #bbb;}
.dy form input[type="submit"]:focus{ background:url(submit.png) no-repeat;}
*/
	
	
	/* 本例子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;}
	
	
	
/*--------------------------------------------------------------------------------------*/

.index_products2{ margin: 20px auto;}
.index_products2 .hd{}
.index_products2 .hd ul{ margin:0 auto; display: table;}
.index_products2 .hd ul li{ margin:0 20px 10px 0; padding: 5px 20px; width: auto; height:auto; border: 1px solid #626262; background: #626262; border-radius: 10px; color: #fff; cursor: pointer;}
.index_products2 .hd ul li.on{ background:#FFF336; color: #000;}
.index_products2 .bd{}
.index_products2 .bd ul li{ padding: 5px;}
.index_products2 .bd ul li .pic{ width: 280px; height: 240px;}
.index_products2 .bd ul li img{ max-width: 100%; max-height: 100%;}
.index_products2 .bd ul li span{ margin:0; line-height: 30px; border: none;}
.index_products2 .bd ul li:hover{ padding: 5px; border: 1px solid #028B3B;}

/*方案列表页*/
.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; float:left; display:block;}
.fanganlist li .pic{ margin:0 10px 0 0; width:130px; height:90px; display:block; overflow:hidden; text-align:center; float:left;}
.fanganlist li .text{ margin:0; width:580px; float:left; line-height:24px;}
.fanganlist li img{
	width:130px; height:90px;
	-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;}
.fanganlist li .more{ margin:0 auto; padding:0; line-height:normal; text-transform:uppercase; color:#003399; line-height:24px; display:inline; float:none;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.lmjs{ font-size:14px; line-height:24px; color:#666;}

/*图片列表页2*/
.piclist2{ margin:0; padding:0;}
.piclist2 .boxtitle{}
.piclist2 .boxtitle b{}
.piclist2.box .boxtext{ margin:0; padding:10px 0; background:none;}
.piclist2 .boxtext li{ margin: 0 30px 40px 0; width: 380px; height: 160px; border: 8px solid #C3C3C3; box-sizing: border-box; float: left; overflow: hidden;}
.piclist2 .boxtext li:nth-child(3n){ margin:0 0 40px 0;}
.piclist2 .boxtext li:hover img{ transform:scale(1.1);}
.piclist2 .boxtext li img{ width: 364px; height: 144px; transition: 0.5s;}

.piclist2 .boxtext li .title{}
.piclist2 .boxtext li .time{ float:right; font-size:12px;}

.piclist2 table{ width:630px; border-left:1px solid #ccc; border-top:1px solid #ccc; background:#fff; font-size:12px;}
.piclist2 table th{}
.piclist2 table th:nth-child(2){ border-left:1px solid #fff; border-right:1px solid #fff;}
.piclist2 table td{ padding:0 10px; width:140px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; line-height:16px; text-align:center;}
.piclist2 table th.title{}
.piclist2 table td.title{ padding:0 10px; width:60px; background:#F5F5F5; color:#8b8b8b; line-height:30px; text-align:center;}

/*图片内容页2*/
.piczhengwen2{ margin:0; padding:0;}
.piczhengwen2 .boxtitle{ margin:0; padding:0;}
.piczhengwen2 .boxtitle b{}
.piczhengwen2.box .boxtext{ padding:10px 0; background:none;}

.piczhengwen2 .pictitle2{ text-align:center;}

.piczhengwen2 table{ width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; background:#fff; font-size:12px;}
.piczhengwen2 table th{}
.piczhengwen2 table th:nth-child(2){ border-left:1px solid #fff; border-right:1px solid #fff;}
.piczhengwen2 table td{ padding:0 10px; width:200px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; line-height:16px; text-align:center;}
.piczhengwen2 table th.title{}
.piczhengwen2 table td.title{ padding:0 10px; width:100px; background:#F5F5F5; color:#8b8b8b; line-height:30px; text-align:center;}





/*案例列表页*/
.caselist{ margin:0; padding:0;}
.caselist .boxtitle{ margin:0; padding:0;}
.caselist .boxtitle b{}
.caselist.box .boxtext{ margin:0; padding:10px 0; background:none;}
.caselist li{ margin:0 30px 30px 0; padding:0; width:280px; float:left; display:block; overflow:hidden; background:#eee; box-sizing:border-box; position:relative;}
.caselist li:nth-child(3n){ margin:0 0 30px 0;}
.caselist li .pic{ margin:0; width:280px; height:210px; overflow:hidden; box-sizing:border-box; text-align:center; display:flex; align-items:center;}
.caselist li img{ max-width:100%; max-height:100%; display:flex;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.caselist li a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.caselist li .text{}
.caselist li span{ line-height:40px; display:block; word-wrap:break-word; text-align:center; position:absolute; bottom:0; width:100%; background:rgba(80,110,150,0.5); color:#fff;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.caselist li a:hover span{ text-shadow:2px 2px 6px #CCC; background:rgba(0,0,0,0.6);}


.caselist ul li img{ margin:0 auto; display:flex; max-height:100%; max-width:100%;}
.caselist ul li .js{ margin:0; padding:20px; display:none; background:rgba(180,210,80,0.8); position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; color:#fff; font-size:24px; box-sizing:border-box;}
.caselist ul li .js b{ margin:0 auto; width:100%; height:100%; text-align:center; align-items:center; display:flex; justify-content:center;}
.caselist ul li .js i{ position:relative; left:0; top:0; padding:10px; width:100%; height:100%; border:1px solid #fff; box-sizing:border-box; vertical-align:middle; word-break:break-all; word-wrap:break-word;
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
-ms-flex-pack:center;

align-items:center;
-ms-flex-flow:row wrap;
}
.caselist ul li:hover .js{ display:block;}
.caselist ul li:hover span{ display:none;}




/*图片列表页*/
.piclist{}
.piclist .boxtitle{}
.piclist .boxtitle b{}
.piclist.box .boxtext{ margin:0; padding:20px 0; background:none;}
.piclist li{ margin:0 20px 20px 0; padding: 10px; width: 290px; height: 280px; float: left; overflow:hidden; z-index:9; border: 1px solid #D1D1D1; box-sizing:border-box; position:relative; text-align: center;}
.piclist li:hover{ border: 2px solid #028B3B; box-sizing: border-box;}
.piclist li:nth-child(3n){ margin:0 0 20px 0;}
.piclist li .pic{ margin:0 auto; width: 260px; height: 200px; overflow:hidden; box-sizing:border-box; text-align:center;
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
align-items:center;
}
.piclist li .pic img{ margin:0 auto; width:100%; height:100%; /*max-width:100%; max-height:100%;*/ display:flex;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.piclist li:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

.piclist li span{ margin: 20px 0 0 0; font-weight: bold; font-size: 16px; line-height: 40px; text-align: center; display: block; border-top: 1px solid #E0E0E0;}
.piclist ul li .info{ width:560px;}
.piclist ul li .info .title{ margin:40px 0; font-size:36px;}
.piclist ul li .js{ padding:0; font-size:16px; box-sizing:border-box;}
.piclist ul li .js p{ padding:0 0 0 30px; background:url(dot13.jpg) no-repeat left 14px;}


.piclist li .details{ margin:10px auto; line-height:20px; height:60px; overflow:hidden;}
.piclist li .more{ margin:10px 0; padding:0 0 0 20px; float:right; text-transform:uppercase; display:block; background:url("more6.png") no-repeat left center;}


/*图片内容页*/
.piczhengwen{ margin:0; padding:0;}
.piczhengwen .boxtitle{}
.piczhengwen .boxtitle b{}
.piczhengwen.box .boxtext{ padding:0; background:none;}
.piczhengwen .pictitle{ margin:0; text-align:center; background:#F9F9F9;}
.piczhengwen .pictitle h1{ display:inline-block;}
.piczhengwen .picdetails{ margin:0; padding:5px; color:#ACACAC; border-bottom:1px solid #ccc;}
.piczhengwen .picdetails span{ margin:0 5px; color:#ACACAC;}
.piczhengwen .picdetails 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 img{ margin:0 auto; display:block;}
.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:26px; line-height:26px; border-bottom:2px solid #616161;}
.piczhengwen .zhengwen .boxtitle b{ background:url(bg_tab_item_current.png) no-repeat top left; border:none; padding:0 20px; color:#fff; font-size:12px; line-height:26px; float:left;}

/*
.piczhengwen table{ width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; background:#fff; font-size:12px;}
.piczhengwen table th{}
.piczhengwen table th:nth-child(2){ border-left:1px solid #fff; border-right:1px solid #fff;}
.piczhengwen table tr td:first-child{ width:200px;}
.piczhengwen table tr:nth-child(2n) td{ background:rgba(33,118,247,0.2);}
.piczhengwen table td{ padding:10px !important; border-right:1px solid #ccc; border-bottom:1px solid #ccc; line-height:16px; text-align:center;}
.piczhengwen table th.title{}
.piczhengwen table td.title{ padding:0 10px; width:100px; background:#F5F5F5; color:#8b8b8b; line-height:30px; text-align:center;}
*/

/*产品内容页表单*/
#dingweiblock .agree{ margin:20px 0 0 10px; line-height:40px; float:left;}
#dingweiblock .agree input[name="agree"]{ margin:0 5px; padding:0; height:40px; float:left;}



.piczhengwen .picfenxiang{ margin:0 20px;}


#preview{ float:left; margin:0px auto; text-align:center; width:330px;}

.list-h li{ float:left;}
#spec-n5{ width:330px; height:75px; padding-top:6px; overflow:hidden; position:relative; left:0; 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:78px;}
#spec-list ul li img{ width:73px; height:73px; border:1px solid #ccc; box-sizing:border-box;}

/*jqzoom*/
.jqzoom{ width:330px; height:330px; position:relative; border:solid 1px #ddd; box-sizing:border-box; overflow:hidden;}
.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:310px; float:left; overflow:hidden; display:inline;}
#spec-list div{ margin-top:0; *margin-left:0;}

.canshu{ float:right; width:370px; position:relative;}
.canshu .zhengwen{ margin:10px auto; line-height:24px; font-size:13px;}
.canshu .zhengwen b.can1{ margin:0 10px 0 0; display:inline-block;}
.canshu .zxzx{ position:absolute; left:0; bottom:-30px;}
.canshu .zxzx a{ padding:10px 30px; cursor:pointer; color:#fff; background:#D71F1F;
/*
background:linear-gradient(#FDEA7B,#F1BF0E);
background:-webkit-linear-gradient(#FDEA7B,#F1BF0E);
background:-moz-linear-gradient(#FDEA7B,#F1BF0E);
*/
}
.canshu .zxzx a:hover{ padding:10px 30px; color:#fff; background:#D71F1F;
/*
background:linear-gradient(#235EA3,#07488D);
background:-webkit-linear-gradient(#235EA3,#07488D);
background:-moz-linear-gradient(#235EA3,#07488D);
*/
}


/*栏目小导航*/
.small_nav{ margin:0 auto; line-height:50px;}
.small_nav ul{ margin:0 auto; width:1200px; position:relative; bottom:-3px;}
.small_nav ul>li{ margin:0 5px 0 0; font-size:16px; display:inline-block; float:left; transition:0.5s; border:1px solid #B6B6B6; font-weight:bold;}
.small_nav ul li:hover{ background:#194689;}
.small_nav ul li:hover a{ color:#fff;}
.small_nav ul li a{ padding:0 40px; display:block;}
.small_nav ul li.currclass{ background:#194689;}
.small_nav ul li.currclass a{ color:#fff;}

.smalldh ul li:hover{ background:#F3F3F3; font-weight:bold;}
.smalldh ul li a{ padding:0 30px; display:block;}


/* 图片头条新闻 */
.topnews{ margin: 0 0 10px 0; overflow:hidden; position:relative; background:#0C994A; color: #fff;}
.topnews .hd{ height:15px; overflow:hidden; position:absolute; left:400px; bottom:5px; z-index:1;}
.topnews .hd ul{ overflow:hidden; zoom:1; float:left;}
.topnews .hd ul li{ float:left; margin-right:5px; width:10px; height:10px; border-radius: 100%; background:#fff; cursor:pointer;}
.topnews .hd ul li.on{ background:#0C994A; color:#fff;}

.topnews .bd{ padding:0; position:relative; height:100%; z-index:0;}
.topnews .bd li{ zoom:1; vertical-align:middle;}
.topnews .bd li .pic{ width: 460px; height: 310px;}
.topnews .bd li .details{ padding: 20px; width: 400px;}
.topnews .bd li .details .title{ font-size: 18px; font-weight: bold; color: #fff;}
.topnews .bd li .details .time{}
.topnews .bd li .details .js{}
.topnews .bd li .details .more{ margin: 10px auto; padding: 2px 30px; border: 1px solid #fff; color: #fff;}
.topnews .bd img{ width:460px; height:310px; display:block;}
.topnews .bd li span{ display:block; line-height:30px;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.topnews .prev,.topnews .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;}
.topnews .next{ left:auto; right:3%; background-position:-58px 5px;}
.topnews .prev:hover,.topnews .next:hover{ filter:alpha(opacity=100); opacity:1;}
.topnews .prevStop{ display:none;}
.topnews .nextStop{ display:none;}	

/*新闻列表页*/
.newslist{ padding:0;}
.newslist .boxtitle{}
.newslist .boxtitle b{}
.newslist .boxtext{ padding:10px 0;}
.newslist .list li{ margin: 10px 0; padding:20px; width: 100%; display:inline-block; position:relative; z-index:1; border:1px solid #E0E0E0; box-sizing: border-box;
	transition:.5s;
	-moz-transition:.5s; /* Firefox 4 */
	-webkit-transition:.5s; /* Safari and Chrome */
	-o-transition:.5s; /* Opera */
}
/*
.newslist li:before{ content:""; background:url(dot6.jpg) no-repeat 10px center #FAFAFA; opacity:0; filter:alpha(opacity=0); position:absolute; left:0; top:0; width:100%; height:100%;
	-webkit-transform:scale3d(1,0.1,1);
	transform:scale3d(1,0.1,1);
	-webkit-transition:-webkit-transform 0.5s, opacity 0.5s;
	transition:0.5s;
	-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);
	}
.newslist li .time{ float:right; color:#888;}
.newslist li .about{ color:#666; font-size:13px; font-weight:normal;}
.newslist li:hover{ z-index:1;}
.newslist li:hover:before{ opacity:1; z-index:-222;
	filter:alpha(opacity=100);
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	}
*/

.newslist .list li:hover a{ color:#e20413;}
.newslist .list li .pic{ margin: 0 40px 0 0; width: 300px; height:180px; overflow: hidden;}
.newslist .list li .pic img{ width:300px; height:180px; transition: 0.5s; cursor:pointer;}
.newslist .list li:hover .pic img{ width:300px; height:180px; transform: scale(1.1);}
.newslist .list li .info{ width:860px;}
.newslist .list li .title{ padding: 0; font-size:24px; line-height:40px; font-weight: bold;}
.newslist .list li .js{ line-height:30px; font-size: 16px;}
.newslist .list li .details{ margin:10px auto;}
.newslist .list li .details span{ margin:0 20px 0 0; font-size:13px;}
.newslist .list li .details span.fa:before{ margin:0 5px 0 0;}
.newslist .list li .more{ margin:0; font-size:16px; color:#0d7b3e;}

.newslist .list li .date{ margin:0 20px 0 0; padding:10px; width:100px; color:#A8A8A8; text-align:center; box-sizing:border-box;}
.newslist .list li .date .day{ padding:0 0 10px 0; font-size:48px; line-height:50px; border-bottom:1px solid #E0E0E0;}
.newslist .list li .date .month{ padding:10px 0 0 0; font-size:22px;}



/*新闻列表页图片滚动新闻*/
.picnewslist{ margin:20px auto; padding:0; position:relative; overflow:hidden;}
.picnewslist .hd{ padding:20px; overflow:hidden; line-height:30px; background:#EDEDED; text-align:center;}
.picnewslist .hd ul{ margin:0 auto; overflow:hidden; zoom:1; display:inline-block;}
.picnewslist .hd ul li{ margin:0 5px; padding:0; float:left; width:9px; height:9px; border:2px solid #BCBCBC; border-radius:100%; overflow:hidden; cursor:pointer; background:rgba(255,255,255,1);}
.picnewslist .hd ul li:hover{ background:rgba(228,22,24,1); border:2px solid #E5171B;}
.picnewslist .hd ul li.on{ background:rgba(228,22,24,1); border:2px solid #E5171B;}
.picnewslist .bd{ margin:0 0 20px 0;}
.picnewslist .bd ul{ overflow:hidden; zoom:1;}
.picnewslist .bd ul li{ margin:0 40px 0 0; padding:0; background:none; width:400px; float:left; overflow:hidden; display:inline; border:none; position:relative;}
.picnewslist .bd ul li:nth-child(2n){}
.picnewslist .bd ul li:hover a{ color:#EA4648;}
.picnewslist .bd ul li:hover img{ transform:scale(1.1);}
.picnewslist .bd ul li .pic{ width:400px; height:310px; overflow:hidden;}
.picnewslist .bd ul li .pic img{ width:400px; height:310px; box-sizing:border-box; transition:0.5s;}
.picnewslist .bd ul li .time{ padding:10px 30px; position:absolute; left:0; top:0; background:rgba(8,5,4,1); text-align:center; color:#fff; transition:0.5s;}
.picnewslist .bd ul li:hover .time{ background:rgba(234,70,72,1);}
.picnewslist .bd ul li .time .day{ font-size:36px; line-height:40px;}
.picnewslist .bd ul li .time .year{ line-height:30px;}
.picnewslist .bd ul li .title a{ font-size:18px; line-height:50px;}
.picnewslist .bd ul li .info{ line-height:24px;}
.picnewslist .bd ul li:hover{}

.picnewslist .prev,
.picnewslist .next{ position:absolute; left:10px; top:110px; display:block; overflow:hidden; width:35px; height:35px; background:url(icons4.png) no-repeat; cursor:pointer; display:none;}
.picnewslist .next{ left:auto; right:10px; background-position:-61px 0;}
.picnewslist .prevStop{ background-position:0 0;}
.picnewslist .nextStop{ background-position:-61px 0;}







/*新闻内容页*/
.newscontent{ padding:0;}
.newscontent .boxtitle{}
.newscontent .boxtitle b{}
.newscontent .boxtext{ padding:0;}
.newscontent .title{ margin:0; padding:20px; text-shadow:1px 1px 6px #C1C1C1; text-align:center; position:relative; box-sizing:content-box;}
.newscontent .title h1{ display:block; font-weight:normal;}
.newscontent .details{ margin:0; padding:0; color:#ACACAC;}
.newscontent .title span{ margin:0 20px 0 0; font-size:13px;}
.newscontent .title span.fa:before{ margin:0 5px 0 0; color:#BFA060;}
.newscontent .title .prev,.newscontent .title .next{ margin:0; width:45px; height:45px; background:url(icons5.png) no-repeat; display:inline-block; position:absolute; left:40px; top:30px;}
.newscontent .title .next{ background-position:-103px 0; left:auto; right:40px;}
.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{ margin:20px 0; padding:0; line-height:30px; font-size:15px;}
.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; padding:0;}
.newscontent .printclose{ padding:0;}
.fy{ padding:10px 0;}
.goback,.print,.close{ margin: 15px 0 0 0; padding: 0 20px; display: inline-block; background:#00391C; border-radius: 4px; display: inline-block; color: #fff;}
span.fa{ margin:0 10px 0 0;}



/*单页面*/
.dy{ margin:0; padding:0;}
.dy .boxtitle{}
.dy .boxtitle b{}
.dy .boxtext{ line-height:30px; font-size:18px;}

/*单页幻灯*/
.dy_hd{ position:relative; overflow:hidden; width:600px;}
.dy_hd .bigImg{ margin:0 auto; width:500px; position:relative; text-align:center;}
.dy_hd .bigImg li{ margin:0 auto; width:500px;}
.dy_hd .bigImg li .pic{ width:500px; height:500px; display:table-cell; vertical-align:middle; border:1px solid #ccc; box-sizing:border-box;}
.dy_hd .bigImg li .text{ margin:10px auto; text-align:left; font-weight:bold;}
.dy_hd .bigImg li b{ font-size:14px; line-height:40px;}
.dy_hd .bigImg li img{ vertical-align:middle; max-width:460px; max-height:460px;}
.dy_hd .bigImg  h4{ font-size:14px; font-weight:bold; line-height:33px; height:33px; padding-right:30px; overflow:hidden; text-align:left;}
.dy_hd .smallScroll{ margin:20px auto; padding:20px 80px; background:#F5F5F5; display:table;}
.dy_hd .sPrev,.dy_hd .sNext{ float:left; display:block; width:14px; height:47px; text-indent:-9999px; background:url(sprites1008.png) no-repeat 0 -3046px; position:relative; top:15px;}
.dy_hd .sNext{ background-position:0 -2698px;}
.dy_hd .sPrev:hover{ background-position:0 -3133px;}
.dy_hd .sNext:hover{ background-position:0 -2785px;}
.dy_hd .prevStop{ background-position:0 -3307px;}
.dy_hd .nextStop{ background-position:0 -2959px;}
.dy_hd .smallImg{ float:left; margin:0 6px; display:inline; width:340px; overflow:hidden;}
.dy_hd .smallImg ul{ width:9999px; overflow:hidden;}
.dy_hd .smallImg li{ float:left; margin:0 5px 0 0; padding:0; width:80px; cursor:pointer; display:inline;}
.dy_hd .smallImg img{ border:1px solid #dcdddd; width:80px; height:80px; box-sizing:border-box; display:block;}
.dy_hd .smallImg .on img{ border-color:#1e50a2;}
.dy_hd .pageState{ position:absolute; bottom:70px; right:70px; font-family:"Times New Roman", serif; letter-spacing:1px;}
.dy_hd .pageState span{ color:#f00; font-size:16px;}

/*相关文章*/
.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; text-transform:capitalize;}
.printclose a{ margin:0 5px;}
.printclose img{ margin-right:4px;}


/* 图片滚动2 */
.picScroll2{ margin:20px auto; padding:0 40px; position:relative; overflow:hidden;}
.picScroll2 ul{ overflow:hidden; zoom:1;}
.picScroll2 ul li{ float:left; margin:0 10px; overflow:hidden; display:inline;}
.picScroll2 ul li img{ box-sizing:border-box;}
.picScroll2 ul li:hover{}
.picScroll2 .prev,
.picScroll2 .next{ position:absolute; left:10px; top:110px; display:block; overflow:hidden; width:35px; height:35px; background:url(icons4.png) no-repeat; cursor:pointer;}
.picScroll2 .next{ left:auto; right:10px; background-position:-61px 0;}
.picScroll2 .prevStop{ background-position:0 0;}
.picScroll2 .nextStop{ background-position:-61px 0;}

/*相关产品*/
.xiangguan2{ margin:0; padding:10px; background:#FAFAFA; box-sizing:border-box;}
.xiangguan2 li{ width:300px; display:inline-block; position:relative; float:left;}
.xiangguan2 li .pic{ margin:0 20px 0 0; width:300px; height:250px; overflow:hidden; box-sizing:border-box;}
.xiangguan2 li img{ width:300px; height:250px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.xiangguan2 li a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.xiangguan2 li span{ line-height:40px; display:block; text-align:center; font-weight:bold;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.xiangguan2 li a:hover span{ text-shadow:2px 2px 6px #CCC; /*background:rgba(0,0,0,0.6);*/}

/*下载栏目列表*/
.downloadlanmu{}
.downloadlanmu ul{ float:left;}
.downloadlanmu ul li{ padding:0 0 0 10px; background:url(arrow01.gif) no-repeat left center;}
/*下载列表*/
.downloadlist{}
.downloadlist ul li{ line-height:30px; border-bottom:1px dotted #dcdcdc;}
.downloadlist ul li .download{ margin:10px 0 0 0; width:88px; height:28px; float:right; text-transform:capitalize; background:url(download2.png) no-repeat left center;}
.downloadlist ul li .download a{ width:87px; height:28px; display:inline-block;}
.downloadlist ul li .download:hover{ background:url(download2.png) no-repeat -98px center;}

/*位置导航*/
.position{ margin:0 auto; padding:0 0 0 20px; display:block; font-weight:normal; font-size:12px; background:url(home.gif) no-repeat left center; text-transform:capitalize;}
.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:14px; width:26px; height:26px; line-height:26px; background:#e1e6e8; border-radius:3px; color:#616466; text-align:center; display:inline-block;}
.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 a.next{ padding:0 10px;}
.fenye span{ margin:0px 5px; padding:0 10px; height:26px; line-height:26px; font-size:14px; border-radius:3px; background:#e1e6e8; display:inline-block;}
#totalpage{ border:none; padding:0;}

.fenye table,.fenye table th,.fenye table td{ border:none;}

/*友情链接*/
.yl{ margin:10px auto; width:1200px;}
.yl b{ margin:0}
.yl a{ margin:0 5px;}



/* 图片滚动 */
.picScroll{ margin:20px auto; padding:0 50px; position:relative; display: block;}
.picScroll ul{ overflow:hidden; zoom:1;}
.picScroll ul li{ float:left; margin:0 5px; width:260px; overflow:hidden; display:inline;}
.picScroll ul li span{ line-height:40px; font-size: 18px; background: #E8E8E8; text-align: center; display: block;}
.picScroll ul li img{ width:270px; height: 230px; box-sizing:border-box; display: block;}
.picScroll ul li:hover img{}
.picScroll .prev,
.picScroll .next{ padding: 10px; text-align: center;position:absolute; left:0; top:160px; display:block; width:16px; height:16px; overflow:hidden; background:url(icons3.png) 13px 10px no-repeat rgba(0,0,0,0.5); cursor:pointer;}
.picScroll .next{ left:auto; right:0; background-position:-27px 10px;}
.picScroll .prevStop{ background-position: 13px 10px;}
.picScroll .nextStop{ background-position:-27px 10px;}

.picScroll>div>b{ margin: 0 auto 20px auto; padding: 5px 20px; background: #626262; color: #fff; border-radius: 8px; display: table;}

/*网站底部样式*/
.footer{ margin:20px auto 0 auto; padding:20px 0 0 0; background:#000; color:#d4d4d4;}
.footer a{ font-size:15px;}
.footer a:hover{}


/*底部导航*/
.footer .foot_nav{ margin:0 auto; padding: 30px; text-align:center; line-height:40px; display:block;}
.footer .foot_nav a{ color:#fff;}


.footer .foot_nav dl{ margin: 0 180px 0 0; float: left;}
.footer .foot_nav dl:last-child{ margin: 0;}
.footer .foot_nav dl dt{ font-weight: bold; font-size: 18px;}

.footer .foot{ margin:0 auto; padding:40px 0; line-height:30px;}
.footer .foot .foot_left{ width:280px; text-align:center;}
.footer .foot .foot_left img{ margin:0 auto; display:block;}
.footer .foot .foot_left b{ font-size:24px; display:block;}
.footer .foot .foot_left em{ font-size:12px; display:block;}

.footer .foot .foot_mid{ padding:0 140px 0 40px; width:530px; box-sizing:border-box; border-left:1px solid #6F6F6F; border-right:1px solid #6F6F6F; display:inline-block; font-size:14px; line-height:24px;}

.footer .foot .foot_right{}
.footer .foot .foot_right .erweima{ margin:0 0 0 40px; display:inline-block; float:left; text-align:center;}
.footer .foot .foot_right .erweima .pic{ padding:10px; background:#fff;}
.footer .foot .foot_right .erweima .pic img{ display:inherit;}

.footer .copyright{ text-align:center; line-height:80px; border-top: 1px solid #272727;}







/*图片频道*/

#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*/




