/* 
* @Author: anchen
* @Date:   2016-08-31 15:24:53
* @Last Modified by:   anchen
* @Last Modified time: 2016-09-30 12:09:40
*/
.class_pege{
    width:100%;
    height:370px;
    background:url(../images/class_pege01.jpg)no-repeat center top;
    background-size: cover;
}
/**/

.class_pege01_box{
    width:100%;

}
.class_pege02{
    width:100%;
    height:540px;
    background:url(../images/class_pege02.jpg)no-repeat center top;
    background-size: cover;
}
.class_pege02_box{
    width:100%;
    height:540px;

}
.table_main{
    padding:15px 20px;
    background:#fff;

}
.class_pege02 .title,.title_b{
    width:100%;
    height:55px;
    color:#fff;
     font:700 24px/48px "Microsoft Yahei";
     text-align:center;
      background:url(../images/title_bg.png)no-repeat center top;
}
.title_b{
 background:url(../images/title_bg_bule.png)no-repeat center top;
}
.table-lists {
    border: 1px solid #fff;
    color: #565656;
    text-align: center;
    table-layout: word-wrap: break-word;
    word-break: break-all;
}


.table-lists td {
  height: 50px;
   font:400 12px/50px "Microsoft Yahei";
    text-align:center;
 
}

tr:nth-child(odd){
  background:#f7f7f7;

} 
 tr:nth-child(even) {
  background:#f0f0f0;
}
 tr:nth-child(odd) td:nth-child(2){
    background:#ffffff;
    text-align:left;
    padding:0 20px;
 }
tr:nth-child(even) td:nth-child(2){
     background:#f7f7f7;
      text-align:left;
      padding:0 20px;
 }
.table-lists .firstRow{
       height:40px;
 
}
.table-lists td span{
    margin-left:10px;
}
.table-lists .firstRow th{
 font:400 16px "Microsoft Yahei";
    text-align:center;
  color:#ff5d02;
   background: #fff1bc;
 
}
.class_pege03{
     width:100%;
    background:url(../images/class_pege03.jpg)no-repeat center top;
    background-size: cover;
}
.class_pege03 p{
  text-align: center;
  margin-top:20px;
}
.class_pege03_box{
    width:100%;
    margin-top:15px;
    height:398px;

}
.class_pege02_box .table-lists .firstRow th,.class_pege03_box .table-lists .firstRow th ,.class_pege04_box .table-lists .firstRow th,.class_pege05_box .table-lists .firstRow th,.class_pege06_box .table-lists .firstRow th,.class_pege07_box .table-lists .firstRow th{
 font:400 16px "Microsoft Yahei";
    text-align:center;
  color:#333;
   background: #d7edf9;
 
}
.class_pege04{
     width:100%;
    height:515px;
    background:url(../images/class_pege04.jpg)no-repeat center top;
    background-size: cover;
}
.class_pege04_box{
    width:100%;
    height:497px;
margin-top:15px;
}
.class_pege05{
     width:100%;
    height:514px;
    background:url(../images/class_pege05.jpg)no-repeat center top;
    background-size: cover;
}
.class_pege05_box{
    width:100%;
    margin-top:15px;
    height:497px;
 

}
.class_pege06{
     width:100%;
    height:465px;
    background:url(../images/class_pege06.jpg)no-repeat center top;
    background-size: cover;
}
.class_pege06_box{
    width:100%;
    margin-top:15px;
    height:448px;

}
.class_pege07{
     width:100%;
    height:497px;
    background:url(../images/class_pege07.jpg)no-repeat center top;
    background-size: cover;
}
.class_pege07_box{
    width:100%;
    margin-top:15px;
    height:472px;

}
.class_footer{
  width:100%;
    height:50px;
    padding:25px 0;
    background:#323237;
}
.footer_main{
    color: #777781;
     font: 400 12px/30px "Microsoft Yahei";
}
.footer_main a{
    font: 400 12px/30px "Microsoft Yahei";
    padding:0 12px;
    color: #777781;
}
 .footer_main a:hover {
  color: #aaaaaa;
}
.class_footer_r{
   font: 400 12px/30px "Microsoft Yahei";
    padding:0 12px;
    color: #777781;
}
/*右侧悬浮*/
.sidebar{
    position: fixed !important;
    display: none;
   width:117px;
   height:402px;
    background:url(../images/sidebar_right.png)no-repeat center top;
    background-size: cover;
    margin-left:60px;
    z-index:9999;
}
.sidebar ul {
    overflow: hidden;
    width:112px;
    margin:137px 3px 0;
     background:#f83138;
}
.sidebar ul li {
    float: left;
    width: 78px;
    margin:0 17px;
    height:40px;
   border-bottom:1px dashed #c5252a;
    background:#f83138;
}
.sidebar  ul li a {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height:40px;
    color:#fff;
    font:400 14px/40px "Microsoft Yahei";
    
}
.sidebar  ul li .currt {
    color: yellow;

}