a{
	text-decoration: none;
}
.header{
	margin-top: 30px;
}
.henu-logo img{
	float: right;
	height: 90px;
}
.body{
	margin-top: 40px;
}

.gjtitle img{
	border-radius:15px 15px 0 0;
}
.nav{
	background: #06c4f6;
}
.nav-ul{
	display: inline-block;
	text-align: center;
	margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    font-weight: bold;
    font-size: 15px;
}
.nav-ul li{
    margin-left: 20px;
    margin-top: 0px;
    height: 36px;
    border-radius: 6px;
    padding: 1px 0px;
    list-style-type: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 125px;
    float: left;
    color: #99C;
    background: #269ABC;
}
.nav-ul li a{
	display: block;
    cursor: pointer;
    height: 100%;
    padding-top: 8px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.content{
	background: #fff;
	padding: 20px;
}
.position h2{
	border-left: 4px solid #000000;
	padding-left: 6px;
}
.position{
	border-bottom: 1px dashed #000000;
}
.index-table{
	padding:0 20px;
}
.mytable{
	margin-top: 20px;
	font-family: "宋体";
    font-size: 16px;
    font-weight: bold;
	
}
.mytable td{
	padding-left: 30px !important;
}
.mytable th{
	text-align: center;
	background: #269ABC;
}
.footer .footer-content{
	/*background: #06c4f6;*/
	background: white;
	color: #fff;
	
}

.nav-slider{
	padding: 0;
	margin: 0;
	list-style: none;
}
.other-teacher-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.other-teacher-ul li{
	float: left;
	margin-left: 10px;
}
.nav-slider li{
	margin-bottom: 8px;
	padding: 8px 6px;
	background: #269ABC;
	text-align: center;
	border-radius: 10px;
}
.nav-slider li a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.main-teacher{
	border: 1px solid #737373;
}
.other-teacher{
	border: 1px solid #737373;
}
.other-teacher p,.other-teacher h3{
	text-align: center;
}
.content-teacher,.content-gift,.content-effect{margin-top: 20px;padding: 0 40px;}
.content-gift h3{
color:#000;
}
.content-gift p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 14px;
}
.mylist li a{
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding-left: 60px;
}
.pageScroll {
	margin: 0;
	padding: 0;
	list-style: none;
	position: fixed !important;
	top: 30%;
	left: 10%;
	width: 167px;
	border: 7px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
}
.pageScroll.left {
}
.pageScroll.right {
	margin-left: 500px;
}
.scrollNav a {
	display: block;
	color: #fff;
	font-weight: normal;
	padding: 8px 10px;
	background: #06c4f6; 
	border: 1px solid #fcfcfc;
	border-radius: 6px;
}
.teacher-achievement table{
margin:0 auto;
}
.scrollNav {
	border-top: 1px solid #ebeded;
}
.scrollNav_1, .scrollNav_1 a {
	border:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.scrollNav a{
	text-decoration: none;
}
.scrollNav a:hover {
	color: #444;
	text-decoration: none;
}
li.scrollNav.active a {
	background: #1B6D85;
	color: #BCE8F1;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
.header {
    margin-top: 0px;
}
				.henu-logo img{
					height: 33px;
				}
.body {
    margin-top: 4px;
}
			}