body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,p,blockquote,th,td {
	margin:0;
	padding:0;text-decoration: none;
}
a:link, a:visited, a:active { color: #3c9632; text-decoration: none; outline:none; }
a:hover { text-decoration: none; color: #34742d; }
h4{ text-align:center;
	font-size: 22px;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #000;
	padding: 15px 0 0 0;
	
}
p {  font-size:0.8rem; line-height:1rem;}

@font-face {
font-family: mshc;
src: url('../../fonts/msth.ttf');
}
/* float clearing for IE6 */
* html .clearfix{ height: 1%; overflow: visible;}
/* float clearing for IE7 */
*+html .clearfix{ min-height: 1%;}
/* float clearing for everyone else */
.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}

#main {  width:100%;}
#content { padding:0px; background:#fff;  }
.zxhd{ font-size:14px; color:#940606; text-align:center; font-family:"微软雅黑"; width:200px; margin:0 auto; height:30px; }
.zxhdxt{ 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.zxhdl {
	width:30px;
	height: 1px;
	background-color: #990000;
}
.zxhdbt1{
	font-size: 1.2em;
	color: #000;
	font-family: 'mshc';
	font-weight: bolder;
}

.zxhdbt1_e{ padding-left:10px; font-size:0.7em; color:rgba(00,00,00,0.5); font-family:Arial, Helvetica, sans-serif; font-weight:normal}
.zxhdbt1_bj{
	background-image: url(../../images/bt_bj_xt1.png);
	background-repeat: no-repeat;
	background-position: center bottom; height:45px;
}
/* slideshow 1 */	

.ss1_wrapper { position:relative; width:100%; height:510px;  }
.ss1_wrapper .slideshow { position:relative; width:100%px; height:510px; }
	
	.ss1_wrapper .slideshow_item { width:100%; height:660px; background-color:#FFF }
	.slideshow_item img {
  transition: transform 0.5s ease; /* 平滑变化 */

}
 

.slideshow_item:hover img {
  transform: scale(1.1); /* 放大10% */
}

	
	.ss1_wrapper .slideshow_item .data { display:none; }	
	
	.ss1_wrapper a.slideshow_prev {
	position: absolute;
	left: 21px;
	bottom: 10px;
	z-index: 10;
	width: 40px;
	height: 45px;
	outline: none;
	background: url(trans-black-70.png);
}
		.ss1_wrapper a.slideshow_prev:hover { background:#000; }
		.ss1_wrapper a.slideshow_prev span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -55px 50%; text-indent:-9999px; }
		
	.ss1_wrapper a.slideshow_next {
	position: absolute;
	left: 555px;
	bottom: 10px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: none;
	background: url(trans-black-70.png);
}
		.ss1_wrapper a.slideshow_next:hover { background:#fff; }
		.ss1_wrapper a.slideshow_next span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
	
	.ss1_wrapper .slideshow_paging {
	position: absolute;
	bottom: -115px;
	right: 265px;
	z-index: 11;
	font-size: 12px;
	height: 15px;
}
		.ss1_wrapper .slideshow_paging a { display:block; float:left; margin:0 0 0 2px; padding:4px 7px; color:#ccc; }
			.ss1_wrapper .slideshow_paging a:hover { color:#333 }
			.ss1_wrapper .slideshow_paging a.activeSlide { background:#333; color:#fff }
	
	.ss1_wrapper .slideshow_box {
	position: absolute;
	padding-left: 20px;
	padding-right: 20px;
	bottom: -130px;
	/*background: url(trans-black-70.png); */
	width: 95%;
	height: 224px;
	z-index: 10;
	left: -2px;
}
		.ss1_wrapper .slideshow_box .data { padding:15px; color:#666;  }
		.ss1_wrapper .slideshow_box .data h4 { color:#333; font:bold 16px arial, sans-serif; padding:0; margin:0 0 10px 0; }
		.ss1_wrapper .slideshow_box .data p { padding:0; margin:0; line-height:160%; font-size:14px}
		.ss1_wrapper .slideshow_box .data a { color:#333; }
