/* CSS Document */
body {
margin:0;
padding:0;
background:#fff url(bg.jpg) repeat-x 50% 0;
behavior:url(ie-css3.htc);
font-family:"Microsoft YaHei","微软雅黑","黑体";
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;}


#index-content {
width:100%;
height:800px;
	background:url(indexbg.jpg) no-repeat 50% 0 #6eaaf3;	

overflow:hidden;
}
#index-main {
	position:relative;
	width:1002px;
	margin:0 auto;


}
#index-main img {
position:absolute;
left:0px;
top:100px; 
animation:scaleDraw 2s linear 1;
}
@-webkit-keyframes bannerCloud {  0% {
 opacity: 0;
 -webkit-transform: scale(1);
}
 10%,  80% {
 opacity: 0.7;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(3);
}
}
 @keyframes bannerCloud {  0% {
 opacity: 0;
 transform: scale(1);
}
 10%,  80% {
 opacity: 0.7;
}
 100% {
 opacity: 0;
 transform: scale(3);
}
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
            0%{
				 opacity: 0;
                transform: scale(0.1);  /*开始为原始大小*/
            }
            25%{
				 opacity: 0.5;
                transform: scale(0.6); /*放大1.1倍*/
            }
            50%{
				 opacity: 0.7;
                transform: scale(1.0);
            }
            75%{
				 opacity:0.9;
                transform: scale(1.3);
            }
			 100%{
                transform: scale(1);
            }
}
@keyframes scaleheight {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
            0%{
           height:800px;/*开始为原始大小*/
	
            }
            25%{
           height:550px; /*放大1.1倍*/
            }
            50%{
        height:350px;
            }
            75%{
   height:200px;
            }
			 100%{
         height:0px;
            }
}
header {
	background:url(head.jpg) no-repeat 50% 0;
	height:508px;
}
.main-1200 {
width:1200px;
margin:0 auto;	
}
#index-content1 {
width:1200px;
margin:0 auto;	
margin-top:25px;
position:relative;
height:414px;
overflow:hidden;
}
	#index-content1 .img { float: left; position: relative }
	#index-content1 .img li, #index-content1 .img a, #index-content1 .img img { display: block; width: 630px; height: 414px ;}
	#index-content1 .img li { display: none; position: absolute; left: 0; top: 0 }
	#index-content1 .img .first { display: block }
	#index-content1 .tab { float: right; }
	#index-content1 .tab li {  width:570px;height:120px;margin-top:15px;}
	#index-content1 .tab a { padding:15px 25px; text-decoration: none; display: block; position: relative; width:570px; height:120px; border-left: 3px solid #fff;}
	#index-content1 .tab .first a { height: 50px }
	#index-content1 .tab .on a {background:#4684cf; }
#index-content1 .tab .on a dt {
			color:#fff;
			font-size:18px;
			line-height:40px;		}
			
#index-content1 .tab .on a  dd {
font-size:14px;
		line-height:28px;
		color:rgb(51,51,51);
}
#index-content1 .tab a dt {
			color:#000;
			font-size:18px;
			line-height:40px;		}
			
#index-content1 .tab a  dd {
	color:#000;
font-size:14px;
		line-height:28px;
}

#index-content2 {
	border-top:15px solid #f22b01;
	margin-top:25px;
	background:#eeeeee;
	padding-bottom:25px;
}
#c2-list ul li {
	width:360px;
	height:360px;
	background:#fff;
	box-shadow:5px 5px 5px #999;
	float:left;
	margin-top:35px;
	margin-left:28px;
}
#c2-list ul li img {
	width:360px;
	height:240px;
	display:block;
}
#c2-list ul li dl {
padding:8px 25px;	
}
#c2-list ul li dl dt {
text-align:center;
font-size:18px;	
line-height:40px;
}
#c2-list ul li dl dd {
	font-size:14px;
	line-height:28px;
}
#c2-list ul li dl dd  a {
	color:#f00;
}

footer {
	text-align:center;
	padding:35px 0;
	line-height:30px;
}

.showMorehandle {
	font-size:18px;
	font-weight:bold;
	display:block;
	text-align:center;
	width:300px;
	text-align:center;
	margin:0 auto;
	background:#4684cf;
	margin-top:25px;
	color:#fff;
	border-radius:15px;
	height:46px;
	line-height:46px;
	cursor:pointer;
}
.showMorehandle:hover {
background:#6a9ad4;

}