/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-family:"微软雅黑","长城宋体";
vertical-align: baseline;
background: transparent;
list-style: none;
text-decoration: none;
}

pre {
white-space: pre-wrap; /*css-3*/
white-space: -moz-pre-wrap; /*Mozilla,since1999*/
white-space: -pre-wrap; /*Opera4-6*/
white-space: -o-pre-wrap; /*Opera7*/
word-wrap: break-word; /*InternetExplorer5.5+*/
}
.body{
	width:1024px;
	margin:0 auto;
	background: #89e5ff;
}
.bodysecond{
	width: 1024px;
	background:url(../images/bodyheader.png) no-repeat;
	margin:0 auto;
}
.header{
	width: 1024px;
	height: 125px;
	margin:0 auto;
}
.indexTitle{
	font-size:18px;
	color:#53cd2f;
}
.schoolname {
    color: #45a828;
    display: inline-block;
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
    text-shadow: 2px 2px 1px white;
    width: 360px;
    float:left;
}
.schoolname img {
    height: 65px;
    position: relative;
    top: 9px;
    width: 65px;
}
.headnav {
    background: url("../images/headnav.png") no-repeat;
    float: right;
    height: 62px;
    padding-top: 20px;
    width: 650px;
}
.headnav>ul {
	position:relative;
	left:30px;
}
.headnav>ul li {
    float: left;
    height: 45px;
    margin-right: 15px;
    position:relative;
}
.headnav li ul li{
	float:left;
	height:20px;
	margin-right:9px;
}
.headnav a {
    color: white;
    font-family: "楷体";
    font-size: 18px;
}

.headnav a:hover{
	color:#f6f202;
}
.headnav li ul {
    background-color: white;
    border: 2px solid #55d63e;
    border-radius: 12px;
    float: left;
   width:312px;
    list-style: none outside none;
    padding: 2px 30px 0;
    position: absolute;
    top:30px;
    right:-260px;
    visibility: hidden;
    z-index: 25;
    font-size: 12px;
}
.headnav li:hover ul{
	visibility:visible;
}
.headnav li ul li a:hover{
	color:#55d63e !important;
}

.headnav a {
    color: white;
    font-family: "楷体";
    font-size: 18px;
}
.headnav li ul li a {
    color: black !important;
    font-family: "宋体" !important;
    font-size: 12px !important;
    height: 21px;
    margin-right: 8px;
    top: 0;
    width: 60px;
}
.content{
	width: 1024px;
	margin:0 auto;
	position:relative;
}
.footer{
	width: 1024px;
	height: 386px;
	margin:0 auto;
}
.content-right-title{
	width: 1024px;
	height: 256px;
	position:relative;
	z-index:1;
	top:5px;
	background: url(../images/inside-right-title.jpg);
}
.content-right-body{
	width: 1024px;
	background: url(../images/content-body.png);
}
.content-right-footer{
	width: 1024px;
	height: 387px;
	background: url(../images/footer.jpg);
}
.content-left-body{
	width: 176px;
	height: 488px;
	background: url(../images/content-left-body-bg.png);
}
.content-left{
	float:left;
	position:absolute;
	z-index:2;
}
.content-left-body{
	width: 176px;
	height: 488px;
	position: relative;
	top:78px;
	left:54px;
}

nav li ul {
    background-color: white;
    border: 2px solid #55d63e;
    border-radius: 12px;
    float: left;
    height: 22px;
    list-style: none outside none;
    padding: 2px 30px 0;
    position: absolute;
    top: 56px;
    visibility: hidden;
    z-index: 25;
    font-size: 12px;
}
nav li:hover ul{
	visibility:visible;
}

nav li {
    float: left;
}

nav li ul li a {
    color: black !important;
    font-size: 12px !important;
    height: 21px;
    margin-right: 8px;
    top: 0;
    width: 60px;
    font-family: "宋体" !important;

}
nav li ul li a:hover{
	color:#55d63e !important;
}
.login{
	position:relative;
	top:5px;
}
.login .username, .login .password{
	width:145px;
	height:20px;
	font-size:12px;
}
.logbtn input{
	float:right;
}
.login .password{
	margin-bottom:3px;
}
.login .username{
	margin-left:2px;
	margin-bottom:10px;
}
.username input, .password input{
	width:100px;
	
}
.login-msg{
	width: 180px;
	height: 78px;
	position: relative;
	top:60px;
	left:15px;
}
.left-title2{
	position: relative;
	top:84px;
	left:55px;
	color:white;
	font-size: 14px;
	font-family: "宋体";
}
.left-title2-list{
	position:relative;
	top:92px;
	height:180px;
/*	overflow:scroll;
	overflow-x:hidden;*/
}
.left-title2-list li{
	width: 128px;
	height: 30px;
	border-top:1px dashed #b5e2a9;
	position: relative;
	left:15px;
	text-align: center;
	margin-left:10px;
	padding-top:5px;
}
.left-title2-list li a{
	font-size: 14px;
	font-family: "宋体";
	color:black;
}
.left-title2-list li span{
	width: 16px;
	height: 16px;
	background:url(../images/star.png);
	display: inline-block;
}
.right-title2{
	position: relative;
	top: 206px;
	left: 320px;
	color: #a0410a;
	font-size: 18px;
	width: 57%;
}
.right-title2 a{
	font-size: 12px;
	font-family: "宋体";
	float: right;
	color:#888888;
	margin-top:16px;
}
.right-content{
	width: 660px;
	margin-left: 280px;
}
.xyxw-content {
    margin: 0 auto;
    width: 660px;
}

.xyxw-content-top {
    background: #8dd5fb;
    color: white;
    font-size: 12px;
    height: 28px;
    margin-top: 5px;
    width: 650px;
    border-radius:12px;
    border:2px solid #6dc5f3;
}

.xyxw-content-top-left {
    margin-left: 60px;
    margin-top: 5px;
}
.fl {
    float: left;
}

.xyxw-content-top-right {
    margin-right: 60px;
    margin-top: 5px;
}
.fr {
    float: right;
}

.right-content ul li {
    border-bottom: 1px solid #d2d2d2;
    color: #727272;
    font-family: "宋体";
    font-size: 12px;
    height: 29px;
    width: 650px;
}

.xyxw-content-left, .xyxw-content-right {
    position: relative;
    top: 5px;
}
.xyxw-content-left {
    left: 10px;
}

.xyxw-content-left a {
    color: #727272;
}

.xyxw-content-title {
    color: #6dc5f3;
    font-family: "微软雅黑";
    font-size: 24px;
    height: auto;
    margin: 0 auto;
    max-width: 660px;
    text-align: center;
    padding-top:60px;
}

.xyxw-content-msg-left {
    color: #3d3d3d;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.xyxw-content-text {
    margin: 30px auto 0;
    width: 660px;
}
.right-content img{
	max-width:650px;
	margin:0 auto;
}

.photos-list li {
    float: left;
    font-family: "宋体";
    font-size: 14px;
    height: 178px;
    margin-left: 48px;
    margin-top: 23px;
    width: 163px;
}

.photos-list li a {
    color: black;
}
.photos-list ul{
	width:660px;
	float: right;
	margin-right: 88px;
}
.photos2-list li {
    float: left;
    font-family: "宋体";
    font-size: 14px;
    margin-top: 23px;
    margin:10px 10px 0 0;
}

.photos2-list li a {
    color: black;
}
.photos2-list ul{
	width:660px;
	float: right;
	margin-right: 88px;
}
.photos-frame {
    background: url("../images/ablum-frame.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 126px;
    width: 159px;
}

.photos-frame img {
    height: 104px;
    margin-left: 16px;
    margin-top: 15px;
    width: 135px;
}
.photos2-frame img {
    height: 89px;
    margin-left: 16px;
    margin-top: 15px;
    width: 136px;
}

.photos-msg {
    text-align: center;
}
.ryxz{
	width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    top:183px;
    left: 18px;
}
.yzxx{
	width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    top:185px;
    left: 18px;
}

.footer_content {
    color: white;
    font-family: "微软雅黑";
    font-size: 12px;
    height: 55px;
    left: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 280px;
    width: 360px;
}
.footer select{
    border: 2px solid yellow;
	border-radius: 3px;
	height: 26px;
	position: relative;
	width: 140px;
	top: 310px;
    left: 260px;
}
.selection-position1{
    
}
.left-ryxz{
	margin-bottom:6px;
}
.left-ryxz,.left-yzxx{
	width:143px;
	height:48px;
	display:block;
	 position: relative;
    top: 114px;
    left:20px;
}
.paging-xyxw {
    bottom: -40px;
    color: #ff6f40;
    font-size: 14px;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 285px;
    left:20%;
}
.page a:hover, .page a.on {
    border: 1px solid #66c824;
    color: #e04819;
}

.yzly-content {
    margin-left: 32px;
    position: relative;
    width: 580px;
}

.yzly-content li {
    float: left;
    height: 75px !important;
    margin: 0 15px 19px 0;
    width: 272px !important;
}

.yzly-pic {
    float: left;
    height: 74px;
    width: 74px;
}

.yzly-pic img {
    height: 74px;
    width: 74px;
}

.yzly-summary {
    float: right;
    font-size: 12px;
    height: 54px;
    position: relative;
    top: 20px;
    width: 184px;
}

.yzly-summary-title {
    color: #80c74e;
}

/*******************************fancybox******************************/
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('../images/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../images/../images/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('../images/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('../images/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('../images/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('../images/fancybox.png');
    background-position: -40px -182px; 
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('../images/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('../images/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('../images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('../images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }	




