/*通用*/
*{
    font-family: 微软雅黑;
    font-size: 12px;
    color: #575757;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}
body{
    padding: 0;
    margin: 0;
    background: url("imagesbj.png") no-repeat;
}
/*首页*/

.top{
    width: 100%;
    padding: 10px 0;
    height: 30px;
    position: absolute;
    z-index: 1;
    left: 0;
}
.top .bj{
    background: #5174b4;
    opacity: 0.5;
    width: 100%;
    height: 50px;
    position: relative;
    left: 0;
    top: -40px;
}
.top .top_1{
    width: 1000px;
    height: 30px;
    margin: 0 auto;
}

.top ul{
    overflow: hidden;
    width: 1000px;
    height: 30px;
    margin: 0 auto;
}
.top ul li{
    float: left;
    height: 30px;
    line-height: 30px;
}
.top .li_1{
    width: 70px;
    margin-right: 10px;
}
.top .li_1 a{
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 11;
    left: 0;
    display: block;
    width: 70px;
    height: 30px;
}
.top .li_2{
    width:auto;
    overflow: hidden;
}
.top .li_2 div{
    float: left;
    margin-right: 5px;
    overflow: hidden;
    min-width: 80px;
}
.top .li_2 div a{
    display: block;
    position: relative;
    z-index: 111;
    left: 0;
    min-width: 60px;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 25px;
    line-height: 30px;
}
.top .li_2 .div_1 a{
   background: url("images0.png") no-repeat 0 7px;
}
.top .li_2 .div_2 a{
    background: url("images1.png") no-repeat 0 7px;
}
.top .li_2 .div_3 a{
    background: url("images2.png") no-repeat 0 7px;
}
.top .li_2 .div_4 a{
    background: url("images3.png") no-repeat 0 7px;
}
.top .li_2 .div_5 a{
    background: url("images4.png") no-repeat 0 7px;
}
.top .li_3{
    width: 280px;
    height: 30px;
    float: right;
}
.top .li_3 .ss{
    width: 280px;
    height: 30px;
    position: relative;
    background: #fff;
    /*opacity: 0.8;*/
    border-radius: 5px;
    z-index: 11;
    overflow: hidden;
}
.top .li_3 .ss .sou1{
    width: 182px;
    height: 30px;
    float: left;
    border: 0;
    padding: 0 0 0 4px;
}
.top .li_3 .ss .sou2{
    width: 74px;
    height: 24px;
    padding: 0 10px;
    /*background: url("imagessearch-bg2.png") no-repeat 0 3px;*/
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

/*正文*/
.text{
    width: 1020px;
    height:auto;
    margin: 0 auto;
    padding-bottom: 40px;
}
 .logo{
    width: 1000px;
    height: 188px;
    margin: 0 auto;
}
.text .text_nr{
    width:auto;
    height: auto;
}
 .dh{
    width: 1020px;
    height: 47px;
     margin:0 auto;
}
 .dh dd{
    float: left;
}
 .dh dd img{
    width: 100%;
    height: 100%;
}
 .dh .dd1{
    width: 10px;
}
 .dh .dd2{
    width: 1000px;
    height: 37px;
}
/*导航*/

#menu {
    height:37px;
    width: 1000px;
    background: url("imagesdh_bj.png");
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
#menu ul .li_1{
    width: 90px;
    height: 37px;
    line-height: 37px;
    border-right: 1px solid #fff;
    padding: 0;
}

#menu ul .li_1 .a1{
    color: #fff;
    font-size: 14px;
    width: 90px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    padding: 0;
}
#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
#menu li:hover>ul {
    left: -2px;
}

#menu a {
    position: relative;
    z-index: 10;
    height: 37px;
    display: block;
    float: left;
    line-height: 37px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 0 10px 0 10px;
}
#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    background-color: rgba(23,96,182,0.6);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    margin-top:-1px;
}
#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 37px;
}
#menu ul ul li {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
#menu ul ul a:hover li {
    color: #fff;
}
#menu ul ul li.last { background: none; }
#menu ul ul li {
    width: 100%;
    height: 37px;
}

/* menu::level3 */
#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
#menu ul ul ul { background: rgba(23,96,182,0.6); }
/*#menu ul ul ul ul { background: rgb(38,38,38); }*/
/*#menu ul ul ul ul { background: rgb(35,35,35); }*/


#menu ul ul ul li:hover{
    background-color: rgba(0,0,0,0.6);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    width: 163px;
    padding: 0;
}
#menu ul ul li:hover{
    background-color: rgba(0,0,0,0.6);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    width: 163px;
    padding: 0;
}
div#menu ul ul a.dh_sj span{
    background: url("imagesdh_sj.png") no-repeat right ;
    color: #fff;
    display: block;
    width: auto;
    margin-right: 15px;
}


.text1{
    width: 1000px;
    height: auto;
    background:#fff;
    margin: 0 auto;
    margin-top: -10px;
    padding-bottom: 30px;
/*//Firefox4.0-*/
-moz-box-shadow:0 0 10px #9c9c9c;
/*//Safariand Google chrome10.0-*/
-webkit-box-shadow:0 0 10px #9c9c9c;
/*//Firefox4.0+、 Google chrome 10.0+ 、 Oprea10.5+ and IE9*/
box-shadow:0 0 10px #9c9c9c;
}
.text1 .sy_text{
    margin: 0 auto;
    width: 940px;
    height: auto;
}
/*学院新闻*/
.text1 .sy_text .one{
    width: 940px;
    height: auto;
    overflow: hidden;
}
.text1 .sy_text .sy_xyxw{
    float: left;
    width: 626px;
    height: auto;
}
.text1 .sy_text .sy_xyxw dl{
    width: auto;
    height: auto;
}
.text1 .sy_text .sy_xyxw dl dt{
    height: 40px;
    border-bottom: 1px solid #5284ba;
    overflow: hidden;
    margin-bottom: 20px;
}
.text1 .sy_text .sy_xyxw dl dt span{
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
    font-size: 18px;
    display: block;
}
.text1 .sy_text .sy_xyxw dl dt a{
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #5284ba;
    font-size: 14px;
    display: block;
    background: url("imagesmore.png") no-repeat 0 12px;
    padding: 0 0 0 20px;
}
.text1 .sy_text .sy_xyxw dl dd{
    overflow: hidden;
    width: auto;
    height: auto;
}
.text1 .sy_text .sy_xyxw dl dd .lb{
    width: 230px;
    height: 200px;
    float: left;
}
/*轮播*/
.section-focus-pic{height:200px;width:338px;overflow:hidden;position:relative;}
.section-focus-pic ul li{position:absolute;top:0;left:338px;width:338px;height:200px;}
.section-focus-pic ul li h3{position:absolute;bottom:6px;left:0;width: 338px;
    font-weight:normal;color:#FFF;margin-left: 20px;z-index: 111;font-size: 14px;
    font-family:"微软雅黑";text-overflow:ellipsis ;overflow: hidden;white-space: nowrap;
}
.section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:30px;
    background-color:#000;width:338px;opacity: 0.6;filter: alpha(opacity=60);

}
.section-focus-pic .pages{width:338px;height:200px;}
.section-focus-pic .controler{position:absolute;bottom:35px;right:10px;}
.section-focus-pic .controler b{cursor:pointer;width:10px;height:10px;border-radius:10px;
    display:block;overflow:hidden;text-indent:20px;background: #fff;
    float:left;margin:0 0 0 5px;
}
.section-focus-pic .controler b.down{background:#88abda}



.text1 .sy_text .sy_xyxw dl dd .wz{
    width: 260px;
    height: 202px;
    float: right;
}
.text1 .sy_text .sy_xyxw dl dd .wz div{
    height: 20px;
    width: auto;
    margin-bottom: 16px;
    overflow: hidden;
}
.text1 .sy_text .sy_xyxw dl dd .wz div span{
    display: block;
    float: left;
    width: 50px;
    height: 20px;
    line-height: 20px;
}
.text1 .sy_text .sy_xyxw dl dd .wz div a{
    display: block;
    float: left;
    width: 210px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*通知公告*/
.text1 .sy_text .sy_tzgg{
    float: right;
    width: auto;
    height: auto;
}
.text1 .sy_text .sy_tzgg dl{
    width: 278px;
    height: auto;

}
.text1 .sy_text .sy_tzgg dl dt{
    height: 40px;
    border-bottom: 1px solid #5284ba;
    overflow: hidden;
    margin-bottom: 20px;
}
.text1 .sy_text .sy_tzgg dl dt span{
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
    font-size: 18px;
    display: block;
}
.text1 .sy_text .sy_tzgg dl dt a{
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #5284ba;
    font-size: 14px;
    display: block;
    background: url("imagesmore.png") no-repeat 0 12px;
    padding: 0 0 0 20px;
}
.text1 .sy_text .sy_tzgg dl dd{
    width: auto;
    height: auto;
}

.text1 .sy_text .sy_tzgg dl dd  div{
    height: 20px;
    width: auto;
    margin-bottom: 16px;
    overflow: hidden;
}
.text1 .sy_text .sy_tzgg dl dd div span{
    display: block;
    float: left;
    width: 50px;
    height: 20px;
    line-height: 20px;
}
.text1 .sy_text .sy_tzgg dl dd div a{
    display: block;
    float: left;
    width: 210px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*教学教务*/
.text1 .sy_text .two{
    width: 940px;
    height: auto;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.text1 .sy_text .sy_jxjw{
    float: left;
    width: 470px;
    height: auto;
}
.text1 .sy_text .sy_jxjw dl{
    width: auto;
    height: auto;
}
.text1 .sy_text .sy_jxjw dl dt{
    height: 40px;
    border-bottom: 1px solid #5284ba;
    overflow: hidden;
    margin-bottom: 20px;
}
.text1 .sy_text .sy_jxjw dl dt span{
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
    font-size: 18px;
    display: block;
}
.text1 .sy_text .sy_jxjw dl dt a{
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #5284ba;
    font-size: 14px;
    display: block;
    background: url("imagesmore.png") no-repeat 0 12px;
    padding: 0 0 0 20px;
}
.text1 .sy_text .sy_jxjw dl dd{
    width: auto;
    height: auto;
    overflow: hidden;
}
.text1 .sy_text .sy_jxjw dl dd .tu{
    width: 160px;
    height: 210px;
    float: left;
}
.text1 .sy_text .sy_jxjw dl dd .tu img{
    width: 100%;
    height: 100%;
}
.text1 .sy_text .sy_jxjw dl dd .wz{
    float: right;
    width: 300px;
    height: auto;
}
.text1 .sy_text .sy_jxjw dl dd .wz div{
    height: 20px;
    width: auto;
    margin-bottom: 18px;
}
.text1 .sy_text .sy_jxjw dl dd .wz div .a1{
    display: block;
    float: left;
    width: 85px;
    height: 20px;
    line-height: 20px;
    color: #155aae;
}
.text1 .sy_text .sy_jxjw dl dd .wz div .a2{
    display: block;
    float: left;
    width: 135px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text1 .sy_text .sy_jxjw dl dd .wz div span{
    width: auto;
    height: 20px;
    line-height: 20px;
    float: right;
}

/*科研学术*/

.text1 .sy_text .sy_kyxs{
    float: right;
    width: 430px;
    height: auto;
}
.text1 .sy_text .sy_kyxs dl{
    width: auto;
    height: auto;
}
.text1 .sy_text .sy_kyxs dl dt{
    height: 40px;
    border-bottom: 1px solid #5284ba;
    overflow: hidden;
    margin-bottom: 20px;
}
.text1 .sy_text .sy_kyxs dl dt span{
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
    font-size: 18px;
    display: block;
}
.text1 .sy_text .sy_kyxs dl dt a{
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #5284ba;
    font-size: 14px;
    display: block;
    background: url("imagesmore.png") no-repeat 0 12px;
    padding: 0 0 0 20px;
}
.text1 .sy_text .sy_kyxs dl dd{
    width: auto;
    height: auto;
    overflow: hidden;
}
.text1 .sy_text .sy_kyxs dl dd .tu{
    width: 160px;
    height: 210px;
    float: left;
}
.text1 .sy_text .sy_kyxs dl dd .tu img{
    width: 100%;
    height: 100%;
}
.text1 .sy_text .sy_kyxs dl dd .wz{
    float: right;
    width: 250px;
    height: auto;
}
.text1 .sy_text .sy_kyxs dl dd .wz div{
    height: 20px;
    width: auto;
    margin-bottom: 18px;
}
.text1 .sy_text .sy_kyxs dl dd .wz div .a1{
    display: block;
    float: left;
    width: 60px;
    height: 20px;
    line-height: 20px;
    color: #155aae;
}
.text1 .sy_text .sy_kyxs dl dd .wz div .a2{
    display: block;
    float: left;
    width: 113px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text1 .sy_text .sy_kyxs dl dd .wz div span{
    width: auto;
    height: 20px;
    line-height: 20px;
    float: right;
}

/*招生就业*/

.text1 .sy_text .three{
    width: 940px;
    height: auto;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.text1 .sy_text .three .sy_zsjy{
    float: left;
    width: 470px;
    height: auto;
}

.text1 .sy_text .three .sy_zsjy dl{
    width: auto;
    height: auto;
}
.text1 .sy_text .three .sy_zsjy dl dt{
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.text1 .sy_text .three .sy_zsjy dl dt span{
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
    font-size: 18px;
    display: block;
}
.text1 .sy_text .three .sy_zsjy dl dt a{
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #5284ba;
    font-size: 14px;
    display: block;
    background: url("imagesmore.png") no-repeat 0 12px;
    padding: 0 0 0 20px;
}
.text1 .sy_text .three .sy_zsjy dl dd{
    width: auto;
    height: auto;
}

.text1 .sy_text .three .sy_zsjy dl dd .wz{
    width: auto;
    height: auto;
}
.text1 .sy_text .three .sy_zsjy dl dd .wz div{
    height: 20px;
    width: auto;
    margin-bottom: 15px;
}
.text1 .sy_text .three .sy_zsjy dl dd .wz div .a1{
    display: block;
    float: left;
    width: 60px;
    height: 20px;
    line-height: 20px;
    color: #155aae;
}
.text1 .sy_text .three .sy_zsjy dl dd .wz div .a2{
    display: block;
    float: left;
    width: 300px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text1 .sy_text .three .sy_zsjy dl dd .wz div span{
    width: auto;
    height: 20px;
    line-height: 20px;
    float: right;
}

/*图片天地*/
.text1 .sy_text .three .sy_tptd{
    float: right;
    width: 430px;
    height: auto;
}
.text1 .sy_text .three .sy_tptd dl{
    width: auto;
    height: auto;
}
.text1 .sy_text .three .sy_tptd dl dt{
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.text1 .sy_text .three .sy_tptd dl dt span{
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
    font-size: 18px;
    display: block;
}
.text1 .sy_text .three .sy_tptd dl dt a{
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #5284ba;
    font-size: 14px;
    display: block;
    background: url("imagesmore.png") no-repeat 0 12px;
    padding: 0 0 0 20px;
}
.text1 .sy_text .three .sy_tptd dl dd{
    width: 430px;
    height: 160px;
}
.text1 .sy_text .three .sy_tptd dl dd .lb{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
/*序号*/
.text1 .sy_text .three .sy_tptd dl dd .lb img {
    vertical-align: bottom;
}
.jd_ad_slide {
    width:280px;
    height:160px;
    float: left;
    position: relative;
}
.jd_ad_img {
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.jd_ad_btn {
    position: absolute; right: 10%; bottom: 8px;display: none;
}
.jd_ad_btn_a {
    width: 22px; height: 22px;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
    color: #fff;
    float: left;
}
.jd_ad_btn_a:hover {
    text-decoration: none;
}
.jd_ad_btn .active {
    background-color: #038700; color:#038700;
}

/*友情链接*/
.yqlj{
    width: 1020px;
    height: 133px;
    margin: 0 auto;
    margin-top:30px ;
    overflow: hidden;
}
.yqlj .zuo{
    float: left;
    width: 810px;
    height: 70px;
    margin: 10px 0 0 10px;
    padding-left: 30px;
    background: url("imagesyqlj_bj.png") no-repeat center right;
    /*//Firefox4.0-*/
    -moz-box-shadow:0 0 10px #000;
    /*//Safariand Google chrome10.0-*/
    -webkit-box-shadow:0 0 10px #000;
    /*//Firefox4.0+、 Google chrome 10.0+ 、 Oprea10.5+ and IE9*/
    box-shadow:0 0 10px #9c9c9c;
    overflow: hidden;
}
.yqlj .zuo .bt {
    width: auto;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #155aae;
    float: left;
    margin-right: 10px;
}
.yqlj .zuo  .nr {
    width: 600px;
    height: 70px;
    overflow: hidden;
    float: left;
    padding: 5px 0;
}
.yqlj .zuo  .nr a{
    color: #686969;
    font-size: 14px;
    margin-right: 10px;
    line-height: 30px;
}
.yqlj .you{
    float: right;
    width: 136px;
    height: 70px;
    margin: 10px 10px 0 0;
    /*//Firefox4.0-*/
    -moz-box-shadow:0 0 10px #9c9c9c;
    /*//Safariand Google chrome10.0-*/
    -webkit-box-shadow:0 0 10px #9c9c9c;
    /*//Firefox4.0+、 Google chrome 10.0+ 、 Oprea10.5+ and IE9*/
    box-shadow:0 0 10px #9c9c9c;
}
.yqlj .you .zi{
    width: auto;
    height: 70px;
    color: #155aae;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
}


/*bottom*/
.bottom{
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #88abda;
}
.bottom div{
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    min-width: 200px;
    width: 600px;
}

/*bottom*/
.bottom_1{
    background-color: #fff;
}
.bottom_1 div{
    color: #84909c;
}





























