/* 整体布局 */
body {
	margin-top: 0px;
	font-size:13px;
	font-family: "微软雅黑";
	background-color:#6cc3df;
}
body,div,h1,h2,a,ul,li,p,span{
    margin:0px;
	padding:0px;
      
}
.both{
	height:10px;
	clear: both;
}
img{
   border:0px;
}
a{
	text-decoration: none;
}
a:hover{
	color: #999999;
}
a:visited {
	color: #999999;
}
a:active {
	color: #999999;
}
a:link {
	color: #999999;
}

a img {
    display:block;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }




.miao{
	right: 110px;
	position:fixed;
	bottom:30px;
	height: 55px;
	width: 55px;
	 
	
}
.miao a{
    background: url(iamges/return-top.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 53px;
    width: 55px;
}
.miao a:hover{
	background-position: 0 -64px;
}
/* 头部 */

.top{
	height:70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #f9f9f9;
}
.top_cen{
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height:50px;
}
.top_cen_left{
	float: left;
	width: 350px;
}
.top_cen_right{
	float: left;
	height: 50px;
	width: 660px;
}
.top_cen_right li{
	float: left;
	height: 50px;
	width: 80px;
	font-size: 15px;
	text-align: center;
	display: block;
	line-height: 70px;
	font-family: "微软雅黑";
} 
.top_cen_right li a{
	color: #666666;
	height: 70px;
	width: 80px;
	display: block;
	margin-top:-10px;
	
	
	
}
.top_cen_right li a:hover{
	color: #000000;
	background-color: #F1F1F1;
}


/* 专题推荐 */
.zt{
	height: 500px;
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
}
.zt .tt{
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
}
.zt .tt a{
	font-size:15px;
	float: right;
	font-weight: normal;
	color:#000000;
}
.zt .box{
	float: left;
	height: 440px;
	width: 248px;
	margin-top: 10px;
	margin-right: 10px;
}
.zt .box img{
    width:248px;
}
.zt .box .box_1{
	height: 280px;
}
.zt .box h1{
	color: #FFFFFF;
	filter: Alpha(Opacity=30);
	
	background:rgba(155, 155, 155, 0.7) none repeat scroll 0 0 !important;
	position: relative;
	top: -30px;	
	

}
.zt .box h1 p{
     position:relative;
	 font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	

	
}
.zt .box .box_2{
	height: 150px;
	
}

/* 底部 */
.bottom{
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	background-color: #f9f9f9;
}

.bottom h1{
   
    color: #CCCCCC;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 28px;
    margin: 6px 0 0 20px;
    text-align: center;
   
}

 
.bottom h2 {
	font-size: 12px;
	color: #484848;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 28px;
    margin: 0 0 0 20px;
    text-align: center;
}
/* 幻灯 */


.line {
    background: url(iamges//line.jpg) no-repeat scroll center top;
	height: 280px;
	width:100%;
}
.line_box{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 280px;

}
.line_box img{ 
    float:left;
    margin-right:100px;
	  height: 245px;
   
    margin-top: 20px;
    width: 391px;
}
.line_box ul{
    width:450px;
	float:left;
	margin-top:80px;
}
.line_box ul h2{ 
    line-height:48px;
	font-size:30px;
	color:#000000;
	font-size:30px;
	
}
.line_box ul p{
     color:#000000;
	 line-height:30px;
}
.line_box ul a{
     display:block;
	 width:80px;
	 height:35px;
	 background-color:#2996cf;
	 line-height:35px;
	 text-align:center;
	 color:#FFFFFF;
	 float:left;
	 margin-right:20px;
	 font-weight:bold;
}
.line_box ul a:hover{
     background-color:#FF9933;
}
