/* CSS Document */
#{margin:0px; padding:0px; word-wrap:break-word;}
html{overflow-x:hidden; padding-y:auto; font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
body{font-size:14px; margin:0; padding:0;}
body.index{ background:url(../image/bg_index.png) repeat-x 0 660px;}
a{ text-decoration:none; color:#666; 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;}
.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(../image/en.png) no-repeat left center;}
.chn{ margin:0 10px; padding:0 0 0 30px; background:url(../image/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(../image/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; 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:16px;}
.box .boxtext{ margin:0; padding:10px; line-height:30px;}


.index_box{ margin:0; padding:0; overflow:hidden;}
.index_box .index_boxtitle{ padding:0; background:url(../image/boxtitle_line.png) no-repeat center bottom; font-size:30px; line-height:70px; text-align:center; color:#006bc5;}
.index_box .index_boxtext{ padding:0;}


.more{ margin:0 10px; width:24px; height:40px; display:inline-block; line-height:40px; background:url(../image/more.png) center no-repeat;}
.more a{ font-weight:normal; font-size:14px; display:block; height:40px; color:#fff;}


/*首页表单*/
::placeholder{ color:#999; font-size:12px;}

.index_form{ padding:20px 0; line-height:30px; background:url(../image/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(../image/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;
 
}
.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;}
 


.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;
 
}
.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:20px 0 0 0; padding:0; overflow:hidden; float:right; border:1px solid #DBDBDB; border-radius:5px;}
.search input{ padding:5px; border:none; float:left; height:30px; box-sizing:border-box; background:transparent;}
.search input.search2{ background:url(../image/search5.png) no-repeat center #AFD031; 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("../image/more_read2.png") no-repeat; width:93px; height:27px;}
.searchlist li .more:hover{ background:url("../image/more_read2.png") no-repeat -103px 0;}




.header{}
	.topline{ padding:0; line-height:40px; background:#6D6D6D; color:#c9c9c9;}
	.topline a{ margin:0 4px;}
	.sc{ text-align:right; float:right; font-family:"宋体";}
	.sc span{ margin:0; display:inline-block;}
	.sc a{ color:#c9c9c9;}
	.sc a:hover{ text-decoration:underline;}
	
	.sc span.tel{ padding:0 0 0 20px; background:url(../image/tel3.png) no-repeat left center;}
	.sc span.chat{ padding:0 0 0 20px; background:url(../image/chat.png) no-repeat left center;}
	
	.head{ margin:0 auto; padding:0; position:relative; top:0; transform:translate(0,0); transition:0.5s; z-index:999;}
	.head2{ margin:0 auto; position:fixed; top:-120px; transform:translate(0,100%); z-index:9999; background:#fff; display:block; width:100%; box-shadow:0 2px 20px #ccc;}
	.head .head_left{ margin:20px auto; float:left; width:300px;}
	.head .head_left img{ display:block;}
	.head .head_right{ padding:0; float:right;}
	.head .head_right .tel{ text-align:right; line-height:40px; color:#657eab;}
	
	.head .logo{ margin:0; float:left; width:200px; 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:57px auto 0 auto; padding:0; line-height:60px; font-size:14px; /*font-family:serif;*/ text-transform:capitalize; position:relative; box-sizing:border-box;}
	.nav .navlist{ margin:0 auto; display:block;}
	.navlist li{ float:left; margin:0; position:relative; background:url(../image/nav_line3.png) no-repeat right center;}
	.navlist li:last-child{ background:none;}
	.navlist li:hover{}
	.navlist li a{ margin:0 10px; padding:0 15px; display:block; margin:0;}
	.navlist li span{ float:left; font-size:16px; overflow:hidden;}
	.navlist li span a{ margin:0 20px; padding:0; display:block; /*background:url(nav_arrow.png) no-repeat 10px center;*/ border-bottom:2px solid rgba(0,0,0,0);}
	.navlist li span a:hover{ color:#0383ce; border-bottom:2px solid #0383ce;}
	.navlist li.curr span a{ color:#0383ce; border-bottom:2px solid #0383ce;}
	
	.navlist li.curr{ padding:0; color:#0383ce; display:block;}
	.navlist li.curr span a{}
		
	.navlist .on{}
	.navlist .on span a{ color:#0383ce; border-bottom:2px solid #0383ce;}
	.navlist .on span a:hover{ color:#0383ce;}
	.navlist .sub{ display:none; position:absolute; top:62px; background:rgba(175,210,50,.8); z-index:9999; font-size:12px;}
	.navlist .sub li{ padding:0; vertical-align:middle; display:block; width:100%; position:relative; border-bottom:1px solid #a1bcdc; background:none;}
	.navlist .sub li:hover{}
	.navlist .sub li a{ line-height:36px; color:#fff; word-break:keep-all;}
	.navlist .sub li a:hover{ background:rgba(255,255,255,.4);}
	
	.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:550px; position:relative;}
	.banner .bd{ position:relative; z-index:0;}
	.banner .bd ul{ width:100% !important;}
	.banner .bd li{ width:100% !important; height:550px;}
	.banner .bd li .siteWidth{ width:1000px; position:relative; margin:0 auto; height:299px;}
	.banner .bd li a{ height:550px; 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{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:50px; margin:4px; height:50px; line-height:42px; overflow:hidden; filter:alpha(opacity=100); opacity:1; cursor:pointer; background:url(../image/num00.png) no-repeat center bottom; font-size:0;}
	.banner .hd ul .on{ filter:alpha(opacity=100); opacity:1; background:url(../image/num.png) no-repeat center bottom; font-size:30px; color:#0269b6;}
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.banner .prev,.banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../image/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; overflow:hidden; text-align:center;}
	.flash img{ width:100%; 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; float:left; width:100%;}
	.slideTxtBox .hd{ margin:0 auto; padding:10px 0 0 0; display:block; border-bottom:1px solid #CACACA; text-align:center;}
	.slideTxtBox .hd ul{ display:table;}
	.slideTxtBox .hd ul li{ margin:0; padding:0 15px; 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;}
	.slideTxtBox .hd ul li:hover{ color:#fff; position:relative;}
	.slideTxtBox .hd ul li a{ display:block;}
	.slideTxtBox .hd ul li a:hover{}
	.slideTxtBox .hd ul li.on a{ color:#006bc5;}
	.slideTxtBox .hd ul li.on{ color:#000; position:relative; border-bottom:2px solid #0269B6; line-height:40px;}
	.slideTxtBox .bd{ padding:10px;}
	.slideTxtBox .bd li{}
	.slideTxtBox .bd li .date{ float:right; color:#999;}


/*首页公司简介*/
.gsjj .gsjj_top{ height:225px; background:url(../image/gsjj.png) no-repeat center;}
.index_about span{ font-size:22px; font-weight:bold; line-height:60px;}
.index_about p{ line-height:30px; text-indent:2em;}

/*首页公司简介*/
.index_about{}
.index_about .index_boxtitle{}
.index_about .index_boxtext{ padding:0;}
.index_about .index_boxtext .hd{ border:none;}
.index_about .index_boxtext .hd ul{ padding:10px;}
.index_about .index_boxtext .hd ul li{ border-right:2px solid #666; line-height:16px; border-bottom:none;}
.index_about .index_boxtext .hd ul li:last-child{ line-height:16px; border:none;}
.index_about .index_boxtext .bd{}

.index_about .index_boxtext .bd .gsjj{ padding:80px 0 0 600px; height:450px; background:url(../image/333.jpg) no-repeat left bottom; box-sizing:border-box;}
.index_about .index_boxtext .bd .gsjj .js{ padding:40px; width:600px; background:#fff; box-shadow:2px 0 6px #ddd; box-sizing:border-box;}
.index_about .index_boxtext .bd .gsjj .js .title{ font-size:30px; line-height:80px; background:url(../image/gsjj_line.jpg) no-repeat left bottom;}
.index_about .index_boxtext .bd .gsjj .js .js2{ line-height:30px; color:#666;}

.gsjj_more{ margin:10px auto; padding:10px 30px; display:inline-block; border:1px solid #CBCBCB; color:#949494; text-align:center; text-transform:capitalize;}

.index_about .index_boxtext .bd .index_honor{ padding:80px 0 0 600px; height:450px; background:url(../image/333.jpg) no-repeat left bottom; box-sizing:border-box;}
.index_about .index_boxtext .bd .index_honor .js{ padding:40px; width:600px; background:#fff; box-shadow:2px 0 6px #ddd; box-sizing:border-box;}
.index_about .index_boxtext .bd .index_honor .js .title{ font-size:30px; line-height:80px; background:url(../image/gsjj_line.jpg) no-repeat left bottom;}
.index_about .index_boxtext .bd .index_honor .js .js2{ line-height:30px; color:#666;}


/*首页联系我们地图*/
.index_map{ padding:20px; background:url(../image/map.jpg) no-repeat center; height:470px; text-align:center; box-sizing:border-box;}
.index_map .index_boxtitle{ color:#fff;}
.index_map .index_boxtext{ margin:0 auto; padding:30px;}
.index_map .index_boxtext ul li{ margin:0; padding:20px; background:#F7F7F7; float:left; width:400px; font-size:18px; line-height:30px; box-sizing:border-box; border-right:1px solid #C6C6C6;}
.index_map .index_boxtext ul li .img{ margin:0 auto; padding:10px; display:block; width:50px; height:50px;}
.index_map .index_boxtext ul li .img img{ }
.index_map .index_boxtext ul li:nth-child(3n){ border-right:none;}
.index_map .index_boxtext ul li:nth-child(1){ border-bottom:1px solid #C6C6C6;}
.index_map .index_boxtext ul li:nth-child(2){ border-bottom:1px solid #C6C6C6;}
.index_map .index_boxtext ul li:nth-child(3){ border-bottom:1px solid #C6C6C6;}

/* 图片滚动 */
.picScroll{ margin:40px auto; padding:0 60px; position:relative; overflow:hidden;}
.picScroll ul{ overflow:hidden; zoom:1;}
.picScroll ul li{ float:left; margin:0 10px; width:250px; overflow:hidden; display:inline;}
.picScroll ul li img{ width:250px;}
.picScroll .prev,
.picScroll .next{ position:absolute; left:10px; top:80px; display:block; width:43px; height:43px; overflow:hidden; background:url(../image/dot_all.png) 0 0 no-repeat; cursor:pointer;}
.picScroll .next{ left:auto; right:10px; background-position:-43px 0;}
.picScroll .prevStop{ background-position:0 0;}
.picScroll .nextStop{ background-position:-43px 0;}





/*首页产品*/
.index_products{ padding:20px;}
.index_products .index_boxtitle{}
.index_products .index_boxtext{}
.index_products .index_boxtext .hd{}
.index_products .index_boxtext .bd{}
.index_products .index_boxtext .bd ul{}
.index_products .index_boxtext .bd ul li{ float:left; background:#eee; position:relative; display:flex;}
.index_products .index_boxtext .bd ul li:nth-child(2n){ background:#DEDEDE;}
.index_products .index_boxtext .bd ul li .pic{ width:400px; height:260px;
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
align-items:center;
}
.index_products .index_boxtext .bd ul li img{ margin:0 auto; max-width:100%; max-height:100%;}
.index_products .index_boxtext .bd ul li .js{ padding:0; 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_products .index_boxtext .bd ul li .js b{ display:block;}
.index_products .index_boxtext .bd ul li .js i{ margin:10px auto; width:45px; height:45px; display:block; background:url(../image/square.png) no-repeat;}
.index_products .index_boxtext .bd ul li:hover .js{
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
-ms-flex-pack:center;

align-items:center;
-ms-flex-flow:column wrap;
flex-flow:column wrap;
}

/*首页新闻*/
.index_news{ padding:20px; background:#F6F6F6;}
.index_news .index_boxtitle{}
.index_news .index_boxtext{ padding:0;}
.index_news .index_boxtext .hd{ border:none;}
.index_news .index_boxtext .hd ul{ padding:10px;}
.index_news .index_boxtext .hd ul li{ border-right:2px solid #666; line-height:16px; border-bottom:none;}
.index_news .index_boxtext .hd ul li:last-child{ border:none;}
.index_news .index_boxtext .bd{}
.index_news .index_boxtext .bd .left_img{ margin:0 40px 0 0; width:590px; position:relative;}
.index_news .index_boxtext .bd .left_img img{ width:590px; height:290px;}
.index_news .index_boxtext .bd .left_img .time{ position:absolute; left:0; top:0; background:#AFD031;}

.index_news .index_boxtext .bd .time{ margin:0 10px 0 0; padding:15px; display:block; text-align:center; color:#fff; background:#ccc; float:left;}
.index_news .index_boxtext .bd .time .day{ font-size:36px; display:block;}
.index_news .index_boxtext .bd .time .yearmonth{ font-size:;}

.index_news .index_boxtext .bd ul{ width:570px;}
.index_news .index_boxtext .bd ul li{ padding:20px 0; border-top:1px solid #EBEBEB;}
.index_news .index_boxtext .bd ul li:first-child{ padding:0 0 20px 0; border-top:none;}
.index_news .index_boxtext .bd .title{ font-size:18px; color:#000; line-height:40px;}
.index_news .index_boxtext .bd .details{ color:#666; line-height:24px;}

/*首页更多*/
.index_more{ margin:10px auto; padding:10px 40px; display:table; text-align:center; text-transform:capitalize; color:#fff; font-size:16px; background:#0269B6;}


.topnews{ padding:0 0 20px 0; border-bottom:1px dashed #bbb;}
.topnews .title a{ color:#000;}
.topnews .title a:hover{ color:#f00;}
.topnews .pic{ margin:0 20px 0 0; width:210px; height:150px; float:left;}
.topnews .pic img{ width:210px; height:150px;}
.topnews .title{ font-size:18px; line-height:40px;}
.topnews p{ line-height:24px;}
.topnews .news_more{ color:#1259b4; line-height:30px;}


/*首页案例*/
.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;}


/*首页常见问题*/
.index_faq{ width:360px; background:#fff;}
.index_faq .boxtitle{ padding:0 0 0 40px; background:#1259B4; line-height:60px; color:#fff; font-size:24px;}
.index_faq .boxtext{ padding:20px;}
.index_faq .boxtext ul li{ padding:5px 0; line-height:30px; border-bottom:1px dashed #bbb;}
.index_faq .boxtext ul li .que{ padding:0 0 0 30px; background:url(../image/faq.png) no-repeat 0 4px;}
.index_faq .boxtext ul li .que a{ color:#1259b4;}
.index_faq .boxtext ul li .answer{ padding:0 0 0 30px; background:url(../image/faq.png) no-repeat 0 -22px; color:#888;}

/*首页产品分类*/
.index_left_fenlei{ width:270px; box-sizing:border-box;}
.index_left_fenlei .boxtitle{ padding:20px 30px; height:100px; background:url(../image/left_fenlei_top.jpg) no-repeat top; color:#fff; box-sizing:border-box;}
.index_left_fenlei .boxtitle b{ font-size:30px; display:block;}
.index_left_fenlei .boxtitle em{ font-size:21px; text-transform:uppercase; display:block;}
.index_left_fenlei .boxtext{ padding:0 0 30px 0; background:url(../image/left_fenlei_bg.jpg) repeat-y; border-left:4px solid #1259B4; border-right:4px solid #1259B4; border-bottom:4px solid #1259B4;}
.index_left_fenlei .boxtext ul li{ padding:0 30px; line-height:40px; border-bottom:1px dashed #ADADAD;}


		
		/* 本例子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{}
	.index_contact p{ padding:0 0 0 20px; line-height:24px; color:#657eab;}
	.index_contact .tel{ background:url(contactus_li.png) 0 6px no-repeat;}
	.index_contact .email{ background:url(../image/contactus_li.png) 0 -76px no-repeat; color:#999;}
	.index_contact .address{ padding-top:6px; background:url(../image/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:255px; position:relative; top:-90px; z-index:99;}
.aside .box{ box-sizing:border-box;}
.aside .box .boxtitle{ height:90px; line-height:90px;}
.aside .box .boxtitle b{ height:90px; line-height:90px;}
	
	/*侧边分类*/
	.aside_fenlei{ overflow:hidden; font-size:15px;}
	.aside_fenlei .boxtitle{ padding:0; background:rgba(2,105,182,0.8); color:#fff; font-size:26px; text-align:center; box-sizing:border-box;}
	.aside_fenlei .boxtitle b{ margin:0 10px 0 0; display:block; font-size:30px; float:none; font-weight:normal;}
	.aside_fenlei .boxtitle em{ line-height:30px; display:block; font-family:"Arial", Gadget, sans-serif; text-transform:uppercase; font-size:21px;}
	.aside_fenlei .boxtext{ margin:0; padding:0; overflow:hidden; color:#fff; background:#F4F4F4; border:1px solid #E8E8E8;}
	.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; text-align:center; line-height:50px; position:relative; z-index:1; background:url(../image/dot5.png) no-repeat 20px center; border-bottom:1px solid #E2E6EA;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.aside_fenlei .boxtext ul li::before{ width:0; height:100%; background:url(../image/dot5.png) no-repeat 20px center #0794E6;	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:#F4F4F4;}
	.aside_fenlei .boxtext ul li:hover a{ color:#fff;}
	.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:#0794E6;}
	.aside_fenlei .boxtext ul li.currclass a{ font-weight:bold; color:#fff;}
	/*
	.aside_fenlei{ margin:0 0 20px 0; overflow:hidden; font-size:12px;}
	.aside_fenlei .boxtitle{ background:url(titlebg.jpg) repeat-x; border-bottom:2px solid #0da6d7;}
	.aside_fenlei .boxtitle b{ padding:0 0 0 30px; font-size:16px; height:40px; line-height:40px; background:url(dot10.png) 10px center no-repeat;}
	.aside_fenlei .boxtitle em{ line-height:30px; display:block; font-family:"Arial", Gadget, sans-serif; text-transform:uppercase; font-size:16px;}
	.aside_fenlei .boxtext{ margin:0; padding:10px; overflow:hidden;}
	.aside_fenlei .boxtext a{}
	.aside_fenlei .boxtext a:before{ margin:0 4px 0 0; content:"\f0da"; display:inline; clear:both; overflow:hidden; font:normal normal normal 14px/1 FontAwesome;}

	.aside_fenlei .boxtext ul li{ margin:5px 0; padding:0 20px; line-height:30px; position:relative; z-index:1; display:block; background:#0EA6D8;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.aside_fenlei .boxtext ul li a{ color:#fff; display:block;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.aside_fenlei .boxtext ul li:hover{ background:#0A799D;}
	.aside_fenlei .boxtext ul li:hover a{ color:#fff;}
	.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_contact{ margin:0; padding:0 40px; font-size:12px; background:url(../image/aside_contact.jpg) no-repeat center bottom; height:480px; color:#fff;}
	
	.aside_contact .boxtitle{ padding:0; background:url(../image/dot14.png) no-repeat right center; color:#fff; box-sizing:border-box;}
	.aside_contact .boxtitle b{ margin:0 10px 0 0; display:block; font-size:25px; text-align:center;}
	.aside_contact .boxtitle em{ line-height:30px; display:block; font-family:"Arial", Gadget, sans-serif; text-transform:uppercase; font-size:21px;}
	/*
	.aside_contact .boxtitle{ margin:0; padding:0; height:80px; background:url(aside_contact.jpg) no-repeat center;}
	*/
	.aside_contact .boxtext{ padding:0; line-height:36px; overflow:hidden;}
	.aside_contact .boxtext .companyname{ margin:0; font-weight:bold; font-size:16px; line-height:30px; color:#1259b4;}
	.aside_contact .boxtext .tel2{ text-indent:3em;}
	
	.kf{ margin:10px auto; padding:5px; background:url(../image/dot16.png) no-repeat 30px center; border:1px solid #fff; display:block; text-align:center; color:#fff; font-size:14px;}
	
	/*侧边logo*/
	.aside_logo{ height:70px; background:url(logo_left.jpg) no-repeat center;}
	
	/*侧边新闻*/
	.aside_news{ margin:0 0 10px 0;}
	
	.aside_news .boxtitle{ padding:0 0 0 30px; height:30px; background:url(../image/aside_title2.png) no-repeat left center; color:#fff; font-size:14px; border:none; box-sizing:border-box;}
	.aside_news .boxtitle b{ margin:0 10px 0 0; display:block; font-size:14px; float:none; line-height:30px;}
	.aside_news .boxtitle em{ line-height:30px; display:block; font-family:"Arial", Gadget, sans-serif; text-transform:uppercase; font-size:21px;}
	.aside_news .boxtext{ padding:0;}
	.aside_news .boxtext ul li{ font-size:14px; font-weight:bold;}
	.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:900px; min-height:550px; box-sizing:border-box;}
.aside_main .box{}
.aside_main .boxtitle{ border-bottom:1px solid #D1D5DD;}
.aside_main .boxtitle b{ line-height:50px; font-size:16px; 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;}



/*----------内页主体开始----------*/
.main{ margin:0 auto; padding:0; width:1200px;}

	
	/*侧边留言*/
	.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;}

 
	
	
	/* 本例子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(../image/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(../image/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(../image/icons.png) 180px -77px no-repeat #5EB500; color:#fff;}
#sideMenu .bd{ overflow:hidden; display:none;}
#sideMenu .bd ul li{ border-bottom:1px dashed #ddd;}
	
	
	
/*--------------------------------------------------------------------------------------*/

/*方案列表页*/
.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 table{ width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; background:#fff;}
.piclist2 table th{ background:#ccc;}
.piclist2 table th:nth-child(2){ border-left:1px solid #fff; border-right:1px solid #fff;}
.piclist2 table td{ border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.piclist2 table th.title{ height:34px; color:#fff; background:url(../image/aaaa.jpg) repeat-x;}
.piclist2 table td.new{ text-align:center;}
.piclist2 table td.title{ padding:0 10px;}
.piclist2 table td.no{ width:280px; 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 table{ width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; background:#fff;}
.piczhengwen2 table th{ background:#ccc;}
.piczhengwen2 table th:nth-child(2){ border-left:1px solid #fff; border-right:1px solid #fff;}
.piczhengwen2 table td{ border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.piczhengwen2 table th.title{ height:34px; font-size:14px; color:#fff; background:url(../image/aaaa.jpg) repeat-x;}
.piczhengwen2 table td.new{ text-align:center;}
.piczhengwen2 table td.title{ padding:0 10px; width:100px; background:#F6F6F6;}
.piczhengwen2 table td.text{ padding:0 10px;}





/*案例列表页*/
.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:212px; overflow:hidden; box-sizing:border-box; text-align:center; display:flex; align-items:center;    border: 1px solid #ccc;}
.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{ margin:0; padding:0;}
.piclist .boxtitle{ margin:0; padding:0;}
.piclist .boxtitle b{}
.piclist.box .boxtext{ margin:0; padding:10px 0; background:none;}
.piclist li{ margin:0; padding:0; width:300px; float:left; display:block; overflow:hidden; background:#eee; box-sizing:border-box; position:relative;}
.piclist li:nth-child(2n){ background:#DEDEDE;}
.piclist li .pic{ margin:0; width:300px; height:210px; 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 img{ margin:0 auto; max-width:100%; max-height:100%; display:flex;
	-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: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;
}
.piclist li a:hover span{ text-shadow:2px 2px 6px #CCC; background:rgba(0,0,0,0.6);}

.piclist ul li .js{ padding:0; 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;

}
.piclist ul li .js b{ display:block;}
.piclist ul li .js i{ margin:10px auto; width:45px; height:45px; display:block; background:url(square.png) no-repeat;}
.piclist ul li:hover .js{
display:flex;
display:-ms-flexbox !important;
justify-content:center;
-ms-flex-align:center;
-ms-flex-pack:center;

align-items:center;
-ms-flex-flow:column wrap;
flex-flow:column wrap;
}
.piclist ul li:hover span{ display:none;}


.piclist_right{}
.piclist li .details{ margin:10px auto; line-height:20px; height:60px; overflow:hidden;}
.piclist li .more{ margin:10px auto; display:block; background:url("../image/more_read2.png") no-repeat; width:93px; height:27px;}
.piclist li .more:hover{ background:url("../image/more_read2.png") no-repeat -103px 0;}


/*图片内容页*/
.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; color:#0269b6; text-align:center;}
.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("../image/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(../image/bg_tab_item_current.png) no-repeat top left; border:none; padding:0 20px; color:#fff; font-size:12px; line-height:26px; float:left;}

/*产品内容页表单*/
#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(../image/left.gif) center no-repeat; width:10px; height:75px; float:left; cursor:pointer; margin-top:3px;}
#spec-right{background:url(../image/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(../image/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; 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{}
.newslist .boxtitle b{}
.newslist .lm{ border-bottom:1px solid #EDEDED;}
.newslist .boxtext{ padding:10px 0;}
.newslist li{ margin:0; padding:20px 0; display:block; position:relative; z-index:1; border-bottom:1px dashed #D9D9D9;
	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:hover{ color:#fff; z-index:1;}
.newslist li:hover a{ color:#000;}
.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 li a{ font-size:18px; display:block;}
.newslist li .pic{ margin:0 20px 0 0; width:240px; height:170px;}
.newslist li .pic img{ display:block; width:240px; height:170px;}
.newslist li .details{ display:block;}
.newslist li .time{ margin:0 20px 0 0; color:#a4a4a4; transition:.5s; display:block;}

/*
.newslist li .time{ margin:0 20px 0 0; float:left; color:#888; width:88px; height:88px; text-align:center; background:#f7f7f7; transition:.5s; display:block;}
.newslist li .time .day{ display:block; font-size:30px; line-height:40px; color:#01a7f9; font-weight:bold;}
.newslist li .time .month{ display:block; line-height:20px;}
.newslist li .time .year{ display:block; line-height:20px;}
*/
.newslist li .about{ color:#898989; font-size:12px; font-weight:normal;}


.newslist table{ width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; background:#fff;}
.newslist table th{ background:#ccc;}
.newslist table td{ border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.newslist table th.title{ height:34px; color:#fff; background:url(../image/aaaa.jpg) repeat-x;}
.newslist table td.new{ text-align:center;}
.newslist table td.title{ padding:0 10px;}
.newslist table td.time{ width:130px; text-align:center;}





/*新闻内容页*/
.newscontent{ padding:0;}
.newscontent .boxtitle{}
.newscontent .boxtitle b{}
.newscontent .boxtext{ padding:10px 0;}
.newscontent .title{ text-align:center; margin:0; color:#0269b6;}
.newscontent .title h1{}
.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("../image/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{}
.dy .boxtitle b{}
.dy .boxtext{ line-height:24px; font-size:12px;}

/*单页幻灯*/
.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:50%; float:left;}
.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;}

/*相关产品*/
.xiangguan2{ margin:0; padding:10px; float:right; width:190px; border:1px solid #b9c8e0; background:#F0F4F9; box-sizing:border-box;}
.piczhengwen.box>.boxtext>.zhengwen>.xiangguan2>.boxtitle{ border:none; font-weight:bold; font-size:14px;}
.xiangguan2	.boxtitle .more a{}

.piczhengwen.box>.boxtext>.zhengwen>.xiangguan2>.boxtext{ padding:10px 0;}
.xiangguan2 li{ margin:0 0 10px 0; width:170px; height:150px; display:inline-block; position:relative; float:left;}
.xiangguan2 li:nth-child(4n){ margin:0 0 20px 0;}
.xiangguan2 li .pic{ margin:0 20px 0 0; width:170px; height:120px; overflow:hidden; float:left; box-sizing:border-box;}
.xiangguan2 li img{ width:160px; height:120px;
	-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 .text{}
.xiangguan2 li span{ line-height:30px; display:block; text-align:center;
	-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);*/}
.xiangguan2 li p{ word-break:break-all; word-wrap:break-word;}

/*下载栏目列表*/
.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(../image/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(../image/download2.png) no-repeat -98px center;}

/*位置导航*/
.position{ margin:0; padding:0 0 0 20px; line-height:50px; float:right; display:block; font-weight:normal; font-size:12px; background:url(../image/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>table,.fenye>table td{ border:none;}
.fenye{ margin:0 auto; padding:30px; display:table;}
.fenye a{ margin:0px 5px; font-size:14px; width:26px; float:left; height:26px; line-height:26px; 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 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;}


/*友情链接*/
.yl{ margin:10px auto; width:1200px;}
.yl b{ margin:0}
.yl a{ margin:0 5px;}


.footer{ margin:0 auto; padding:0; background:#E5E5E5;}
.footer a{ font-size:15px;}
.footer a:hover{}

/*底部导航*/
.footer .foot_nav{ margin:0 auto; text-align:center; line-height:60px;}
.footer .foot_nav a{ padding:0 10px; border-right:1px solid #666; height:12px; line-height:12px; text-transform:capitalize; display:inline-block;}
.footer .foot_nav a:first-child{ padding:0 10px 0 0;}
.footer .foot_nav a:last-child{ border:none;}

.footer .foot{ margin:0 auto; padding:20px 0; line-height:24px;}
.footer .foot .foot_left{}
.footer .foot .foot_left b{ font-size:24px; line-height:60px; font-weight:normal;}
.footer .foot .foot_left{}

.footer .copyright{ display:block; line-height:60px; text-align:center; color:#ccc; background:#414249;}
.footer .copyright span{ font-size:16px; line-height:30px;}














/*图片频道*/

#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(../image/pbottom.png) no-repeat 1px bottom; }
#wrap #content .pic ul li a img{ width:181px; height:120px;background:url(../image/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*/




