@charset "utf-8";

@media  (min-width: 1366px) and (max-width:1600px) { 
	body{overflow-x: scroll;width: 100%;}
}
@media screen and (max-width:1365px) { 
	body{min-width: 1600px;    }
}
#js271206jsclock{display:inline-block;}
.inner {
	width: 1600px;
	margin: 0px auto;
}
.links .inner{
	
background: #e5ece8;
}
.top .inner{background:#e4e9e6;}
.footer .inner{
	background: #08612d;
    padding: 15px 0px;
}
.top {
	background-color: #e4e9e6;
	line-height: 40px;
	color: #666;
}
.top a{
	padding: 0px 15px;
}
.neiimg{position:relative;}
.sannav{
  /* width: 100%; */
  margin: 30px 0px;
  /* background:#d8ece0; */
  overflow: hidden;
  display: flex;
}
.sannav {overflow:hidden;/* margin:auto; */}
.sannav li{
    float:left;
    height: 50px;
    padding: 0px 35px;
    border: 1px solid #ccc;
    margin-right: 20px;
}
.sannav  li{
    font-size: 16px;
    font-weight:bold;
    display:block;
    line-height: 50px;
}
.sannav  li:hover{
	 background:#e68b0a;
}
.sannav  li:hover{color:#fff;}
.sannav .active{ background:#e68b0a; color:#fff;}
.tab {
	position: relative;

}

.tab-hd {
	box-sizing: border-box;

}





.tab-bd {
	width: 100%;
	/* 	margin-top: 5px; */
}

.tab-bd>li {
	display: none;
	position: relative;
}

.tab-bd .thisclass {
	display: block;
}

.tab_more{
	display:block;
	width:200px;
	height:50px;
	font-size:18px;
	line-height:50px;
	margin:40px auto;
	border:1px solid #ccc;
	text-align:center;

}

.tab_more:hover {
	background:#e68b0a; color:#fff;
}


.nav_right .pic_list ul li{
	float: left;
	width: 31%;
	margin-left: 20px;
	position: relative;
	margin-top: 30px;
}
.ul_pic img{width: 100%;min-height: 255px;}
/*.nav_right .third{
	margin-right: 0px;
}*/
.ul_pic {height:298px;overflow:hidden;}
.nav_right ul li a{display: block;}
.nav_right .pic_list ul li p{
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 40px;
	padding: 0px;
	overflow: hidden;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* margin: 0px 3%; */
	box-sizing: border-box;
	padding: 0px 10px;
	color: #FFFFFF;
	text-align: center;
	background: rgba(0,99,41,0.7);
}



.teacher1{margin:30px 0px;}
.teacher1 ul li{
 float: left;
 height: 35px;
 line-height: 35px;
 margin-bottom: 15px;
 background-color: #efefef;
 margin-right: 1px;
 text-align: center;
 width: 9.8%;
}
.teacher1 ul li a{
 font-size: 15px;
}
.pic1_title{
overflow: hidden;
margin-bottom: 30px;
}
.pic1_title>h2{
font-size: 18px;
font-weight: bold;
background-color: #fff;
color: #08612d;
padding-right: 15px;
float: left;
}
.play{display:none;}
.nav_left .act .play{display:block;}
/* 头部*/
.header {
	background: #08612d url(../img/topbg.png) no-repeat center top;
}
.header .inner{
	background:url(../img/topbg.png) no-repeat center top;
}
.logo {
	padding: 25px 0px;
}

.logo_right {
	margin-top: 48px;
}



.logo_right .last {
	border-right: none;
	padding-right: 0px;

}

/* 搜索*/

.search {
	width: 250px;
	height: 50px;
	background: url(../img/search.png) no-repeat left center;
	/* border: 1px solid #fff; */
	/* border-radius: 15px; */
}

.search input {
	border: none;
	outline: none;
	display: block;
	background: none;
	line-height: 30px;
	color: #fff;
}

.search .inp {
	float: left;
	width: 200px;
	height: 50px;
	background: transparent;
	color: #fff !important;
	text-indent: 5px;
}

.search .sub {
	width: 36px;
	height: 46px;
	background-color: none;
	float: right;
	margin-right: 5px;
	margin-top: 7px;
}

/*导航*/
/*nav*/

.nav {
	width: 100%;
	/* background-color: #055325; */
	/* box-shadow:0px 5px 5px #a3cadf; */
}

.nav ul>li {
	float: left;
	text-align: center;
	padding-left: 51px;
	padding-right: 51px;
	position: relative;
	border:none;
}

.nav ul>li:hover{
	background-color:#08612d;
}
.nav ul>li:hover >a{color:#fff;}
.nav ul>li>a {
	font-size: 20px;
	color: #333;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	/* border-bottom: 1px solid #fff; */
}

.nav li ol {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50px;
	/* margin-left: 100px; */
	z-index: 9999;
	/* min-width: 200px; */
	display: none;
	background: rgba(2,64,28,0.75);
}

.nav li ol li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.nav li ol li:hover{
	background: #08612d;
}

.nav li ol li a {
	display: block;
	width: 96%;
	font-size: 18px;
	margin: 0px 2%;
	color: #fff;
}

.nav li ol li:hover a {
	font-weight: bold;
}

.nav li ol.widths li {
	width: 268px;
}

.nav li ol.widths li a {
	width: 50%;
}

.nav ul>li:hover ol {
	display: block;
	z-index: 999;
}




/* banner */
/**主页banner开始**/

.banner_wrap {

	position: relative;
}
.banner_wrap:hover .centered-btns_nav,.news_left:hover .centered-btns_nav{opacity:1;}
.rslide li {
	position: relative;
}

.rslide li a {
	display: block;
}

.rslide li img {
	width: 100%;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	bottom: 5px;
	right: 60px;
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 14px;
	text-align: center;
	*display: inline;
	*zoom: 1;
	background: url(../img/dot2.png) no-repeat left center;
}

.centered-btns_tabs .centered-btns_here a {
	background: url(../img/dot1.png) no-repeat left center;
}


.centered-btns_nav {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
	width: 40px;
	height: 74px;
	overflow: hidden;
	color: transparent;
	background-position: center;
	opacity:0;
}

.banner_wrap .prev,.news_left .prev{
	background-image: url(../img/banl.png);
	left: 0px;

}

.banner_wrap .next,.news_left .next {
	right: 0px;
	background-image: url(../img/banr.png);
} 
.caper{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 60px;
	line-height: 50px;
}



/* 学院新闻 */
.main1 {
	margin-top: 20px;
}

.news {
	width: 1054px;
}

.news_title {
	border-bottom: 2px solid #08612d;
	
}

.news_title>h1 {
	width: 215px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
	/* padding-bottom: 7px; */
	text-indent: 25px;
	background: url(../img/titlebg.png) no-repeat left center;
}

.news_title>a {
	font-size: 14px;
	color: #666666;
	display: block;
	line-height: 45px;
	margin-right: 5px;
	position: relative;
	z-index: 99;
}

.news_left {
	width: 540px;
	height: 330px;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
}

.news_left img {
	width: 100%;
	height: 100%;
}

.cap {
	height: 50px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	color: #FFFFFF;
	padding: 0px 15px;
	box-sizing: border-box;
}

.cap h3 {
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.news .news_list{width:490px;}
.news_left .centered-btns_tabs {
	bottom: 5px;
	left: initial;
	right: 20px;
	display: none;
}

.news_left .centered-btns_tabs a {
	width: 15px;
}

.news_left .rslide li {
	height: 330px;
	position: relative;
}

.news_list {
	width: 505px;
	margin-top: 10px;
}

.news_list ul li {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px dotted #DCDCDC;
	overflow: hidden;

}

.news_list ul li a {
	font-size: 19px;
	width: 73%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 20px;
	float: left;
	background: url(../img/dot.png) no-repeat left center;
}

.date1 {
	float: right;
	font-size: 20px;
}

.news_list ul li:hover a{
	color: #08612d;
}


/* 通知 */
.notice,.media,.video{width: 505px;}
.adver{
	margin: 40px 0px;
	/* height: 150px; */
	margin-bottom: 10px;
	position: relative;
	/* border: 1px solid #ccc; */
}
/* .adver .centered-btns_tabs a {
	background: url(../img/dot3.png) no-repeat left center;
}
.adver .centered-btns_tabs .centered-btns_here a {
	background: url(../img/dot4.png) no-repeat left center;
}
.adver .centered-btns_tabs{
	top: 20px;
} */
.adver .rslide ul li img{
	width: 100%;
	height: 100%;
}
.xia{
	margin-top: 30px;
}
.zong{
	margin-left: 45px;
}
.xia .news_list{margin-top: 15px;}
.xia .news_list ul li{
	border-bottom: none;
	height: 45px;
	line-height: 45px;
}

/* 招生就业 */
.zhao .news_list ul li{
	border-bottom: none;
	height: 38px;
	line-height: 38px;
}
.media_ul{margin-top: 20px;}
.media ul li{
	float: left;
	position: relative;
	width: 252px;
	height: 174px;
}
.media ul li>a{display: block;}
.rong1{
	background-color:#dae9fe;
	
}
.rong2{
	background-color:#e7fcf1;
}
.rong3{
	background-color:#def4fa;
}
.rong4{
	background-color:#faeae5;
}
.rong1 img,.rong1 p,.rong2 a img,.rong2 a p,.rong3 a img,.rong3 a p,.rong4 a img,.rong4 a p{
	display:inline-block;
}

.rong1 img,.rong2 a img,.rong3 a img,.rong4 a img{
	position:absolute;
	left:48px;
	top: 52px;
	transition:0.8s;
}

.rong1 p,.rong2 a p,.rong3 a p,.rong4 a p{
	position:absolute;
	right: 50px;
	top: 75px;
	font-size:18px;
	font-weight: bold;
	color:#1953d0;
}
.rong1 p{font-size:16px;}
.rong2 a p{color:#08944c;}
.rong3 a p{color:#00c8e6;}
.rong4 a p{color:#ec3605;}
.rong1:hover p,.rong2:hover p,.rong3:hover p,.rong4:hover p{
	 -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
          text-shadow: 0px 5px 2px #ccc;
}
.rong1:hover img,.rong2:hover img,.rong3:hover img,.rong4:hover img{
	transform:rotateY(180deg);
	transition:0.8s;
}
.code{
	position: absolute;
	bottom: -126px;
	left: -126px;
	z-index: 99;
	width: 252px;
	height: 252px;
	display: none;
}
.media .code2{
	left:126px;
	bottom:50px;
}
.media .code3{
	bottom:50px;
}
.code img{width: 100%;height: 100%;}
.media ul li:hover .code{
	display: block;
}


/* 视频 */
.video_title{
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0px;
	background: url(../img/videobg.png) no-repeat left top;
}
.video{
	position: relative;
}
.video .centered-btns_tabs{display: none;}
.video .rslide li{
	height:415px ;
	position: relative;
	
}
.video .rslide li img{
	width: 100%;
	height: 100%;
	
}
.video .rslide  li>a{
	height: 325px;
	overflow: hidden;
}
.video_title a{
	display: block;
	margin-left:160px;
	font-size: 18px;
	font-weight: bold;
	color: #08612d;
	line-height: 90px;
}
.bo{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 140px;
	z-index: 9;
}


/* 专题 */



/* .roll-wrap {
	margin: 40px 0px;
	
} */

.roll-wrap ul {
	overflow: hidden;
	position: absolute;
	/* top: 60px; */
}
/* 底部图片 */
/* 友情链接 */
.links{
	margin-top: 60px;
	background-color:#e5ece8 ;
}
.linktitle{
	line-height: 60px;
	font-size: 20px;
	color: #08612d;
	padding-left: 30px;	
	font-weight: bold;
	margin-right: 50px;
}
.linkul{margin: 10px 18px;}
.linkul select{
	width: 320px;
	height: 40px;
	border: none;
	text-indent: 50px;
	font-size: 16px;
	line-height: 40px;
	margin-right: 60px;
	margin-left: 60px;
	background: url(../img/linkbg.png) no-repeat left center;
}


.footer {
	background-color: #08612d;
	color: #FFFFFF;
	font-size: 16px;
	/* padding: 15px 0px; */
	text-align: center;
	line-height: 30px;
}



/* 内页 */
.neiimg>img{width: 100%;}
.nei_notice{
	height: 40px;
	width: 70%;
	/* background-color: #f4f9f6; */
	overflow: hidden;
}
.nei_notice .fl{
	width: 77px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.nei_notice .fl img{
	vertical-align: middle;
	height: 40px;
}
.nei_notice .fr{
	width: 1025px;
	position:relative;
	overflow:hidden;
	height: 40px;
}
.scroll {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	width: 5000px;
	position:absolute;
	left:0px;
	top:0px;
}
.nei_notice ul li{overflow: hidden;height:40px;float: left;margin-left: 30px;}
.nei_notice ul li>div{
	float: left;
/* 	width: 399px; */
	margin-right: 30px;
}
.nei_notice ul li>div a{
	font-size:16px;
	display:block;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
/* 	margin-top:15px; */
}
.date2{
	font-size:14px;
	color:#a41313;
/* 	margin-top:5px; */
}
.nav_left {
	margin-top: 30px;
	width: 270px;
	position: relative;
	background-color: #ebefed;
	min-height: 500px;
}



.nav_left>h2 {
	font-size: 28px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-weight: normal;
	position: relative;
	z-index: 9;
	background-color: #006329;
}


.nav_left>ul>li {
	background-color: #ebefed;
	text-align: center;
	/* height: 60px; */
	line-height: 55px;
	box-sizing: border-box;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
}
.nav_left dl{
	background-color:#ebefed;
	text-indent:20px;
}
.nav_left dl dd{line-height:40px;}
.nav_left dl dd a{font-size:15px;display:block;}
.nav_left>ul>li>a{
	display: block;
	font-size: 20px;
	margin-right: 20px;
}
.nav_left>ul>li>a:hover {
	color: #08612d;	
}
.nav_left>ul>li:hover,.nav_left dl dd:hover{
	background-color: #f3d07b;
}

.nav_left .act a{
	color: #08612d;
}
.nav_left .act{
	background-color: #f3d07b;
}




/*右侧*/
.nav_right {
	width: 1280px;
	margin-top: 30px;
}

.right_inner {
	/* margin: 20px 30px; */
}

.right_top {
	/* background: #1c70be; */
	/* padding-bottom: 17px; */
	border-bottom: 2px solid #08612d;
}

.right_top>h3 {
	font-size: 20px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	min-width: 250px;
	padding-left: 6px;
	font-weight: normal;
	background: url(../img/titlebg.png) no-repeat left bottom;
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #666666;
	margin-top: 22px;
}

.right_top>p {
	margin-right: 10px;
}





/* 列表 */
.list>ul {
	margin-top: 20px;
}

.list>ul li {
	height: 60px;
	line-height: 60px;
	/* transition: .5s; */
	border-bottom: 1px dashed #b0b0b0;
}
.list .one_list{
	height: auto;
	min-height: 60px;
}
.list .one_list .one_zhai{
	line-height: 25px;
	text-indent: 2em;
	padding-bottom: 15px;
}
.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot.png) no-repeat left center;
}

.list .date1 {
	color: #757575;
	float: right;
}

.list>ul li a:hover {
	color: #08612d;
}

.list {
	margin: 0px 0px 70px 0px;
}

/* pic */
.pic_list {
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}
.pic1_title{
	overflow: hidden;
	margin-bottom: 30px;
	/* background: url(../img/line2.png) no-repeat right center; */
}
.pic1_title>h2{
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	color: #006329;
	padding-right: 15px;
	float: left;
}
.pic_bottom {
	float: left;
	width: 500px;
	height: 230px;
	border: 1px solid #eae6e6;
	border-radius: 8px;
	margin-right: 75px;
	margin-bottom: 50px;
}
.pic_bottom>div{
	margin: 15px;
}

.pic1 a{display: block;}
.pic_img {
	width: 150px;
	height: 200px;
	overflow: hidden;
}

.pic_img img {
	width: 100%;
}
.pic_img_right{
	width: 280px;
	margin-right: 10px;
}
.pic_img_right>h2{
	font-size: 16px;
	font-weight: bold;
	color: #192799;
	line-height: 48px;
	border-bottom: 1px dashed #DCDCDC;
}
.pic_img_right>p{
	margin: 10px 0px;
	color: #333333;
}
.pic_img_right>div{
	color: #666666;
	line-height: 25px;
}
.pic_list .last {
	margin-right: 0px;
}

/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont {
	margin-top: 30px;
}


.cont p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen .popup_renren {
	background-position: 1px -208px;
}

.fen .popup_tqq {
	background-position: 1px -260px;
}

.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #006329;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 50px;
	margin: 0px 5%;
}

.dp {
	margin-bottom: 80px;
}