@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;

}

.w1440 {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;


}

.clear {
	clear: both;
}

/*头部开始*/
.ding {
	margin: 0 auto;
	width: 100%;
	height: 170px;
	background: #2B5FE3;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	min-width: 1440px;
}


.logo {
	width: 48%;

}


/*导航   开始*/


/*nav导航盒子*/

.nav {


	height: 70px;
	background-color:rgba(65, 111, 228, 0.9);
	position: absolute;
	bottom: -5.7%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 70px;
	margin: 0 auto;
	width: 1440px;
	display: flex;
	justify-content: space-between;
	z-index: 99999;
}



.nav ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 140px;
	z-index: 99999;


}



.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;
	z-index: 99999;
}

.nav ul li:hover ul li a {
	display: block;
	background: #2B5FE3;
	font-size: 16px;
	color: #fff;
}

.nav ul li:hover ul li a:hover {
	background: #fff;
	color: #2B5FE3;
}
.nav ul li a:hover {
	font-weight: bold;
}
.nav ul li a {
	color: #fff;
	font-size: 20px;
	font-family: PingFang SC, PingFang SC;
}

.activ {

	color: #fff;
	font-weight: bold;
}

.zlm {
	height: 52px;
	line-height: 52px;
	width: 140px !important;

}

.u-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1440px;
	margin: 0 auto;
}

/*导航   结束*/

/* 搜索 */
.shousuo {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
}

.seaech_k {
	width: 180px;
	height: 42px;
	outline: none;
	color: #fff;
	padding: 0px 40px 0px 15px;


	border-radius: 5px;
	background: rgba(255, 255, 255, 0.32);

}

.seaech {
	position: absolute;
	top: 0px;
	right: -1px;
	outline: none;
	cursor: pointer;
	width: 43px;
	height: 44px;
	 
	 
	padding: 8px;
	box-sizing: border-box;
}

.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: 1440px;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.banner .han_pic {
	position: relative;
	z-index: 0;
}

.banner .han_pic img {
	min-width: 1440px;
	width: 100%;
	height: 600px;
	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(../images/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(../images/dot8.png) no-repeat 0 0px !important;
	background-position: 0 0;
}

.banner .prev,
.banner .next {
	width: 60px;
	height: 61px;
	margin: -60px 0 0;
	/* display: none; */
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 84%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.banner .prev {
	right: 200px;
}

.banner .next {
	background-position: 0 -60px;
	right: 120px;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
}


.bigkuai {
	width: 1440px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;

	margin: 0px auto;

}

/* 焦点图开始 */
.focus {
	float: left;
	display: inline;
	position: relative;
	width: 48% !important;
	height: 400px;

	overflow: hidden;
	text-align: left;
	background: #fff;

}

.focus #pic {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.focus #pic ul {
	width: 1216px;
	height: 400px;
	float: left;
}

.focus #pic li {
	width: 100%;
	height: 400px;
	float: left;

}

.focus #pic li img {
	width: 690px;
	height: 400px;
	float: left;
	object-fit: cover;
	transition: all 0.8s;
}

.focus #pic li img:hover {
	transform: scale(1.1);
}


.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: #2B5FE3;
	background: #fff;
	width: 8px;
	height: 8px;
	float: left;
	display: inline;
	margin: 10px 3px;
	cursor: pointer;
}

.focus #tip ul li.on {
	font-size: 12px;
	background: #2B5FE3;
	color: #fff;
	width: 16px;
	border-radius: 20px;
}

/* 动态 */
.new-left {
	display: flex;
	justify-content: space-between;
	width: 1440px;
	    margin: 0 auto;
}


.more {

	background-repeat: no-repeat;
	float: right;
	background-position: bottom right;
	height: 28px;
	width: 72px;

}

.more a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	float: right;
	display: flex;    align-items: center;
}
.more a:hover{
	color: #2B5FE3;;
}
.more a>img {
       margin-left:6px;
       width: 14px;
       height: 14px;
}

/*焦点图结束*/


.mzzj2 {
	width: 48%;
}


.mzzj2 ul {
	margin-top: 8px;
}

.mzzj2 ul li {
	float: left;
	width: 100%;
	line-height: 64px;
	height: 64px;
	color: #484848;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #e1e1e1;
}

.mzzj2 ul li a img {
	width: 8px;


	margin-right: 10px;

}

.mzzj2 ul li a {
	color: #484848 !important;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.mzzj2 ul li:hover {

	border-bottom: 1px dashed #416FE4;
}

.mzzj2 ul li:hover span {
	color: #416FE4 !important;


}

.mzzj2 ul li a:hover {

	color: #416FE4 !important;

}

.mzzj2 ul li span {

	color: #939393;
	font-size: 14px;
}

/* 动态结束 */


.mzzj_title {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #ccc;
	margin: 30px auto 30px;
	display: flex;
	    align-items: center;
	    justify-content: space-between;

}


.mzzj_title span {
	font-size: 26px;
	color: #416FE4;
	float: left;
	border-bottom: 4px solid #416FE4;
	line-height: 28px;
	height: 50px;
	font-weight: bold;

}

/* ********** */
 
.mzzj1 {
	width: 48%;
}


.mzzj1 ul {
	margin-top: 8px;
}

.mzzj1 ul li {
	float: left;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #484848;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.mzzj1 ul li a img {
	height: 17px;
    width: 2px;
	margin-right: 10px;

}

.mzzj1 ul li a {
	color: #484848 !important;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.mzzj1 ul li:hover {


	border-bottom: 1px dashed #416FE4;

}

.mzzj1 ul li:hover span {

	color: #416FE4 !important;


}

.mzzj1 ul li a:hover {

	color: #416FE4 !important;

}

.mzzj1 ul li span {

	color: #939393;
	font-size: 14px;
}



/* 第二个横幅css */
.TB-focus {
	width: 1440px;
	height: 160px;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}

.TB-focus .hd {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	padding-left: 2px;
}

.TB-focus .hd li {
	color: #f60;
	cursor: pointer;
	margin-left: 8px;
	width: 8px;
	height: 8px;
	background: #fff;
	float: left;
	font-size: 13px;
	line-height: 18px;
	overflow: visible;
	text-align: center;
	border-radius: 10px;
}

.TB-focus .bd li img {

	transition: all 0.8s;
}

.TB-focus .bd li img:hover {
	transform: scale(1.1);
}

.TB-focus .hd li.on {
	background: #dc9461;
	color: #fff;
	font-weight: bold;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
	position: relative;
}
/* 科研 */
.keyan-zs {
	display: flex;
	flex-direction: column;
	width: 48%;
}
.keyan-zs ul{
	background-color: #fff;
	height: 420px;
	    padding: 20px;
	    box-sizing: border-box;
}
.keyan-zs ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	 
	/* height: 90px; */
	align-items: center;
	margin-bottom: 20px;
}

 

.keyan-zs ul li p {
	width: 13%;
	height: 78px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.keyan-zs ul li p i {
	font-weight: 600;
	font-size: 26px;
	font-style: normal;
		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: #416FE4;

	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 {
	background-color: #416FE4;
}
.keyan-zs ul li:hover a {
	color: #fff;
}
.keyan-zs ul li:hover p i {
	color: #fff;
}
.keyan-zs ul li:hover p span {
	color: #fff;
}
.keyan-zs ul li em {
	font-size: 53px;
	color: #416FE4;
	font-style: normal;
	font-weight: 100;
	width: 7%;
	text-align: center;
}
.keyan {
	display: flex;
	flex-direction: column;
	width: 48%;
}

.keyan ul li {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    background: #FFFFFF;
	    height: 122px;
	    margin-bottom: 26px;
	    padding: 0 20px;
}

.keyan ul li p {
	width: 134px;
	height: 74px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
}

.keyan ul li p i {
	font-weight: 600;
	font-size: 22px;
	font-style: normal;
	 
	display: flex;
	text-align: center;

	width: 100%;
	align-items: center;
	justify-content: center;
	color: #416FE4;
}

.keyan ul li p span {
	font-size: 16px;
	color: #999;

	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: #416FE4;
}

.bjj{
	background: #F6F6F6;
	padding-bottom: 15px;
}
/* 党建 */
.shekuai {

	width: 48%;

}

.a1 {
	background: linear-gradient(2deg, #BE9C68, #E4C28C);
	border-radius: 5px;;
	width: 48%;
	height: 180px;
	transition: all 0.8s;
}

.a2 {
	background: linear-gradient(2deg, #6B95F0, #BACDF5);
	border-radius: 5px;
	width: 48%;
	height: 180px;
	transition: all 0.8s;
}

.a3 {
	background: linear-gradient(2deg, #C7A43A, #EEDA8A);
	border-radius: 5px;
	width: 48%;
	height: 180px;
	transition: all 0.8s;
}

.a4 {
	background: linear-gradient(2deg, #5CA99B, #B4E4D7);
	border-radius: 5px;
	width: 48%;
	height: 180px;
	transition: all 0.8s;
}

.a1:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	 
}

.a2:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	 
}

.a3:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	 
}

.a4:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	 
}

.shekuai ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	    width: 100%;
}

.shekuai ul li {
margin-bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.shekuai ul li a {
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.shekuai ul li img {
	margin-bottom: 14px;
	width: 60px;

}

.shekuai ul li:hover a {}

.shekuai ul li a * {
	transition: .5s;
}

.shekuai ul li a:hover img {
	transform: rotateY(360deg);
}

@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;
}


/* 底部 */

.footer {
	width: 100%;
	min-width: 1440px;
	margin-top: 40px;
	background-color: #2B5FE3;
	text-align: left;
	height: 190px;
	line-height: 46px;
}

.foot {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	box-sizing: border-box;
}

.foot p {
	display: flex;
	flex-direction: column;
	 

}

.foot>p>a {
	color: #fff;
	font-size: 14px;
	margin-right: 18px;
	height: 30px;

}


.tt {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.tt a img {
	width: 50px;
}

.bq {
	display: flex;

	color: #fff;
	font-size: 14px;
	align-items: center;
	height: 60px;
	justify-content: center;
}

.tel {
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}

.tel span {
	display: flex;
	margin-right: 30px;
	align-items: center;
}

.tel span img {
	margin-right: 10px;
}

.link {}

.white {
	background: none;
	color: #fff;
	height: 40px;
	font-size: 15px;
	margin-right: 22px;
}

.white option {
	color: #333;
}

.mar {
	margin: 0 26px;
}

.tel span i {
	font-style: normal;
	margin-right: 16px;
	color: #fff;
	opacity: 0.4;
}




/* 内容 */

.bj {
	background-image: url(../image/bj.png);
	float: left;
	width: 100%;
}

.ab_banner {
	background: url(../image/about.png) no-repeat center top;
	width: 100%;
	height: 260px;
	min-width: 1440px;
}

.content {

	width: 1440px;
	height: auto;
	margin: 40px auto;
	line-height: 36px;
	display: flex;
	flex-direction: column;
}

.ab_center {

	width: 1440px;
	height: auto;
	margin: 18px auto;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
}

.title {
	line-height: 35px;
	font-size: 29px;
	text-align: center;
	font-weight: bold;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.date_x {
	background: #eaeaea;
	width: 700px;
	height: 44px;
	line-height: 44px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}

.date_x span {
	margin-left: 20px;
}

/* 位置 */
.weizhi {
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	color: #565656;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
}

.weizhi a {
	color: #565656;
	font-size: 14px;

}

.weizhi1 {


	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dadfe7;

	color: #565656;
	text-align: right;
	margin-bottom: 20px;
	font-size: 14px;
}

.weizhi1 a {
	color: #565656;
	font-size: 14px;

}

.cuxian {
	width: auto;
	height: 70px;
	float: left;

	font-weight: bold;
	font-size: 22px;
	color: #2B5FE3;
	text-align: left;
	border-bottom: 1px solid #416FE4;
}

/* 位置 */






.activ-lanmu {


	height: 70px;
	width: 22%;
	line-height: 70px;
	color: #2B5FE3 !important;

}

.activ-lanmu a {
	color: #2B5FE3 !important;
}

.lanmu {

	width: 22%;
	border-top-right-radius: 30px;
	box-shadow: 4px 12px 14px 0px #c9c9c9;
	background: url(../images/qq.png);
	height: 600px;
	background-position: bottom;
	background-repeat: no-repeat;

}

.lanmu ul li {
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #fff;


	box-sizing: border-box;

}

.lanmu ul li a {
	color: #333;
}

.lanmu ul li a:hover {
	color: #2B5FE3;
}




.lanmudiv {
	width: 100%;
	height: 110px;

	text-align: center;
	line-height: 110px;
	color: #ffffff;
	border-top-right-radius: 30px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 8px;
	background: #2B5FE3;
	opacity: 0.95;

}

.right {
	display: flex;
	flex-direction: column;
	width: 74%;
}

/* 列表 */

.list_right_content {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 20px;
	line-height: 30px;
}

.list_right_content li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list_right_content li span {
	float: right;
	color: #999;
	font-size: 13px;
}

.list_right_content li img {
	margin-right: 8px;
	width: 8px;
}

.list_right_content li a {
	color: #3d3d3d;
}

.list_right_content li a:hover {
	color: #2B5FE3;
}

.list_right_content li:hover {
	border-bottom: 1px dashed #2B5FE3;
}

/* 侧列表 */
.list_right_content1 {

	width: 100%;
	padding-bottom: 140px;


}

.list_right_content1 li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	display: flex;
	justify-content: space-between;
}

.list_right_content1 li:hover {
	border-bottom: 1px dashed #2B5FE3;


}

.list_right_content1 li:hover a em {
	background-color: #2B5FE3;

}

.list_right_content1 li a em {
	border: 2px solid #2B5FE3;
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 8px;
	float: left;
	margin-top: 22px;
	border-radius: 50%;

}

/* .list_right_content1 li:after {
	content: '';
	height: 6px;
	background: #1b7ee5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: .8s
}

.list_right_content1 li:hover:after {
	width: 100%
} */
.list_right_content1 li span {

	color: #999;
	font-size: 13px;
}

.list_right_content1 li a img {
	margin-right: 8px;
	width: 8px;
}

.list_right_content1 li a {
	color: #333;
}

.list_right_content1 li a:hover {
	color: #2B5FE3;
}


/* 图片*/
.work {
	width: 103%;
	margin: 16px 0;
	margin-left: -24px;
	box-sizing: border-box;
	float: left;

}

.words {
	width: 190px !important;
	float: left;
	background: #f6f6f6;
	margin-left: 26px;

	box-sizing: border-box;

}

.words:hover {
	background: #013E84;
	transition: all 0.8s;
}

.words a:hover {
	color: #fff;
}

.words a img:hover {
	transform: scale(0.9);
}

.words a {
	width: 100%;
	color: #6d6d6d;

}

.words>a>img {
	height: 230px;
	transition: all 0.8s;
	width: 190px;
}

.words-img {

	height: 42px;
	width: 85%;
	margin: 0 auto;
	text-align: center;

	display: flex;
	align-items: center;
}

.works-text {
	width: 100%;
	font-size: 14px;
	margin-top: -10px;

}

/* 本科生三级 */
.benkes {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.benkes a {
	width: 30%;
	height: 200px;
	background-color: #fff;

	box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin-right: 40px;
	color: #333;
	display: flex;
	flex-direction: column;
	box-shadow: 6px 10px 12px 6px #ccc;
	justify-content: center;
	align-items: center;

}

.benkes a:nth-child(1) {
	border-bottom: 4px solid #f79f72;
}

.benkes a:nth-child(2) {
	border-bottom: 4px solid #33a5f6;
}

.benkes a:nth-child(3) {
	border-bottom: 4px solid #1cac67;
}

.benkes a .span1 {
	background-image: url(../images/c1.png);
	width: 64px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	background-size: 100%;
	height: 64px;
	background-repeat: no-repeat;
}

.benkes a .span2 {
	background-image: url(../images/c2.png);
	width: 64px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	background-size: 100%;
	height: 64px;
	background-repeat: no-repeat;
}

.benkes a .span3 {
	background-image: url(../images/c3.png);
	width: 64px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	background-size: 100%;
	height: 64px;
	background-repeat: no-repeat;
}

.benkes a p {
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;

}

.benkes a:hover {
	box-shadow: 0 0 15px 5px #abaeafc4;
	transform: scale(1.05);
	background-color: #2B5FE3;
	color: #fff;
	border-bottom: 4px solid #ffffff;
}

.benkes a:hover .span1 {
	background-image: url(../images/c1-.png);

}

.benkes a:hover .span2 {
	background-image: url(../images/c2-.png);

}

.benkes a:hover .span3 {
	background-image: url(../images/c3-.png);

}

/* 研究生 */
.yanjius {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.yanjius .aa1 {
	width: 36%;
	height: 210px;
	background-image: url(../images/h7-p6.jpg);
	font-size: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin-right: 60px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.yanjius .aa2 {
	width: 36%;
	height: 210px;
	background-image: url(../images/h7-p5.jpg);
	font-size: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	margin-right: 60px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.yanjius .aa1:hover {
	transform: scale(1.05);
	transition: 0.8s;
	box-shadow: 10px 14px 18px 5px #ccc;
	font-weight: bold;
}

.yanjius .aa2:hover {
	transform: scale(1.05);
	transition: 0.8s;
	box-shadow: 10px 14px 18px 5px #ccc;
	font-weight: bold;
}

.yanjius p {
	margin-top: 20px;
}

.aa1 img {
	display: block;
	margin: 0 auto;
	transition: transform .3s;
	width: 70px;
}

.aa1:hover img {
	transform: translateY(-5px);
	transition: transform .3s;
}

.aa2 img {
	display: block;
	margin: 0 auto;
	transition: transform .3s;
	width: 70px;
}

.aa2:hover img {
	transform: translateY(-5px);
	transition: transform .3s;
}


/* Tab导航 */
.tab-nav {
	display: flex;
	/* justify-content: space-between; */
	padding: 30px 0;
	width: 100%;flex-wrap: wrap;
}

.tab-nav a {
	    width: 22%;
    height: 90px;
    background: #fff;
    font-size: 16px;
    box-shadow: 4px 12px 14px 10px #c9c9c9;
    margin: 14px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    color: #333;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 10px;
}

.tab-nav a>img {
	width: 60px;
	height: 60px;
}
.tab-nav a:hover {
    background: linear-gradient(180deg, #0368ff 0%, #1ba8ff 100%);
    color: #fff;
}


/* 选中样式 */
.tab-nav  .active {
  background: linear-gradient(180deg, #0368ff 0%, #1ba8ff 100%) !important;
  color: #fff !important;
}
 

 

/* 内容区域 */
 
 .text-you{
 	    text-indent: 2rem;
 	    line-height: 38px;
 	    font-size: 16px;
 }

.tab-item {
  display: none;
}
.tab-item.show {
  display: block;
}


/* ******** */
.study {
	display: flex;

	padding: 30px 0;
	width: 100%;
	flex-wrap: wrap;
	
}


.study a {
	   
	       width: 24%;
	       height: 90px;
	       background: #fff;
	       font-size: 16px;
	       margin: 28px;
	       cursor: pointer;
	       transition: all .3s ease-in-out;
	       color: #333;
		   padding: 0 20px;
	       display: flex;
	       justify-content: space-between;
	       border: 1px solid #e2e2e2;
	       box-shadow: 16px 13px 0px 0px #f2f2f2;
		
	 
}

.study .bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.study a span{
	margin-left: 20px;
	 
}

 

.study a:hover {
    border: 1px solid  #0368ff;
   transition: all .3s ease-in-out;
  transform: translate(0%, -10%);
 color: #0368ff
}

/* ******** */






/* 宣传视频 */
.xcsp{
	font-weight: bold;
	    font-size: 22px;
	    color: #2B5FE3;
	    text-align: left;
	    border-left: 7px solid #416FE4;
	    width: 88px;
	    height: 22px;
	    line-height: 20px;
	    padding: 0 10px;
}





.name11>a{
	    width: 100px;
	    background: rgba(0, 109, 255, .2);
	    border-radius: 6px;
	    color: #2B5FE3;
	    text-align: center;
		margin: 20px 10px;
		padding: 10px;text-indent: 0;
}
.name11>a:hover{
	color: #fff;
	background: linear-gradient(180deg, #0368ff 0%, #1ba8ff 100%);
}

.name11>p{
	    color: #2B5FE3;
	    font-size: 20px;
	    font-weight: bold;
}