@charset "utf-8";
/* CSS Document */
#slideshow {
	width:1200px;
	height: 412px;
}
#slideshow ul {
	display: none;
}
.box_skitter {
	position: relative;
	background: none;
}
.box_skitter ul {
	display: none;
}
.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}
.box_skitter .image {
	overflow: hidden;
}
.box_skitter .image img {
	display: none;
}
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}
.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.box_skitter .prev_button {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../img/ban_lr.png) no-repeat left  center !important;
}
.box_skitter .next_button {
	position: absolute;
	top: 50%;
	right:0px;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../img/ban_lr.png) no-repeat right center !important;
}
.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/ajax-loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
}

.cen_1{
	overflow:hidden;
	padding-top:20px;
}
.cp_nav{
	float:left;
	width:240px;
	background:#F9F9F9;
	padding-bottom:10px;
}
.cp_nav h3{
	height:47px;
	line-height:40px;
	background:url(../img/cpttbg.png) no-repeat;
	font-size:20px;
	text-align:center;
	color:#fff;
}
.cp_nav ul li{
	height:38px;
	line-height:38px;
	border-bottom:1px double #E7E7E7;
}
.cp_nav ul li a{
	display:block;
	padding-left:25px;
	font-size:13px;
	background:url(../img/cp_li.gif) no-repeat 8px center;
}
.cp_list_cm{
	float:right;
	width:930px;
}
.cp_list_cm .h_tit{
	height:28px;
	border-bottom:1px solid #ECECEC;
	line-height:28px;
}
.cp_list_cm .h_tit span{
	float:left;
	font-size:16px;
	padding-right:35px;
	background:url(../img/tt_bg.png) no-repeat left bottom;
	display:block;
	line-height:24px;
	padding-bottom:4px;
	padding-left:2px;
}
.cp_list_cm .h_tit a.m{
	float:right;
	display:block;
}
.cp_list{
	overflow:hidden;
	padding-top:18px;
}
.cp_list ul{
	width:108%;
}
.cp_list ul li{
	float:left;
	margin-right:22px;
	width:216px;
	height:244px;
	display:inline;
}
.cp_list ul li .img{
	width:214px;
	height:198px;
	border:1px solid #E6E6E6;
	background:#F1F1F1;
	overflow:hidden;
}
.cp_list ul li p{
	text-align:center;
	padding-top:6px;
	line-height:18px;
	text-align:center;
	font-size:14px;
}
.cp_list ul li a:hover .img{
	border:1px solid #F00;
}

.cen_2{
	overflow:hidden;
	padding-top:18px;
	padding-bottom:10px;
}
.cen_2_li{
	float:left;
	width:570px;
}
.cen_2_li .tit_2{
	height:36px;
	line-height:36px;
	background:url(../img/ind_ttbg.png) no-repeat right center;
}
.cen_2_li .tit_2 span{
	float:left;
	font-size:20px;
	background:#fff;
	line-height:20px;
	padding-top:5px;
}
.cen_2_li .tit_2 i{
	float:left;
	font-style:normal;
	font-size:14px;
	padding-left:12px;
	background:#fff;
	padding-right:8px;
}
.cen_2_li .ind_ab{
	color:#333333;
	line-height:21px;
	padding-top:15px;
	font-size:14px;
}
.cen_2_li .ind_ab p.p{
	text-indent:24px;
}
.cen_2_li .jc_list{
	padding-top:2px;
}
.cen_2_li .jc_list dt{
	padding-bottom:5px;
}
.cen_2_li .jc_list dd{
	padding:14px 0;
	border-bottom:1px dotted #FFA100;
}
.cen_2_li .jc_list dd h3{
	padding-bottom:8px;
	line-height:20px;
	font-size:16px;
}
.cen_2_li .jc_list dd p{
	line-height:24px;
	color:#656565;
}
.cen_2_li .jc_list dd:hover h3 a,.cen_2_li .jc_list dd:hover p{
	color:#FFA100;
}
