﻿/*全局css*/
html {
	min-width: 1000px;
}
*{ margin: 0 auto; padding: 0; }
body {
	text-align: center;
	margin:0px;
	background: #fff;
}
body > div {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
} 
body, div, td {
	font-family:"Arial, Helvetica, sans-serif" ;
	font-size: 12px;
	color: #000000;
}
img, a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form, input, select {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
input, select {
	vertical-align: middle;
}
input {
	padding: 2px;
}
.clear { 
	clear: both; 
	font-size: 1px; 
	width: 1px; 
	visibility: hidden; 
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li{list-style: none;
	padding: 0px;
	margin: 0px;}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{display:inline-block;}
.left {float:left;}
.right {float:right;}
.border{
	height:13px;border: 1px solid #FFFFFF;
}

/* 链接颜色 */
.yellow{color:#a1c61b;}
.yellow a:link{color:#a1c61b; text-decoration:none;}
.yellow a:visited {color:#a1c61b; text-decoration:none;}
.yellow a:hover {color:#00ccff; text-decoration:none;}
.yellow a:active{color:#00ccff; text-decoration:none;}

.zise{color:#ac12c8;}
.zise a:link{color:#ac12c8; text-decoration:none;}
.zise a:visited {color:#ac12c8; text-decoration:none;}
.zise a:hover {color:#00ccff; text-decoration:none;}
.zise a:active{color:#00ccff; text-decoration:none;}

/* 布局 */
#wapper{
	width:1004px;
	background-attachment: scroll;
	background: url(../images/wapper_bg.jpg) #ccfeff;
	background-repeat: repeat-x;
	background-position: left 246px;
	margin:0 auto;

}
#header{width:1004px;height:246px;}
#mainIndex{
	width:980px;
	height:550px;
	background: url(../images/maintop_bg.jpg) center top no-repeat;
}
#main{
	width:980px;
	background: url(../images/maintop_bg.jpg) center top no-repeat;
}
#mainbottom{width:980px;height:33px;background: url(../images/mainbottom_bg.jpg) center top no-repeat; clear:both;}
#footer{
	width:1004px;
	margin-top:10px;
	background: url(../images/footer_bg.jpg);
	text-align:center;
}

/*头部包含*/



/*底部包含*/
.foot{width:980px;height:100px;}
.footleft{width:10px;height:100px;float:left; background:url(../images/footer_leftbg.jpg) right top no-repeat;}
.footcon{
	width:960px;
	height:100px;
	float:left;
	background: url(../images/footer_bg2.jpg);
	background-position: left top;
}
.footright{width:10px;height:100px;float:left;background:url(../images/footer_rightbg.jpg) left top no-repeat;}
.footpic1{width:118px;height:80px;float:left;margin-left:60px;margin-top:10px; background:url(../images/footer_pic.jpg) center center no-repeat;}
.footpic2{height:80px;float:left;margin-left:0;margin-top:10px;}
.footpic2 li{padding-bottom:5px; text-align:left;}

