@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

body {

	font-family: "微软雅黑";
	height: 100%;
	width: 100%;

}

html {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
	background: #fff;
}

ul,
ol {
	list-style: none;
}

a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;

	display: inline-block;
	cursor: pointer;

}

img {
	border: 0 none;

}

.w1400 {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;


}

.clear {
	clear: both;
}

/*头部开始*/
.ding {
	margin: 0 auto;
	min-width: 1400px;
	height: 222px;
	width: 100%;
	position: absolute;
	top: 0;
	background: linear-gradient(180deg, #5080D9 0%, rgb(57 147 239 / 40%) 57%, rgba(255, 255, 255, 0) 100%);
	z-index: 9;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 0px;
	box-sizing: border-box;
	justify-content: center;

}


.logo {
	width: 48%;

}


/*导航   开始*/


/*nav导航盒子*/

.nav {

	min-width: 1400px;
	height: 60px;

	width: 100%;
	line-height: 60px;
	padding-bottom: 10px;
}

.nav>ul {

	margin: 0 auto;
	width: 1400px;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 150px;
	z-index: 99;
}

.nav ul li ul {
	display: none;
}

.nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	box-shadow: 0px 4px 6px 1px #c1c1c1;
}

.nav ul li:hover ul li a {
	display: block;
	background: #5080D9;
	font-size: 16px;
	color: #fff;
}

.nav ul li:hover ul li a:hover {
	background: #fff;
	color: #5080D9;
}

.nav ul li a {
	color: #fff;
	font-size: 20px;
}

.activ {

	color: #fff;
	font-weight: bold;
}

.zlm {
	height: 52px;
	line-height: 52px;
	width: 150px !important;

}

.u-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1400px;
	margin: 0 auto;
}

/*导航   结束*/

/* 搜索 */
.shousuo {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
}

.seaech_k {
	width: 200px;
	height: 42px;
	outline: none;
	color: #fff;
	padding: 0px 40px 0px 15px;

	background: none;
	border: 1px solid #fff;
	border-radius: 30px;

}

.seaech {
	position: absolute;
	top: 42px;
	right: 8px;
	outline: none;
	cursor: pointer;
	width: 25px;
}

.ss {
	float: left;
	width: 205px;
	height: 42px;
	margin-right: 44px;
	margin-top: 31px;
}

#a::placeholder {
	color: #fff;
}

.rili {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #fff;
}

.rili a {
	color: #fff;
	display: flex;
	align-items: center;
	margin: 0 8px;
}

.rili a img {
	margin-right: 6px;
}

/*轮播图开始*/


/* banner */

/*轮播图开始*/


.banner {
	position: relative;
	min-width: 1400px;
	width: 100%;
	height: 900px;
	overflow: hidden;
}

.banner .han_pic {

	position: relative;
	z-index: 0;
}

.banner .han_pic img {
	min-width: 1400px;
	width: 100%;
	height: 900px;
	display: block;
}

.banner .han_hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.banner .han_hd li {
	margin: 10px 14px;
	background: url(../image/dot.png) no-repeat 0 0px;
	height: 24px;
	overflow: hidden;
	width: 24px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.banner .han_hd li.on {
	background: url(../image/dot8.png) no-repeat 0 0px !important;
	background-position: 0 0;
}

.banner .prev,
.banner .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../image/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.banner .prev {
	left: 0;
}

.banner .next {
	background-position: 0 -90px;
	right: 0;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

.hui {
	background-color: #f4f4f4;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
padding-bottom: 30px;
}

.bigkuai {
	width: 1400px;

	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding-top: 30px;

	margin: 0 auto;

}

.bottom20 {
	margin-bottom: 20px;
}
.bottom36 {
	margin-bottom: 36px;
}


/* 新闻动态 */
.topp {

	box-sizing: border-box;
	display: flex;
	justify-content: space-between;


}

.keyan {
	display: flex;
	flex-direction: column;
	width: 47%;
}

.keyan ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	height: 90px;
	align-items: center;
	margin-bottom: 20px;
}

.keyan ul li p {
	width: 104px;
	height: 78px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.keyan ul li p i {
	font-weight: 600;
	font-size: 30px;
	font-style: normal;
	margin-bottom: 5px;

	display: flex;
	text-align: center;

	width: 100%;
	align-items: center;
	justify-content: center;
	color: #5080D9;
}

.keyan ul li p span {
	font-size: 16px;
	color: #5080D9;

	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.keyan ul li .zc {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	width: 82%;
	justify-content: center;
}

.keyan ul li .zc a {
	font-size: 22px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 500;	 
}

.keyan ul li:hover a {
	color: #5080D9;
}


/* 焦点图开始 */
.focus {
	float: left;
	display: inline;
	position: relative;
	width: 670px !important;
	height: 416px;

	overflow: hidden;
	text-align: left;
	background: #fff;

}

.focus #pic {
	width: 100%;
	height: 380px;
	overflow: hidden;
}

.focus #pic ul {
	width: 1216px;
	height: 380px;
	float: left;
}

.focus #pic li {
	width: 100%;
	height: 380px;
	float: left;
}

.focus #pic li img {
	width: 670px;
	height: 380px;
	float: left;
	object-fit: cover;
}

.focus .tip-bg {
	width: 100%;
	height: 40px;
	background: #555;
	filter: alpha(opacity=80);
	opacity: 0.6;
	position: absolute;
	left: 0;
	bottom: 0;
}

.focus .txt_han {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 40px;
	width: 100%;
	overflow: hidden;
}

.focus .txt_han li {
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: -36px;
}

.focus .txt_han li a {
	color: #eee !important;
	display: block;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.focus #tip {
	width: 80px;
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 13;


}

.focus #tip ul li {
	font-size: 12px;
	line-height: 8px;
	text-align: center;
	border-radius: 50%;
	color: #5080D9;
	background: #fff;
	width: 8px;
	height: 8px;
	float: left;
	display: inline;
	margin: 10px 3px;
	cursor: pointer;
}

.focus #tip ul li.on {
	font-size: 12px;
	background: #5080D9;
	color: #fff;
}


/*焦点图结束*/


/* 快捷跳转 */

.module_classification {
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1400px;
	position: absolute;
	left: 9%;
	bottom: 0%;

}

.business_module {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #5080D9;

	cursor: pointer;

	justify-content: center;
	flex-direction: column;
}

.jw_module {
	background: url(../image/a.png);
	width: 176px;
	height: 222px;

}

.jw_module:hover {

	transform: translate(0px, -8px);
	transition: 0.5s;
}

.jw_module img {
	width: 32%;
	margin-bottom: 30px;
}


/* 招生动态 */



.title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	height: 50px;
}

.title- {
	font-size: 26px;
	font-weight: bold;
	color: #333;

}

.title- span {
	color: #5080D9;
}

.title-1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.more {
	font-size: 15px;
	font-weight: 400;
	color: #5080D9;
	background-color: #fff;
	border-radius: 27px;
	border: 1px solid #5080D9;
	width: 100px;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;

}

.more:hover {
	color: #fff;
	background-color: #5080D9;
	border: 1px solid #fff;
}

.cbb {
	color: #fff !important;
}

/*视频农大 */
.yjbj {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	box-sizing: border-box;
	background: #5080D9;
	min-width: 1400px;
	height: 690px;

}

.yjnd {
	width: 1400px;
	margin: 0 auto;
	flex-direction: column;
	display: flex;
	text-align: center;
	font-weight: 800;
	position: relative;
}

.ship {
	display: flex;
	justify-content: space-between;

	width: 100%;

}

.ship>a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 49%;
	height: 514px;
}

.ship>a>img {
	transition: all 0.35s ease;
	width: 100%;
	height: 100%;
}

.ship>a:hover>img {
	transform: scale(1.1);
}

.ship>a>span {
	position: absolute;
	bottom: 224px;
	left: 294px;
}

.ship>a>span img {
	width: 70%;
}


.leftsp {
	display: flex;
	justify-content: space-between;
	width: 49%;
	flex-wrap: wrap;
}

.leftsp>a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 49%;
	height: 250px;
	margin-bottom: 14px;
}

.leftsp>a>img {
	transition: all 0.35s ease;
	width: 100%;
height: 100%;
}

.leftsp>a:hover>img {
	transform: scale(1.1);
	width: 100%;
	height: 100%;
}

.leftsp>a>span {
	position: absolute;
	left: 120px;
	top: 100px;
}

.leftsp>a>span img {
	width: 60%;
}



/* 招生简章 */
.jianzhang {
	height: 520px;
	width: 1400px;
	margin: 30px auto;
	display: flex;
	justify-content:space-between;
}
.jz-left{
	display: flex;
	flex-direction: column;
	width: 48%;
}
.keyan-zs {
	display: flex;
	flex-direction: column; 
}

.keyan-zs ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	 border-bottom: 1px solid #d5d5d5;
	height: 90px;
	align-items: center;
	margin-bottom: 20px;
}

.keyan-zs ul li p {
	width: 10%;
	height: 78px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.keyan-zs ul li p i {
	font-weight: 600;
	font-size: 30px;
	font-style: normal;
	margin-bottom: 5px;

	display: flex;
	text-align: center;

	width: 100%;
	align-items: center;
	justify-content: center;
	color: #5080D9;
}

.keyan-zs ul li p span {
	font-size: 16px;
	color: #666;

	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.keyan-zs ul li .zc {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	width: 82%;
	justify-content: center;
}

.keyan-zs ul li .zc a {
	font-size: 22px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 500;
}
.keyan-zs ul li:hover a {
	color: #5080D9;
}
.keyan-zs ul li em{
	font-size: 55px;
	    color: #d8d8d8;
	    font-style: normal;
	    font-weight: 100;
	    width: 12%;
	    text-align: center;
}


.jz-right{
	display: flex;
	flex-direction: column;
	width: 48%;
}
.news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	cursor: pointer;
}

.news ul {
	margin-top: 20px;
}

.news ul li {
	float: left;
	width: 100%;
	line-height: 46px;
	height: 46px;
	color: #484848;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.news ul li a {
	color: #484848 !important;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.news ul li a:hover {
	color: #1F62C7 !important;
}
.news ul li a:hover {
	color: #1F62C7 !important;
}
.news ul li span {
	color: #939393;
	font-size: 14px;
}


.news ul li a em {
	width: 6px;
	height: 6px;
	background: #5080D9;
	margin-right: 8px;
	border-radius: 50%;
}




@keyframes rotate-center {
	to {
		transform: rotate(360deg);
	}
}

@keyframes hvr-buzz-out {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}

}

.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


/* 底部 */
.foot {
	width: 100%;
	flex-direction: column;
	display: flex;
	min-width: 1400px;
	height: 300px;

	background: #5080D9;
}

.banquan {
	width: 100%;
	min-width: 1400px;
	margin: 0 auto;
	background-color: #2D56A1;
	text-align: center;
	height: 46px;
	line-height: 46px;
}

.banquan>p>a {
	color: #fff;
	font-size: 14px;
	margin-right: 18px
}

.footer {
	width: 1400px;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
}

 

.tt {
	    display: flex;
	    justify-content: space-between;
	    width: 13%;
	    align-items: center;
	    padding-top: 36px;
}

.tt a img {
	width: 50px;
}

.bbq {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;

}

.tel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	width: 30%;
	height: 100px;
}

.tel span {
	display: flex;

	align-items: center;
	color: #fff;
	margin-bottom: 14px;
	font-size: 15px;
}

/*友情链接*/

.link {
	display: flex;
	    flex-wrap: wrap;
 
	color: #fff;
	width: 53%;
	height: 100px;
}

.link span {
	font-size: 22px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.link a {
	color: #fff;
	margin-bottom: 14px;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	width: 180px;
}


/* **************我是分割线，以下是二级******************** */

/* **************我是分割线，以下是二级******************** */

 .ab_banner {
 	background: url(../image/about.png) no-repeat center top;
 	width: 100%;
 	height: 260px;
 	min-width: 1400px;
 }
 
 
/* 内容 */
  
 .ab_center {
 
 	width: 1400px;	
 	border: 1px solid #c8dcf5;
 	margin: -50px auto 50px;	 
 	border-top: 3px solid #4a8cdd;
	background-color: #fff;
 }
 
 .weizhi {
 	width: 96%;
 	height: 72px;
 	line-height: 72px;
 	border-bottom: 1px solid #dadfe7;
 	margin: 0 auto;
 	color: #656565;
 	text-align: right;
 }
 
 .weizhi a {
 	color: #656565;
 	font-size: 16px;
 }
 
 .cuxian {
 	width: 100px;
 	height: 64px;
 	float: left;
 	/* display: block; */
 	font-weight: bold;
 	font-size: 22px;
 	color: #4a8cdd;
 	text-align: left;
 }
 
 .nr_center_content {
 	margin: 30px auto;
 	width: 96%;
 	text-align: justify;
 	line-height: 28px;
 	padding-bottom: 80px;
 }
 
 .title-text {
 	line-height: 35px;
 	font-size: 29px;
 	text-align: center;
 	font-weight: bold;
 
 
 }
 
 .date_x {
 	background: #eaeaea;
 	width: 60%;
 	height: 44px;
 	line-height: 44px;
 	 
 	text-align: center;
 	margin: 40px auto;
 
 
 }
 
 .date_x span {
 	margin-left: 20px;
 }
 
  
 
 
 
 /* 侧栏列表 */
 
 .about {
 	width: 1400px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-top: -40px; 
 	 display: flex;
 	  
 }
 .ab_left {
 	width: 280px;
 	height: 700px;
 	float: left;
 	margin-right:40px;
 	 
 }
 
 .ab_right {
 	width: 1100px;
 	background-color: #fff;
 	float: left;	
 	border: 1px solid #c8dcf5;
 	border-top: 3px solid #4a8cdd;
 }
 
 .cl_tou {
 	float: left;	 
 	width: 280px;
 	height: 72px;
 	line-height: 72px;
 	text-align: center;
 	font-size: 26px;
 	color: #fff;
 	font-weight: bold;
 	background: #4a8cdd;
 
 }
 .weizhi1 {
 
 	width:96%;
 	height: 70px;
 	line-height: 70px;
 	border-bottom: 1px solid #d9d9d9;
 	margin: 0 auto;
 	color: #3d3d3d;
 	text-align: right;
 	margin-bottom: 20px;
 }
 
 .weizhi1 a {
 	color: #3d3d3d;
 	font-size: 16px;
 
 }
 .cl_lie {
 	float: left;
 	background: #f5f5f5;
 	width: 100%;
 	height: 600px;
 }
 
 .cl_lie ul li {
 	float: left;
 	width: 100%;
 	height: 66px;
 	line-height: 66px;
 	text-align: center;
 	font-size: 20px;
 	color: #4a8cdd;
 	margin-bottom: 2px;
 	border-bottom: 1px solid #ffffff;
 	
 }
 
 .activ-lan {
 	background: #fff;
 	height: 66px;
 	width: 98%;
 	line-height: 66px;
 	color: #ee9a49 !important;
 	border-left: 6px solid #ee9a49 !important;
 }
 
 .cl_lie ul li a:hover {
 	background: #fff;
 	height: 66px;
 	width: 98%;
 	line-height: 66px;
 	color: #ee9a49 !important;
 	border-left: 6px solid #ee9a49;
 	
 }
 
 .cl_lie ul li a {
 	color: #333;
 	height: 66px;
 	width: 98%;
 	line-height: 66px;
 	border-left: 6px solid #d7d7d7;
 
 }
 
 .no {
 	display: none !important;
 }
 
 .dqlm {
  
 	text-align: center;
 	float: left;
 	color: #4a8cdd;
 	font-size: 20px;
 	font-weight: bold;
 }
 
 .liebiao {
 	margin: 0 auto;
 	width: 96%;
 	padding-bottom: 140px;
 }
 
 .liebiao ul li {
 	font-size: 16px;
 	height: 50px;
 	line-height: 50px;
 	border-bottom: 1px dashed #c8dcf5;
 	width: 100%;
 	display: flex;
 	justify-content: space-between;
 }
 
 .liebiao ul li a {
 	display: flex;
 	    width: 88%;
 	    align-items: center;
 		color: #333;
 }
 
 .liebiao ul li span {
 	float: right;
 	color: #999;
 	font-size: 13px;
 }
 
 .liebiao ul li i {
 	background:  #4a8cdd;
 	width: 6px;
 	height: 6px;
 	margin-right: 20px;
 }
 .liebiao ul li a:hover {
 	color: #4a8cdd;
 }
 /* 侧栏列表 */
 
 
 /* 列表 */
 
 
 
 
 
 .ab_content {
 	margin: 50px auto;
 	width: 1400px;
 	min-height: 500px;
 	border: 1px solid #c8dcf5;
 	border-top: 3px solid #4a8cdd;
 
 }
  .ab_content ul{
 	  width: 96%;
 	  margin:0 auto ; 
  }
 .ab_content ul li {
 	font-size: 16px;
 	height: 50px;
 	line-height: 50px;
 	border-bottom: 1px dashed #c8dcf5;
 	width: 100%;
 	display: flex;
 	justify-content: space-between;
 }
 .ab_content ul li a {
 	display: flex;
 	    width: 88%;
 	    align-items: center;
 		color: #333;
 }
 
 .ab_content ul li span {
 	float: right;
 	color: #999;
 	font-size: 13px;
 }
 
 .ab_content ul li i {
 	background:  #4a8cdd;
 	width: 6px;
 	height: 6px;
 	margin-right: 20px;
 }
 .ab_content ul li a:hover {
 	color: #4a8cdd;