@charset "gb2312";

* {outline: none;}
img {border: 0 none;}
a {text-decoration: none;}
p {margin: 0;padding: 0;}
ul {padding: 0;margin: 0;}
li {list-style: none;}

.sy_title{float:left;height: 44px;width:100%;border-bottom:1px solid rgba(33, 113, 203, 0.6);line-height:40px;}
.sy_title span{font-size:22px;color:#2171cb;}
.sy_title span img{line-height:40px;float:left;padding-right: 10px;margin-top: 8px;}
.sy_title a{float:right;font-size:14px;font-weight:normal;color:#2171cb;}

/****侧边浮动****/
.fud{float:right;position:fixed;z-index: 99;top:320px;width:80px;right:0;}
.fud .fd_m{width:70px;height:70px;border:1px solid rgba(255, 255, 255, 0.4);margin:4px;}
.fud li{width:80px;height:80px;float:left;margin-bottom:6px;background-color:#2171cb;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
.fud li h3{font-size:12px;color:#fff;text-align:center;}
.fud li span{width:24px;height:24px;float:left;padding:20px 24px 0 24px;}
.fud li:nth-child(1) span{background:url(../images/mail.png) no-repeat center;}
.fud li:nth-child(2) span{background:url(../images/dh.png) no-repeat center;}
.fud li:nth-child(3) span{background:url(../images/qq.png) no-repeat center;}
.fud li:nth-child(4) span{background:url(../images/wechat.png) no-repeat center;}
.fud .fd_sub{display:none;float: right;min-height:68px;padding:8px 16px;position: relative;color: #fff;margin-right: 84px;top: -65px;background-color: #3abb74;}
.fud .fd_sub:before{content: '';display: inline-block;width: 0;height: 0;border: 8px solid transparent;border-left: 8px solid #3abb74;position: absolute;top: 36px;right: -16px;}
.fud .fd_sub p{background-color: #3abb74;min-width:116px;text-align:center;}
.fud .fd_sub p{float:left;font-size: 16px;line-height:68px;}
.fud .fd_sub img{width:120px;height:120px;}
.fud li:last-child .fd_sub p{padding:6px 0;height:120px}
.fud li:hover{background-color:#3abb74;}
.fud li:hover .fd_sub{display:block;}


/****板块01****/
.bk01{background:#f1f6fb;height: 400px;padding: 24px 0;}
/****最新动态****/
.bk01 .zxdt{width:860px;height: auto;float:left;}
/*********** 图片新闻 ***********/
.pic_new {position:relative;width:440px;height:338px;margin-top: 20px;overflow: hidden;float:left;}
.pic_new .pic { width:440px; height:290px;display: block;}
.pic_new .pic img {width:440px; height:290px;display: block;}
.pic_new .txt-bg {position: absolute;bottom:0px;left:0px;z-index: 1;height:48px;width:440px;margin:0 auto;overflow: hidden;background:#ffffff;}
.pic_new .txt { position:absolute;left:0px; bottom:0px; z-index:2; height:48px; display:block; width:590px; overflow:hidden;}
.pic_new .txt li{ height:48px;position:absolute;bottom:-48px;display:block;width:440px;overflow:hidden;}
.pic_new .txt li a{display:block;width:320px;height:48px;color:#333;font:16px/48px "微软雅黑"; padding:0px 10px;overflow:hidden;text-align:left;padding-left:20px;text-overflow:ellipsis;white-space: nowrap;}
.pic_new .num{position: absolute;z-index: 3;bottom:20px;right: 5px;}
.pic_new .num li{float: left;position:relative;width:8px;height:8px;font:12px/15px "宋体";overflow: hidden;text-align: center;margin-bottom:0px;cursor:pointer;margin-right:5px;border-radius:4px;}
.pic_new .num li a,.pic_new .num li span{position: absolute; z-index:2; display:block;width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;font-size:0px; }
.pic_new .num li span {z-index: 1;background:rgba(33, 113, 203, 0.4);filter: alpha(opacity=90);opacity: 0.90;font-size:0px;}
.pic_new .num li.on a,.pic_new .num a:hover{ background:#2171cb;}

/* 新闻列表 */
.bk01 .news_right{width: 410px;height:360px;float:right;overflow:hidden;margin-top: 12px;}
.bk01 .sy_title a{/* margin-right: 20px; */}
.bk01 .news_right ul {display: inline-block;width: 100%;height: 100%;position: relative;margin-top:8px;}
.bk01 .news_right ul li{width: 100%;height: 80px;float:left;background-color:#fff;padding-left: 16px;margin-bottom:6px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.bk01 .news_right ul li span{float:left;width: 48px;text-align:center;font-size: 12px;color:#aaa;line-height: 30px;margin-right: 20px;}
.bk01 .news_right ul li span h3{font-size: 24px;color:#aaa;border-bottom:1px solid #ddd;line-height: 40px;margin-top: 6px;}
.bk01 .news_right ul li a{width: 300px;height: 32px;font-size: 18px;color:#333;line-height: 32px;padding-top:10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;float: left;}
.bk01 .news_right ul li a:nth-child(1){width:510px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.bk01 .news_right ul li a p{width:300px;height:40px;font-size:14px;color: #999;line-height:20px;margin-top:-10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;float: left;}
.bk01 .news_right ul li:hover{background-color:#2171cb;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.bk01 .news_right ul li:hover span,.bk01 .news_right ul li:hover span h3,.bk01 .news_right ul li:hover a,.bk01 .news_right ul li:hover a p{color:#fff;}
.bk01 .news_right ul li:hover span h3{border-bottom:1px solid rgba(255, 255, 255, 0.4);}

/****通知公告****/
.bk01 .tzgg{width:410px;height: auto;float:right;}
.bk01 .gg_main ul{padding-top: 10px;float: left;}
.bk01 .gg_main li{width:410px;float:left;border-bottom: 1px #ddd dashed;padding: 10px 0;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
.bk01 .gg_main li:last-child{border:none;}
.bk01 .gg_main h3{width: 58px;height: 48px;border:1px solid #2171cb;color:#2171cb;font: 22px/26px "微软雅黑";text-align:center;float:left;}
.bk01 .gg_main h3 span{color:#fff;width: 58px;height: 22px;float:left;background-color:#2171cb;font: 12px/22px "微软雅黑";}
.bk01 .gg_main a{width: 320px;float:left;margin-left: 24px;font: 18px/24px "微软雅黑";color:#424242;}
.bk01 .gg_main li:hover a{color:#2171cb;}


/****板块01****/
.bk02{background:#fff;height:360px;padding:20px 0;}
/****专业介绍****/
.bk02 .zyjs{float:left;margin-bottom: 30px;}
.zyScroll{overflow:hidden; position:relative;}
.zyScroll .hd{font-size:0;position: absolute;display:none;line-height: 324px;}
.zyScroll .hd .prev,.zyScroll .hd .next{position:absolute;top: 200px;display:block;width:32px;height:60px;background:url(../images/l_l.png) left center no-repeat;z-index: 2;}
.zyScroll .hd .next{left: 1268px;background:url(../images/l_r.png) right center no-repeat;}
.zyScroll .hd ul{float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.zyScroll .hd ul li{float:left;overflow:hidden;text-indent:-999px; cursor:pointer;}
.zyScroll .bd ul{ overflow:hidden; zoom:1; }
.zyScroll .bd ul li{float:left;_display:inline;overflow:hidden;text-align:center;width:410px;height:440px;margin-right: 32px;}
.zyScroll .bd ul li:nth-child(3n+1){background:url(../images/zy01.png) no-repeat;}
.zyScroll .bd ul li:nth-child(3n+2){background:url(../images/zy02.png) no-repeat;}
.zyScroll .bd ul li:nth-child(3n+3){background:url(../images/zy03.png) no-repeat;}
.zyScroll .bd ul li .zy_title{color:#fff;text-align:center;font-size:24px;padding-top:40px;}
.zyScroll .bd ul li .zy_pic{width: 340px;height:180px;float:left;margin: 20px 28px;border:2px solid #fff;overflow:hidden;}
.zyScroll .bd ul li .zy_pic img{transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 01s;-o-transition: all 1s;}
.zyScroll .bd ul li p{font:14px/22px "微软雅黑";color:#fff;width:340px;height:40px;margin-left:30px;float:left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.zyScroll .bd ul li a{width:340px;height:48px;float:left;margin:24px 30px;border:1px solid #fff;font:16px/48px "微软雅黑";color:#fff;text-align:center;}
.zyScroll .bd ul li:hover img{transform:scale(1.05) ; -webkit-transform:scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);}
.zyScroll .bd ul li a:hover{background-color:#fff;color:#2171cb;transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;}
.zyScroll:hover .hd{display:block;}
/****教学管理-学生工作-技能竞赛****/
.bk02 .xwlb{width:410px;float:left;margin-right:35px;}
.bk02 .xwlb:last-child{margin-right:0;}
.bk02 .xw_list{float:left;margin-top: 10px;}
.bk02 .xw_list ul li{width: 400px;height: 40px;background: url(../images/yx_ico.png) no-repeat left;line-height:40px;padding-left:16px;}
.bk02 .xw_list ul li a{width:280px;color:#333;font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;float:left;}
.bk02 .xw_list ul li span{float:right;color:#bbb;font-size:13px;}
.bk02 .xw_list ul li:hover a{color:#2171cb;}

/****  bk03  ****/
.bk03{width:100%;float:left;background:#f1f6fb;padding-bottom: 30px;}
.slideGroup{width: 1300px;overflow:hidden;}
.slideGroup .parHd{width:  100%;margin: 30px 0;text-align:  center;background: url(../images/bg_title.png) no-repeat center;}
.slideGroup .parHd span{font-size:24px;color:#2171cb;text-align:center;}
.slideGroup .slideBox{zoom:1;position:relative;}
.slideGroup .sPrev,.slideGroup .sNext{position:absolute;top: 100px;display:block;width:32px;height:60px;background:url(../images/l_l.png) left center no-repeat;}
.slideGroup .sNext{left: 1268px;background:url(../images/l_r.png) right center no-repeat;}

.slideGroup .parBd ul{ overflow:hidden; zoom:1;}
.slideGroup .parBd ul li {width: 310px;height:240px;margin-right:20px;float:left;}
.slideGroup .parBd ul li a {width: 310px;height:240px;position:relative;overflow:hidden;display:block;}
.slideGroup .parBd ul li a p {width: 310px;height: 220px;display:block;text-align:center;background-color: rgba(13, 89, 167, 0.16);}
.slideGroup .parBd ul li a p img{max-width: 100%; max-height:100%;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.slideGroup .parBd ul li a:hover img{transform:scale(1.05) ; -webkit-transform:scale(1.05);-ms-transform:scale(1.05);-moz-transform:scale(1.05);}
.slideGroup .parBd ul li a span{width:310px;height:40px;position:absolute;display:block;font:14px/40px "微软雅黑";text-align:center;bottom:0px;left:0px;color: #666;background: #fff;transition-duration:400ms;-webkit-transition-duration:400ms;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}

