.body1{
    background:  url(../img/bodybg.png) top center no-repeat;
    /*background-attachment:fixed*/
}
.index_body{
    background:  url(../img/bodybg.png) top center no-repeat;
}

.k{
    width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
.pf #adu0{
position: absolute
z-index: 999;

}
.top_xian{
    width: auto;
    height: 14px;
    background-color: #96322c;
    margin-bottom: 26px;
}
.top .logo{
}
.top .kd{
    float: right;
    width: 230px;
}
.top .kd a{
    float: left;
    margin-right: 25px;
    line-height: 26px;
    font-size: 15px;
    color: #622729;
}

.top .kd .search {
    border: 1px solid #e5e5e5;
    float: right;
    width: 148px;
    height: 24px;
    background-color: #fff;
    overflow: hidden;
}
.top .kd .search .text {
    border: none;
    width: 100px;
    float: left;
    line-height: 26px;
    padding-left: 10px;
    height: 26px;
}
.top .kd .search .submit {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 3px;
}
/*导航*/
.d{
    height: 5px;
    background-color: #dcd9d3;
    margin-top: 6px;
}
.navBar {
    margin:0 auto;
    height:58px;
    line-height:58px;
    color:#5f5f5f;
}
.nav {
    position:relative;
    z-index: 54;
    margin:0 auto;
    font-size:15px;
    font-weight: bold;
}
.nav a {
    color:#5f5f5f;
}
.nav .m {
    float:left;
    position:relative;
    z-index:55;
}
.nav .current {
    color:#96322c

}
.nav h3 a {
    display:block;
    width:111.8px;
    text-align:center;
    font-weight:bold;
}
.nav h3 a:hover{
    color:#96322c
}
.nav .sub {
    display:none;
    position:absolute;
    left:10px;
    top:58px;
    z-index:66;
    width:100px;
    border-top:5px solid #96322c;
    background-color: #ffffff;
}
.nav .sub li {
    text-align:center;
    width: 100%;

}
.nav .sub li a {
    display:block;
    padding:8px 0;
    height:28px;
    line-height:28px;
    color:#333;
    font-size:12px;
    font-weight:normal;
}
.nav .sub li a:hover {
    color:#a03c3c;
}
/*.nav .block {*/
    /*height:5px;*/
    /*width:100px;*/
    /*background:#9f3b3b;*/
    /*position:absolute;*/
    /*z-index: 77;*/
    /*left:0;*/
    /*top:58px;*/
    /*overflow:hidden;*/
/*}*/
/*banner*/
.k_imgs{
    height: 360px;
    position: relative;
    overflow: hidden;
}
.k_imgs .img{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1230px;
    height: 100%;
    margin-left: -615px;
}
.k_imgs .img ul{
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.k_imgs .img li{
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.k_imgs .img li.on{

}
.k_imgs .img b{
    display: block;
    position: absolute;
    z-index: 33;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.k_imgs .img li.on b{
    display: none;
}
.k_imgs .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.k_imgs .img .prev{
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    display: none;
}
.k_imgs .img .next{
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    right: -200%;
    width: 100%;
    height: 100%;
    display: none;
}

.k_imgs .item{
    position: absolute;
    z-index: 44;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
}
.k_imgs .item ul{

}
.k_imgs .item li{
    zoom:1;
    display:inline-block;
    *display:inline;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 7.5px;
    cursor: pointer;
    background-color: #ccc;
}
.k_imgs .item li.on{
    background-color: #fff;
}

/*新闻*/
.pro_box{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pro_box .logo_bg{
    background: url(../img/logo_bg.png) center center no-repeat;
    width: 340px;
    height: 340px;
    position: absolute;
    margin-top: -170px;
    top:50%;
    left: -170px;
    z-index: 33;
}
.pro_box .notice_box{
    width: 340px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.pro_box .notice_box .notice_title{
    height: 36px;
    line-height: 36px;
}
.pro_box .notice_box .notice_title h1{
    font-size: 18px;
    color: #333;
    background: url(../img/notice_icon.png) left center no-repeat;
    padding-left: 45px;
    float: left;
    line-height: 36px;
}
.pro_box .notice_box .notice_title span{
    float: right;
    line-height: 36px;
}
.pro_box .notice_box .notice_title span a{
    font-size: 14px;
    color: #96322c;
}
.pro_box .notice_box .notice_list{
    margin-top: 10px;
}
.pro_box .notice_box .notice_list li{
    height: 60px;
    padding: 13px 0;
    border-bottom: 1px #e0e0e0 dashed;
}
.pro_box .notice_box .notice_list li .time_box{
    width: 60px;
    height: 60px;
    float: left;
}
.pro_box .notice_box .notice_list li .time_box p{
    text-align: center;
}
.pro_box .notice_box .notice_list li .time_box .font1{
    font-size: 16px;
    color: #96322c;
    background: #f5f5f5;
    line-height: 30px;
}
.pro_box .notice_box .notice_list li .time_box .font2{
    font-size: 14px;
    color: #fff;
    background: #96322c;
    line-height: 30px;
}
.pro_box .notice_box .notice_list li .fr{
    float: right;
    width: 250px;
    line-height: 26px;
}
.pro_box .notice_box .notice_list li .fr a{
    font-size: 14px;
    color: #3d3d3d;
}
.pro_box .notice_box .notice_list li .fr a:hover{
    color: #96322c;
}
/*学院新闻选项卡*/
.news_box{
    width: 570px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}
.qh_nav{
    height: 36px;
    overflow: hidden;
}
.qh_nav ul{
    float: left;
    margin: 0;
    padding: 0;
}
.qh_nav ul li{
    list-style: none;
    width: 80px;
    text-align: center;
    line-height: 34px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    margin-right: 25px;
}
.qh_nav ul li.on{
    border-bottom: 2px #96322c solid;
    color: #96322c;
}
.qh_nav span{
    display: block;
    float: right;
    
    overflow: hidden;
    position: absolute;
    bottom:0px;
    right: 0;
}
.qh_nav span a{
    display: none;
    font-size: 14px;
    color: #96322c;
}
.qh_show{

}
.qh_show .each{
    display: none;
}
.qh_show .each .news_list{
    height: 348px;
    margin-top: 10px;
}
.qh_show .each .news_list li{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #e0e0e0;
    background: url(../img/newbg.png) no-repeat left center;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
}
.qh_show .each .news_list li span{
    float: right;
    line-height: 42px;
}
.qh_show .each .news_list li a{
    color: #333;
    font-size: 14px;
}
.qh_show .each .news_list li a:hover{
    color: #96322c;
}
/*快捷通道*/
.sideright{
    width: 280px;
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    height: 394px;
    float: right;
}
.inBox .inHd{
    width: 280px;
    margin-bottom: 10px;
}
.inBox .inHd ul {
    width: 290px;
    overflow: hidden;
    zoom: 1;
}
.inBox .inHd ul li {
    width: 86px;
    height: 36px;
    padding-top: 6px;
    text-align: center;
    float: left;
    cursor: pointer;
    background:url(../img/linkrightbg1.png) no-repeat;
    color: #FFF;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 24px;
}
.inBox .inHd ul li.on {
    background: url(../img/linkrightbg2.png) no-repeat;
    color: #fff;
}
.inBox .inBd ul {
    zoom: 1;
    overflow: hidden;
    height: 196px;
}
.inBox .inBd li {
    overflow: hidden;
    zoom: 1;
}
.rightlink {
    padding-top: 8px;
    width: 260px;
    margin: 0 auto;
}
.rightlink ul{
    width: 280px;
}
.rightlink li a {
    color: #96322c;
}
.rightlink li {
    float: left;
    margin-right: 8px;
    width: 130px;
    background: url(../img/icolink.jpg) no-repeat left;
    text-indent: 12px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}










/*友情链接*/
.link_box{
    background-color: #dadad7;
    height: 78px;
}
.link_box .link .link {
    float: left;
    margin-top: 65px;

}

.link_box .link .link .bt {
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 80px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.link_box .link dl {
    float: left;
    width: 225px;
    margin-right:80px;
    height: 30px;
    position: relative;
    z-index: 11;
    margin-top: 20px;
    margin-bottom: 20px;

}

.link_box .link dt {
    height: 38px;
    font-size: 12px;
    color: #333333;
    line-height: 38px;
    /*background: url(../img/link-li.png) 95% center no-repeat;*/
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.link_box .link  dd {
    position: absolute;
    z-index: 11;
    top: 39px;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    padding: 5px 5px 5px 5px;
    background-color:#fff;
    display: none;
    height: 100px;
    overflow: auto;
}

.link_box .link dl:hover dd {
    display: block;
}

.link_box .link dd a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.link_box .link dd a:hover {
    text-decoration: underline;
    color: #96322c;
}
/*页脚*/
.footer_box{
    background-color: #96322c;
    height: 120px;
    overflow: hidden;

}
.footer_box{
    padding-top: 20px;
    /*padding-bottom: 10px;*/
}
.footer_box .logo_d{
    float: left;
    width: 200px;
    margin-right: 40px;
}
.footer_box .bq{
    float: left;
    width: 395px;
    margin-right: 40px;
 
}
.footer_box .bq .bq1{
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer_box .bq .bq1 a{
    font-size: 12px;
    color: #ffffff;
    border-right:1px #ffffff solid;
    line-height: 12px;
    padding-right: 5px;
}
.footer_box .bq p{
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}
.footer_box .x{
    float: left;
    width: 1px;
    height: 102px;
    background-color: #822c26;
    margin-right: 30px;
}

.footer_box .adress_box{
    float: left;
    width: 400px;
}
.footer_box .adress_box .img{
    float: left;
    display: block;
    margin-right: 20px;
}
.footer_box .adress_box .img .img1{
    margin-right: 20px;
}
.footer_box .adress_box .adress{
    float: left;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}
/*列表页*/
.pmain{
    margin-top: -80px;
    position: relative;
    z-index: 22;
    margin-bottom: 30px;
    /*background: url(../img/pmain_bg.png) left center repeat-y;*/
}
.pmain_l{
    float: left;
    width: 220px;
    background-color: #ffffff;
    margin-right:40px;
}
.pmain_l h1{
    /*border-bottom: 2px solid #e09f51;*/
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    background-color: #96322c;
    padding: 15px 10px;
    /*background-image: url(../img/sidepagetitledot.png);*/
    background-repeat: no-repeat;
    background-position: 150px center;
    text-indent: 2.5ex;
    text-align: left;
}
.pmain_l .menu{
    border: 1px solid #ccc;
    /*border-top: none;*/
    /*border-bottom: none;*/
}
.pmain_l dl{

}
.pmain_l dl dt{

}
.pmain_l dl dt a{
    display: block;
    padding: 10px 0px;
    /*text-align: center;*/
    font-size: 15px;
    line-height: 25px;
    background-color: #fff;
    border-bottom: 1px solid #f6f1ed;
    color: #333;
    text-align: left;
    text-indent: 3em;
}
.pmain_l dl dt a:hover, .pmain_l dl dt.on a{
    /*background-color: #eeefeb;*/
    color: #96322c;
}

.pmain_l dl dd{
    background-color: #fff;
}
.pmain_l dl dd a{
    display: block;
    border-bottom: 1px solid #ccc;
    color: #444;
    padding: 5px 5px 5px 35px;
    font-size: 14px;
    line-height: 25px;
    /*background: url(../img/list-li.jpg) 20px center no-repeat;*/
}
.pmain_l dl dd a:hover, .pmain_l dl dd a.on{
    color: #96322c;
}

.pmain_r{
    float: left;
    width: 968px;
    margin-top: 78.5px;
    background-color: #ffffff;
    border: 1px #e4e2e2 solid;
    border-top: none;
}
.pmain_r .bt{
    border-bottom: 2px solid #eeeeee;
    padding: 15px 10px 10px 30px;
    height: 40px;
    line-height: 40px;
}
.pmain_r .bt h1{
    float: left;
    font-size: 18px;
    color: #96322c;
}
.pmain_r .bt > span{
    float: right;
    color: #666;
}
.pmain_r .bt > span > span{
    color: #838fa8;
}
.pmain_r .bt > span a{
    color: #838fa8;
}
.pmain_r .bt > span a:hover{
    color: #96322c;
}
.pmain_r .list{
    margin-top: 10px;
}
.pmain_r .list ul{
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
.pmain_r .list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    position: relative;
    padding-left: 25px;
    border-bottom:1px dashed #cccccc;
}
.pmain_r .list ul li a{
    color: #333;
}
.pmain_r .list ul li a:hover{
    color: #96322c;
}
.pmain_r .list ul li span{
    float: right;
    color: #999;
}
.pmain_r .list ul li b{
    display: block;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 50%;
    width: 6px;
    height: 9px;
    background-image: url(../img/newbg.png);
    margin-top: -3.5px;
    /*background-color: #999;*/
}
/*内容页*/
.pmain_r .content{
    margin-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.pmain_r .content .title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #96322c;
    line-height: 1.7;
}
.pmain_r .content .info{
    font-size: 13px;
    text-align: center;
    color: #999;
    line-height: 1.7;
    margin-top: 5px;
}
.pmain_r .content .body{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.5;
}
.pmain_r .content .body p{
    text-indent: 2em;
}
/*图片列表页*/
.pmain_r .pic_list{
    margin-top: 10px;
}
.pmain_r .pic_list ul{
    margin-left: 5px;
    margin-right: 5px;
}
.pmain_r .pic_list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 36px;
    /*position: relative;*/
    padding-left:30px;
    float: left;
}

.pmain_r .pic_list ul li .lb{
    width: 244px;
    height: 200px;
    background-color: #000000;
}
.pmain_r .pic_list ul li .lb img{
    width:100%;
    height: 100%;
    display: block;
}

.pmain_r .pic_list ul li h1{
    text-align: center;

}

.pmain_r .pic_list ul li a{
    color: #333;
}
.pmain_r .pic_list ul li a:hover{
    color: #225aa8;
}