﻿/* 整体布局 */
/*全局样式*/
body,ul,ol,dl,dt,dd,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body,ul,ol,li,p,form,fieldset,table,td{font-family:"宋体"; font-weight:normal;}

body{
	margin-top:0px;
	background-image:url(img/back.jpg);
	background-repeat: repeat;
}
td,p,li,select,input,textarea,div{font-size:12px; text-align:left; color: #000; line-height: 24px;}
ul{list-style-type:none; color: #000000;}
ol{list-style-type:none; color: #000000;}
select,input{vertical-align:middle;}
a{text-decoration:none;}
a:link{color:#555; text-decoration:none}
a:visited{color:#555;text-decoration: none;}
a:hover{color:#c00; text-decoration:underline;}
.clearit{clear:both;}
a:focus {outline:none; -moz-outline:none;}

.both{
	height:0px;
	clear: both;
}
img{
   border:0px;
}

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(../ps1/img/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;
	text-decoration: none;
}




/* 底部 */
.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;
}


.center{
    width:1028px;
	margin:0 auto;
}
/* 幻灯 */
.silder{
    background-image:url(img/top_bac.jpg);
	width:1028px;
	height:290px;
}
.silder_L{
	width:520px;
	height:260px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 35px;
	float:left;

}
.silder_L h1{
	font-family:"微软雅黑";
	line-height:50px;
	height:50px;
	color:#62403b;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #62403b;
}
.silder_L p{
     font-size:14px;
	 line-height:30px;
	 text-indent:25px;
	 color:#62403b;
	 padding-top:10px;
}
.silder_R{
	padding-top:40px;
	padding-left: 29px;
	width:300px;
	height:201px;
	float:left;
}
.box{
    background-image:url(img/box-back.jpg);
	background-repeat:repeat-y;
	width:1028px;
	height:350px;
}

.text{
	width:315px;
	height:350px;
	float:left;
	margin-left:20px;
	background-image: url(img/text.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.text dl img{
    padding:7px;
	width:290px;
	height:160px;
}
.text h1{
     height:30px;
	 line-height:30px;
	 font-size:18px;
	 font-family:"微软雅黑";
	 padding-left:10px;
	  color:#62403b;
}
.text p{
     line-height:25px;
	 padding-left:10px;
	 text-indent:20px;
	 padding-right:20px;
	 color:#62403b;
}

 .down{
    width:113px;
	height:32px;
	background-image: url(img/down.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left:15px;
	float:left;
}
.down:hover{
    filter:alpha(opacity=70);
	 -moz-opacity:0.8;
	 opacity:0.8;
}
.cai{
    width:113px;
	height:32px;
	background-image: url(img/cai.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	padding-left:50px;
}
.cai:hover{
    filter:alpha(opacity=70);
	 -moz-opacity:0.8;
	 opacity:0.8;
}