﻿body{
	background:url(../image/bg.jpg);
	font:normal normal 12px/1.6em '宋体';
}
form,p,h2,h2,h3,h4,ul{
	padding:0px;
	margin:0px;
}
a{
	color:#fff;
}
a:hover, a:active, a:focus {
    color:#FFEDBD!important;
    text-decoration:none;
}
ul{
	list-style:none;
}
p {
    text-indent: 0px;
}

/*尺寸*/
.w1062{
	width:1062px;
}
.w870{
	width:870px;
}
.w815{
	width:815px;
}
.w790{
	width:790px;
}
.w465{
	width:465px;
}
.w315{
	width:315px;
}
.w260{
	width:260px;
}
.w215{
	width:215px;
}
.w30{
	width:30px;
}
.h36{
	height:36px;
	line-height:36px;
}

/*字体*/
.fs_13{
	font-size:13px;
}
/*浮动*/
.clear{
	clear:both;
}
/*间距*/
.mt_10{
	margin-top:10px;
}
.mt_20{
	margin-top:20px;
}
/*导航*/
.nav{
	background:url(../image/navbg.png) no-repeat top right;
}
.nav ul{
	margin-left:10px;
}
.nav ul li{
	margin:0px!important;
	padding:0px!important;
	float:left;
}
.nav ul li a{
	font:normal bold 13px/36px "宋体";
	height:36px;
	color:#fff;
	width:94px;
	display:block;
	text-align: center;
	background:url(../image/line.jpg) no-repeat center right;
}
.nav ul li:last-child a{
	background-image:url('');
}
.keyword{
	width:256px;
	height:28px;
	border:1px solid #ea138c;
	background:#970d5a;
	border-radius:5px;
	padding-left:10px;
	outline:none;
	color:#fff;
}
.search-form{
	width:256px;
	position: relative;
}
.toSearch{
	position:absolute;
	top:0px;
	left:230px;
	color:#fff;
	border:1px solid #ea138c;
	border-radius:5px;
	height:24px;
	width:24px;
	text-align:center;
	margin-top:2px;
	line-height:24px;
	background:#e3278c;
	cursor: pointer;
}
.toSearch:hover{
	background:#e74f9a;
}
#phone{
	position:relative;
	z-index:999999;
}
#phone .erm{
	position:absolute;
	top:36px;
	left:-25px;
	padding:5px;
	border: solid 2px #A95F88;
    background: #BC6A97
}
#phone .erm img{
	width:180px;
	height:180px;
}
/*图片展示*/
#view{
	width:1062px;
	background:#fff;
}
.category-title{
	color:#dbc148;
	font:normal bold 16px/32px '宋体';
}
.hasBG{
	background: url(../image/category-bg.png) no-repeat left 3px;
	padding-left:35px;
}


.banner {
	/* 修改输出屏大小*/
	
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.banner .img {
	width: 99999px;
	position:absolute;
	left:0px;
	top:0;
}
.banner .img li {
	float:left;
}
/*/
	修改图片大小 
/*/
	.banner .img img {
	width: 550px;
}
/*/
	小圆圈 
/*/
	.banner .num {
	position:absolute;
	width:100%;
	bottom:10px;
	left:0;
	text-align:center;
	font-size:0px;
}
.banner .num li {
	width:10px;
	height:10px;
	background:#888;
	border-radius:50%;
	display:inline-block;
	margin:0 3px;
	cursor:pointer;
}
.banner .num li.on {
	background:#F60;
}
/*/
	按钮 
/*/
	.banner .btn {
	width:30px;
	height:50px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:50%;
	margin-top:-20px;
	cursor:pointer;
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:40px;
	font-family:"宋体";
	display:none;
	padding:0px;
}
.banner:hover .btn {
	display:block;
}
.banner .btn_l {
	left:0;
}
.banner .btn_r {
	right:0;
}
/*/
	第一个轮播 
/*/
	#ban1 .banner {
	width: 1064px;
	height:300px;
}
#ban1 .banner .img img {
	width: 1064px;
	height:300px;
}


/*教师*/
.teacher-box{
	    border: solid 1px #BC6A97;
    background:url(../image/teacher-bg.jpg) no-repeat;
    color:#fff;
    padding: 6px;
	-webkit-box-shadow: rgba(108,7,45, .5) 3px 3px 6px;
    -moz-box-shadow: rgba(108,7,45, .5) 3px 3px 6px;
    box-shadow: rgba(108,7,45, .5) 3px 3px 6px;
}
.teacher-box p{
	margin:7px 0px 6px 0px;
}
.teacher-image{
	border:10px solid #fff;
	
}
.news-list{
	width:100%;
	background:url(../image/table-bg.jpg) no-repeat;
	border-top: solid 1px #BC6B96;
	border-bottom: solid 1px #BC6B96;
    border-left: solid 1px #BC6B96;
    border-right: solid 1px #BC6B96;
}
.news-list tr td{
	    border-bottom: dotted 1px #BC6A97;
	    background:url(../image/li-bg.jpg) no-repeat 8px center;
    height: 23px;
    line-height: 23px;
    margin: 0px 9px;
    color: #FFF;
    text-align:left;
    padding:3px 0px 3px 20px;
  
}
.news-list tr td a{
	  color:#fff;
}
.news-list tr th{
	text-align:right;
	 border-bottom: dotted 1px #BC6A97;
	 font-weight: normal;
	 color:#fff;
	 padding-right:10px;
}
.rel{
	z-index:99999;
	position: relative;
	height:32px;
}
.news-title{
	margin-top:1px;
	background:url(../image/title-bg.jpg) no-repeat  0px 4px;
	font-size:14px;
	text-align:center;
	width:72px;
	z-index:99999;
	position:absolute;
}
/*课程*/
.courses{
	background:url(../image/area-bg.jpg);
	    border: solid 1px #A95F88;
}

.top-area{
	width:181px;
	padding:5px 0px;
	background:#fff url(../image/border-bg.jpg) no-repeat;
	margin:10px 0px 5px 12px;
	position: relative;
}
.top-area h2{
	font-size:12px;
	    height: 21px;
    padding-left: 35px;
    line-height: 34px;
    color: #D33484;
}
.top-area div{
	color: #A8A8A8;
    padding: 9px 10px;
    line-height: 16px;
    width: 100px;
    height: 40px;
    overflow: hidden;
}
.go{
	margin:10px;
	display: block;
}
.course-category{
	float:left;
}
.course-category>a{
	display: block;
	text-align: center;
    margin: 5px 0px;
    line-height: 20px;
    font-size:12px;
    color:#fff;
    font-weight: bold;
}
.abs-image{
	position: absolute;
	top:20px;
	left:100px;
}

/*学校简介*/
.school-info{
	border: solid 1px #BC6B96;
	background:url(../image/school-bg.jpg) no-repeat;
	padding:10px;
	color:#fff;
	line-height:24px;
}    
.school-info img{
	margin:10px 0px 6px 0px;
	display:block;
	border:1px solid #fff;
}

/*风采展示*/
.view{
border: solid 1px #AC487E;
    background: url(../image/view-bg.jpg);
    height: 158px;
}
.view li{
	padding-top:10px;
	text-align: center;
}
.view li img{
	border:1px solid #fff;
	margin-top:5px;
}
.view li a{
	color:#fff;
}
.view-title{
	border-right:1px solid #c481aa;
	height:157px;
	vertical-align: middle;
	padding-top:6px;
}

.mui-table-view a{
	font-size:13px;
}
/*列表*/
.center-rq{
	background:#6C072D;
	padding:10px 0px 0px 0px;
}
.contact-us{
	    border: solid 2px #A95F88;
    background: #BC6A97 url(../images/leftbg.jpg) repeat-x bottom;
    
}
.contact-bg{
	background:#fff;
	margin:10px;
	padding:0px 10px 10px 10px;
}
.path {
    height: 30px;
    border-bottom: solid 3px #CC2274;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
}
.path a{
	color:#fff;
}
.lists{
	margin:0px;
	padding:0px;
}
.lists li{
	margin:10px 0px;
	color:#fff;
	clear:both;
	width:100%;
	display: block;
}
.lists li a{
	padding-left:15px;
	color:#fff;
	background: url(../image/li-bg.jpg) no-repeat 6px center;
	margin:5px 0px;
}
.lists li span{
	margin: 5px 15px 5px 0px;
}
.info-title{
	    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color:#fff;
}
.news-content{
	color:#fff;
	font-size:12px;
	line-height:26x;
	padding:10px;
}
.addition-info{
	color:#fff;
	line-height:26px;
}
/*教师列表*/
.teacherLists{
	margin:10px 0px;
	
}
.teacherLists li{
	margin:5px 8px;
	float:left;
	color:#fff;
	text-align:center;
}
.teacherLists li img{
	width:180px;
	height:160px;
	display:block;
	border:1px solid #ddd;
}
/*滑动条*/
#qpsh a{
	color:#fff;
}
#tab1 tr th,#tab1 tr td{
	border-bottom:1px dotted #ddd;
}
#tab1 tr th,#tab2 tr th,#tab3 tr th,#tab4 tr th,#tab5 tr th,#tab6 tr th{
	width:400px;
}
#qpsh{
	overflow:hidden;width:990px;margin:3px auto;
}
#qpsh table tr td{
	text-align:center;
}
#qpsh img{
	border:1px solid #ddd;
	padding:1px;margin:5px;
}

/*底部*/
.footer{
	color:#fff;
	padding:10px 0px;
	/*background:url(../image/foot-bg.jpg)*/
}
