﻿/*引入字体库*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?aisx5o');
  src:  url('../fonts/icomoon.eot?aisx5o#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?aisx5o') format('truetype'),
    url('../fonts/icomoon.woff?aisx5o') format('woff'),
    url('../fonts/icomoon.svg?aisx5o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**/
.Header_Box{
	min-width: 1220px;
	height: 83px;
	border-top: 5px solid #00b689;
	background: #fff;
}
.Header{
	position: relative;
	margin:0 auto;
	width: 1220px;
	height: 83px;
}
.Logo{
	display: block;
	float: left;
	margin-top: 12px;
}
.Repository{
	position: relative;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	padding-right: 12px;
    /* width: 110px; */
	height: 28px;
	box-shadow: 0.707px 0.707px 3px 0px rgba(200, 200, 200, 0.275);
	border: 1px solid #e7e7e7;
	border-radius: 13px;
	background: #fff;
	color:#8b8b8b;
	line-height: 28px;
	text-indent: 17px;
}

.Repository>span{
	font-size: 14px;
}
.Repository>img{
	margin-right: 10px;
	vertical-align: -2px;
}
.Repository_Box{
	display: none;
	position: fixed;
	margin-left: -300px;
	left: 50%;
	top: 184px;
	width:600px;
	height: 330px;
	background: #00c897;
	box-shadow: 1.5px 2.598px 0px 0px #d9d9d9;
	z-index: 19998;
}
.Rst_Top{
	width: 100%;
	height: 45px;
}
.Rst_Top>input{
	margin-top: 8px;
	margin-left: 13px;
	padding: 0 40px;
	width: 463px;
	height: 30px;
	border: none;
	background:#fff url(../images/public/search.png) 15px center no-repeat;
	border-radius: 15px;
	font-size: 14px;
	color: #c5c5c5;
	text-align: center;
	line-height: 30px;
	text-indent: 50px;
}
.Rst_Head{
	margin: 0 auto;
	width: 596px;
	height: 45px;
	border-bottom: 1px solid #d4d4d4;
	background: #fff;
}
.Rst_Head>li{
	float: left;
	width: 99px;
	height: 43px;
	font-size: 16px;
	color: #626262;
	line-height: 43px;
	text-align: center;
	text-indent:0 !important;
	cursor: pointer;
}
.Rst_Check{
	color: #00b488 !important;
	border-bottom: 3px solid #00b488;
}
.Rst_Con{
	margin: 0 auto;
	padding-top: 16px;
	width: 596px;
	height: 221px;
	background: #eee;
	/*overflow: hidden;*/
    overflow: auto;
}
.Rst_Con>li{
	float: left;
	/*width: 198px;*/
    width: 33.333%;
	height: 40px;
	background: url(../images/public/yuan_green.png) 18px center no-repeat;
	line-height: 40px;
	text-indent: 0;
}
.Rst_Con>li>a{
	display:block;
	margin-left: 32px;
	font-size: 14px;
	color:#626262;
}
.RstConLi_Check{
	background:#008b69  url(../images/public/yuan_white.png) 18px center no-repeat !important;
}
.RstConLiA_Check{
	color: #fff !important;
}
.Nav{
	float: right;
	margin-top: 18px;
	margin-right: 72px;
	width:auto;
	height: 35px;
}
.Nav>ul{
	position: relative;
	width: auto;
	height: 35px;
}
.Nav>ul>li{
	float: left;
	width: 75px;
	margin-left: 24px;
}
.Nav>ul>li>a{
	display:block;
	width:75px;
	height:42px;
	line-height:42px;
	text-align: center;
}
.Nav>ul>li>a>span{
	letter-spacing: 4px;
	font-size: 18px;
	color: #535353;
}
.Nav>ul>li>a>img{
	vertical-align: -3px;
}

.Slider_Bar {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 3px !important;
	background: #00c897;
	background: -moz-linear-gradient(left,  #00c897 0%, #ddd53a 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00c897), color-stop(100%,#ddd53a));
	background: -webkit-linear-gradient(left,  #00c897 0%,#ddd53a 100%);
	background: -o-linear-gradient(left,  #00c897 0%,#ddd53a 100%);
	background: -ms-linear-gradient(left,  #00c897 0%,#ddd53a 100%);
	background: linear-gradient(to right,  #00c897 0%,#ddd53a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c897', endColorstr='#ddd53a',GradientType=1 );
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.LoginBox {
    position: absolute;
    right: 0;
    top: -5px;
    width: 60px;
    height: 63px;
}

/*未登录*/
.Login{
	display: none;
	width: 60px;
	height: 63px;
	background: url(../images/public/login_bg1.png) no-repeat center;
	line-height: 53px;
	text-align: center;
}
.Login:hover{
	background: url(../images/public/login_bg2.png) no-repeat center;
}
.Login>a{
	font-size: 16px;
	color:#fff;
}
/*已登录*/
.Logined{
	width: 60px;
	height: 53px;
	background: url(../images/public/login_bg4.png) no-repeat;
	text-align: center;
	z-index: 999;
}
.Peo_Small{
	margin-top: 10px;
	width: 29px;
	height: 30px;
	border-radius: 50%;
}
.Logined_Unfold{
    overflow: hidden;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
    z-index: 2010;
	width: 60px;
	/*height: 366px;*/
	/*background:url(../images/public/login_bg5.png) no-repeat;*/
    background-color: #00C897;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	/*box-shadow: 2px -1px 0px #e5e5e5;*/
}
.Logined:hover>.Logined_Unfold {
    display: block;
}
.LoginBox.tour-step-backdrop .Logined:hover>.Logined_Unfold {
    display: none;
}
.Unfold_Item{
	width: 100%;
	border-top: 1px solid #27d6ab;
	border-bottom: 1px solid #0fb98f;
	box-sizing: border-box;
}
.Unfold_Item:nth-child(1){
	border-top: none;
}
.Unfold_Item:nth-child(5){
	border-bottom: none;
}
.UI_Height1{
	height: 96px;
}
.UI_Height1 > a {
	display: block;
	width: 100%;
	height: 100%;
	transition: background 200ms;
}
.UI_Height1 > a:hover {
	background: #00A57F;
}
.Peo_Big{
	margin-top:14px;
	width: 47px;
	height: 47px;
	border-radius: 50%;
}
.UI_Height1>p{
	width: 100%;
	height: 24px;
	font-size: 12px;
	font-family: "SimSun";
	color:#fffecf;
	line-height: 24px;
}
.Teacher_Name{
	width: 100%;
	height: 28px !important;
	font-size: 14px !important;
	color:#fff !important;
	line-height: 28px !important;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.UI_Height3{
	height: 56px;
}
.UI_Height3>a{
	display:block;
	width: 100%;
	/*height: 65px;*/
    height: 100%;
	margin-top: -1px;
    padding-bottom: 1px;
    transition: background 200ms;
}
.UI_Height3 a:hover {
    background: #00B580 none repeat scroll 0 0;
}
.Item_Bg{
	background: #00B580;
}
.UI_Height3>a>img{
	display: block;
	margin:0px auto;
	padding-top: 10px;
}
.UI_Height3>a>span{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.Item_FontColor{
	color: #fffecf !important;
}
.UI_Height4{
	height: 48px;
}
.Set{
	float: left;
    margin-top: -1px;
    padding-top: 1px;
    width: 50%;
    height: 100%;
    transition: background-color 200ms;
}
.Set:hover {
    background-color: #00A57F;
}
.Set img {
    display: block;
    margin: 12px auto 0;
    width: 20px;
    height: 20px;
}
.Exit{
	float: right;
    margin-top: -1px;
    padding-top: 1px;
    width: 50%;
    height: 100%;
    transition: background-color 200ms;
}
.Exit:hover {
    background-color: #00A57F;
}
.Exit img {
    display: block;
    margin: 12px auto 0;
    width: 20px;
    height: 20px;
}
/*面包屑*/
.Map_Bar{
	min-width: 1220px;
	height: 47px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background: #f6f9f8;
}
.Map_Box{
	position: relative;
	margin: 0 auto;
	width: 1220px;
	overflow: hidden;
}
.Map_Box>ul{
	width: auto;
}
.Map_Box>ul>li{
	float: left;
	padding: 0 10px 0 20px;
	line-height: 47px;
	background: url(../images/public/map_li.png) 0 center no-repeat;
}
.Map_Box>ul>li:nth-child(1){
	background:none;
	padding-left: 0;
}
.Map_Box>ul>li>a{
	display: inline-block;
	font-size: 14px;
	color:#959595;
	letter-spacing: 1px;
}
.At_Lab{
	font-size: 16px !important;
	color: #00c897 !important;
}
.Map_Box>ul>li>a:hover{
	text-decoration: underline;
}
/*Footer*/
.Footer_Box {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding-top: 8px;
	min-width: 1220px;
	height: 40px;
	background: #dcdcdc;
	border-bottom: 5px solid #00b689;
}
.Footer_Box td {
	height: 80px;
}
.Footer_Box p {
	width: 100%;
	font-size: 12px;
	color:#585858;
	text-align: center;
	line-height: 22px;
}
#imgConac {
	display: block;
}

/*悬浮框*/
/*.Suspension{
	position:fixed;
	left: 10px;
	top: 210px;
	width: 125px;
	height: 465px;
	z-index: 999;
}
.To_Top{
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: url(../images/top1.png) no-repeat;
	z-index: 999px;
}
.To_Top:hover{
	background: url(../images/top2.png) no-repeat;
}*/

/*上传资源*/
.UpLoad{
	display: block;
	position: fixed;
	right: 10px;
	top: 144px;
	width: 82px;
	height: 82px;
	background: #00c897;
	border-radius: 5px;
	/*box-shadow: 1.5px 2.598px 0px 0px rgba(217,217,217,0.5);*/
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	z-index: 1999;
    transition: background-color 200ms;
}
.UpLoad:hover{
	background-color: #00d6a4;
}
.UpLoad>img{
	display: block;
	width: 26px;
	height: 27px;
	margin-left: 29px;
	margin-top: 17px;
}
.UpLoad>span{
  font-size: 16px;
  color:#fff;
  line-height:32px;

}
/*校级入口*/
.SchoolEntrance{
	position:fixed;
	right: 10px;
	top: 234px;
	display: block;
	width: 82px;
	height: 40px;
	background: #00c897;
	border-radius: 5px;
	/*box-shadow: 1.5px 2.598px 0px 0px rgba(217,217,217,0.5);*/
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	color:#fff;
	line-height:40px;
	text-align: center;
	z-index: 1999;
    transition: background-color 200ms;
}
.SchoolEntrance:hover{
	background-color: #00d6a4;
}
/*关闭*/
.RepositoryClose{
	display: inline-block;
	margin-left: 8px;
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}
.RepositoryClose>img{
	width: 100%;
	height: 100%;
}
/*@media (max-width:1600px){
	.Suspension{
		top: 150px;
	}
	.UpLoad{
		top: 150px;
	}
	.SchoolEntrance{
		top: 246px;
	}
}*/

