@charset "utf-8";
/*重置*/
body,h1,h2,h3,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
button,input,select,textarea{border:none; margin:0;outline:none; padding:0;background: none;}
h1,h2,h3{ font-weight:normal;}
img{ border:none;}
a{text-decoration:none; outline:none;}
body,html{ font:14px; font-family:sans-serif,Helvetica,Arial,"Microsoft YaHei";}
li{ list-style-type:none;}

/*清除浮动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}

/*顶部导航*/
.top_bg{
	background: #68aeff;
	padding:0 3%;
	height: 72px;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	z-index: 999;
	/* box-shadow: rgba(0,0,0,.1) 0 0 20px; */
	border-bottom: #4F9BF6 solid 3px;
}
.top_main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_bg .logo{
	width: 30%;
	max-width: 526px;
}
.top_bg .logo img{
	display: block;
	width: 100%;
}
.top_bg .top_nav{
	max-width: 70%;
	white-space: nowrap;
	height: 72px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top_bg .top_nav ul {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top_bg .top_nav ul li{
	position: relative;
	height: 72px;
	line-height: 72px;
}
.top_bg .top_nav ul li>a{
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 100%;
	padding: 0 20px;
}
.top_bg .top_nav ul li.cur{
	background-color: #3b62a7;
}
.top_bg .top_nav ul li.cur::after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #3b62a7;
}
.top_bg .top_nav ul li:hover{
	background-color: #5188d3;
}
.top_bg .top_nav ul li:hover::after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #5188d3;
}
.top_bg .top_nav ul li.cur:hover{
	background-color: #3b62a7;
}
.top_bg .top_nav ul li.cur:hover::after{
	background-color: #3b62a7;
}


/* 搜索 */
.search{
	float: right;
	position: relative;
	margin-left: 30px;
}
.search input{
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: #e8e8eb solid 5px;
	border-radius: 3dpx;
	font-size: 14px;
	color: #101010;
}
.search input:focus,.search input:hover{
	border: #b5d7ff solid 5px;
	transition: all 0.5s;
}
.search button{
	position: absolute;
	right: 10px;
	top: 0;
	width: 18px;
	height: 40px;
	cursor: pointer;
}
.search button img{
	width: 18px;
	height: 18px;
	opacity: .7;
}
.search button:hover img{
	opacity: 1;
}

@media screen and (min-width: 1366px) and (max-width: 1800px) {
	.top_bg .top_nav ul li>a{
		padding: 0 15px;
	}
	.search {
		margin-left: 20px;
	}
	.search input{
		width: 160px;
	}
}


.wid_main{ width: 1290px; margin:0 auto;}

/*banner*/
.banner{ 
	width:100%;
	overflow:hidden; 
	position:relative;
	height: calc(100vh - 72px) !important;
}
.banner img{
	width: 100%; 
	height:100%; 
	display:block; 
	object-fit: cover !important; 
}
.banner .layui-carousel-arrow{
	margin-top: -56px;
}

/*通知公告*/
.contentbox{
	padding-top: 72px;
	width: 100%;
	overflow: hidden;
}
.content{
	position: relative;
	z-index: 5;
	background-color: #fff;
}
.notice{
	padding: 110px 0;
	position: relative;height: 480px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.notice_main{
	width: 48%;
}
.notice .index_title{
	text-align: left;
	margin-bottom: 50px;
	padding-top: 0;
}
.notice .more{
	background-color: #3b62a7;
	width: 190px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	margin-top: 50px;
	font-size: 14px;
	display: block;
	color: #fff;
}
.notice .more:hover{
	background-color: #5188d3;
}
.notice .pic{
	position: absolute;
	top: 110px;
	right: 0;
	width: 50%;
	height: 480px;
	overflow: hidden;
}
.notice .pic img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* 图片新闻 */
.picNews{
	height: 700px;
	background: url(/images/picNews_bg.jpg) no-repeat center center;
	background-size: cover;
}
/* 轮播 */
.ban{ 
	position:relative;
	overflow:hidden;
	margin:40px auto 0 auto;
}
.ban2{ 
	width:1290px; 
	height:380px; 
	position:relative; 
	overflow:hidden;
}
.ban2 ul{ 
	position:absolute; 
	left:0; 
	top:0;
	background-color: rgba(255, 255, 255, 0.5);
}
.ban2 ul li{ 
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width:1190px;
	padding:40px 50px;
}
.ban2 ul li .txt{
	margin-left: 40px;
}
.ban2 ul li .txt h3{
	font-size: 24px;
	font-weight: bold;
	color: #101010;
	line-height: 1.5;
	margin: 20px 0;
}
.ban2 ul li .txt p{
	font-size: 14px;
	color: #666;
	margin: 20px 0 40px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ban2 ul li .txt a:hover{
	color: #3b62a7;
}
.prev{ 
	float:left; 
	cursor:pointer;
}
.num{ 
	height:80px;
	overflow:hidden; 
	width:1170px; 
	position:relative;
	float:left;
}
.min_pic{ 
	padding-top:20px; width:1290px;
	display: flex;
	justify-content: space-between;
	align-items: center;


}
.num ul{ 
	position:absolute; left:0; top:0;
	width: 100%;
}
.num ul li{ 
	width:218px; height:80px; margin-right:16px; padding:1px;
	box-sizing: border-box;
	overflow: hidden;
}
.num ul li img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.num ul li:last-child{
	margin-right: 0;
}

.num ul li.on{ 
	border:1px solid #fff; 
	padding:0;
}
.prev_btn1{ 
	width:36px; text-align:center; height:36px; 
	cursor:pointer; float:left;
	border: #333 solid 1px;
	border-radius: 50px;
	margin-right: 15px;
}
.next_btn1{  
	width:36px; text-align:center; height:36px; 
	cursor:pointer;float:right;
	border: #333 solid 1px;
	border-radius: 50px;
}
.prev_btn1 img,.next_btn1 img{
	margin-top: 9px;
	margin-left: -2px;
}
.next_btn1 img{
	margin-left: 0;
	margin-right: -2px;
}
.prev_btn1:hover,.next_btn1:hover{
	border-color: #3b62a7;
	background-color: rgba(255, 255, 255, 0.5);
}


/* 教学科研 */
.jxky{
	padding: 50px 0 150px 0;
}
.index_title{
	padding: 60px 0 0;
	text-align: center;
}
.index_title h2{
	font-size: 28px;
	font-weight: bold;
	color: #101010;
}
.jxky ul{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.jxky li{
	flex: 1;
	margin-left: 100px;
}
.jxky li:first-child{
	margin-left: 0;
}
.jxky li h3{
	font-size: 20px;
	font-weight: bold;
	color: #101010;
	line-height: 1.5;
	margin-bottom: 10px;
}
.jxky li h3:hover a{
	color: #3b62a7;
}
.jxky li p{
	font-size: 14px;
	color: #666;
	margin: 20px 0;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jxky .more{
	font-size: 14px;
	color: #101010;
}
.jxky .more:hover{
	color: #3b62a7;
}

/* 学生工作和地图 */
.XsgzAndMap{
	background-color: #e1e1e1;
	height: 820px;
	position: relative;
}
.xsgz_title{
	padding-top: 70px;
	width: 48%;
}
.xsgz_title h2{
	font-size: 28px;
	font-weight: bold;
	color: #101010;
	line-height: 2;
	margin-bottom: 50px;
}
.xsgz_title p{
	font-size: 14px;
	color: #666;
}
.xsgz_list{
	width: 48%;
	margin: 40px 0;
}
.xsgz_list li{
	display: flex;
	align-items:flex-end;
	justify-content: flex-start;
	margin-bottom: 14px;
}
.xsgz_list .pic{
	width: 130px;
	height: 110px;
	overflow: hidden;
	margin-right: 14px;
	border: 1px solid #fff;
}
.xsgz_list .pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.xsgz_list .tit h3{
	font-size: 20px;
	font-weight: bold;
	color: #101010;
	line-height: 1.5;
	margin-bottom: 10px;
}
.xsgz_list .tit h3:hover a{
	color: #3b62a7;
}
.xsgz_list .tit p{
	font-size: 14px;
	color: #666;
}
.xsgz_more{
	background-color: #3b62a7;
	width: 190px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	margin-top: 50px;
}
.xsgz_more a{
	color: #fff !important;
	font-size: 14px;
	display: block;
}
.xsgz_more:hover{
	background-color: #5188d3;
}
.map{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
#mapBox{
	height: 100%;
	width: 100%;
}

/*footbox*/
.footer_box{
	overflow: hidden; 
	background-color: #3b62a7;
}
.footer_box .foot{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 100px 0 40px;
}
.foot .list h3{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
}
.foot .list span{
	display: block;
	color: #bac8e0;
	line-height: 36px;
}
.foot .list a{
	color: #bac8e0;
}
.foot .list a:hover{
	text-decoration: underline;
	opacity: .8;
}
.foot .list .ewm{
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-top: 10px;
}
.foot .list .ewm img{
	width: 100%;
	height: 100%;
	display: block;
}
.footLogo{
	margin-right: 80px;
}
.footLogo img{
	width: 270px;
	display: block;
}

.foot_xx{ 
	text-align:  center; 
	padding: 25px 0;
	color: #bac8e0; 
}
