@charset "utf-8";
/*重置*/
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
input,select,form,textarea,button,video{ border:none; margin:0;outline:none; padding:0; appearance:none;}
h1,h2,h3,h4,h5{ font-weight:normal;}
img{ border:none;}
a{ 
	text-decoration:none; outline:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
select{
	/*-webkit-appearance:none; 去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
body,button,input,select,textarea{font-family:"Microsoft Yahei",arial,helvetica,sans-serif !important;}
li{ list-style-type:none;}

/*主题宽度*/
.px1200{width: 1200px;margin:0 auto;}
.px25{width: 100%;height: 2px;background: #007bda; margin: 25px 0;}

/*头部*/
.head{
	width: 100%;
	height: 120px;
	border-top:solid #007bda 4px;
	-moz-box-shadow:0px 2px 7px #e6e6e6; -webkit-box-shadow:0px 2px 7px #e6e6e6; box-shadow:0px 2px 7px #e6e6e6;
	min-width:1200px;

}
.logo{
	float:left;
}
.head>.hdtop{
	width: 1200px;
	margin:0 auto;
	height: 120px;
	position: relative;
}

.head>div .biaotou{
	padding-top: 30px;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between; 
}

.head>div .biaotou .sos {
	float:right;
} 
.head>div .biaotou .sos ul{
	overflow: hidden; padding-bottom: 10px;
}
.head>div .biaotou .sos ul img{
	float: left;
}.head>div .biaotou .sos ul li:first-child{
	padding-left: 0px;
}
.head>div .biaotou .sos ul li{
	padding:0 15px; 
	float: left;
}
.head>div .biaotou .sos ul li a{
	color: #007bda;
	font-size: 16px;
}
.head>div .biaotou .sos input{
	width: 250px;
	height: 34px;
	padding: 0 10px;
	border: solid 1px #007bda;
	border-radius: 2px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	float: left;
}
.head>div .biaotou .sos button{
	width: 55px;
	height: 36px;
	background: #007bda;
	border: none;
	border-radius: 2px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;

}
.head>div .biaotou .dianh{ 
	padding-left: 46px;
	background:no-repeat center left url(../images/dh.png);
	line-height: 26px;
}
.head>div .biaotou .dianh p{
	font-size: 18px;font-weight: bold;
	color: #007bda;padding-top: 8px;
}

.head>div .biaotou .dianh h3{
	font-size: 24px;font-weight: bold;
	color: #007bda;
}

/*导航菜单*/
.head>div .dh{
	bottom: 2px;
	height: 58px;
	width:1200px;
	margin:0 auto;
}
.head>div .dh ul{
	padding: 0 1px; 
	
} 
 .head>div .dh ul li{
 	float: left;
 	width: 132px;
 	height: 57px;
 	text-align: center;
 	border-left:solid 1px #69aed8;
 	position: relative;

 }
.head>div .dh ul li:first-child{
	border-left:none;
}
.head>div .dh ul li>a{
	display: inline-block;
	color: #fff; 
	line-height: 56px;
	font-size: 18px; 
	position: relative;
	bottom: -1px; 
	width: 100%;
}
.head>div .dh ul li.no>a{
	background: #fff;
}
.head>div .dh ul li>a p{
	display: inline-block; 
	padding: 0 3px;
	

}
.head>div .dh ul li.no>a p{ 
	background:no-repeat center right url(../images/dh_b2.png);
	color: #007bda;
	padding-right:10px;

}
.head>div .dh ul li.no>a p:first-child{
	background:no-repeat center left url(../images/dh_b1.png);
	color: #e6003d;
	padding-left:10px;
	padding-right:0px;
}

.head>div .dh ul li:hover>a{
	background: #fff;
}

.head>div .dh ul li:hover>a p{
	display: inline-block; 
	padding: 0 3px;
	

}
.head>div .dh ul li:hover>a p{ 
	background:no-repeat center right url(../images/dh_b2.png);
	color: #007bda;
	padding-right:10px;

}
.head>div .dh ul li:hover>a p:first-child{
	background:no-repeat center left url(../images/dh_b1.png);
	color: #e6003d;
	padding-left:10px;
	padding-right:0px;
}
.head>div .dh ul li dl{
	background: #fff; 
	font-size: 16px; 
	/*-moz-box-shadow:0px 2px 7px #e6e6e6; -webkit-box-shadow:0px 2px 7px #e6e6e6; box-shadow:0px 2px 7px #e6e6e6;*/
	padding: 10px 0;
	text-align: left;
	display: none;
	position: relative;
    z-index: 100;
}

.head>div .dh ul li dl dd a{ 
	color: #007bda;
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
	/*border-bottom: solid 1px #d8e8f1;*/
	transition:padding-left .5s;
-moz-transition:padding-left .5s; /* Firefox 4 */
-webkit-transition:padding-left .5s; /* Safari and Chrome */
-o-transition:padding-left .5s; /* Opera */	
}
.head>div .dh ul li dl dd a:before {
    content: "·";
    margin-right: 5px;
    font-family: "微软雅黑";
}

.head>div .dh ul li dl dd a:hover{  
	padding-left:15px; 
}

/*菜单样式-*/
.head_wapper{
	background: #007bda; height: 72px; font-size: 16px; width:100%; min-width:1200px;
	}
.header{
	width:1200px;margin: 0 auto; height:72px;
}
.header .logo{
	float: left; margin-top: 16px; width: 357px;
}
.header .nav_list{
	float: left;
}
.clearfix:after{
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.nav{ 
	position: relative; z-index: 1;
}
.nav .nLi{ 
	float: left; position: relative; display: inline;
}
.nav .nLi h3 a{ 
	display: block; line-height: 70px; padding: 0 16px; font-size:15px; font-weight: 500; color:#FFF;
}
.nav .sub{ 
	display: none; width: 170px; left: 0; top: 72px;  position: absolute; background: #0068b9; opacity:0.92;
}
.nav .sub li{ 
	zoom:1; border-bottom: solid 1px #0076d2; border-top: solid 1px #0076d2;
}
.nav .sub a{ 
	display: block; padding-left: 32px; width: 138px; height: 50px; line-height: 50px; color: #ecf5f9; font-size: 13px;
}
.nav .sub a:hover{ 
	color: #fecc01;
}
.nav .on h3 a{ 
	background: #0068b9; color: #ecf5f9; border-top: solid 2px #ffb13b;
}

/*banner轮播图*/
.slideBox_banner{height:400px; overflow:hidden; position:relative; width:100%; min-width:1200px;}
.slideBox_banner .hd{ 
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 100%;
    z-index: 1;
    /* margin: 0 auto; */
    text-align: center; }
.slideBox_banner .hd ul{ overflow:hidden; zoom:1; display: inline-block; }
.slideBox_banner .hd ul li{ float:left; margin:0 4px;  width:30px; height:3px;border-radius:1px; line-height:14px; text-align:center;
 background:#fff; cursor:pointer;line-height: 100px;overflow: hidden; }
.slideBox_banner .hd ul li.on{ background:#007bda; color:#fff; }
.slideBox_banner .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_banner .bd ul {
    margin-left: -960px;
    left: 50%;
    position: relative;
}
.slideBox_banner .bd li{ zoom:1; vertical-align:middle; }
.slideBox_banner .bd img{  height:400px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox_banner .prev,
.slideBox_banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px;
 background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox_banner .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox_banner .prev:hover,
.slideBox_banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox_banner .prevStop{ display:none;  }
.slideBox_banner .nextStop{ display:none;  }

/*快捷按钮*/
.kjan{
	position: relative;
	padding: 35px 0;
	overflow: hidden;
	border-bottom: solid 1px #ededed;
}
.kjan .ul_q{
	width: 790px;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between; 
}

.kjan .ul_q a{
	display: block;
	width: 249px;
	height: 306px;
	background: #ededed;
	text-align: center; 
	color: #666666;
}
.kjan .ul_q a:hover{
	background: #007bda;
	color: #fff;
}
.kjan .ul_q p{
	width: 249px;
	height: 249px;
	overflow: hidden;
}
.kjan .ul_q p img{
	width: 249px;
	height: 249px;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.kjan .ul_q a:hover p img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.kjan .ul_q span{
	font-size: 20px;
	line-height: 55px;
}

.kjan .tongz{
	width: 380px;
	height: 306px;
	overflow: hidden;
	float: right;
}
.kjan1 ul{
	overflow: hidden;
	padding: 0px 0 30px 0;
}
.kjan1 ul li{
	width: 240px;
	height:110px;
	background: #007bda;
	float: left;

}
.kjan1 ul li:nth-child(2n){
	background: #ededed;
}
 
.kjan1 ul li a{
	padding: 22px 0;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.kjan1 ul li a:hover{
	line-height: 50px;
}
.kjan1 ul li:nth-child(2n) a{
	color: #5b5b5b;
}
.kjan1 ul li img{
	margin:0 auto;
	display: block;
}

/*通知公告滚动*/
.tz-wrp{
	background:rgb(251, 251, 251);
	width: 100%;
}
.carr-wrp{
	width:1200px;
	height:50px;
	margin:0 auto;
	position:relative;
	}
.carr-title {
	float: left;
	line-height: 30px;
	padding: 10px 30px 10px 10px;
	font-weight:bold;
}

.carr-title img {
	vertical-align: middle;
}

.carr-text {
	display: inline-block;
	color: #007bda;
}
.notices-wrp {
	float: left;
	line-height: 30px;
	background-color:rgb(251, 251, 251);
	width: 1050px;
	overflow: hidden;
	padding: 10px;

}
.notice-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
.notice-ul li {
	display: inline-block;
	margin: 0 10px;
	font-size:14px;
}
.notice-ul li a {
	color:#494949;
}

@media (min-width: 1900px){
	.zsu .imgLeft{
		height: 360px;
	}

}

@media only screen and (max-width: 1210px){
.zsu{
	width:100%;
	margin:0;
	overflow: hidden; 
}

}
 

@media only screen and (max-width: 1190px){
.zsu{
	width:1200px;
	margin:0 auto;
	overflow: hidden; 
}

}

/*党建思政与教学科研内容模块*/
.cgNews{
 	padding: 20px 0 0 0;
 }
.newsTop{
	 overflow: hidden;
}
.newsTop .left{
	width: 528px;
	float: left;
	padding-right: 70px;
	border-right: solid 1px #e0e0e0;
}

.newsTop .left>div{
	padding: 2px 0;
	overflow: hidden; 
}
.newsTop .left>div h2{
	height: 22px;
	font-size: 22px;
	padding-left: 8px;
	border-left: solid 2px #007bda;
	line-height: 22px;
	color: #007bda;
	float: left;
}
.newsTop .left>div a{
	color: #b6b6b6; 
	line-height: 24px;
	font-size: 16px;
	float: right;
}
.newsTop .left ul
{
	padding: 10px 0;

}

.newsTop .left ul a{
	color: #333;
	font-size:15px;
	line-height: 36px;
}
.newsTop .left ul a:before{
 content: ">";
    margin-right: 5px;
    font-family: "微软雅黑";
}
.newsTop .left ul a:hover{
	color: #007bda; 
}
.newsTop .left ul a p{
	display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 82%;
    line-height: 14px;
}
.newsTop .left ul a span{
	float: right;
	color: #717272;
}

/*学院新闻模块*/
.syxw{
	padding: 40px 0px 0 0px;	
}

.syxw>.bt{
	padding: 2px 0 8px 0;
	overflow: hidden;
	border-bottom:solid 1px #d9dadb;  
}
.syxw>.bt h2{
	height: 22px;
	font-size: 22px;
	padding-left: 8px;
	border-left: solid 2px #007bda;
	line-height: 22px;
	color: #007bda;
	float: left;
}
.syxw>.bt a{
	color: #b6b6b6; 
	line-height: 24px;
	font-size: 16px;
	float: right;
}

.syxwN{
	padding: 20px 0 0 0;
	overflow: hidden;
}
.syxwN .left  img{
	width: 600px;
	height: 344px;
}
.syxwN .left{
	width: 600px; 
	float: left;
	position: relative;
	text-align: center;
}

.syxwN .left span{
	background: rgb(251, 251, 251);
	display: inline-block;
	padding:15px 30px 0px 30px;
	width: 430px;
	height: 50px;
	position: relative;
	bottom: 40px;
	font-size: 18px;
	text-align: left;
	line-height: 26px;
	color: #000;
	opacity:0.9;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} 

.syxwN .right{
	width: 555px;
	float: right;
	margin-top:6px;
}
.syxwN .right li{
	overflow: hidden;
	margin-bottom: 3px;
}
.syxwN .right dt{
	float: left;
	width: 184px;
	height: 117px;
	margin-right:18px;
}

.syxwN .right dd{  
	line-height: 30px;
	font-size: 17px;
	color: #494949;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.syxwN .right dd:hover{
	color: #007bda;
}
.syxwN .right li span{
    height: 60px;
    padding-left: 10px;
    text-align: center;
    float: left;
    margin-right: 27px;
}
.syxwN .right li span b {
    font-size: 30px;
    color: #007bda;
    line-height: 30px;
}
.syxwN .right li span em {
    font-size: 14px;
    font-style: normal;
	display: block;
    line-height: 12px;
}
.syxwN .right li:hover{
background: #f3f3f3;
}
.syxwN .right li .nr {
    width: 83%;
    float: right;
}
.nrtittle {
    margin-top: 2px;
    width: 100%;
    font-size: 18px;
    word-spacing: -1px;
    line-height: 18px;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.syxwN .right li p {
    font-size: 13px;
    height: 40px;
    margin-top: 7px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.syxwN .right li a {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*footer版权*/
.footerBeiJ{
	height: 505px;
	background:no-repeat bottom center url(../images/imgFooter.png);
	position: relative;
	    overflow: hidden;
}
.footerZd{
	width:100%;
	background:rgba(0,0,0,.5);
	height: 200px;
	position: relative;
	bottom: 0px;
}
.footerZd .footerLogo{
	float: left;
	padding: 35px 0;

}
.footerZd .lianxDiz{
	float: left;
	padding: 40px 0;
	margin-left: 100px;
	width: 370px;
}

.footerZd .lianxDiz p{
	color: #b8b8bb;
	line-height: 25px;
	background:no-repeat left center url(../images/img-1.png);
	padding-left:14px;
	float: left;
}
.footerZd .lianxDiz p.p1{
	background:no-repeat left center url(../images/img-2.png);
	padding-left:18px;
	margin-left: 20px;
}
.footerZd .lianxDiz p.p2{
	background:no-repeat left center url(../images/img-3.png);
}
.footerZd .yq{
	float: right;
	width: 238px;
	height: 38px;
	border:solid 1px #b8b8bb;
	margin-top: 40px;
	position: relative;
	border-radius: 3px;
}
.footerZd .yq p{
	line-height: 40px;
	color: #b8b8bb;
	font-size: 16px;
	padding: 0 10px;
	cursor:pointer;
	background:no-repeat right 10px center url(../images/footerJt.png);
}

.footerZd .yq .xl{
	position: absolute;
	bottom:38px;
	width:240px;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	display: none;
}

.footerZd .yq .xl a{
	display:block;
	line-height: 20px;
	padding:3px 10px;
	color: #666;
}
.footerZd .yq .xl a:hover{
	color: #007bda;
}

.beian{
	width:100%;
	height: 55px;
	border-top:solid 1px #4c777c;
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	color: #b8b8bb;
}



.w {
    width: 100%;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.cb {
    clear: both;
}
.w1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.s_footer {
  height: 269px;
  background: #007bda;
  margin-top:50px;
  width:100%;
  min-width:1200px;
}

.footer_fl {
  width: 650px;
}
.footer_fl .footer_logo {
  width: 440px;
  height: 62px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 25px;
}
.footer_fl .footer_line {
  width: 475px;
  height: 2px;
  overflow: hidden;
  background: white url(../images/footer_line.png) 0 0 no-repeat;
}
.footer_fl .footer_fl_ul {
  margin-top: 30px;
}
.footer_fl .footer_fl_ul ul li {
  width: 76px;
  height: 30px;
  display: block;
  float: left;
  margin-top:14px;
}
.footer_fl .footer_fl_ul ul li a {
  color: #fefefe;
  font-size: 14px;
}
.footer_fl_record {
  line-height: 22px;
  height: 60px;
  font-size:14px;
  color: white;
  margin-top: 20px;
  padding-top: 16px;
  background: #0068b9;
  text-align: center;
}

.footer_fr {
  width: 350px;
}
.footer_fr .footer_fr_top {
  font-size: 16px;
  color: white;
  background: url(../images/cont_top_tit.png) left center no-repeat;
  text-indent: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.footer_fr .footer_line {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: white url(../images/footer_line.png) 0 0 no-repeat;
  margin-bottom: 10px;
}
.footer_fr p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.footer_fr .footer_from {
  line-height: 49px;
  height: 49px;
  font-family: "SimSun";
  color: white;
  margin-top: 13px;
  text-align: right;
}
.footer_fr .footer_from a {
  font-family: "SimSun";
  color: white;
}
.footer_fr .footer_from a:hover {
  transition: all 0.4s 0s ease-in-out;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  color: red;
}