html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, caption, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
}
a img {border:none;} /*--去除链接下图片的边框--*/
ul,dl { list-style:none; margin:0; padding:0;}




/*---全局---*/
body
{	
	background:#fdf9f1;
}

body,p,li,th
{
	color:#333333;
	font-size:12px;
	line-height:24px;
}
.clear{
	clear:both;
}


 /*--外框架，包裹所有元素---*/
#wrap
{
	width:940px;
	margin:0 auto;
}


/*---------链接样式 ---------*/
a
{
	color:#333333;
	text-decoration:none;
}
a:hover
{
	color:#db658e;
}


/*----去ff的连接框----*/
a:focus {
	-moz-outline-style: none;
}


/*----logo----*/
.logo
{
	background:url(../images/bg_logo.gif) left no-repeat;
	text-align:right;
}
.logo a
{
	line-height:18px;
	background-color:#ffffff;
	padding:2px 5px;
	margin:0 5px;
}
.logo p
{
	padding:24px 10px 0 0;
}

/* -----------------------------------
 * 布局
 * 全部元素都包裹在#wrap中
 * 两列式
 * ---------------------------------- */
.col2wrap
{
	width:940px;
}
.col2right
{
	width:720px;
	float:right;
}
.col2left
{
	width:210px;
	float:left;
}
/*----公告----*/
.notice
{
	background:url(../images/bg_notice.gif) top no-repeat;
	padding:40px 10px 10px 10px;
	margin-bottom:10px;
	height:150px;
}
.notice p
{
	text-indent:2em;
	color:#999999;
}
.notice a
{
	color:#ff6600;
}
.notice a:hover
{
	color:#db658e;
}
/*----公告----*/
.login
{
	background:url(../images/bg_login.gif) top no-repeat;		
	padding:55px 10px 0 16px;
	margin-bottom:10px;
	height:90px;
	color:#a81047;
}
.login a
{
	background:url(../images/bg_icon.gif) left no-repeat;
	color:#f3699b;
	padding-left:8px;		
}
/*----快速链接----*/
.quick
{
	background:url(../images/bg_quick.gif) top no-repeat;		
	padding-top:45px;
	margin-bottom:10px;
	height:115px;
}
.kong
{
	padding-bottom:10px;
}
/*----联系方式----*/
.call
{
	background:url(../images/bg_call.gif) top no-repeat;		
	padding-top:20px;
	height:148px;
}
.callNum
{
	margin-left:80px;
}
.callNum p
{
	font-size:14px;
	font-weight:bold;
}
.call a
{
	color:#b95f7b;
	font-weight:bold;
}
.callTab
{
	margin-top:20px;
	text-align:center;
	margin-left:10px;
}
.callLine
{
	width:65px;
	border-right:1px #999999 dashed;
}
/* -----------------------------------
 * 布局
 * 全部元素都包裹在.col3wrap中
 * 两列式
 * ---------------------------------- */
.col3wrap
{
	width:720px;
}
.col3right
{
	width:250px;
	float:right;
}
.col3left
{
	width:460px;
	float:left;
}
/*----信息----*/
.news01
{
	background:url(../images/bg_news01.gif) top no-repeat;		
	height:30px;
	padding-left:4px;
	font-size:14px;
	font-weight:bold;
}
.news02
{
	background:url(../images/bg_news02.gif) top no-repeat;		
	height:30px;
	padding-left:4px;
	font-size:14px;
	font-weight:bold;
}
.newsText01 a
{
	color:#ff6600;
}
.newsText02 a
{
	color:#666666;
}
.newsMore
{
	width:250px;
	text-align:right;			
}
.news
{
	background:url(../images/bg_news.gif) top left no-repeat;
	padding:0 20px;
	height:260px;
}
.news li
{
	background:url(../images/bg_icon01.gif) left no-repeat;
	border-bottom:1px #999999 dashed;
	padding-left:15px;
}
/*----视频----*/
.movie
{
	background:url(../images/bg_movie.gif) top no-repeat;		
	padding:50px 5px 10px 5px;
	height:230px;
}
/*----站内搜索----*/
.search
{
	background:url(../images/bg_search.gif) top no-repeat;
	margin:10px 0;
	padding-top:7px;
	padding-left:10px;
	height:29px;
}
.search td
{
	padding-right:20px;
}
/*----分校链接----*/
.fen
{
	background:url(../images/bg_fen.gif) top no-repeat;
	margin-top:15px;
	padding:15px 30px 0 150px;
	height:34px;
}
.fen a
{
	margin-right:30px;
}
/*----底部----*/
.bottom
{
	background:url(../images/bg_bottom.gif) top no-repeat;
	margin-top:30px;
	padding:15px 0 0 100px;
	height:80px;
}
.school
{
	background:url(../images/bg_bomlogo.gif) left no-repeat;
	height:52px;
	padding-left:250px;
	padding-top:30px;
}