/* CSS Document */
body {
margin:0;
padding:0;
background:#fff url(bg.jpg) repeat-x 50% 0;
behavior:url(ie-css3.htc);
min-width:1200px;
}
/* 文字样式 */
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}


/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;background:#158064;color:#fff;min-height:34px;line-height:34px;padding:0 15px;-webkit-transition:background 0.3s,border 0.3s;transition:background 0.3s,border 0.3s;}
.btn:hover{background:#009966;color:#fff;}
.btn.white{background:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:default;}

/* 边距 */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pl5 {
	padding-left:5px;
}
.pl8 {
	padding-left:8px;
}

/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;;}
.clearfix:after{clear:both;}

/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}
.d-inline {
_display:inline;
}
/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}

.mamin-1200 {
width:1200px;
margin:0 auto;	
}

header {
	background:url(headbg.jpg) no-repeat 50% 0;
	height:935px;
}

#content1 {
background:url(c1bg.jpg) no-repeat 50% 0;
height:818px;
}

#c1-tab {
	position:relative;
}
#c1-tab .hd{ height:56px; line-height:54px; position:relative; }
#c1-tab .hd ul{ float:left;  position:absolute; height:54px; line-height:54px;  }
#c1-tab .hd ul li{ font-size:22px;float:left; cursor:pointer; margin-left:30px; background:#fff;width:542px;  border:1px solid #ddd; text-align:center;border-radius:8px; }
#c1-tab .hd ul li.on{color:#fff; background:#7281e6; }
#c1-tab .hd ul li.on a {
color:#fff;
}
#c1-tab .bd ul{ zoom:1;padding-top:30px; }

#c2-tu {
	
}
/* 本例子css */
#c2-tu { width:100%;  min-width:1200px;  height:640px;  position:relative; overflow:hidden; background:#fff; text-align:center;   }
#c2-tu .bd{ width:1200px; position:absolute; left:50%; margin-left:-600px  }
#c2-tu .bd li{ width:1200px;  overflow:hidden; }
#c2-tu .bd li img{ display:block; width:1200px; height:640px;    }
#c2-tu .tempWrap{ overflow:visible !important }
#c2-tu .tempWrap ul{  margin-left:-1200px !important; /*强制位置*/  }

#c2-tu .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:40px;  text-align:center;  }
#c2-tu .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden; background:url(slider-btn.png) 0 -10px no-repeat; 
margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;  }
#c2-tu .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;  }
#c2-tu .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:640px; cursor:pointer;   }
#c2-tu .prev{ left:-50%; margin-left:-600px;  }
#c2-tu .next{ left:50%;  margin-left:600px;  }
#c2-tu .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:640px; background:#000; filter:alpha(opacity=50);opacity:0.5;   }
#c2-tu .pnBtn .arrow{ display:none;   position:absolute; top:0; z-index:1; width:60px; height:640px;  }
#c2-tu .pnBtn .arrow:hover{ filter:alpha(opacity=60);opacity:0.6; }
#c2-tu .prev .arrow{ right:0; background:url(slider-arrow.png) -120px 0 no-repeat;   }
#c2-tu .next .arrow{ left:0; background:url(slider-arrow.png) 0 0 no-repeat;  }

#c3-list ul li {
margin-top:25px;	
}

#content5 {
background:url(c5bg.jpg) no-repeat 50% 0;
height:585px;	
	
}

#c1-left {
	margin-top:25px;
	width:530px;
	
	float:left;
	margin-left:20px;

}
#c1-right {
	width:630px;
	float:left;
	margin-left:20px;
}


#c1-right dl dt a {
	color:#000;
	
}
#c1-right dl dt {
	font-size:24px;
	font-weight:normal;
	line-height:56px;
	margin-top:16px;
}
#c1-right dl dd {
	font-size:18px;
	line-height:32px;
	border-bottom:1px dashed #ccc;
	padding-bottom:12px;
}
#c1-tulist  {
margin-top:12px;	
position:relative;
}
#c1-tulist ul {
position:absolute;
right:-10px;
top:0px;
width:540px;	
}
#c1-tulist ul li {
width:260px;
height:150px;
float:left;	
margin-right:10px;
}
#c1-tulist ul li  img {
width:260px;
height:150px;
}
#c1-rightlist ul li {
font-size:16px;
line-height:42px;
height:43px;
border-bottom:1px dashed #000;
background:url(icoblue.jpg) no-repeat 0 17px;
text-indent:18px;
}

footer {
padding:50px 0;
text-align:center;
line-height:30px;
background:#7281e6;
color:#fff;	
	
}