@charset "utf-8";

/*----------------------------------------------------
 *FileName:               common.css
 *Discription:            reset
 *Version:                1.1.1 (2013-07-24)
 *Author:                 Mayz
 ----------------------------------------------------*/
 
/*    =RESET
-----------------------------------------------------*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
iframe,object,embed,fieldset,input,textarea,p,blockquote,td,th { 
	padding: 0; 
	margin: 0; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

fieldset,img {
	border: 0;
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal;
} 

strong,.bold {
	font-weight:bold;
}

ol,ul {
	list-style: none;
} 

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	font-size: 100%; 
} 

abbr,acronym,iframe { 
	border: none;
}

pre{
	white-space:normal;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
iframe{
	display:block;
}

.clearfix:after {
	height: 0px;
	font-size:0;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}
.clearfix {
	*zoom:1;
}

.clear{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

:focus{
	outline:none;
}

/*---for pie---*/
.pie{
	position:relative;
}

/*    =GLOBLA
-----------------------------------------------------*/
.fl{
	float:left;
	_display:inline;
}
.fr{
	float:right;
	_display:inline;
}
.blk{
	display:block;
}
.rl{
	position:relative;
}
.hidden{
	display:none;
}

/*---html---*/
.htmlScroll{
	overflow-x:auto;
	overflow-y:scroll;
}
.fullScreen,.fullScreen body,.fullScreen form
{
    height:100%;
}

/*---text---*/
/*---text-justify 单行文字两端对齐样式，需要在文字中间添加空格---*/
.text-justify{
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
	letter-spacing:-0.2em;
	overflow:hidden;
}
.text-justify:after{
	content:".";
	display: inline-block;
	width:100%;
	overflow:hidden;
	height:0;
	line-height:0;
	font-size:1px;
}

/*---text-ellipsis 文本超出部分省略---*/
.text-ellipsis{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/*---表格样式---*/

.szTable
{
    margin: 10px 0;
}
.szTable td
{
    padding:10px 5px;
}
.navSz
{
    float:left;
    
    width:200px;
    text-align:center;
}
.navSz a
{
    display:block;
    border:1px solid #947cc6;
    margin-bottom:-1px;
    padding:8px 10px;
    font:14px/22px "微软雅黑";
    background:#fff;
    color:#111;
}
.navSz a:hover,.navSz .on
{
    background:#947cc6;
    color:#fff;
    text-decoration:none;
}
.navSz a:hover
{
    background:#c8b7eb;
}
.mainSz
{
    float:right;
    _display:inline;
    width:720px;
}
.mainSz1
{
    float:inherit;
    _display:inline;
    width:720px;
}
.mainSzTit
{
    border-bottom:1px solid #c8b7eb;
    font:14px/40px "微软雅黑";
    color:#947cc6;
}
.tableSz
{
    width:100%;
    margin:20px 0;
    table-layout:fixed;
}
.tableSz td,.tableSz th
{
    border:1px solid #ccc;
    padding:5px 10px;
}
.tableSz th
{
    font-family:"微软雅黑";
}
.tableSz1
{
    width:100%;
    margin:20px 0;
    table-layout:fixed;
}
.tableSz1 td,.tableSz1 th
{
    border:1px solid #ccc;
    padding:5px 10px;
}
.tableSz1 th
{
    font-family:"微软雅黑";
}
.tableSz1 td span
{
    padding-left: 19px;
}
.handleSz a
{
    color:#4f3b7a;
    font:12px "微软雅黑";
    white-space:nowrap;
    text-align:center;
    padding:0 5px;
    cursor:pointer;
}
.handleSz a:hover
{
    color:#947cc6;
    text-decoration:none;
}
.szPanel
{
    margin:20px 0;
}
.personSz input
{
    margin:3px 5px;
}
.inputSzWidth
{
    width:400px;
}


/*---pic---*/
/*---图片水平垂直居中，centerBox为图片容器div---*/
.centerBox{
    width:300px;
    height:200px;
	font:175px/200px Arial;/*font-size约为高度的0.873，200*0.873 约为175*/
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	zoom:1;
}

body{
	font:14px/22px Tahoma, Arial, "宋体", sans-serif;
	-webkit-text-size-adjust:none;
}
body,a{
	color:#242424;
}
.bodybg{
	border-top: 18px solid #a1c77a; 
	background:#f9faf8;
}

.header{
	position: relative;
}

.btn{
	display: block;
	width: 78px;
	height: 76px;
	background: url(../paxy/images/header3.png) no-repeat;
	position: absolute;
	top: 361px;
	left: 788px;
}

.btn:hover{
	background: url(../paxy/images/header4.png) no-repeat;
}

.container{
	position: relative;
	margin: 0 auto;

}
.container_pic{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.container_img{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}
.container_big{
	position: relative;
	margin: 0 auto;
	width: 994px;
	z-index: 2;
}

.teacher_content{
	padding: 12px 0px 45px 0px;
}

.teacher_pic{
	float:left;
}
.teacher_text{
	float:left;
	width: 700px;
	margin-left:55px;
	font-size: 16px;
	font-family: 微软雅黑;
	color: #161616;
	line-height: 35px;
}

.teacher_text span{
	font-size: 36px;
	color: #2e2e2e;
	font-family: 方正大标宋简体;
}

.course_one{
	padding: 25px 50px 25px;
	position: relative;
}
.course_left{
	padding-left: 160px;
}
.course_list{
	width: 50%;
	float: left;
	font-family: 微软雅黑;
	font-size: 14px;
	color: #161616;
}
.course_last{
	padding-right: 55px;
}
.course_right{
   padding-right: 0px;
}
.list_two{
	padding: 17px 0 0 19px;
	background: url(../mlsx/images/list1.png) no-repeat 0 24px;
}

.list_zero,.list_zero a{
	font-family: 方正大标宋简体;
	font-size: 24px;
	color: #763d00;
	line-height: 80px;
}

.list_one{
	font-family: 方正大标宋简体;
	font-size: 24px;
	color: #763d00;
}

.course_pic1{
	position: absolute;
	bottom: 17px;
	left: 0;
}

.course_pic2{
	position: absolute;
	bottom: 0px;
	right: 10px;
}
.course_pic3{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.course_pic4{
	position: absolute;
	bottom: 0px;
	right: 40px;
}
.intro{
	position: relative;
}
.teacher_intro{
	font-size: 24px;
	font-family: 黑体;
	position: absolute;
	left: 37px;
	top: 17px;
	color:#482929;
}

.course_intro{
	font-size: 24px;
	font-family: 黑体;
	position: absolute;
	left: 38px;
	top: 18px;
	color:#482929;
}

.footer{ background:#e3e3e3;
height: 90px;
margin-top: 15px;
}

.footercnt{ width:994px;
margin:0 auto; 
}

.footer p{
	font-family: 微软雅黑;
	font-size: 14px;
	color: #626262;
	padding-top: 43px;
}
.footer p a{
	color: #626262;
}
.footer_pic{
	padding: 18px 8px 0 20px;
	float: left;
}

.totop{
   position:fixed;_position:absolute;
   _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
   bottom:384px;right:125px;zoom:1;
   cursor:pointer;
}
