@import url(body.css); 


/*--- 头部图片定义 ---*/
#slide{ width:1280px; height:445px; margin:0 auto; overflow:hidden}
#slide img{ width:1280px;}

/*--- 导航LOGO ---*/
#Index_01{ height:80px; background:#F3F3F3; width:1200px; margin:0 auto; line-height:80px; padding:0 40px}
#Index_01 h2{ margin-right:80px}
#Index_01 h2.logo{ font-size:30px; color:#8C8C8C}
#Index_01 ul{ }
#Index_01 ul li{ float:left}
#Index_01 ul li a{ float:left; font-size:22px; font-weight:bold; color:#8C8C8C; padding:0 15px;}

/*--- 通用H2定义 ---*/
.index_h2{ width:100%; background:#960; height:45px; margin-top:40px;}
#ListDyu{ width:100%; padding-top:40px; text-align:center; margin-bottom:60px;}
#ListDyu h2{ font-size:26px; text-align:center; color:#3F51B5; padding-bottom:10px;}
#ListDyu ul{ font-size:16px;}

#list_01{ margin-bottom:60px;}
#list_02{margin-bottom:60px;}
#list_03{margin-bottom:60px;}
#list_04{ margin-bottom:60px;}
#list_05{margin-bottom:60px;}

#list_06{margin-bottom:60px;}
#list_06 h2{ width:100%; border-bottom:1px #e3e3e3 solid; padding-bottom:15px; margin-bottom:20px;}
#list_06 h2 strong{ font-size:25px; font-weight:400; padding-left:15px;}
#list_06 dl{ width:23%; overflow:hidden; background:#fff; margin-bottom:20px; float:left; margin-right:20px;}
#list_06 dl dt{ background:#EEF2F5; float:left; width:276px; height:120px;}
#list_06 dl dd{ font-size:14px; padding:10px 0; width:100%; text-align:center; clear:both; color:#369}

#list_07{margin-bottom:60px;}
#list_08{margin-bottom:60px;}
#list_09{margin-bottom:60px;}
#list_10{margin-bottom:60px;}


.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 100%;
	height: 150px;
	margin:0 auto;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1152px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents img
{
	width: 272px;
	height: 120px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
	font-size:14px;
}



