﻿@charset "utf-8";
/**---------------------------------------------------------
*function:教学工具
*version:1.0
*author:马晓丽
*date:2012.11.09
----------------------------------------------------------*/
@import url(base.css);
/*通用样式*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td{
	font-size:16px;
	padding-left:15px;
	padding-bottom:20px;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: ''
}

abbr,acronym {
	border: 0;
}

img {
	vertical-align: top;
	border: none 0;
}

body {
	font-size: 12px;
	background: #FFF;
	text-align: left;
}

html {
	text-align: center;
}

a,area {
	blr: expression(this.onFocus = this.blur () )
} /* for IE7.0及以下版本*/
:focus {
	outline-style: none;
} /* for Firefox，IE8.0等 */
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/*定位*/
.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.cb {
	clear: both;
}

.mb15 {
	margin-bottom: 15px;
}

/*尺寸*/

.image{
	height: 70px;
	width: 70px;
	/* margin-left:-10px; */
}
.head{
	height:45px;
}
.tab{
	height:45px;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/jxpt/bg.jpg)
}

.index {
	width: 989px;
	height: 600px;
	position: absolute;
	font-family: "微软雅黑";
	background: url(../images/jxpt/bg1.jpg) no-repeat
}

.index2 {
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -500px;
	font-family: "微软雅黑";
	background: url(../images/bg2.jpg) no-repeat
}
.content{
	padding-top:50px;
}
.container{
	padding-left:185px;
}

.td-content{
	valign: top;   
	padding-left:60px;
	height: 120px;
}

.logo {
	position: absolute;
	width: 210px;
	height: 30px;
	top: 20px;
	background: url(../images/jxpt/logo.png) no-repeat
}
strong{
	padding-left:20px;
}

/*学段导航*/
.xd{
	position:absolute;
	top:2px;
	/*  left:650px;*/
	right:10px;
}
.xd ul li{
	float:left;
}


.td-content ul li{
	float: left;
	margin-right: 20px;
}
.td-content li {
	width:60px;
	/* text-align: center; */
}

