/* 样式重置 */
html,body,ul,li,ol,img,a,p,div,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
html{
	font-size: 14px;
}
body{
	font-family: "微软雅黑";
}
a,
a:hover{
	color: #333;
	text-decoration: none;
}
li,
a{
	transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease-in-out;
}
i,em{
	font-style: normal;
}
ul,ol{
	list-style: none;
}
input{
	border: none;
	border: 1px solid #ccc;
	outline: none;
}
img{
	display: inline-block;
	border: 0 none;
}
/* 添加新的样式 */
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.clearfix::before,
.clearfix::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.areaheart{
	width: 1200px;
	margin: 0 auto;
}
.sheng{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cb{
	clear: both;
}

.top{
	position: relative;
	height: 130px;
	width: 100%;
	overflow: hidden;
	background: #3b884c;
}
.top .areaheart{
	position: relative;
	z-index: 2;
}
.top .bg{
	position: absolute;
}
.top .bg img{
	display: block;
}
.top .bg01{
	left: 0;
	bottom: 0;
}
.top .bg02{
	left: 680px;
	top: 30px;
}
.top .bg03{
	right: 0;
	bottom: 0;
}
.logo_rgt li{
	float: left;
	margin: 5px 6px;
	line-height: 30px;
}
.logo_rgt li a{
	color: #fff;
}
.logo_rgt li a:hover{
	color: #d3bb73;
}

.search{
	position: relative;
	height: 28px;
	width: 238px;
	border-radius: 28px;
	overflow: hidden;
	border: 1px solid #fff;
}
.search input{
	position: absolute;
	top: 0;
	border: 0 none;
	outline: none;
	padding: 0;
}
.search .ipt_txt{
	left: 0;
	width: 200px;
	height: 28px;
	line-height: 28px;
	background: transparent;
	text-indent: 10px;
	color: #fff;
}

.search .ipt_txt::-webkit-input-placeholder {
	color: #f3ecec;
}
.search .ipt_sub{
	right: 0;
	width: 28px;
	height: 28px;
	cursor: pointer;
	text-indent: -999em;
	background: url(../img/icon_search.png) no-repeat center;
	background-color: transparent;
}
.logo{
	margin-top: 30px;
}
.logo_rgt{
	margin-top: 30px;
}
.nav{
	height: 55px;
	line-height: 55px;
	background: #fff;
}
.nav li{
	float: left;
	
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 9999;
}
.nav li a{
	display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    color: #333;
}
.nav li a:hover,
.nav li.hot a{
	color: #fff;
	background: #d3bb73;
}

.nav li dl{
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
	background: #d3bb73;
	font-size: 14px;
	display: none;
}
.nav li dl dd{
	height: 36px;
	line-height: 36px;
	border-top: 1px solid #3b884c;
}
.nav li dl dd a{
	color: #fff;
}
.nav li dl dd a:hover{
	color: #3b884c;
}





.part_banner{
	height: 400px;
}
.flexslider {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.slides {
    position: relative;
    z-index: -1;
}
.slides li {
    height: 400px;
    z-index: -1;
}
.slides a{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
           height: 52px;
	line-height: 52px;
	z-index: 99;
	width: 100%;
	text-align: center;
	background: url('../img/bg_banner.png') repeat;
background: transparent;
}
.flex-direction-nav {
    /*background: pink;*/
}
.flex-direction-nav li a{
	position: absolute;
	top: 48%;
	right: 30px;
	display: block;
	width: 26px;
	height: 30px;
	background: url(../img/icon_rgt02.png) no-repeat center;
}
.flex-direction-nav li a:hover{
	background-image: url(../img/icon_rgt01.png);
}
.flex-direction-nav li .flex-prev{
	right: auto;
	left: 30px;
	background-image: url(../img/icon_rgt04.png);
}
.flex-direction-nav li .flex-prev:hover{
	background-image: url(../img/icon_rgt03.png);
}
.flex-control-nav {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    height: 40px;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    *display: inline;
    zoom: 1;
    border-radius: 10px;
}
.flex-control-nav a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    text-indent: -999em;
    cursor: pointer;
    background-color: #fff;
}
.flex-control-nav .flex-active {
    background-color: #3b884c;
}
.part01{
	width: 100%;
	/*height: 425px;*/
	margin: 25px 0;

}
.title_idx{
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #3b884c;
}
.title_idx h2{
	display: block;
	color: #3b884c;
	font-weight: normal;
	font-size: 20px;
	float: left;
}
.title_idx a{
	float: right;
	font-size: 14px;
	margin-right: 8px;
	color: #666;
}
.title_idx a:hover{
	color: #3b884c;
}
.part01 .news{
	width: 65%;
	height: 425px;
	float: left;
}
.part01 .news_txt{
	float: left;
	width: 47.5%;
}
.same_box ul{
	padding: 10px 0;
}
.same_box li{
	height: 40px;
	line-height: 40px;
	background: url(../img/icon01.png) no-repeat left center;
}
.same_box li a{
	float: left;
	font-size: 14px;
	color: #333;
	text-indent: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 70%;
}
.same_box li a:hover{
	color: #3b884c;
}
.same_box li .date{
	float: right;
	font-size: 12px;
	color: #aaa;
}

.part01 .news_img{
	float: right;
	width: 48.5%;
}
.slideBox{ width:100%; height:340px; margin-top: 20px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:80px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  
	width:8px; background: #fff; text-indent: -999px;
	height:8px; cursor:pointer; border-radius: 8px;}
.slideBox .hd ul li.on{ background:#3b884c; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative; height:340px;}
.slideBox .bd img{ width:100%; height:260px; display:block;  }
.slideBox .bd li .pic_txt{ 
	position: absolute;bottom: 0;left: 0;
	width: 84%; height: 60px; 
	padding: 10px 8%;
	background: url(../img/bg_ns.png) no-repeat right bottom;
	line-height: 30px; background-color: #3b884c;  
	color: #fff; font-size: 16px; 
}
.slideBox .bd li .date{
	font-size: 12px;
}

.part01 .notice{
	width: 32%;
	height: 425px;
	float: right;
}
 

.slideTxtBox{ width: 100%;text-align:left;  }
.slideTxtBox .hd{ height:54px; line-height:54px; border-bottom:1px solid #3b884c;  position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:-1px; width: 100%;  }
.slideTxtBox .hd ul li{ font-size: 20px; float:left;  cursor:pointer; color: #aaa; }
.slideTxtBox .hd ul li.on{ color: #3b884c; }
.slideTxtBox .hd ul li i{ margin: 0 10px;color: #3b884c; }
.slideTxtBox .hd ul li a{
	position: absolute;
	right: 10px;
	display: none;
	color: #999;
	font-size: 14px;
}
.slideTxtBox .hd ul li.on a{
	display: inline;
}
.slideTxtBox .hd ul li a:hover{
	color: #3b884c;
}
.slideTxtBox .bd ul{ padding: 10px 0; zoom:1;  }
.list li,
.slideTxtBox .bd .notice_li li{ position: relative; height:40px; line-height:40px; }
.slideTxtBox .bd .notice_li li a{
	font-size: 14px;
	color: #333;
	padding-left: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 80%;
}
.list li .date,
.slideTxtBox .bd .notice_li li .date{ 
	position: absolute;
	left: 0;
	top: 15px;
	color:#3b884c; 
	line-height: 16px;
	font-size: 14px; font-weight: bold;
	display: block;
	width: 50px;
	border-right: 1px solid #ceb363;
}
.list li a:hover,
.slideTxtBox .bd .notice_li li a:hover{
	color: #3b884c;
}

.part02{
	width: 100%;
}
.part02 .same_box{
	float: left;
	width: 31%;
}

.part03{
	position: relative;
	height: 122px;
	background: #ebebeb;
	padding: 20px 0;
}
.part03 .title_idx{
	display: none;
}
.part03 .zt_title{
	position: absolute;
	left: 0;
	top: 0;
	height: 162px;
}
.part03 .zt_title img{
	display: block;
	height: 100%;
}
.picMarquee-left{ width:1100px;  overflow:hidden; position:relative;
	margin-left: 80px;
}
.picMarquee-left .hd{ display: none;}
.picMarquee-left .bd{ padding:0px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 9px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:262px; height:122px; display:block;}
.picMarquee-left .bd ul li .pic a:hover img{  }
.picMarquee-left .bd ul li .title{ display: none;}


.foot{
	border-top: 5px solid #003d0e;
	padding: 25px 0;
	background: #3b884c;
	margin-top: 35px;
}

.foot_lf{
	float: left;
	color: #fff;
	width: 32.5%;
}
.links{
	position: relative;
	width: 200px;
	height: 42px;
	background: #003d0e;
}
.links_btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 42px;
	cursor: pointer;
	border-left: 1px solid #3b884c;
	background: url(../img/icon_sj.png) no-repeat center;
}
.links p{
	line-height: 42px;
	text-indent: 16px;
}
.links ul{
	position: absolute;
	left: 0;
	bottom: 42px;
	width: 100%;
	background: #227134;
	display: none;
}
.links li{
	text-indent: 16px;
	line-height: 32px;
	border-bottom: 1px solid #3b884c;
}
.links li a{
	display: block;
	color: #fff;
}
.links li a:hover{
	background: #003d0e;
}
.copy_right{
	font-size: 12px;
	line-height: 28px;
	margin-top: 10px;
}
.foot_mid{
	float: left;
	width: 34%;
	text-align: center;
	border-left: 1px solid #49aa5f;
	border-right: 1px solid #49aa5f;
}
.foot_rgt{
	float: left;
	width: 33%;
}
.foot_rgt ul{
	margin: 0 auto;
	width: 360px;
}
.foot_rgt li{
	float: left;
	width: 120px;
	text-align: center;
	color: #fff;
	line-height: 28px;
}
.foot_rgt li img{
	display: block;
	width: 80px;
	height: 80px;
	margin: 5px auto;
	margin-top: 15px;
}

/*二级页面*/
.banner_sm{
	width: 100%;
	height: 320px; 
	margin-bottom: 20px;
}
.banner_sm2{ height: 400px;  }
.banner_sm div{
	height: 100%;
}
/*侧边栏导航*/
.side_nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
}
.side_nav h2{
	font-size: 20px;
	color: #fff;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: url('../img/bg_side.png') no-repeat right bottom;
	background-color: #3b884c;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; margin: 0;
}
.side_nav li{
	height: 58px;
	line-height: 58px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcd2ae;
	background-color: #f5f1e5;
}
.side_nav li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-left: 4px solid #f5f1e5;
}
.side_nav li.on a{
	color: #b29873;
	border-left-color: #b29873;
	background: url('../img/icon02.png') no-repeat 94% center;
	background-color: #fff;
}
 .side_nav li:hover a{
	color: #b29873;
} 

.side_cont{
	padding-left: 290px;
	min-height: 500px;
}
.place{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #3B884C;
}
.place h2{
	float: left;
	font-size: 20px;
	color: #3B884C;
	font-weight: normal;
}
.place p{
	float: right;
	font-size: 12px;
	color: #afafaf;
	padding-left: 25px;
	background: url('../img/icon_place.png') no-repeat left center;
}
.place p a{
	color: #afafaf;
}
.place p a:hover{
	color: #3B884C;
}
/*列表页*/
.list li{
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	text-indent: 20px;
	border-bottom: 1px dashed #ddd;
	background: url('../img/icon01.png') no-repeat left center;
}
.list li p{
	float: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 72%;
}
.list li span{
	float: right;
	color: #696969;
}
.list li:hover{
	text-indent: 16px;
}
.list li:hover span,
.list li:hover p{
	color: #3B884C;
}
.page{
	padding: 30px 0 50px 0;
}

/*内容页*/
.art_head{
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #ddd;
}
.art_head h4{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	padding-top: 15px;
}
.art_head p{
	font-size: 14px;
	color: #888;
	line-height: 30px;
}
.art_head p span{
	margin: 0 8px;
}
.article_in{
	font-size: 15px;
	color: #333;
	line-height: 26px; 
	text-align: justify;
}
.article_in img{
	max-width: 100%;height: auto !important;
	margin: 0px auto;
}
.article_in p{     color: #444;
    font-size: 16px !important;
    line-height: 32px !important;
    text-indent: 2em!important;
    font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1" !important;} 
.article_in p span{
font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1" !important;} 

}
video,
.article_in video{
	max-width: 100% !important;
}
.fy{
	font-size: 14px;
	padding: 10px 0;
	border-top: 2px solid #dfdfdf;
	padding-bottom: 30px;
	margin-top: 20px;
}
.fy p{
	line-height: 34px;
	color: #333;
}
.fy a{
	color: #333;
}
.fy a:hover{
	color: #3B884C;
	padding-left: 1px;
}

/*师资队伍列表页*/
.list_teacher{
	padding-top: 30px;
}
.teacher_box{
	margin-bottom: 40px;
	box-shadow: 0 0px 8px 0px #ddd;
}

.teacher_box dt{
	height: 52px;
	line-height: 52px;
	width: 100%;
	background: #3b884c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 30px;
}
.teacher_box dd{
	padding: 10px 1%;
}
.teacher_box ul li{
	float: left;
	width: 12.5%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.teacher_box ul li a{
	display: block;
	margin: 0 auto;
	height: 100%;
	color: #333;
	width: 44px;
	text-align: justify;
}
.teacher_box ul li:hover{
	background: #f5f1e5;
}
.teacher_box ul li:hover a{
	color: #3b884c;
}

.teacher_box ul li a{
    text-align:justify;
    text-justify:distribute-all-lines;/*ie6-8*/
    text-align-last:justify;/* ie9*/
    -moz-text-align-last:justify;/*ff*/
    -webkit-text-align-last:justify;/*chrome 20+*/
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
    .teacher_box ul li a:after{
        content:".";
        display: inline-block;
        width:100%;
        overflow:hidden;
        height:0;
    }
}

/*现任领导*/
.leader{
	padding-top: 30px;
}
.leader li{
	position: relative;
	padding: 25px;
	min-height: 150px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
	transition: 0s;
}
.leader li:hover{
	z-index: 2;
	background: url(../img/bg_leader.png) no-repeat right bottom;
	background-color: #f3ecd5;
	box-shadow: 0 0 20px 0 #dbd2c4;
}
.leader .img_box{
	position: absolute;
	left: 25px;
	top: 25px;
	overflow: hidden;
	width: 117px;
	height: 150px;
}
.img_box img{
	display: block;
	width: 100%;
	height: 100%;
}

.leader .txt_box{
	padding-left: 140px;
}
.leader .txt_box p{
	font-size: 12px;
	color: #333;
	line-height: 28px;
}
.leader .txt_box b{
	color: #3b884c;
}
.nav_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.nav_icon2 {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 32px;
    height: 23px;
    display: none;
    z-index: 9;
}
.nav_icon2 img {
    display: block;
    width: 100%;
    height: 100%;
}

/*毕业作品展*/
.side_cont_show{
	padding-left: 0 !important;
}

.campus{
	padding-top: 30px;
}
.campus li{
	float: left;
	width: 23%;
	margin: 0 1%;
	margin-bottom: 30px;
	transition: all .3s ease-in-out;
	background: #fff;
}
.campus li .img_box{
	width: 100%;
	overflow: hidden;
}
.campus li .show_txt{
	padding: 20px;
	color: #333;
	transition: all .3s ease-in-out;
}
.campus li .show_txt:hover{
	color: #3B884C;
}
.campus li .show_txt p,
.campus li .show_txt b{ 
overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
display: block;
width: 100%;
 }
.campus li p{
height: 32px;
	line-height: 32px;
	/*height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;*/
}
.campus li:hover{
	/*transform: translate(0, -2px);*/
    box-shadow: 0 2px 15px 0px #ddd;
}
.img_box img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.campus li .img_box img:hover{
	transform: scale(1.02);
}
.article_in table{ width: 100%; max-width: 100%; }

.article{
	background: #fff;
}




/* 活动预告 */
.activityList li{
	margin-bottom: 15px;
	background: #f7f7f7;
}
.activityList li.last{
	margin-bottom: 0;
}
.activityList li .time{
	float: left;
	background: #b29873;
	width: 46px;
	padding: 8px;
	height: 60px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
.activityList li .time .yearM{
	height: 30px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px dashed #fff;
}
.activityList li .time .date{
	height: 34px;
	line-height: 34px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.activityList li .msg h4{
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.activityList li .msg h4 a{
	color: #006316;
}
.activityList li .msg h4 a:hover{
	font-weight: bolder;
}
.activityList li .msg span{
	height: 22px;
	line-height: 22px;
	display: block;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;font-size: 12px;
}
.activityList li .msg span.ActivityTime{
	background: url(../img/time1.png) no-repeat left center;
}
.activityList li .msg span.Place{
	background: url(../img/location.png) no-repeat left center;
}










