/************************************************************
* 页面公共样式表
* 此样式表存在于所有页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/

/*--- global start ---*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	
	color: #626262;
	font: 14px "宋体", Verdana, Arial, Helvetica, sans-serif;
}
/* img styles */
img, table {
	border: none;
	margin: 0px;
	padding: 0px;
}
/* list styles */
ul, li {
	list-style: none;
}
/* link styles */
a{
	text-decoration: none;
	color:#353535;
}

/* bread crumb */
.label {
	height: 22px;
}
.label ul {
	padding: 8px 0 0 10px;
}
.label ul li {
	float: left;
	font-family: '宋体';
	padding: 2px 4px;
}
/*-----form styles-----*/
input {
	width: 110px;
	text-align: left;
}
/* font styles */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
/* table styles */
table {
	border: none;
}
.clear {
	clear: both;
}

/*--- content ---*/

#main {
	clear: both;
	width: 1280px;
	height: auto;
	margin: 25px auto 0;
}

/*--- fotter ---*/

#foot {
	clear: both;
	width: 1280px;
	height: 80px;
	line-height:25px;
	text-align:center;
	border-top:6px solid #cf0100;
	margin: 13px auto 0;
	padding: 20px 0 ;
	font-size:12px;
}
#foot p {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}
.mr10{ margin-right:10px;}

.fullSlide{ min-width:1000px;  position:relative;  height:557px; overflow:hidden;   }
.fullSlide .bd{ position:relative; z-index:0;  }
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{ width:100% !important;  height:557px; }
.fullSlide .bd li .siteWidth{ width:1000px; position:relative;  margin:0 auto;  height:557px;  }
.fullSlide .bd .btn{display:block;zoom:1;margin-top:8px;width:72px;padding-right:10px;height:31px;line-height:31px;text-align:center;color:#fff;font-size:12px;background:url(../images/banner-btn.png) 0 0 no-repeat;}
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden;line-height:9999px; filter:alpha(opacity=40);opacity:0.4;}
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#menu{ height:52px; margin-top:10px; background:url(../images/menubg.jpg) center center no-repeat;}
#nav{ width:1279px; margin:0 auto;}
.nav{  height:42px; line-height:42px; position:relative; z-index:1;  }
.nav a{ color:#fff;  }
.nav .nLi{ float:left;width:142px; text-align:center; position:relative; display:inline; background:url(../images/img2.jpg) right top no-repeat;}
.nav .nLi h3{   }
.nav .nLi h3 a{ display:block;  font-size:14px; font-weight:bold;  }
.nav .sub{ display:none; width:142px; left:0; top:42px;  position:absolute; background:#df0000;  line-height:38px; padding:5px 0;  }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 10px; }
.nav .sub a:hover{ background:#fb8787; color:#ffffff;  }
.nav .on h3 a{ background:url(../images/img1.jpg) top center no-repeat; color:#fff;   }
