@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ font-family:微软雅黑; font-size:12px;}
a:link{ text-decoration:none; color:#333;}
a:hover{}
a:visited{color:#333;}

.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.newstitle{float:left;}
.more{ float:right; color:#999;}
.mainbody{width:1000px; margin:20px auto;}
.content{ width:1000px; margin:30px auto; min-height:300px;}
.Banner{width:100%; /*background:#001e4e;*/ background:url(images/background/bg.jpg) bottom no-repeat; margin-top:0px;}
#Banner{width:1000px; margin:0 auto; height:300px; background:url(schoolname.jpg) no-repeat;}
.menu{width:100%; background:url(images/menubg.jpg) repeat-x; padding-top:10px;}
#menu{width:1000px; margin:0 auto; height:60px; margin-bottom:10px;}
.bodyLeft{width:640px;min-height:240px; margin:0 5px 5px 0px; float:left;}
.bodyRight{width:340px;min-height:240px;  margin:0 0 5px 0px; float:right; overflow:hidden; border:1px solid #CCC; border-radius:5px; line-height:30px;}

#bodyLeft{width:640px;min-height:300px; margin:0 5px 5px 0px; float:left;}
#bodyRight{width:340px;min-height:300px;  margin:0 0 5px 0px; float:right; overflow:hidden; border:1px solid #CCC; border-radius:5px; line-height:30px;}
#bodyRight a{font-family:微软雅黑; margin-left:10px;}
#pic{ height:80px; width:1000px;}
#CurrentPlace{ line-height:50px;}
.footer{width:100%;background:url(images/bg1920-0002.jpg) bottom;padding:10px 0 5px 0;}
#footer{width:1000px; margin:10px auto; height:60px; line-height:60px; text-align:center; margin-bottom:10px; color:#FFF;}
.copyright
{
    height: 80px;
    width: 1000px;
    margin: 5px auto;
    text-align: right;
    color: #EEE;
    font-size: 14px;
    line-height: 25px;}
#bottom a, .copyright a
{
    color: #FFF;}
#searchform { float:right; margin-right:20px; margin:20px 0px 0px; padding:0px;}
	#searchform fieldset { padding:0px; border:none; margin:0px;}
	#searchform input[type="text"] { 
		background:#e8e8e8;
		border:none;
		float:left;		
		padding:0px 10px 0px 15px;
		margin:0px;
		width:150px; 
		height:38px;
		line-height:38px;
		transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-moz-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
		-webkit-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
		-o-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		color:#585858;}
	#searchform input[type="text"]:hover, #searchform input[type="text"]:focus { width:200px;}
	#searchform input[type="submit"] { background:url(images/icon-search.jpg) center 11px no-repeat; cursor:pointer; margin:0px; padding:0px; width:37px; height:38px; line-height:38px;}
	
	input[type="submit"] { padding:4px 17px; color:#ffff;text-transform:uppercase; border:none; font-size:20px; background:url(gradient.jpg) bottom repeat-x; cursor:pointer; margin-top:10px; float:left; overflow:visible; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear;}
	
	#searchform input[type="submit"]:hover { background-color:#333232;}
	.style_1 #searchform input[type='submit'] { background-color:#25ade4;}
	.style_2 #searchform input[type='submit'] { background-color:#ff26a0;}
	.style_3 #searchform input[type='submit'] { background-color:#e024e3;}
	.style_4 #searchform input[type='submit'] { background-color:#e32424;}
	.style_5 #searchform input[type='submit'] { background-color:#ff8a00;}
	.style_1, .style_2, .style_3, .style_4, .style_5 { margin:10px; display:block; clear:both ;}