@charset "utf-8";
/* CSS Document */
#{margin:0px; padding:0px; word-wrap:break-word;}
html{overflow-x:hidden; padding-y:auto; font-family: "宋体","微软雅黑",Microsoft Sans Serif,Arial,Verdana,Arial, Helvetica, sans-serif; color:#000;}
body{font-size:13px; margin:0; padding:0;}
a{ text-decoration:none; color:#000; 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:#206FB2; 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{ box-sizing:border-box;}
.w1200{ width:1200px; margin:0 auto; display:block;}
.bg{ padding:20px; background:#EDEDED;}
.fl{ float:left;}
.fr{ float:right;}

.en{ margin:0 10px; padding:0 0 0 30px; background:url(en.png) no-repeat left center;}
.chn{ margin:0 10px; padding:0 0 0 30px; background:url(chn.png) no-repeat left center;}

/*多彩tags标签*/
#tags{ line-height:40px; float:left;}
#tags b{}
#tags a{ margin:0 10px 0 0;}
#tags .tags0{ color:#7CB16D; font-size:18px;}
#tags .tags1{ color:#64B8FF; font-size:24px;}
#tags .tags2{ color:#D196CE; font-size:16px;}
#tags .tags3{ color:#FF9742; font-size:13px;}
#tags .tags4{ color:#FF4366; font-size:16px;}
#tags .tags5{ color:#657AB3; font-size:20px;}
#tags .tags6{ color:#3C1C8A; font-size:25px;}
#tags .tags7{ color:#030; font-size:12px;}
#tags .tags8{ color:#F06; font-size:20px;}
#tags .tags9{ color:#C00; font-size:16px;}
#tags a:hover{ color:#F00; text-decoration:underline;}

/*html5*/
header,footer,nav,section,article,figure,menu,aside,dialog{ display:block; margin:0 auto;}

/*返回顶部*/
.gotop{ width:50px; height:50px; position:fixed; right:60px; bottom:60px; z-index:9999; display:none; box-shadow:0 0 10px #a2a2a2; background:url(gotop.gif) no-repeat center center #999; border:1px solid #fff; border-radius:30px;
	animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;
	-webkit-animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;/* Safari 和 Chrome */
	-moz-animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;/* Firefox */
	-o-animation:arrow 2s cubic-bezier(0.5,0,0.1,1) infinite;/* Opera */
}

@keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{bottom:80px; opacity:.5} }
@-webkit-keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{ bottom:80px; opacity:.5} } /* Safari 和 Chrome */
@-moz-keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{bottom:80px; opacity:.5} } /* Firefox */
@-o-keyframes arrow{ %0,%100{bottom:60px; opacity:1;} 50%{bottom:80px; opacity:.5} } /* Opera */

.box{ margin:0; padding:0; overflow:hidden;}
.box .boxtitle{ margin:0; padding:0 0 9px 0; line-height:40px; height:49px; font-size:18px; color:#333; background:url(lv10.jpg) repeat-x bottom;}
.box .boxtitle b{ padding:0; display:block; line-height:40px; font-size:20px; font-weight:normal;}
.box .boxtitle em{ line-height:20px; display:block; text-transform:capitalize; font-size:16px;}
.box .boxtext{ margin:0; padding:10px; line-height:30px;}

.more{ margin:0 20px; float:right; /*background:url(more3.png) no-repeat center; width:80px;*/ display:block; line-height:40px;}
.more a{ font-weight:normal; font-size:14px; display:block; height:40px; color:#fff;}

/*留言板*/
.dy form input{ padding:2px 10px; box-shadow:4px 4px 10px #ddd; line-height:26px; height:30px; border:1px solid #ddd; border-radius:6px;}
.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;}
.dy form img{ width:100px; height:30px; margin:0 10px;}
.dy form .tdbg{ margin:5px 0; line-height:40px; display:inline-table; float:left;}
.dy form .lefttdbg{ float:left; vertical-align:text-bottom; width:80px;}
.dy form input[type="submit"]{ cursor:pointer; float:left; width:200px; height:50px; margin:20px 0 0 100px; padding:0; outline:none; font-size:22px; font-weight:bold; color:#fff; background:url(button_bg.png) no-repeat right top #63C7FE; transition:1s; border-radius:10px; display:block;}
.dy form input[type="submit"]:hover{ background:url(button_bg.png) no-repeat right bottom #63C7FE; box-shadow:4px 4px 10px #bbb;}
.dy form input[type="submit"]:focus{ background:url(button_bg.png) no-repeat right bottom #63C7FE;}



.searchs{ background:#E8E8E8; line-height:40px;}
/*搜索*/
.search{ margin:0; padding:0 5px 0 20px; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; float:right; border:1px solid #A9A9A9; background:#fff;}
.search input{ padding:5px; height:20px; border:none; float:left; background:#fff;}
.search input.search2{ margin:0; padding:0; background:url(search2.gif) no-repeat center; cursor:pointer; width:30px; height:30px; display:block; box-shadow:none;}
.search input#key{ color:#999;}

/*搜索结果页*/
.searchlist{}
.searchlist b{}
.searchlist ul li{ border-bottom:1px dashed #333;}
.searchlist ul li .art_title{ display:block;}
.searchlist ul li .art_title a{ color:#000; font-weight:bold;}
.searchlist ul li .artintro{ display:block;}
.searchlist ul li .arturl{}
.searchlist ul li .c9{ margin:0 0 0 20px;}


.header{
	    /*height:50px;*/
	}
	.topline{ line-height:35px; height:35px; background:url(topbg.jpg) no-repeat center; color:#B4D7FF;}
	.topline a{ margin:0 4px; color:#B4D7FF;}
	.sc{ text-align:right; float:right;}
	.sc span{ margin:0; display:inline-block;}
	.sc a:hover{ text-decoration:underline;}
	.sc span.chat{ padding:0 0 0 20px; background:url(chat.png) no-repeat left center;}
	
	.head.nav_scroll{ position:fixed; top:0; margin:0 auto; padding:0; background:rgba(255,255,255,0.9); z-index:9999; border-bottom:1px solid #ddd;
		transition:0.5s;
		-webkit-transition:0.5s;
		-moz-transition:0.5s;
		}
	
	.head{ margin:0 auto; padding:10px 0; width:100%;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.head .head_left{ float:left; width:420px; line-height:50px; margin:0 auto; display:table-cell;}
	.head .head_left1 img{ vertical-align:middle; }
	.head .head_right{ float:right; width:780px; margin-top: 15px;}
	
	.head_right2{ float:right; line-height:36px;}
	.head_right2 .tel{ margin:0 10px 0 0; padding:0; float:left; width:76px; height:36px; line-height:36px; display:block; text-align:center; font-weight:bold; background:url(top_btn.png) no-repeat left center;}
	.head_right2 em{ float:left; color:#D82128; font-weight:bold; font-size:18px;}
	.head_right2 .language{ margin:5px; float:left; color:#fff; width:93px; height:28px; line-height:28px; background:url(lang_btn.png) no-repeat center; text-transform:capitalize; position:relative;}
	.head_right2 .language a{ padding:0 0 0 10px; color:#fff; display:block;}
	.head_right2 .language i{ width:100%; display:none; position:relative; background:#DA2A30;}
	.head_right2 .language li:hover i{ display:block;}
	.head_right2 .language li:hover i a{}
	


	
	
	/*普通导航*/
	/*
	.nav{ margin:0 auto; padding:0; height:48px; line-height:48px; font-size:15px; background:url(nav_bg.jpg); font-family:serif; border-bottom:3px solid #B54544;}
	.nav ul{ margin:0 auto; width:1100px; display:block;}
	.nav ul li{ float:left; margin:0; color:#fff; border-left:1px solid #206fa8; border-right:1px solid #196FC6; border-left:1px solid #084BBE;}
	.nav ul li.nav_first{ border-left:none;}
	.nav ul li.nav_last{ border-right:none;}
	.nav ul li a{ color:#fff; font-weight:bold; padding:0 20px; display:block; margin:0;}
	.nav ul li a:hover{ color:#fff; background:url(nav_hover.jpg) center repeat-x;}
	.nav ul .currclass{ color:#fff; font-weight:bold; padding:0; display:block;}
	.nav ul .currclass a{ color:#fff; background:url(nav_hover.jpg) center repeat-x;}
	.nav ul .time{ float:right; color:#fff; width:300px;}
	*/
	
	/*下拉导航*/
	.nav{ margin:0 auto; padding:0; height:50px; line-height:60px; font-size:14px;}
	.navlist{ display:block; float:right;}
	.nav ul .curr{ padding:0; color:#fff; display:block;}
	.nav ul .curr a{ color:#f00; font-weight:bold;}
	.navlist li:first-child{ background:none;}
	.navlist li{ float:left; margin:0 5px; color:#fff; position:relative;}
	.navlist li a{ padding:0 8px; display:block; font-size:16px;}
	.navlist li span{ float:left; overflow:hidden; text-transform:capitalize;}
	.navlist li span a{ display:block;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.navlist li span a:hover{ padding:0 20px; color:#f00;}
		
	.navlist .on{
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
		}
	.navlist .on span a{ padding:0 20px; color:#f00; height:50px; line-height:50px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	}
	.navlist .sub{ display:none; padding:0 10px; position:absolute; top:50px; background:rgba(30,110,180,0.8); z-index:999; font-size:12px;}
	.navlist .sub li{ margin:0; vertical-align:middle; display:block; width:100%; position:relative; background:none; border-bottom:1px solid #fff; white-space:nowrap;}
	.navlist .sub li:last-child{ border:none;}
	.navlist .sub li a{ margin:0; padding:4px 0; color:#fff; line-height:30px; font-weight:normal;}
	.navlist .sub li a:hover{ color:#f00;}
		

	/* 首页banner */
	.banner{ margin:0 auto;  position:relative; height:540px; overflow:hidden;}
	.banner .bd{ position:relative; z-index:0;}
	.banner .bd ul{width:100% !important;}
	.banner .bd li{ height:800px;}
	.banner .bd li .siteWidth{ position:relative; height:900px;}
	.banner .bd li a{ height:520px; display:block;}
	.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px; font:normal 18px/30px "Microsoft YaHei";}
	
	.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center;}
	.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:#666; overflow:hidden; 
		line-height:9999px; filter:alpha(opacity=40); opacity:0.4; cursor:pointer;}
	.banner .hd ul .on{ filter:alpha(opacity=100); opacity:1; background:#fff;}
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.banner .prev,.banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.6;}
	.banner .next{ left:auto; right:3%; background-position:8px 5px;}
	.banner .prev:hover,.banner .next:hover{ filter:alpha(opacity=100);opacity:1;}
	.banner .prevStop{ display:none;}
	.banner .nextStop{ display:none;}	

	.flash{ margin:0 auto; overflow:hidden; text-align:center;}
	.flash img{}



.index_about{ margin:0 auto; padding:30px 0; width:1200px; overflow:hidden;}
.index_about b{ display:block; font-weight:bold; font-size:24px; line-height:36px; text-align:center;}
.index_about b img{ margin:0 10px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; overflow:hidden;}
.index_about b:before{content:""; display:block; clear:both; overflow:hidden; background:url(en.png) no-repeat;}
.index_about b:after{}
.index_about em{ margin:20px 200px 70px 200px; color:#666; font-size:14px; line-height:30px; display:block; border-bottom:1px solid #ccc;}
.index_about ul li{ margin:0 0 15px 0; display:block;}
.index_about .index_about_left{ margin:0 15px 0 0; width:580px; float:left;}
.index_about .index_about_left .index_about_left_title{ text-transform:uppercase; font-size:32px; letter-spacing:2px; line-height:60px;}
.index_about .index_about_left .index_about_left_text{ font-size:22px; line-height:30px; color:#535353; word-spacing:4px;}
.index_about .index_about_left .index_about_left_more{ margin:20px 0 0 0; padding:10px 20px; display:table; text-transform:uppercase; background:#363497; color:#fff; font-size:16px;}

.part1 .part1_right{ padding:20px; width:600px; height:360px; float:right; background:#F9F9F9;}
.part1 .part1_right img{ width:560px; height:320px;}


.part1 i{ margin:20px auto; padding:5px 10px; background:#B0B0B0; display:table;}
.part1 i>a{ color:#fff; display:inline-block;}
	
	
	
	.box2{ padding:0;}
	.box2 .boxtitle{ overflow:hidden; text-align:center; line-height:80px; font-size:32px; text-transform:capitalize;}
	.box2 .boxtitle b{ float:left; font-weight:bold; font-size:20px;}
	.box2 .boxtitle b i{ color:#de392e;}
	.box2 .boxtitle em{ margin:6px 0 0 10px; line-height:40px; float:left; font-size:10px; color:#cdcdcd; text-transform:uppercase;}
	.box2 .boxtitle .more{ margin:6px 0 0 10px; font-size:10px; color:#cdcdcd;}
	.box2 .boxtext{ padding:10px 0; line-height:30px;}


.part2{ padding:0 0 20px 0;}


/*首页新闻*/
.index_news{ margin:0 auto; padding:20px 0; width:1200px;}
.index_news .boxtext{}
.index_news .boxtext ul{ width:1200px;}
.index_news .boxtext ul li{ margin:0 40px 40px 0; padding:30px; width:270px; border:1px solid #ddd; line-height:36px; display:inline; float:left; box-sizing:border-box; background:#fff;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.index_news .boxtext ul li:nth-child(4n){ margin:0 0 40px 0;}
.index_news .boxtext ul li a{ display:block;}
.index_news .boxtext ul li:hover a{ opacity:0.9;}
.index_news .boxtext ul li:hover{ background:#eee;}
.index_news .boxtext ul li span.time{ margin:0; padding:0; float:right; font-size:12px;}
.index_news .boxtext ul li .index_news_class a{ font-size:10px; text-transform:capitalize; color:#726C66;}
.index_news .boxtext ul li .index_news_title a{ font-weight:bold; font-size:15px; text-transform:capitalize; word-wrap:break-word; line-height:24px;}
.index_news .boxtext ul li p{ line-height:24px; word-wrap:break-word;}


.index_news_more{ margin:10px auto; padding:10px 80px; display:table; font-size:16px; border:1px solid #000; text-transform:uppercase;
border-radius:20px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.index_news_more:hover{ color:#fff; background:#000;}

/*俱乐部新闻*/
.index_news2{ margin:0 auto; padding:20px; background:#E8E9E9;}
.index_news2 .boxtitle{}
.index_news2 .boxtext{}
.index_news2 .boxtext ul{ width:1100px;}
.index_news2 .boxtext ul li{ margin:0 40px 40px 0; width:480px; display:inline-table; float:left;}
.index_news2 .boxtext ul li:hover .time em{ background:#206FB2;}
.index_news2 .boxtext ul li:hover .time i{ color:#206FB2;}
.index_news2 .boxtext ul li:hover .text .title .plus{background:#206FB2;}
.index_news2 .boxtext ul li .time{ margin:0 10px 0 0; width:78px; border:1px solid #AEADAD; display:inline-block; float:left; text-align:center; transition:0.5s;}
.index_news2 .boxtext ul li .time i{ font-size:22px; line-height:50px; background:#fff; display:block; color:#5f5f5f; transition:0.5s;}
.index_news2 .boxtext ul li .time em{ padding:5px; display:block; background:#5F5F5F; color:#fff; transition:0.5s;}

.index_news2 .boxtext ul li .text{ width:390px; float:left;}
.index_news2 .boxtext ul li .text .title{ font-size:16px;}
.index_news2 .boxtext ul li .text .title .plus{ width:20px; height:20px; line-height:20px; background:#5E5E5E; color:#fff; text-align:center; float:right;}
.index_news2 .boxtext ul li .text em{ display:block; border-bottom:1px dotted #ccc; color:#9a9a9a; font-size:12px; line-height:20px;}
.index_news2 .boxtext ul li .text p{ color:#9a9a9a; font-size:12px; line-height:20px;}

/*首页分栏目*/
.index_lanmu{ margin:10px auto; display:table;}
.index_lanmu ul{}
.index_lanmu ul li{ margin:0 5px; float:left; border:1px solid #D9D9D9; line-height:30px; background:#fff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.index_lanmu ul li a{ padding:0 10px; display:block; color:#777;}
.index_lanmu ul li:hover{ background:#3E3A37;}
.index_lanmu ul li:hover a{ color:#fff;}

.index_lanmu ul li.currclass{ background:#3E3A37; color:#fff;}
.index_lanmu ul li.currclass a{ background:#3E3A37; color:#fff;}
	
/*首页products*/
.index_products{ overflow:hidden; position:relative; margin:0 auto; overflow:hidden;}

.index_products .boxtext{ padding:0;}
.index_products .boxtext ul{ overflow:hidden; zoom:1;}
.index_products .boxtext ul li{ margin:0 40px 20px 0; float:left; width:270px; _display:inline; overflow:hidden; position:relative; transition:.5s;}
.index_products .boxtext ul li:nth-child(4n){ margin:0;}
.index_products .boxtext ul li:hover{}

.index_products .boxtext ul li .text span{ margin:1px 0 0 0; line-height:30px; display:block; transition:.5s; width:100%; font-weight:bold; font-size:15px;}
.index_products .boxtext ul li .text .intro{ line-height:24px;}
.index_products .boxtext ul li .pic{ width:270px; height:180px; overflow:hidden; position:relative;}
.index_products .boxtext ul li .pic a{ display:block;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.index_products .boxtext ul li .pic a:before{ content:""; background:rgba(0,0,0,0.5); position:absolute; left:0; top:0; width:100%; height:100%; opacity:0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0, 0, 0);
	z-index:999;
	transition:all 0.4s 0s ease;
	-webkit-transition:all 0.4s 0s ease;
}
.index_products .boxtext ul li .pic a:hover:before {
	opacity:1
}
.index_products .boxtext ul li .pic a img{ width:270px; height:180px; display:block;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}
.index_products .boxtext ul li .pic a:hover img{ transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1);
	/*
	-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);
	*/
}
.index_products .boxtext ul li .pic i{ margin:0 0 0 -20px; width:40px; height:40px; background:url(arrow_index_column.png) no-repeat center; border-radius:50%; border:1px solid #fff; position:absolute; top:50%; left:50%; opacity:0;
	transition:all 0.3s 0s ease;
	-webkit-transition:all 0.3s 0s ease;
	z-index:99999;
}
.index_products .boxtext ul li .pic a:hover i{ margin:-20px 0 0 -20px;
	opacity:1
}



/*首页服务项目*/
.index_services{ margin:0 auto; padding:20px 0; width:1200px;}
.index_services .boxtitle{}
.index_services .boxtext{ overflow:hidden;}
.index_services .boxtext ul{ width:1200px;}
.index_services .boxtext ul li{ margin:0 25px 0 0; float:left; width:270px; _display:inline; overflow:hidden; position:relative; transition:.5s;}
.index_services .boxtext ul li:last-child{ margin:0;}
.index_services .boxtext ul li:hover{}

.index_services .boxtext ul li .text span{ margin:1px 0 0 0; line-height:30px; display:block; transition:.5s; width:100%; font-weight:bold; font-size:15px;}
.index_services .boxtext ul li .text .intro{ line-height:24px;}
.index_services .boxtext ul li .pic{ width:270px; height:180px; overflow:hidden; position:relative;}
.index_services .boxtext ul li .pic a{ display:block;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.index_services .boxtext ul li .pic a:before{ content:""; background:rgba(0,0,0,0.5); position:absolute; left:0; top:0; width:100%; height:100%; opacity:0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0, 0, 0);
	z-index:999;
	transition:all 0.4s 0s ease;
	-webkit-transition:all 0.4s 0s ease;
}
.index_services .boxtext ul li .pic a:hover:before { opacity:1;}
.index_services .boxtext ul li .pic a img{ width:270px; height:180px; display:block;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}
.index_services .boxtext ul li .pic a:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.index_services .boxtext ul li .pic i{ margin:0 0 0 -20px; width:40px; height:40px; background:url(arrow_index_column.png) no-repeat center; border-radius:50%; border:1px solid #fff; position:absolute; top:50%; left:50%; opacity:0;
	transition:all 0.3s 0s ease;
	-webkit-transition:all 0.3s 0s ease;
	z-index:99999;
}
.index_services .boxtext ul li .pic a:hover i{ margin:-20px 0 0 -20px; opacity:1;}


	
	
/* 本例子css */
.txtScroll-left{ position:relative;}
.txtScroll-left .hd{ overflow:hidden; height:30px; padding:0;}
.txtScroll-left .hd .prev,.txtScroll-left .hd .next{ margin:0 5px 0 0; display:block; width:15px; height:21px; float:left; overflow:hidden; cursor:pointer; background:url("index_cont4_li2_btn.png") no-repeat;}
.txtScroll-left .hd .prev{ background-position:-21 -21px;}
.txtScroll-left .hd .next{ background-position:-21px -21px;}
.txtScroll-left .hd .prev:hover{ background-position:0 -21px;}
.txtScroll-left .hd .next:hover{ background-position:-21px 0;}
.txtScroll-left .hd .prevStop{ background-position:-10px 0;}
.txtScroll-left .hd .nextStop{ background-position:-10px -20px;}
.txtScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; display:none;}
.txtScroll-left .hd ul li{ float:left; width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;}
.txtScroll-left .hd ul li.on{ background-position:0 0;}
.txtScroll-left .pageState{ display:none;}

.txtScroll-left .bd{ padding:0; overflow:hidden;}
.txtScroll-left .bd ul{ overflow:hidden; zoom:1;}
.txtScroll-left .bd ul li{ margin:0 0 10px 0; height:24px; line-height:24px; text-align:left; _display:inline; display:inline-table;}
.txtScroll-left .bd ul li span{}

.txtScroll-left .bd ul li:hover a{ color:#ef4136;}
.txtScroll-left .bd ul li:hover .time{ border:1px solid #f00; color:#ef4136;}
.txtScroll-left .bd ul li:hover .time i{}
.txtScroll-left .bd ul li:hover .time em{ background:#ef4136;}
.infoList .time{ margin:0 10px 0 0; float:left; border:1px solid #424242; text-align:center; font-weight:bold; color:#424242;}
.infoList .time i{ display:block; font-size:19px;}
.infoList .time em{ padding:0 5px; background:#000; color:#fff; display:block; font-size:12px;}
	
	
/*----------内页主体开始----------*/
.main{ margin:0 auto; padding:20px 0; width:1200px;}
.main .boxtitle{ line-height:32px;}

/*全局*/
.left{ float:left; width:200px;}

	/*左边分类*/
	.left_fenlei{ margin:0 0 20px 0; overflow:visible;}
	.left_fenlei .boxtitle{ padding:0 20px; height:94px; line-height:70px; color:#fff; background:url(left_fenlei_title.jpg) no-repeat left center; border:none; overflow:hidden;}
	.left_fenlei .boxtitle em{ margin:0 0 0 10px; line-height:20px; display:block; text-transform:uppercase; font-size:12px; color:#df6164;}
	.left_fenlei .boxtitle b{ margin:24px 0 0 24px; line-height:30px; display:block; text-transform:capitalize; font-size:22px; font-weight:bold;}
	.left_fenlei .boxtext{ margin:10px 0 0 0; padding:0 0 190px 0; background:#F7F6F6;}
	.left_fenlei .boxtext ul li{ margin:0 auto; padding:0; line-height:46px; font-size:14px;}
	.left_fenlei .boxtext ul li a{ padding:0 0 0 40px; display:block;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	}
	.left_fenlei .boxtext ul li a:hover{ background:url(red_line.png) no-repeat left top #EAEAEA; color:#d82128; font-weight:bold;}
	
	.left_fenlei .boxtext ul li.currclass a{ background:url(dot11_hover.png) 30px center no-repeat #1976D5; color:#fff;}
	
	.left_fenlei .boxtext .hd{ margin:0 auto; padding:0; line-height:46px; font-size:14px;}
	.left_fenlei .boxtext .hd a{ padding:0 0 0 40px; display:block; background:url(red_line.png) no-repeat left top #EAEAEA; color:#d82128; font-weight:bold;
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	}
	.left_fenlei .boxtext .bd a:hover{ background:none; font-weight:normal;}
	
	/*左边联系我们*/
	.left_contact{ margin:0; padding:0px; overflow:hidden; font-size:12px; color:#666;}
	.left_contact .boxtitle{ padding:0 20px; height:70px; line-height:70px; color:#fff; background:#0F5BA9; border:none;}
	.left_contact .boxtitle em{ margin:0 0 0 10px; line-height:20px; display:inline-block; text-transform:capitalize; font-size:16px;}
	.left_contact .boxtitle b{ line-height:30px; display:inline-block; text-transform:capitalize; font-size:22px;}
	.left_contact .boxtext{ padding:20px 20px 130px 20px; line-height:24px; background:url(left_contact4.jpg) left bottom no-repeat #fff; overflow:hidden;}
	.left_contact .boxtext .companyname{ line-height:30px; font-size:16px; color:#0f5ba9;}
	.left_contact .boxtext .tel2{ text-indent:3em;}
	
	
	/* 本例子css */
	.slideBox{ overflow:hidden; position:relative;}
	.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;}
	.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
	.slideBox .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer;}
	.slideBox .hd ul li.on{ background:#f00; color:#fff;}
	.slideBox .bd{ padding:20px 50px; position:relative; height:100%; z-index:0;}
	.slideBox .bd li{ zoom:1; vertical-align:middle;}
	.slideBox .bd img{ width:150px; height:130px; display:block;}
	.slideBox .bd li span{ display:block; text-align:center; line-height:30px;}

	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.slideBox .prev,.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -170px 5px no-repeat; filter:alpha(opacity=50); opacity:0.2;}
	.slideBox .next{ left:auto; right:3%; background-position:-58px 5px;}
	.slideBox .prev:hover,.slideBox .next:hover{ filter:alpha(opacity=100); opacity:1;}
	.slideBox .prevStop{ display:none;}
	.slideBox .nextStop{ display:none;}	
	
	
	
	
/* 手风琴 */
#sideMenu{}
#sideMenu .hd{ margin:0; padding:0 10px; line-height:30px; background:url(icons.png) 180px -37px no-repeat #5EB500; cursor:pointer; color:#fff; border-bottom:1px solid #fff;}
#sideMenu .hd a{ color:#fff;}
#sideMenu .on{ background:url(icons.png) 180px -77px no-repeat #5EB500; color:#fff;}
#sideMenu .bd{ overflow:hidden; display:none;}
#sideMenu .bd ul li{ border-bottom:1px dashed #ddd;}
	
	
	



.right{ margin:0 0 0 40px; width:960px; float:left; background:#fff;}
.right .box{}
.right .box .boxtitle{ height:60px; line-height:60px; border:none;}
.right .box .boxtitle b{ padding:0 20px 0 0; border:none; display:inline-block; line-height:45px;}
.right .box .boxtext{}



/*招聘列表页*/
.zplist{ padding:0 0 200px 0;}
.zplist dl dt.littletitle{ margin:0; padding:0; line-height:40px; background:#d82128; border-bottom:none; font-size:13px; color:#fff;}
.zplist dl dt.littletitle:hover{ margin:0; padding:0; line-height:40px; background:#d82128; border-bottom:none; font-size:13px; color:#fff;}
.zplist dl dd{ margin:0; padding:0; height:60px; line-height:60px; overflow:hidden; border-bottom:1px dashed #e0e0e0; cursor:pointer; display:block;}
.zplist dl dt .jobname,
.zplist dl dt .jobrequire,
.zplist dl dt .jobplace,
.zplist dl dt .jobnum,
.zplist dl dt .jobtime,
.zplist dl dd .jobname,
.zplist dl dd .jobrequire,
.zplist dl dd .jobplace,
.zplist dl dd .jobnum,
.zplist dl dd .jobtime{ width:19%; display:inline-block; float:left; text-align:center;}

.zplist dl .detalnews{ display:none; padding:20px; border-bottom:1px dashed #e0e0e0; line-height:28px; font-size:14px; text-indent:2em;}
.zplist dl dd:hover,
.zplist dl dd.cura{ background:none; color:#d82128; font-weight:bold;}


/*产品列表页*/
.productlist{ margin:0; padding:0;}
.productlist .boxtitle{ margin:0; padding:0;}
.productlist.box>.boxtitle>b{ padding:0 10px; background:#DC353B; color:#fff;}
.productlist.box .boxtext{ margin:0; padding:0; background:none;}
.productlist li{ margin:10px; padding:0; width:300px; float:left; display:block; background:#F8F8F8;}
.productlist li .pic{ margin:0; width:300px; height:230px; overflow:hidden; float:left;}
.productlist li img{
	width:300px; height:230px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
}
.productlist 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);
}
.productlist li .text{ padding:10px 10px 0 0; width:680px; height:200px; float:left; color:#747474; position:relative;}
.productlist li .time{ float:right; color:#888; font-size:12px;}
.productlist li span{ padding:0 0 0 10px; line-height:48px; font-size:16px; background:url(cpall_list_bt.jpg) no-repeat right bottom #ddd; display:block;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	transition:0.5s;
	}
.productlist li a:hover span{ text-shadow:2px 2px 6px #CCC;}

.productlist li .more{ margin:0; padding:5px; line-height:20px; float:left; background:#d82128; color:#fff; position:absolute; left:0; bottom:20px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
/*产品内容页*/
.productcontent{}
.productcontent.box>.boxtitle{ height:auto; line-height:normal;}
.productcontent .boxtext{}
.productcontent .boxtext #div1{}
.productcontent .boxtext #div2{ height:500px;}
.productcontent .boxtext #div1{}

/*锚链接导航*/
.anchorlink_nav{ margin:10px auto; background:#F7F6F6; line-height:45px;}
.anchorlink_nav li{ margin:0; font-size:16px; display:inline-block; color:#fff; float:left;}
.anchorlink_nav a{ padding:0 30px; display:block; background:url(tabline.gif) no-repeat right center;}
.anchorlink_nav li:last-child a{ background:none;}
.anchorlink_nav li:last-child a:hover{ text-shadow:2px 2px 6px #999; background:#D82128; color:#fff;}

.anchorlink_nav a:hover{ text-shadow:2px 2px 6px #999; background:#D82128; color:#fff;}
.anchorlink_nav .currclass{ background:#58A2D6; text-shadow:2px 2px 6px #999;}

.anchorlink_nav>ul>li>.xz{ background:#D82128; color:#fff;}

.ce2{ position:fixed; top:0;}

#anchorlink_nav1{ padding:160px 0 0 0; background:url(anchorlink_nav1.jpg) no-repeat top;}
#anchorlink_nav2{ padding:160px 0 0 0; background:url(anchorlink_nav2.jpg) no-repeat top;}
#anchorlink_nav3{ padding:160px 0 0 0; background:url(anchorlink_nav3.jpg) no-repeat top;}

.right .box3{}
.right .box3 .boxtitle{}
.right .box3 .boxtitle b{ margin:0 10px 0 0; padding:0 0 0 10px; font-weight:bold; line-height:normal; border-left:4px solid #D82128; display:inline-block;}
.right .box3 .boxtitle em{ display:inline-block; font-size:18px;}
.right .box3 .boxtitle .more{ color:#d82128; font-size:12px; line-height:60px;}
.right .box3 .boxtext{ padding:40px; background:#F8F8F8;}


/*图片列表页*/
.piclist{ margin:0; padding:0;}
.piclist.boxtext{ padding:0;}
.piclist ul{ width:1200px; overflow:hidden;}


.piclist.boxtext{ padding:0;}
.piclist.boxtext ul{ overflow:hidden; zoom:1;}
.piclist.boxtext ul li{ margin:0 40px 20px 0; float:left; width:270px; _display:inline; overflow:hidden; position:relative; transition:.5s;}
.piclist.boxtext ul li:nth-child(4n){ margin:0;}
.piclist.boxtext ul li:hover{}

.piclist.boxtext ul li .text span{ margin:1px 0 0 0; line-height:30px; display:block; transition:.5s; width:100%; font-weight:bold; font-size:15px;}
.piclist.boxtext ul li .text .intro{ line-height:24px;}
.piclist.boxtext ul li .pic{ width:270px; height:180px; overflow:hidden; position:relative;}
.piclist.boxtext ul li .pic a{ display:block;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.piclist.boxtext ul li .pic a:before{ content:""; background:rgba(0,0,0,0.5); position:absolute; left:0; top:0; width:100%; height:100%; opacity:0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0, 0, 0);
	z-index:999;
	transition:all 0.4s 0s ease;
	-webkit-transition:all 0.4s 0s ease;
}
.piclist.boxtext ul li .pic a:hover:before {
	opacity:1
}
.piclist.boxtext ul li .pic a img{ width:270px; height:180px; display:block;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	transition:.5s;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
}
.piclist.boxtext ul li .pic a:hover img{ transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1);
	/*
	-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);
	*/
}
.piclist.boxtext ul li .pic i{ margin:0 0 0 -20px; width:40px; height:40px; background:url(arrow_index_column.png) no-repeat center; border-radius:50%; border:1px solid #fff; position:absolute; top:50%; left:50%; opacity:0;
	transition:all 0.3s 0s ease;
	-webkit-transition:all 0.3s 0s ease;
	z-index:99999;
}
.piclist.boxtext ul li .pic a:hover i{ margin:-20px 0 0 -20px;
	opacity:1
}


/*图片内容页*/
.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; text-shadow:1px 1px 6px #C1C1C1; text-align:center;}
.piczhengwen .pictitle h1{}
.piczhengwen .picdetails{ margin:0; padding:5px; color:#ACACAC; border-bottom:1px solid #ccc;}
.piczhengwen .picdetails span{ margin:0 5px;}
.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 h2{ background:#3F9DEE; color:#fff; margin:0; padding:5px 10px; font-size:16px; line-height:24px; border-radius:20px;}
.piczhengwen .zhengwen h3{ color:#fff; margin:0; padding:5px 10px; font-size:13px; line-height:22px; width:600px;
 background: -moz-linear-gradient(left,#3F9DEE,#fff);
 background: -webkit-gradient(linear,left top,right top,from(#3F9DEE), to(#fff));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#3F9DEE, endColorstr=#ffffff);/*IE<9>*/
border-top-left-radius:20px;
border-bottom-left-radius:20px;
}
.piczhengwen .zhengwen .boxtitle{ height:40px; line-height:40px;}
.piczhengwen .zhengwen .boxtitle b{ background:#1184DA; border:none; padding:5px 20px; color:#fff; font-size:16px; line-height:30px;}
.piczhengwen .picfenxiang{ margin:0 20px;}

#preview{ float:left; margin:0px auto; text-align:center; width:310px; position:relative;}
.jqzoom{ width:310px; height:310px; position:relative; border:solid 1px #ddd;}

.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{ width:360px; height:75px; padding-top:6px; overflow:hidden; position:absolute; left:340px; bottom:0;}
#spec-left{ background:url(left.gif) center no-repeat; width:10px; height:75px; float:left; cursor:pointer; margin-top:3px;}
#spec-right{background:url(right.gif) center no-repeat; width:10px; height:75px; float:left;cursor:pointer; margin-top:3px;}
#spec-list{}
#spec-list ul{}
#spec-list ul li{ margin:0; float:left; display:inline; width:85px;}
#spec-list ul li img{ width:75px; height:75px;}

/*jqzoom*/
.jqzoom{position:relative; padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0;width:400px;height:400px;background:url(i/loading.gif) #000 no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:560px;height:560px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:340px; float:left; overflow:hidden; display:inline;}
#spec-list div{ margin-top:0; *margin-left:0;}

.canshu{ float:right; width:470px; height:210px; position:relative;}
.canshu .zhengwen{ line-height:24px;}
.canshu .zxzx{ position:absolute; left:0; bottom:0;}
.canshu .zxzx a{ padding:10px 30px; background:#FEAD00; color:#fff; text-shadow:1px 1px 6px #000;}

/*栏目小导航*/
.small_nav{ margin:10px auto;}
.small_nav>li{ margin:0 10px; line-height:30px; font-size:16px; display:inline-block; background:#ccc; color:#fff;}
.small_nav a{ padding:5px 20px; display:block; color:#fff;}
.small_nav a:hover{ text-shadow:2px 2px 6px #999;}
.small_nav .currclass{ background:#58A2D6; text-shadow:2px 2px 6px #999;}

/*新闻栏目页*/
.newslist_column{}
.newslist_column .boxtitle{}
.newslist_column .boxtext{ padding:0;}
.newslist_column .boxtext dl{ margin:0 40px 0 0; width:210px; float:left;}
.newslist_column .boxtext dl dt{ margin:0 0 20px 0; padding:160px 0 0 0; width:210px; height:56px; background:url(jszc_img1.jpg) no-repeat; text-align:center; font-size:16px; font-weight:bold;}
.newslist_column .boxtext dl dd{ margin:0 0 0 10px; padding:0 0 0 10px; background:url(dot13.gif) no-repeat left center;}

.newslist_column .boxtext dl:last-child{ margin:0;}

/*新闻列表页2*/
.newslist2{ padding:0;}
.newslist2 .boxtitle{ margin:0; padding:0;}
.newslist2 .boxtitle b{}
.newslist2 .boxtext{ padding:10px;}
.newslist2 li{ padding:0; margin-top:5px; margin-bottom:5px; margin-right:0; margin-left:0; line-height:30px; display:block;
	transition:margin-left,text-shadow 1s,1s;
	-moz-transition:margin-left,text-shadow 1s,1s; /* Firefox 4 */
	-webkit-transition:margin-left,text-shadow 1s,1s; /* Safari and Chrome */
	-o-transition:margin-left,text-shadow 1s,1s; /* Opera */
}
.newslist2 li a{ font-size:16px;}
.newslist2 li .time{ float:right; color:#888;}
.newslist2 li .guishu{}
.newslist2 li .guishu a{ margin:0 2px; font-size:8px;}
.newslist2 li .about{ color:#666; font-size:13px; font-weight:normal;}
.newslist2 li:hover{ padding-left:10px;}
.newslist2 li:hover a{}
.newslist2 li:hover .time{}
.newslist2 li:hover .about{}

/*新闻列表页*/
.newslist{ padding:0;}
.newslist .boxtitle{ margin:0; padding:0;}
.newslist .boxtitle b{}
.newslist.boxtext{ padding:0;}
.newslist.boxtext ul{ width:1200px;}
.newslist.boxtext ul li{ margin:0 40px 40px 0; padding:30px; width:270px; border:1px solid #ddd; line-height:36px; display:inline; float:left; box-sizing:border-box; background:#fff;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.newslist.boxtext ul li:nth-child(4n){ margin:0 0 40px 0;}
.newslist.boxtext ul li a{ display:block;}
.newslist.boxtext ul li:hover a{ opacity:0.9;}
.newslist.boxtext ul li:hover{ background:#eee;}
.newslist.boxtext ul li span.time{ margin:0; padding:0; float:right; font-size:12px;}
.newslist.boxtext ul li .index_news_class a{ font-size:10px; text-transform:capitalize; color:#726C66;}
.newslist.boxtext ul li .index_news_title a{ font-weight:bold; font-size:15px; text-transform:capitalize; word-wrap:break-word; line-height:24px;}
.newslist.boxtext ul li p{ line-height:24px; word-break:break-all; word-wrap:break-word;}


.newslist_more{ margin:10px auto; padding:10px 80px; display:table; font-size:16px; border:1px solid #000; text-transform:uppercase;
border-radius:20px;
-webkit-border-radius:20px;
-moz-border-radius:20px;
transition:0.5s;
-webkit-transition:0.5s;
-moz-transition:0.5s;
}
.newslist_more:hover{ color:#fff; background:#000;}

/*新闻内容页*/
.newscontent{ padding:0;}
.newscontent.boxtext{ padding:0;}
.newscontent .title{ margin:0; text-shadow:1px 1px 6px #C1C1C1;}
.newscontent .title h1{}
.newscontent .details{ margin:0; padding:5px 0; color:#ACACAC; border-bottom:1px solid #ccc;}
.newscontent .details span{ margin:0 5px 0 0;}
.newscontent .details span.fa:before{ margin:0 5px 0 0;}
.newscontent .introduction{ margin:10px 0 0 0; padding:10px; background:#F7F7F7 url("quote.png") no-repeat scroll right top; border:1px dashed #CCC; color:#777; box-shadow:4px 4px 6px #D7D5D5;}
.newscontent .dd{ margin:20px; padding:10px; border:1px dashed #ddd; background:#ECF5FC;}
.newscontent .zhengwen{ line-height:30px; font-size:15px; margin:20px 0;}
.newscontent .zhengwen h2{ background:#428BCA; color:#fff; margin:10px auto; padding:5px 10px; font-size:16px; line-height:24px; border-radius:20px;}
.newscontent .zhengwen h3{ color:#fff; margin:0; padding:5px 10px; font-size:13px; line-height:22px; width:600px;
 background: -moz-linear-gradient(left,#75AAD8,#fff);
 background: -webkit-gradient(linear,left top,right top,from(#75AAD8), to(#fff));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#75AAD8, endColorstr=#ffffff);/*IE<9>*/
border-top-left-radius:20px;
border-bottom-left-radius:20px;
}
.zhengwen table{ border-left:1px solid #E3E3E3; border-top:1px solid #E3E3E3;}
.zhengwen table th{ background:#F7F7F7;}
.zhengwen table td{ border-right:1px solid #E3E3E3; border-bottom:1px solid #E3E3E3;}

.newscontent .fenxiang{ margin:0;}


/*内容页分页*/
.fy{ line-height:30px;}
.fy .fy_left{ float:left; padding:10px;}
.fy .fy_right{ padding:10px; float:right; width:80px; height:80px; line-height:30px; font-size:18px; text-align:center; text-transform:uppercase; background:#206FB2; color:#fff;}
.fy .fy_right a{ color:#fff; display:block;}
/*单页面*/
.dy{ margin:0; padding:0;}
.dy .boxtitle{ margin:0; padding:0;}
.dy .boxtitle b{}
.dy .boxtext{ padding:10px; line-height:30px; font-size:15px;}

/*相关文章*/
.xiangguan{ font-size:13px; border-top:1px solid #E6E6E6; margin:0 20px; padding:20px 0;}
.xiangguan ul li{ width:60%;}
.xiangguan ul li span{ float:right; color:#999999;}

/*打印关闭*/
.printclose{ margin:10px 0; text-align:right; line-height:30px;}
.printclose a{ margin:0 5px;}
.printclose img{ margin-right:4px;}

/*相关产品*/
.xiangguan2{ font-size:13px; margin:0; padding:10px 0;}
.xiangguan2	.boxtitle{ border-bottom:3px solid #125FBB;}
.xiangguan2	.boxtitle .more a{ color:#666;}
.xiangguan2	.boxtext ul li{ width:250px; float:left; text-align:center; margin:10px;
	transition:1s;
	-moz-transition:1s; /* Firefox 4 */
	-webkit-transition:1s; /* Safari and Chrome */
	-o-transition:1s; /* Opera */
}
.xiangguan2	.boxtext ul li img{ width:250px; height:190px;
	transition:1s;
	-moz-transition:1s; /* Firefox 4 */
	-webkit-transition:1s; /* Safari and Chrome */
	-o-transition:1s; /* Opera */
}
.xiangguan2	.boxtext ul li span{ line-height:30px; display:block;}
.xiangguan2	.boxtext ul li:hover{ color:#f00; text-shadow:3px 3px 10px #999;}
.xiangguan2	.boxtext ul li:hover img{ box-shadow:0 0 10px #666;}


/*位置导航*/
.position{ margin:0 0 20px 0; padding:0 0 0 24px; color:#545454; 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:16px; width:46px; float:left; height:46px; line-height:46px; background:#e1e6e8; border-radius:3px; color:#616466; text-align:center;}
.fenye a img{ display:block; overflow:hidden;height:16px;margin:0 auto;margin-top:15px;}
.fenye a.curr{ background:#186594;color:#fff;}
.fenye a.curr:hover{ background:#186594;color:#fff;}
.fenye a:hover{ background:#d5dcde;}
.fenye a.prev{ padding:0 10px;}
.fenye span{ margin:0px 5px; padding:0 10px; height:46px; line-height:46px; font-size:16px; border-radius:3px; background:#e1e6e8; display:inline-block;}
#totalpage{ border:none; padding:0;}

/*
.fenye{ line-height:30px; margin:10px 20px 0 20px;}
.fenye .prev,.fenye .next,.fenye .curr,.fenye .num{ border:1px solid #ccc; padding:5px 10px; border-radius:40px;}
.curr{ background:#C2EBBA; color:#000;}
.fenye a:hover{ color:#000;}
.fenye span{ border:1px solid #ccc; padding:6px 10px; border-radius:40px;}
#totalpage{ border:none; padding:0;}
*/




/*友情链接*/
.yl{ line-height:60px;}
.yl a{ margin:0 5px;}
.yl .sitemap{ padding:0 0 0 30px; float:right; background:url(site.png) no-repeat left center;}


.footer{ margin:0 auto; padding:0; line-height:30px; border-top:4px solid #ddd;}
.footer a{}
.footer .foot{ margin:0 auto; padding:20px 0; width:1200px;}

.footer .foot .foot_left{ float:left; width:800px;}

.footer .foot .erweima{ margin:0; padding:4px; width:107px; height:107px; float:right; background:url(code.gif) no-repeat center;}
.footer .foot .erweima img{ width:99px; height:99px; display:block; border-radius:4px; background:#fff;}














/*图片频道*/

#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-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*/

.content{
	   width:1200px;
	   margin:0 auto;
	   overflow:hidden;
	   margin-top:50px;
	}
.content_title{ text-align:center;

  margin-bottom:30px;
}

.content_title span{
	  font-size:30px;
	
	}

.head_left1{

	float:left;
	width: 140px;

}

.head_left2{
	float:right;
	
	margin-top: 20px;
	

}

.head_left2 span {
	  color:#1470b9;
	  font-weight:bold;
	  font-size: 22px;
	  
	  
}

