html{
    background-color:#46A6C9;
}
body{
    width:1280px;
    height:800px;
    margin:0 auto;
    background-image: url(../images/school_intro_bg.png);
    background-repeat:no-repeat;
}
body>div{
    width:1280px;
    height:800px;
    overflow:hidden;
    margin:0 auto;
    position:relative;
}
a:link{
    text-decoration: none;
}
.main_div{
    width:1100px;
    height:40px;
    position:absolute;
    left:257px;
    top:65px;
    z-index:50;
}
.main_div div{
    width:93px;
    float:left;
    color:white;
}
.main_div>div>p,.main_div>a>div>p{
    margin-left:10px;
}
.stwm{
	height:45px;
	line-height:45px;
	background-color:#F5149D;
	font-size:20px;
}
.news,.teacher,.intro,.intro00,.student00,.study,.signup,.studentAward,.student{
	height:40px;
	line-height:45px;
	font-size:16px;
	cursor:pointer;
}
.news{
	background-image:url(../images/intro_news.png);
}
.intro00{
	background-image:url(../images/intro_intro.png);
}
.student00{
	background-image:url(../images/intro_student.png);
}
.teacher{
	background-image:url(../images/intro_teacher.png);
}
.student{
	background-image:url(../images/intro_student.png);
}
.intro{
	background-image:url(../images/intro_intro.png);
}
.signup{
	background-image:url(../images/intro_signup.png);
}
.study{
	background-image:url(../images/intro_learn.png);
}
.studentAward{
	background-image:url(../images/intro_teacher.png);
}


.main_content{
    width:1280px;
    height:620px;
    background-color: #fff;
    border: 1px solid #CCC;  border-radius: 5px;
    box-sizing: border-box;
}
.main_content .nav{
    width: 100%; height: 40px;
    line-height: 40px;
    color: #0096bb;
    font-size: 14px;
    background:  url(../img/dqwz.png) 10px center no-repeat;
}
.main_content .nav div{
    height: 100%;
    float: left;
}
.main_content .nav div:first-of-type{
    margin-left: 30px;
    color: #333333;
    font-weight: bolder;
}

.main_content .top{ width: 90%; height: 40px; margin: 0 auto; margin-top:46px; background-color: #ebebeb;
    line-height: 40px;  font-size: 14px; border-top: 1px solid #ddd;  }
.main_content .top>div{ float: left; height: 100%; margin-left: 15px; }
.btn{  width: 70px; height: 26px; display: inline-block;
    line-height: 24px; text-align: center; border-radius: 4px; color: #333333;
    background: -webkit-linear-gradient(#fff, #f9f9f9);
    background: -o-linear-gradient(#fff, #f9f9f9);
    background: -moz-linear-gradient(#fff, #f9f9f9);
    background: linear-gradient(#fff, #f9f9f9);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-sizing: border-box; border: 1px solid #c9c9c9; }
.btn:hover{ color: white;  background: linear-gradient(#636363, #9c9c9c); }


.main_content .liebiao{ width: 90%; height:480px; overflow-y: auto; margin: 0 auto; }
.main_content .liebiao::-webkit-scrollbar{ width: 4px; background-color: #d4d4d4; }
.main_content .liebiao::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px; background-color: #F5F5F5; }
.main_content .liebiao::-webkit-scrollbar-thumb{ border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(226, 226, 226, 0.44); }

.main_content .liebiao table{ width: 100%; table-layout:fixed; word-break:break-all; }
.main_content .liebiao table tr{ background-color: #fff; }
.main_content .liebiao table th{ text-align: center; color: #333; font-weight: bold;
    background-color: #ebebeb; border: 1px solid #d5d5d5; box-sizing: border-box; }
.main_content .liebiao table td{ width: 70px; text-align: center; color: #333;font-size: 14px;
    background-color: #fff; border: 1px solid #dcdcdc; box-sizing: border-box; overflow: hidden; }
.main_content .liebiao table tr td:nth-of-type(3){  cursor: pointer; word-break:keep-all; white-space:nowrap;
    overflow:hidden; text-overflow:ellipsis; padding: 0 10px; box-sizing: border-box; }
.main_content .liebiao table tr td a{ color: #333 }
/* .main_content .liebiao table tr th:first-of-type{ border-left:none; }
.main_content .liebiao table tr th:last-of-type{ border-right: none; }
.main_content .liebiao table tr td:first-of-type{ border-left:none; }
.main_content .liebiao table tr td:last-of-type{  border-right: none; } */
.down,.shanchu{ display:block; width: 100%; height: 100%; text-align: center; line-height: 32px; background-color: #c7c7c7; }
.down{  background:  url(../img/down.png) center center no-repeat; }
.down{  background:  url(../img/down.png) center center no-repeat; }
.shanchu{ background:  url(../img/16-em-cross.png) center center no-repeat; }
/*********************************************************************************************/
/***********************************************跳转**********************************************/
.tiaozhuan{
    width: 95%;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: 110px;
    right: 30px;
    border-top: 1px solid #eee;
}
.tiaozhuan ul:nth-of-type(1){
    height:100%;
    float: left;
}
.tiaozhuan ul:nth-of-type(1) li{
    line-height: 40px;
    float: left;
}
.tiaozhuan ul:nth-of-type(1) li input{
    width: 20px;
    height: 100%;
    margin-left: 6px;
    background-color: #eaeaea;
}
.tiaozhuan ul:nth-of-type(1) li span{
    color: #6cd6ad;
}
.tiaozhuan ul:nth-of-type(1) li:nth-of-type(3){
    margin-left: 6px;
}
.tiaozhuan ul:nth-of-type(1) li:nth-of-type(4){
    margin-left: 14px;
}
.tiaozhuan ul:nth-of-type(1) li a{
    display: block;
    width: 40px;
    height: 20px;
    margin-top: 8px;
    border: 1px solid #d6d6d6;
    text-align: center;
    line-height: 20px;
    background-color: #67cda6;
    color: white;
}
.tiaozhuan ul:nth-of-type(1) li:nth-of-type(5){
    width: 12px;
    height: 44%;
    margin-top: 13px;
    border-right: 1px solid #c4c4c4;
}
.tiaozhuan ul:nth-of-type(1) li:nth-of-type(6) a{
    width: 60px;
    margin-left: 13px;
    background-color: green;
    color: white;
    border-radius: 4px;
}
.tiaozhuan ul:nth-of-type(1) li:nth-of-type(7),.content .tiaozhuan ul:nth-of-type(1) li:nth-of-type(10){
    margin-left: 6px;
}
.tiaozhuan ul:nth-of-type(1) li:nth-of-type(8),.content .tiaozhuan ul:nth-of-type(1) li:nth-of-type(9){
    margin-left: 4px;
}

.tiaozhuan ul:nth-of-type(2){
    width: 280px;
    height:100%;
    float: right;
}
.tiaozhuan ul:nth-of-type(2) li{
    width: 60px;
    height: 26px;
    margin-left: 10px;
    margin-top: 7px;
    float: right;
}
.tiaozhuan ul:nth-of-type(2) li a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    text-align: center;
    border: 1px solid #d9d9d9;
    line-height: 26px;
    box-sizing: border-box;
}
/*********************************************弹窗*************************************************/
.bottom_div{
    color:white;
    font-size:14px;
    float:right;
    margin-top:15px;
    margin-right:10px;
}
.bottom_div_1{
    background-color: #8A0099;
}
.bottom_div_2,.bottom_div_3,.bottom_div_4,.bottom_div_5{
    cursor:pointer;
}
.footer{
    width:100%;
    height:46px;
    background-image:url(../images/footer_bg.png);
}
.footer p{
     font-size:14px;
     color:#9eafbf;
     line-height:50px;
     text-align:right;
     margin-right:10px;
 }
