body {} 

.arttype {display:none;}
/*.arttypetxt {background:url(../images/txt.gif) left 5px no-repeat; width:18px; height:21px; margin:0 0 0 5px; display:inline-block; overflow:hidden;} */
.arttypetxt {display:none;}
.arttypeimg {width:18px; margin:0 0 0 5px;}
.arttypevideo {width:18px; margin:0 0 0 5px;}
.arttypeimgvideo {width:40px; margin:0 0 0 5px;}
.arttypeimg img, .arttypevideo img, .arttypeimgvideo img {vertical-align:middle;}

.navMenu {width:960px; height:46px;  background-position:0 -730px; position:absolute; top:74px; left:0;}
.menu {float:left; width:120px; text-align:center; position:relative;}
.menu a {width:120px; line-height:46px; text-indent:-9999px; display:block;}
.menu a:hover,
.menu a:active,
.menu a.on,
.menu a.on:hover,
.menu a.on:active {}

.second-menu {border-top:3px solid #a1d229; border-bottom:3px solid #a1d229; background:url(../images/navmenu_subback.png);}

.navMenu .menu ul {width:90px; position:absolute; left:0; top:43px; padding:5px 15px; display:none;}
.navMenu .menu ul li a {width:90px; font:normal 12px/20px \5b8b\4f53; text-indent:0; display:block;}
.navMenu .menu ul li a:hover,
.navMenu .menu ul li a:active {color:#a1d229;}

/* 横幅轮显 */
.slider-wrapper {width:100%; height:600px; overflow:hidden;}
.theme-default {width:100%; height:600px; position:relative; overflow:hidden;}
.theme-default #slider {width:1920px; height:600px;position:absolute; left:50%; top:0; margin-left:-960px;}
.theme-default .nivoSlider {position:relative;background:#fff url(../images/loading.gif) no-repeat 50% 50%; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-default .nivoSlider img {position:absolute; top:0px; left:0px; display:none;}
.theme-default .nivoSlider a {border:0; display:block;}
.theme-default .nivo-controlNav {position:absolute; left:50%; bottom:20px; margin-left:-55px;}
.theme-default .nivo-controlNav a {display:block;width:22px;height:22px;background:url(../images/bullets.png) no-repeat;text-indent:-9999px;border:0;float:left;}
.theme-default .nivo-controlNav a.active {background-position:0 -22px;}
.theme-default .nivo-directionNav a {display:block;width:30px;height:30px;background:url(../images/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-default a.nivo-nextNav {background-position:-30px 0; right:100px;}
.theme-default a.nivo-prevNav {left:100px;}
.theme-default .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption a {color:#fff; border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover {color:#fff;}

/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
/* The slices and boxes in the Slider */
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
/* Caption styles */
/*.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;opacity:0.8; width:100%;z-index:8;}
.nivo-caption p {padding:5px;margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}*/
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {position:relative; z-index:9; cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}

/* css 重置 用途滚动 */
		*{margin:0; padding:0; list-style:none; }
		body{ background:#fff; font:normal 12px/22px 宋体;  }
		img{ border:0;  }
		table{table-layout: fixed;
word-wrap:break-word;
　　word-break: normal;
}
		td( word-wrap:break-word; )

		/* 本例子css */
		.picScroll-left{ width:1200px;  overflow:hidden; position:relative; margin:0 auto;   }
		.picScroll-left .hd{ overflow:hidden;  height:5px;  padding:0 0px;  }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:0px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:left; overflow:hidden; zoom:1;   }
		.picScroll-left .hd ul li{ float:left;  width:38px; height:3px; overflow:hidden; margin-right:1px; text-indent:-999px; cursor:pointer; background:#999999; }
		.picScroll-left .hd ul li.on{ background:#01847f; }
		.picScroll-left .bd{ padding:0px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 2px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:396px; height:490px; display:block; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }
#icons {
  margin-top: 112px;
  font-size: 24px;
}
#icons .icon {
  float: left;
  padding: 6px;
}
</style>

<style type="text/css">
@charset 'UTF-8';
/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'typicons';
  src: url('typicons.eot');
  src: url('typicons.eot?#iefix') format('embedded-opentype'),
       url('typicons.woff') format('woff'),
       url('typicons.ttf') format('truetype'),
       url('typicons.svg#typicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* :before psuedo-selector inserts and styles icon */
.typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* Code for individual icons */
.typcn-waves-outline:before { content: '\e139'; } /* '波' */
.typcn-leaf:before { content: '\e099'; } /* '' */
.typcn-home-outline:before { content: '\e089'; } /* '' */
.typcn-globe-outline:before { content: '\e080'; } /* '' */
.typcn-chart-bar-outline:before { content: '\e040'; } /* '' */
.typcn-chart-area-outline:before { content: '\e03e'; } /* '' */

		/* banner css */
            * {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:#ffffff;
	font:normal 12px/22px 宋体;
	width:100%;
}
img {
	border:0;
}

#footer {
	text-align:center;
}
.fullSlide {
	width:100%;
	position:relative;
	height:600px;

}


.slideBox{ 

		height: 600px; 

		width: 100%; 
		position:relative; 
		
		} 
.slideBox .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}

.slideBox .bd ul {
	width:100% !important;
}
.slideBox .bd li {
	width:100% !important;
	height:600px;
	overflow:hidden;
	text-align:center;
}
.slideBox .bd li a {
	display:block;
	height:600px;
}



.slideBox .hd {
		width: 100%;
		height: 50px; 
		position:absolute; 
		top:560px; 
		z-index:1; 
		text-align:center;
	bottom:0px;
	background:url(images/touming.png)repeat-x;
	_filter:alpha(opacity=60);
		margin:0 auto;
}
.slideBox .hd ul {
	margin:0 auto;
	text-align:center;
	padding-top:0px;
}
.slideBox .hd ul li {
	
	cursor:pointer;
	display:inline-block;
	*display:inline;
	width:10px;
	height:10px;
	line-height:50px;
	overflow:hidden;
	color:#ffffff;
	text-align:center; 
	cursor:pointer; 
	overflow:hidden;
	margin:0 auto;
	font-family:  "Microsoft Yahei","微软雅黑", "Arial", "Verdana", "sans-serif";
	font-size:15px;
	background:#cccccc;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius:5px;         
				

}
.slideBox .hd ul .on {
				color:#FFFFFF;
				background:#c80013;
				text-decoration:none;
					-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius:5px;       
}




.txtBg{
			position:absolute; 
			width:100%; 
			height:50px; 
			top:600px; 
			background:#efefef;
			filter:alpha(opacity=60);opacity:0.6;
}






.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:600px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:600px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
	background:url(images/touming.png)repeat-x;
	text-align:center;
	_background:#000;
	_filter:alpha(opacity=60);
}
.fullSlide .hd ul {
	text-align:center;
	padding-top:0px;
}
.fullSlide .hd ul li {
width:96px;float:left;height:32px;line-height:32px;overflow:hidden;
            color:#fff;text-align:center; cursor:pointer; 
}
.fullSlide .hd ul .on {
	color:#FFF;background:#21b6bb;text-decoration:none;
}