@charset "utf-8";
*{
	margin: 0px auto;
}
a,a:hover,a:active{
	text-decoration: none;
}
img{
	border: 0px;
}
ul,li{
	list-style: none;
	padding-left: 0px;
}
body{
	font-size: 15px;
	font-family:  "微软雅黑","黑体",Microsoft YaHei,Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
.clear{
	clear: both;
}

.wrapper{
	width: 100%;
	overflow: hidden;
}
.header{
    width:100%;
    z-index:99999;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: fixed;
	top: 0;
	background: -webkit-linear-gradient(rgba(25,44,101,100%),rgba(25,44,101,80%),rgba(25,44,101,0%));
	background: -moz-linear-gradient(rgba(25,44,101,100%),rgba(25,44,101,80%),rgba(25,44,101,0%));
	background: -o-linear-gradient(rgba(25,44,101,100%),rgba(25,44,101,80%),rgba(25,44,101,0%));
}
.logo{
	float: left;
}
.logo img{
	width: 380px;
}
.code{
	float: right;
}
.code-item{
	width: 100px;
	margin-left: 15px;
	float: left;
	text-align: center;
}
.code-item img{
	width: 72px;
}
.code-title{
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
}
.f-search{
    color: #666;
    padding:5px 5px;
    display: block;
    border: 1px solid #dcdcdc;
	width: 192px;
	float: right;
	margin-top: 15px;
	background: #f6f6f6;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}
.f-search input[type="text"]{
    width:140px;
    height:34px;
    display: inline;
    background: none;
    border: 0px;
    transition: all 0.5s;
}
.f-search button{
    width:34px;
    height:34px;
    background:none;
    text-align:center;
    color:#154293;
    line-height: 24px;
    display: inline-block;
    border: none;
    border-left: 1px solid #dcdcdc;
}
.f-search i{
    font-size:14px;
    color: #154293;
}
.menu{
	float: left;
	margin-top: -15px;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

/**/
.main{
	width: 100%;
}
/*导航*/
.header .navbar {
	width: 100%;
  	background:none;
  	border: 0;
  	margin-bottom: 0;
	margin-top: 0px;
}

.header .navbar-toggle{
  margin-top: 10px;
}

.header .navbar-brand{
  padding: 0;
  margin-left: 0;
}

.header .navbar-brand h1{
  padding: 0;
  margin: 0;
}
.header .navbar-nav.navbar-right>li{
}
.header .navbar-nav.navbar-right>li:last-child{
	background: none;
}

.header .navbar-nav.navbar-right>li a {
  color: #fff;
  font-size: 18px;
  padding: 30px 20px;
	text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.header.on .navbar-nav.navbar-right>li>a {
	color: #ffffff;
}

.header .navbar-inverse .navbar-nav li.active > a,  
.header .navbar-inverse .navbar-nav li.active > a:focus, 
.header .navbar-nav.navbar-right li> a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #00aeef;
}

.header .navbar-inverse .navbar-nav  li a:hover{
  color: #00aeef;
}


/*  Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .navbar-nav li ul.sub-menu li a{
  color: #818285;
  padding: 8px 0;
  font-size: 16px;
  display: block;
  text-transform: capitalize;
}

.header .navbar-nav li ul.sub-menu li .active{
  background: #00aeef;
  color: #fff;
  position: relative;
}

.header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0c5be7;
}

.header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

.header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

.header .navbar-nav li ul.sub-menu li a:hover,
.header .navbar-nav li ul.sub-menu li a:focus{
  background: #0c5be7;
  color: #fff;
}
.fa-angle-down{
  padding-left: 5px; 
}


/*学院新闻*/
.news{
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 50px;
}
.lm-title{
	background: url("../images/title-bg.png") no-repeat left top;
	padding-top: 10px;
	padding-left: 62px;
}
.lm-title span{
	line-height: 64px;
	border-bottom: 2px solid #2e4589;
	font-size: 24px;
}
.news .lm-title{
	margin-left: 15px;
}
.more{
	float: right;
	margin-top: -42px;
}
.more a{
	color:#9B9B9B;
}
.news .more{
	margin-right: 15px;
}
.news-item{
	width: 100%;
	background: #ffffff;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow:0 0 10px #a1a1a1;
	-o-box-shadow:0 0 10px #a1a1a1;
	-moz-box-shadow:0 0 10px #a1a1a1;
	margin-top: 30px;
}
.news-item-img,.news-item-img img{
	width: 100%;
}
.news-item-main{
	padding: 15px;
}
.news-item-title{
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	height: 56px;
	line-height: 28px;
}
.news-item-title a{
	color: #000000;
}
.news-item-con{
	height: 48px;
	line-height: 24px;
	color: #adadad;
	overflow: hidden;
	display: block;
}
.news-item-date{
	line-height: 42px;
	border-bottom: 1px solid #afbce2;
	margin-bottom: 21px;
}
.news-item-date span{
	position: relative;
	width: 120px;
	left: 50%;
	display:block;
	background: #ffffff;
	text-align: center;
	margin-left: -60px;
	bottom: -21px;
}

/*通知公告、党建思政、招生信息*/
.second-layer{
	margin-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
}
.notice,.cpc,.zsxx{
	width: 100%;
}
.notice-item{
	margin-top: 15px;
	width: 100%;
	background: #f0f0f0;
}
.notice-date{
	width: 28%;
	float: left;
	background: #2e4589;
	color: #ffffff;
	padding: 10px 15px;
	height: 86px;
}
.notice-day{
	line-height: 40px;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.notice-year{
	line-height: 26px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.notice-title{
	width: 72%;
	float: left;
	height: 86px;
	padding: 15px;
	line-height: 28px;
	font-size: 16px;
	overflow: hidden;
	display: block;
}
.notice-title a{
	color: #000000;
}

.cpc .lm-title{
	background: url("../images/cpc.png") no-repeat left 20px;
}
.cpc .lm-title span{
	color: #df0601;
	border-bottom: 2px solid #df0601;
}
.cpc-item{
	margin-top: 10px;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
}
.cpc-item-title{
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
}
.cpc-item-title a{
	color: #000000;
}
.cpc-item-con{
	height: 48px;
	line-height: 24px;
	color: #adadad;
	overflow: hidden;
	display: block;
}
.zsxx-item{
	width: 100%;
	line-height: 66px;
	font-size: 16px;
	text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
	border-bottom: 1px solid #d2d2d2;
}
.zsxx-item a{
	color: #000000;
}
.btn01{
	margin-top: 30px;
	background: url("../images/btn01.jpg") no-repeat;
	background-size: 100% auto;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
}
.btn01 a{
	line-height: 72px;
	color: #ffffff;
	font-size: 24px;
}
.btn01:hover{
	background: url("../images/btn01-on.jpg") no-repeat;
}
.btn02{
	margin-top: 30px;
	background: url("../images/btn02.jpg") no-repeat;
	background-size: 100% auto;
	width: 100%;
	text-align: center;
	transition: all 0.5s;
}
.btn02 a{
	line-height: 72px;
	color: #ffffff;
	font-size: 24px;
}
.btn02:hover{
	background: url("../images/btn02-on.jpg") no-repeat;
}
.video{
	margin-top: 30px;
	width: 100%;
}
.video img{
	width: 100%;
}

/*学生工作、教学工作、合作交流、校友合作*/
.third-layer{
	margin-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
}
.xsgz,.jxgz,.hzjl,.xyhz{
	width: 100%;
}
.third-img{
	width: 100%;
}
.third-img{
	overflow: hidden;
}
.xsgz-title{
	background: rgba(236,179,6,0.8);
	position: relative;
	z-index: 3;
	float: left;
	margin-top: -86px;
	width: 140px;
	line-height: 56px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
}
.jxgz-title{
	background: rgba(7,121,227,0.8);
	position: relative;
	z-index: 3;
	float: left;
	margin-top: -86px;
	width: 140px;
	line-height: 56px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
}
.hzjl-title{
	background: rgba(240,86,28,0.8);
	position: relative;
	z-index: 3;
	float: left;
	margin-top: -86px;
	width: 140px;
	line-height: 56px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
}
.xygz-title{
	background: rgba(68,14,166,0.8);
	position: relative;
	z-index: 3;
	float: left;
	margin-top: -86px;
	width: 140px;
	line-height: 56px;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
}
.third-title{
	width: 100%;
	line-height: 42px;
	font-size: 16px;
	text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
	border-bottom: 1px solid #d2d2d2;
}
.third-title a{
	color: #000000;
}
.jxgz-btns{
	clear: both;
	margin-top: 8px;
}
.jxgz-btn1{
	width: 45%;
	float: left;
	margin-right: 5%;
	background: #0066c3;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
}
.jxgz-btn2{
	width: 45%;
	float: left;
	margin-left: 5%;
	background: #4fb837;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
}
.jxgz-btn1 a,.jxgz-btn2 a{
	color: #ffffff;
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

/*图片墙*/
.pic-wall{
	margin-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	width: 100%;
}
.pic-wall-item{
	width: 25%;
	padding:10px;
	float: left;
	overflow: hidden;
}
.pic-wall-item-title{
	position: relative;
	z-index: 4;
	margin-top: -64px;
	height: 64px!important;
	line-height: 64px;
	background: rgba(0,0,0,0.8);
	padding-left: 15px;
	padding-right: 15px;
	text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
}
.pic-wall-item-title a{
	color: #ffffff;
	font-size: 16px;
}
.pic-wall-item:nth-child(1){
	width: 50%;
}
.pic-wall-item img{
	width: 100%;
	transition: all 0.5s;
}
.pic-wall-item:hover img{
	transform: scale(1.4);
}

.footer-img{
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 50px;
}
.footer-img img{
	width: 100%;
}
.footer{
	width: 100%;
	background: #2e4589;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 64px;
	background: #112662;
	color: #ffffff;
}
.footer-logo{
}
.footer-left ul{
	margin-top: 30px;
}
.footer-left li{
	line-height: 32px;
}
.link-title{
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 30px;
	padding-left: 30px;
}
.footer-right ul{
	margin-left: 30px;
}
.footer-right li{
	line-height: 32px;
	width: 50%;
	float: left;
	text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    display: block;
	color: #ffffff;
}
.footer-right li a{
	color: #ffffff;
}
@media(min-width:1900px){
	.header .navbar-nav.navbar-right>li a {
  		padding: 30px 32px;
	}
	.notice-date{
		width: 25%;
	}
	.notice-title{
		width: 75%;
	}
}
@media(max-width:1600px){
	.header,.news,.second-layer,.third-layer,.pic-wall,.footer-img,.footer{
		padding-left: 50px;
		padding-right: 50px;
	}
	.header .navbar-nav.navbar-right>li a {
		padding:30px 20px;
	}
	.logo img{
		width: 380px;
	}
	.footer .copyright span{
		line-height: 34px;
	}
}
@media(max-width:1500px){
	.header .navbar-nav.navbar-right>li a {
		padding:30px 18px;
	}
	.notice-date{
		padding: 10px;
	}
}
@media(max-width:1430px){
	.header .navbar-nav.navbar-right>li a {
		padding:30px 15px;
		font-size: 14px;
	}
	.btn01 a,.btn02 a{
		font-size: 20px;
	}
}
@media(max-width:1330px){
	.header .navbar-nav.navbar-right>li a {
		padding:30px 8px;
	}
	body{
		font-size: 14px;
	}
	.notice-day{
		font-size: 20px;
	}
	.notice-year{
		font-size: 12px;
	}
	.lm-title span,.jxgz-title,.xsgz-title,.hzjl-title,.xygz-title{
		font-size: 20px;
	}
	.jxgz-title,.xsgz-title,.hzjl-title,.xygz-title{
		line-height: 42px;
		margin-top: -64px;
	}
	.pic-wall-item-title{
		margin-top: -42px;
		height: 42px!important;
		line-height: 42px;
	}
	.btn01 a,.btn02 a{
		line-height: 42px;
	}
	.code-item img{
		width: 64px;
	}
	.jxgz-btn1{
		width: 48%;
		margin-right: 2%;
	}
	.jxgz-btn2{
		width: 48%;
		margin-left: 2%;
	}
}
@media(max-width:1240px){
	.header,.news,.second-layer,.third-layer,.pic-wall,.footer-img,.footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	body{
		font-size: 14px;
	}
	.logo img{
		width: 260px;
	}
	.header .navbar-nav.navbar-right>li a {
		padding:30px 10px;
	}
}
@media(max-width:996px){
	body{
		font-size: 14px;
	}
	.header .navbar-nav.navbar-right>li a {
		font-size: 14px;
	}
	.header .navbar-nav li ul.sub-menu li a{
		  padding: 8px 0;
		  font-size: 14px;
	}
	.header .navbar-nav.navbar-right>li:last-child{
	  margin-right: 0px;
	}
}
@media(max-width:920px){
	.header,.news,.second-layer,.third-layer,.pic-wall,.footer-img,.footer{
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo img{
		width: 240px;
	}
	.header .navbar-nav.navbar-right>li a {
		padding:30px 5px;
	}
}
@media(max-width:802px){
}
@media(max-width:768px){
	.zsxx{
		margin-top: 50px;
	}
	.btn01{
		margin-top: 50px;
	}
	.footer-right{
		padding-left: 0px;
		margin-top: 30px;
	}
	.footer-right li{
		width: 33.3%;
	}
}
@media(max-width:767px){
	.code{
		display: none;
	}
	.logo img{
		width: 200px;
	}
	.f-search{
		width: 162px;
	}
	.f-search input[type="text"]{
		width:110px;
		height:24px;
	}
	.f-search button{
		width:34px;
		height:24px;
	}
	.zsxx-item{
		line-height: 42px;
	}
	.jxgz,.hzjl,.xygz{
		margin-top: 50px;
	}
	.pic-wall-item,.pic-wall-item:nth-child(1){
		width: 100%;
	}
	.footer-logo img{
		width: 200px;
	}
	.link-title{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: bold;
	}
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}