*{
	margin: 0;
	padding: 0;
	outline: 0;
	 
 }
body{
 	font-family: sans-serif;
 	font-size: 14px;
 	line-height: 20px;
 	 color: #000;
 	 background: url(image/bc.png)repeat fixed 0 0 #fff; 
 }
.templete{width: 1024px;margin: 0 auto;}
.clear{ overflow: hidden;}
input[type="text"], input[type="email"], input[type="number"]{
	border:2px solid #cfc5b6;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	width: 300px;
}
input[type="submit"]{
	background: #b7801c;
	padding: 10px,10px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	border:2px solid #cfc5b6;
	width: 80px;
}
input[type="submit"]:hover{
	 background: #FEF4E5;
	 color: #000;
}
textarea{
	height: 200px;
	width: 300px;
	margin-bottom: 10px;
	padding: 5px;
	border:2px solid #cfc5b6;
}
.banner{
	height: 150px;
	background-color: #ca932f;
	color: #fff;
}
.banner h1{
	font-size: 35px;
	text-align: center;
	padding-top: 30px;
}
.banner h3{
	font-size: 25px;
    text-align: center;
	padding-top: 20px;
}
.nav{
	height: 50px;
	background-color: #e6af4b;
}
.nav ul{
	margin: 0;padding: 0;list-style: none;
}
.nav ul li{
	display: block;
	float: left;
	border-right: 1px solid #c18a26;
	border-left: 1px solid #fdc662;
	position: relative;
}
.nav ul li:first-child{
	border-left: 0px solid #fdc662;
}
.nav ul li:last-child{
	border-right: 0px solid #c18a26;
}
.nav ul li a{
	color: #fff;
	display: block;	
	font-size: 17px; 
	font-weight: bold;
	padding: 15px 10px;
	text-decoration: none;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;	 
}
.nav ul li a:hover{
	left: 0px;
	background: #FEF4E5;
	color: #333;
	transition: .35s;
}
#active{
	background: #FEF4E5;
	color: #333;
}
.nav ul li ul{
	position: absolute; left: -99999px; z-index: 999;
}
.nav ul li:hover ul{
	left: 0px;
	display: block;
}
.nav ul li ul li{
	background: #E6AF4B;
	width: 150px;
	border-bottom: 2px solid #CA932F;
	float: none;
	border-right: 0px solid #c18a26;
	border-left: 0px solid #fdc662;
}
.nav ul li ul a{}
.slidersection{
	margin-bottom: 10px;
	box-shadow: : 0px 0px 10px -2px #555;
	z-index: 40;
}
.container{
	background-color: #FFFFFF;
	border: 1px solid #CA932F;
}
.maincontainer{
	width: 730px;
	background-color: #fef4e5;
	float: left;
	padding: 8px;
	margin: 12px;
	margin-left: 0px;
	border:1px solid #b7801c;
	margin-top: 0px;	 
}
.maincontainer h2{
	text-align: center;
	font-size: 25px;
	padding: 10px;
	color: blue;	 
}
.maincontainer p{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	text-align: justify;
}
.maincontainer h3{
	font-size: 25px;
	padding: 15px;
	background: #E6AF4B;
	text-align: center;
}
.teacher{}
.teacher h2{}
.teacher img{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border: 2px solid #9b999a;
	height: 200px; 
	width: 200px; 
}
.teacher p{
	font-size: 20px;
	line-height: 25px;
	text-align: justify;
	margin-top: 10px;
}
.box{
	 display: block;
	 float: left; 
	 width: 30%;
	 padding: 10px; 
	 overflow: hidden;
	 border-radius: 5px;
}
.box img{
	 width: 100%;
	 border-radius: 5px;
}
.box img:hover{
	transform: scale(2,2);
	transition: 1s transform;
	border-radius: 5px;
}
.sidebar{
	width: 245px;
	background-color: #fef4e5;
	float: right;
	padding: 8px;
	margin: 12px;
	margin-right: 0px;
	margin-left: 0px;
	border:1px solid #b7801c;
	margin-top: 0px;
}
.samesidebar{}
.samesidebar h2{
	background-color: #e6af4b;
	padding-left: 15px;
	color: #333;
	margin-bottom: 10px;
	border-bottom: solid 2px #b7801c; 
}
.samesidebar ul{
	padding: 0px; margin: 0px; list-style: none;
}
.samesidebar ul li{
    font-size: 16px;
    padding: 5px 8px;
    border-bottom: 1px solid #e6af4b; 
}
.samesidebar ul li a{
	text-decoration: none;
	color: #814a00;
}
.samesidebar ul li a:hover{
	color: #DF5c25;
}
.samesidebar h3{
	width: 240px;
	height: 30px;
    font-size: 20px;
	background-color: #609513;
	text-align: center;
	padding-top: 10px;
	color: white;
	text-decoration: none;
}
.samesidebar h4{
	width: 240px;
	height: 30px;
    font-size: 20px;
	background-color: #FF0000;
	text-align: center;
	padding-top: 10px;
	color: white;
	text-decoration: none;
}
.samesidebar h5{
	width: 240px;
	height: 30px;
    font-size: 15px;
	background-color: blue;
	text-align: center;
	padding-top: 10px;
	color: white;
	text-decoration: none;
}
.footer{
	height: 100px;
	background-color: #B7801C;
	text-align: center;
}
.footermenu{
	margin-top: 25px;
	margin-bottom: 5px;
}
.footermenu ul{
	padding-left: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.footermenu ul li{
     
    display: inline-block;
    text-align: center;
}
.footermenu ul li a{
     color: #E6AF4B;
     font-size: 16px;
     margin-right: 5px;
}
.footer p{
	text-align: center;
}
.googlemap{

}
#map{
    width: 100%;
    height: 500px;
}
 
.notice ul{
	padding: 0px; margin: 0px; list-style: none;
}
.notice ul li{
    font-size: 16px;
    padding: 5px 8px;
    border-bottom: 1px solid #e6af4b; 
}
.notice ul li a{
	text-decoration: none;
	color: #814a00;
}
.notice ul li a:hover{
	color: #DF5c25;
