html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	color: #111;
}

.body_home {
	height: 100%;
	position: relative;
	z-index: 1;
}

.body_b {
	position: fixed;
	left: 0;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: top .7s cubic-bezier(.5, 0, .2, 1) 0s;
	z-index: 1;
	overflow-y: auto;
	outline: 0
}

.body_b * {
	outline: 0
}

.body_b.showdiv {
	top: 0
}

.banner {
	z-index: 1;
	position: relative
}

.banner a {
	display: block;
	position: relative
}

.banner a::before {
	height: 223px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* 标准的语法 */
	z-index: 6;
}

.listTitle {
	overflow: hidden;
}

.listTitle h1 {
	width: auto;
	float: left;
}

.listTitle h1:first-child {
	margin-right: 10%;
}

.listTitle h1.off h2::before {
	display: none;
}

.wrap_more {
	position: absolute;
	right: 0px;
	top: 0px;
}

.wrap_more a {
	display: none;
}

.banner .slick-img {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}

.banner .slick-img {
	height: 0;
	padding-bottom: calc(920% / 19.2)
}

.banner {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.banner .swiper-container {
	max-width: initial;
}

/* .banner video{height:100vh;width:auto} */
.banner .banner-dots {
	width: auto;
	text-align: center;
	position: absolute;
	left: calc(50% - 107px);
	bottom: 52px;
	text-align: center;
	overflow: hidden
}

.banner .slick-img {
	display: block;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	padding-bottom: 0;
	z-index: 5;
	background-position: center;
}

.banner a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	height: 0;
	padding-bottom: 12%;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* 标准的语法 */
	z-index: 6;
}

.banner .bottom {
	padding: 0 0 17px;
	bottom: 0;
	z-index: 2;
	letter-spacing: 3px
}

.banner .title {
	color: #fff;
	margin: auto;
	white-space: nowrap;
	font-weight: 700;
	line-height: 1.2em
}

.banner .vicetitle {
	margin: 9px 0 0;
	color: #fff;
	width: 100vw;
	max-width: 1320px;
	text-align: center
}

.banner a {
	display: block;
	position: relative;
}

.banner .slick-img video,
.banner .slick-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner .slick-img img {
	min-width: 100%;
	object-fit: cover;
}

.banner .slick-img video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.banner_btns {
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 10;
	text-align: center;
	width: 100%;
}

.banner_more {
	padding: 0 17px 0 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 18px;
}

.banner_more::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, .5);
	left: 0;
	top: 0
}

.banner_more::after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	opacity: .5;
}

.banner_more a {
	color: #fff
}

.banner_btns .swiper-pagination {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.banner .swiper-slide-active .slick-img {
	transition: transform 6s linear 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 10px !important;
	text-align: center;
	position: relative;
	transition: all ease-in-out .3s;
	border-radius: 0;
	opacity: 1;
	background: #fff;
	border-radius: 50%;
	transform: translateY(4px);
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/u_icon1.png) no-repeat center;
	width: 28px;
	height: 28px;
	background-size: 28px auto;
	border-radius: 0;
	vertical-align: middle;
	transform: none;
}
.banner .banner_prev{
	position: absolute;
	left: 20px;
	top: 50%;
	/* transform: translateY(-50%); */
	width: 30px;
	height: 30px;
	background: url(../images/banner_prev.png) no-repeat center;
	background-size: contain;
	z-index: 10;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
.banner .banner_prev:hover{
	opacity: 1;
	transform: scale(1.2);
}
.banner .banner_next{
	position: absolute;
	right: 20px;
	top: 50%;
	/* transform: translateY(-50%); */
	width: 30px;
	height: 30px;
	background: url(../images/banner_next.png) no-repeat center;
	background-size: contain;
	z-index: 10;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}
.banner .banner_next:hover{
	opacity: 1;
	transform: scale(1.2);
}


/* .bb{position: absolute;bottom: 14px;width: 18px;height: 18px;background: url(../images/banner_bottom.png) center no-repeat;left: 50%;transform: translateX(-50%);z-index: 2;-webkit-animation: bb 2s linear 0s infinite;animation: bb 2s linear 0s infinite} */
@keyframes bb {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}

	20% {
		transform: translate(-50%, 3px);
		opacity: 1;
	}

	80% {
		transform: translate(-50%, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

.body_b {
	/* background: #e9eef3; */
}

.wrap_mode1 {
	padding-top: 180px;
	position: relative;
	background: url(../images/m1_bg.jpg) no-repeat bottom center;
	background-size: contain;
	/* background: #efefef; */
	padding-bottom: 40px;
}

.wrap_mode1::before {
	content: '';
	/* background: url(../images/m1_bg3.png) no-repeat; */
	left: 0;
	top: 0;
	width: 220px;
	height: 538px;
	z-index: 0;
	position: absolute;
}

.wrap_mode1::after {
	content: '';
	width: 435px;
	height: 789px;
	/* background: url(../images/mm_bg1.png) no-repeat center; */
	position: absolute;
	top: -120px;
	right: 0;
	z-index: 0;
}

.mode1 {
	position: relative;
	z-index: 50;
}

.mode1 .lf {
	width: 65%;
}

.listTitle {
	margin-bottom: 5px;
	position: relative;
}

.tab_box {
	position: relative;
}

.tab_box .box {
	position: relative;
	height: 380px;
}

.tab_box .box.on {
	/* opacity: 1; */
	height: 380px;
	overflow: hidden;
}

.tab_box .box.off {
	/* opacity: 0; */
	height: 0;
	overflow: hidden;
}

.wrap_more .more.on {
	display: block;
}

.wrap_more .more.off {
	display: none;
}

.titleColumn {
	display: inline-block;
	position: relative;
	text-align: center;
}

.titleColumn::after {
	background: url(../images/columnbg.png) no-repeat center;
	background-size: contain;
	width: 90px;
	height: 90px;
	content: '';
	position: absolute;
	bottom: 25%;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	;
}

.listTitle h2 {
	padding: 43px 0 13px;
	line-height: 1;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 600;
}

.listTitle h2::before {
	content: '';
	width: 42px;
	height: 3px;
	background-color: #004a99;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	z-index: 1;
}

.listTitle h2::after {
	background: url(../images/columnbg.png);
	width: 58px;
	height: 90px;
	/* content: ''; */
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 0;
}

.listTitle h2 span {
	position: relative;
	z-index: 10;
	color: #004a99;
	transition: all .5s ease-in-out;
}

.listTitle .en {
	display: block;
	font-family: 'Optima', 'Arial';
	color: #999;
	padding: 8px 0;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.more1 {
	float: right;
	padding-top: 55px;
	padding-right: 25px;
	color: #fff;
}

.more1:hover {
	color: #fff;
}

.more1::after {
	content: '';
	position: absolute;
	top: 45px;
	/* left: 0; */
	bottom: 0;
	right: 0;
	height: 40px;
	width: 120px;
	z-index: -1;
	background: #004a99;
	transform-origin: right bottom;
	transform: skewX(18deg);
	transition: .5s;
}

.more1:hover::after {
	transform: skewX(0deg);
}

.USTB_swiper1 {
	position: relative;
	padding: 20px 0 0 20px;
	overflow: hidden;
}

.USTB_swiper1::before {
	background-color: #004a99;
	content: '';
	width: 64.5%;
	height: 40%;
	transform: skewX(-10deg);
	position: absolute;
	left: -30px;
	top: 0;
	z-index: 0;
}

.title {
	font-weight: normal;
}

.news_txt {
	padding: 15px 0;
}

.news_txt h3 {
	margin-bottom: 12px;
}

.news_txt p {
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	color: #666;
	margin-bottom: 20px;
}

.date {
	color: #004a99;
	font-family: 'Optima';
}

.date i {
	margin-right: 5px;
	color: #004a99;
}

.wrap_mode1 .USTB_dots {
	text-align: center;
	width: 100%;
	position: static;
}

.wrap_mode1 .USTB_dots span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid #f39c0b;
	margin: 0 5px;
	background: none;
	opacity: 1;
}

.wrap_mode1 .USTB_dots span.active {
	background: #f39c0b;
}

.USTB_swiper1 .swiper-wrapper {
	background-color: #e9eef3;
}

.USTB_swiper1:hover .title {
	color: #004a99;
}

.mode1 .rt {
	width: 32.6%;
}

.USTB_list1 {
	position: relative;
	padding: 2px 20px 0;
	background-color: #fff;
}

.USTB_list1::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #004a99;
	background: -webkit-linear-gradient(left, #004a99 76%, #f39800);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #004a99 76%, #f39800);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #004a99 76%, #f39800);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #004a99 76%, #f39800);
	/* 标准的语法 */
	;
	position: absolute;
	left: 0;
	top: 0;
}

.USTB_list1 li {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.USTB_list1 li:first-child {
	padding-top: 10px;
}
.USTB_list1 li>a {
	height: 83px;
    display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.USTB_list1 li>a {
		height: 50px;
	}
}
.USTB_list1 li .date {
	padding-top: 5px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
    width: 70px;
}
.USTB_list1 li .date .day {
	font-size: 24px;
    font-weight: 600;
    color: #004a99;
}
.USTB_list1 li .date .year {
    color: #004a99;
}
.USTB_list1 li .title {
    line-height: 30px;
    /* height: 60px; */
    overflow: hidden;
    font-weight: 600;
    width: calc(100% - 100px);
}

.USTB_list1 li::after {
	content: '';
	width: 0;
	height: 1px;
	background-color: #004a99;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.36s ease-in-out;
}

.USTB_list1 li:last-child {
	border-bottom: none;
}

.wrap_mode2 {
	padding: 80px 0 40px 0;
	/* margin-bottom: 80px; */
	position: relative;
	background: url(../images/m2_bg.png) no-repeat bottom center;
	background-size: contain;
}

.wrap_mode2::before {
	content: '';
	width: 521px;
	height: 478px;
	/* background: url(../images/m22_bg.png) no-repeat center; */
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 0;
}

.mode2 {
	position: relative;
	z-index: 10;
	/* display: flex; */
	/* flex-direction: row;
    align-items: center; */
}

.mode2 .lf {
	width: 38%;
}

.USTB_swiper2 {
	overflow: hidden;
}

.item_info2 {
	background-color: #fff;
	display: block;
	padding: 20px 20px 30px;
}

.res_top {
	overflow: hidden;
	margin-bottom: 15px;
}

.res_top .resource {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.res_top .resource img {
	max-height: 37px;
	display: inline-block;
	max-width: none;
}

.res_top .date {
	display: inline-block;
}

.item_info2 .title {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 18px;
}

.USTB_swiper2 .swiper-scrollbar {
	position: static;
	width: 80%;
	max-width: 185px;
	position: relative;
	margin: 20px auto 0;
	background: #fff;
}

.USTB_swiper2 .swiper-scrollbar-drag {
	background-color: #f39800;
}

.mode2 .rt {
	width: 38%;
}

.USTB_list3 {
	margin: 0 -13px;
}

.USTB_list3 li {
	margin-bottom: 25px;
}

.USTB_list3 li>a {
	display: block;
	margin: 0 13px;
	background-color: #fff;
	padding: 20px 20px;
	position: relative;
}

.USTB_list3 li h3 {
	height: 90px;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 13px;
	position: relative;
	margin-left: -20px;
	padding-left: 20px;
}

.USTB_list3 li h3::before {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #f39800;
	position: absolute;
	left: 0;
	top: 0;
}

.USTB_list3 li>a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #cdd7e2;
	left: 6px;
	top: 6px;
	content: '';
	z-index: 0;
}

.USTB_list3 li>a>* {
	position: relative;
	z-index: 10;
}

.USTB_list3 li>a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #fff;
}

.USTB_list3 li .bg1 {
	position: absolute;
	width: 175px;
	height: 96px;
	background: url(../images/u_li_bg3.png) no-repeat center;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 3;
}

/*通知公告*/
.wrap_mode3 {
	background: #e9eef3;
	padding-bottom: 100px;
}
.wrap_mode3::after{
	content: '';
	width: 100%;
	height: 72%;
	background: url(../images/m3_bg4.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 40px;
	z-index: 0;
	background-size: contain;
	opacity: 0.5;
}
.mode3 {
	position: relative;
}
.mode3::before {
	content: '';
	background-image: url(../images/m3_bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5; 
	/* z-index: 1; */
}

.mode3 .lf {
	width: 48.6%;
}

.noticeCol {
	margin-bottom: 10px;
}

.USTB_list4 {
	margin: 0 -20px;
}

.USTB_list4 li {
	margin-bottom: 40px;
	transition: all 0.5s ease-in-out;
}

.USTB_list4 li:hover {
	transform: translateY(-10px);
}

.USTB_list4 li>a {
    display: flex;
    margin: 0 10px;
    align-items: center;
}

.date4 {
	height: 60px;
    width: 90px;
    background-color: #004a99;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date4 strong,
.date4 span {
	display: block;
	line-height: 1;
	color: #fff;
	font-weight: normal;
}

.date4 strong {
	font-size: 24px;
	margin-bottom: 5px;
	font-family: 'Optima';
	padding-top: 7px;
	position: relative;
}

.date4 strong::before {
	content: '';
	width: 14px;
	height: 1px;
	background-color: #fff;
	opacity: 0.35;
	right: 5px;
}

.date4 span {
	font-family: 'Arial';
	font-size: 12px;
}
.USTB_list4 li .title {
	position: relative;
	margin-left: -20px;
    height: 5em;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: -1;
	display: flex;
	align-items: center;
    width: calc(100% - 70px);
}
.USTB_list4 li h3 {
    padding-left: 40px;
    padding-right: 10px;
    line-height: 1.5em;
    /* min-height: 100%; */
	max-height: 5em;
    overflow: hidden;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    z-index: -1;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;	
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.USTB_list4 li .title.gp-f20::after, .USTB_list4 li .title.gp-f20::before {
	content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 3px solid transparent;
    width: 0;
    height: 0;
	opacity: 0;
    transition: width 0.4s ease-in 0.2s, height 0.2s ease-in 0s, opacity 0s ease-in-out 0.6s;
}
.USTB_list4 li .title.gp-f20::before {
	bottom: 0;
    right: 0;
    border-bottom-color: #005dae; 
    border-left-color: #005dae; 
}

.USTB_list4 li .title.gp-f20::after {
	top: 0;
    left: 0;
    border-top-color: #005dae;
    border-right-color: #005dae;
}
.USTB_list4 li:hover .title.gp-f20::before, .USTB_list4 li:hover .title.gp-f20::after {
    border-width: 3px;
    width: 100%;
    height: 100%;
	opacity: 1;
	transition: width 0.4s ease-in 0s, height 0.2s ease-out 0.4s, opacity 0s ease-in-out 0s;
}
/*讲座*/
.USTB_list5 {}

.USTB_list5 li {
	margin-bottom: 28px;
}

.USTB_list5 li>a {
	display: block;
	padding: 0 0 0 26px;
	position: relative;
}

.USTB_list5 li>a::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #004a99;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
}

.USTB_list5 li>a h3 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 15px;
}

.USTB_list5 li>a p::before {
	color: #f39800;
	margin-right: 5px;
}

.USTB_list5 li>a p {
	color: #888;
	line-height: 1.5;
	margin-bottom: 6px;
}

.USTB_list5 li>a::after {
	content: '';
	border-left: 1px solid #e5e5e5;
	position: absolute;
	height: calc(100% + 28px);
	left: 3px;
	top: 0;
	z-index: 0;
}

.USTB_list5 li:last-child>a::after {
	height: 100%;
}

/*菁菁校园*/
.mode3 .rt {
	width: 47.3%;
}

.USTB_swiper3 {
	overflow: hidden;
}

.item_info3 {
	display: block;
	position: relative;
}

.item_info3 .gp-img-reponsive {}

.item_info3 .item_txt3 {
	background: #004a99;
	background: -webkit-linear-gradient(left, #004a99, #005dae);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #004a99, #005dae);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #004a99, #005dae);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #004a99, #005dae);
	/* 标准的语法 */
	width: calc(100% - 40px);
	margin-left: 40px;
	position: relative;
	margin-top: -80px;
	padding: 37px;
	box-sizing: border-box;
	border-radius: 35px 0 0 0;
	overflow: hidden;
}

.item_txt3 h3 {
	margin-bottom: 20px;
}

.item_txt3 .date,
.item_txt3 .date i {
	color: #fff;
}

.item_bottom3 span {
	display: inline-block;
	margin-right: 30px;
}

.item_txt3 {
	box-shadow: 0 0 10px rgba(0, 54, 97, 0.1);
}

.item_txt3>* {
	position: relative;
	z-index: 10;
}

.item_txt3::before {
	content: '';
	width: 147px;
	height: 118px;
	background: url(../images/u_li_bg5.png) no-repeat right bottom;
	position: absolute;
	right: 0;
	bottom: 0;
}

.mode3 .listTitle {
	margin-bottom: 27px;
	padding-top: 25px;
}

.USTB_swiper3 .USTB_dots {
	margin-top: 40px;
	text-align: center;
}

.USTB_swiper3 .USTB_dots span {
	opacity: 1;
	background-color: #dee7ee;
	width: 80px;
	height: 4px;
	border-radius: 5px;
}

.USTB_swiper3 .USTB_dots span.active {
	background-color: #f39800;
}

/*科学研究*/
.wrap_mode4 {
	position: relative;
	background: #004a99;
	padding: 50px;
}

.wrap_mode4::after {
	content: '';
	width: 100%;
	height: 72%;
	background: url(../images/m4_bg.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 40px;
	z-index: 0;
	background-size: contain;
	opacity: 0.5;
}

.mode4 {
	position: relative;
	z-index: 50;
}

.mode4>.lf {
	width: 54.66%;
}

.USTB_list6 {}

.USTB_list6 li {
	margin-bottom: 20px;
	position: relative;
}

.USTB_list6 li .gp-img-responsive {
	padding-bottom: 0;
	transition: all 0.55s ease-out;
	position: relative;
}

.USTB_list6 li .gp-img-responsive::before {
	content: '';
	width: 100%;
	height: 125px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	/* 标准的语法 */
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.USTB_list6 li h3 {
	border-left: 3px solid #f39800;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding-left: 20px;
	background-color: #fff;
}

.USTB_list6 li.active .gp-img-responsive {
	padding-bottom: 56.25%;
}

.USTB_list6 li.active h3 {
	position: absolute;
	left: 0;
	bottom: 15px;
	box-sizing: border-box;
	color: #fff;
	background: none;
	border: none;
	z-index: 15;
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
}

.mode4>.rt {
	width: 41.2%;
}

/* .USTB_list7  {
     
      height: 100%;
     position: relative;
       overflow: hidden;
       overflow: clip;
       list-style: none;
       padding: 0;
       z-index: 1;
       display: block
    } */
.USTB_list7 .swiper-slide {
	text-align: center;
	height: calc((100% - 20px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	;
}

/* .USTB_list7 .swiper-slide:nth-child(2n){margin-top: 20px !important;} */
.USTB_list7 {
	/* height: 600px; */
	margin-top: -10px;
	padding-bottom: 30px;
	box-sizing: content-box;
	overflow: hidden;
}

.USTB_list7 li>a {
	display: block;
	position: relative;
}

.USTB_list7 li .gp-img-responsive {
	padding-bottom: 0;
	transition: all 0.65s ease-out;
}

.USTB_list7 li.active .gp-img-responsive {
	padding-bottom: 136.67%;
}

/* .USTB_list7 li.active .gp-img-responsive::before{content: '';background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) , rgba(0,0,0,0)); 
  background: -o-linear-gradient(top, rgba(0,0,0,0.6) , rgba(0,0,0,0)); 
  background: -moz-linear-gradient(top, rgba(0,0,0,0.6) , rgba(0,0,0,0)); 
  background: linear-gradient(to top, rgba(0,0,0,0.6) , rgba(0,0,0,0)); position: absolute;left: 0;bottom: 0;z-index: 5;height: 126px;width: 100%;} */
.USTB_list7 li h3 {
	line-height: 1;
	overflow: hidden;
	position: relative;
	z-index: 15;
	color: #fff;
	display: inline-block;
	border-bottom: 3px solid #f39800;
	vertical-align: bottom;
	padding: 17px 0;
	transition: transform 0.35s ease-out;
}

.USTB_txt7 {
	padding: 0 20px;
	position: relative;
	position: absolute;
	bottom: -20px;
	background-color: rgba(0, 74, 153, 0.88);
	width: calc(100% - 20px);
	box-sizing: border-box;
	left: 10px;
	text-align: center;
	overflow: hidden;
}

.USTB_txt7::before {
	content: '';
	background: url(../images/rw_bg.png) no-repeat right bottom;
	position: absolute;
	right: -100%;
	bottom: 0;
	transition: all 0.35s ease-out;
	width: 100%;
	height: 100%;
}

/* .USTB_list7 li{margin-bottom: 45px;} */
.USTB_list7 li:hover .USTB_txt7 {
	background: #004a99;
}

.USTB_list7 li:hover .USTB_txt7::before {
	right: 0;
}

.USTB_list7 li:hover h3 {
	transform: translateX(-20%);
}

.USTB_list7 .USTB_dots {
	text-align: center;
	position: static;
	padding: 20px 0 0;
}

.USTB_list7 .USTB_dots span {
	opacity: 1;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.USTB_list7 .USTB_dots span.active {
	background-color: #f39800;
}

/*专题栏目*/
.wrap_mode5 {
	background: url(../images/m5_bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0;
}

.mode5 {
	padding-top: 20px;
}

.listTitle2,
.listTitle3 {
	text-align: center;
	position: relative;
}

.listTitle2 .more1,
.listTitle3 .more1 {
	position: absolute;
	right: 0;
	top: 0;
}

.listTitle2 h2::after {
	background: url(../images/title_bg2.png) no-repeat center;
}

.listTitle2 h2 span {
	color: #fff !important;
}

.listTitle2 h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.listTitle2 h2::before {
	background-color: #f39800;
}

.listTitle2 .en {
	color: #fff;
	opacity: 0.77;
}

.mode5 .more1 {
	color: #00508e;
}

.mode5 .more1::after {
	display: none;
}

.USTB_swiper4 {
	padding: 22px 0 32px;
	overflow: hidden;
	max-width: 1420px;
	box-sizing: border-box;
	margin: 0 auto;
}

.topcic_item {
	display: block;
	height: 450px;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-direction: row-reverse;
	overflow: hidden;
}

.topcic_item>span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
}

.topcic_item .title {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	height: 90%;
	color: #fff;
	line-height: 1.4;
	text-align: left;
	margin-right: 30px;
	position: relative;
	z-index: 50;
}

.topcic_item .title span {
	color: #fff;
	padding: 40px 30px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.55);
	display: inline-block;
}

/*数字北科*/
.wrap_mode6 {
	background: #f9f9f9;
	padding: 0 0 50px 0;
	position: relative;
	z-index: 1;
}

.wrap_mode6::after {
	content: '';
	width: 800px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/m6_bg.png) no-repeat center bottom;
	background-size: 90%;
	z-index: -1;
}

.USTB_swiper5 {
	padding: 30px 0;
	overflow: hidden;
}

.data_info {
	cursor: pointer;
}

.listTitle3 {
	text-align: center;
}

.data_img {
	max-width: 144px;
	border: 1px dashed #004a99;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	margin: 0 auto 20px;
}

.data_img .gp-img-responsive {
	padding-bottom: 100%;
}

.data_info {
	margin: 0 10px;
}

.data_txt {
	text-align: center;
}

.data_txt strong {
	font-size: 33px;
	font-family: 'Optima';
	color: #004a99;
	padding-bottom: 10px;
	display: block;
}

.data_txt span {
	color: #555;
	font-size: 16px;
}

.mode6 .USTB_dots {
	text-align: center;
	padding-top: 20px;
	display: none;
}

.mode6 .USTB_dots span {
	opacity: 1;
	background-color: #ccc;
}

.mode6 .USTB_dots .active {
	background-color: #f39800;
}

/*大学区位*/
.wrap_mode7 {
	margin: 30px 0 0;
	background: url(../images/qw.jpg) no-repeat top;
	box-sizing: border-box;
}

.USTB_swiper6 {
	overflow: hidden;
	padding: 115px 0;
}

.USTB_swiper6 .swiper-wrapper {
	align-items: center;
}

.USTB_swiper6 .swiper-slide {
	width: 20%;
	vertical-align: middle;
	transition: transform 0.5s, width 0.35s ease-out;
}

.USTB_swiper6 .swiper-wrapper {
	margin: 0 -10px;
}

.item_info6 {
	display: block;
	margin: 0 10px;
	position: relative;
	border-radius: 50%;
}

.item_img6 .gp-img-responsive {
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	position: relative;
	z-index: 0;
}

.item_txt6 {
	position: absolute;
	left: 0;
	width: 130%;
	box-sizing: border-box;
	bottom: 15px;
	text-align: center;
	z-index: 10;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.35s ease-out;
	left: -15%;
}

.item_img6 {
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.item_img6::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(../images/qw_bg.png) repeat-x;
	opacity: 0;
	z-index: 2;
	height: 223px;
}

.item_info6::before {
	width: 0%;
	height: 0%;
	border: 0.001px dashed #f39903;
	position: absolute;
	;
	left: 50%;
	top: 50%;
	z-index: 0;
	;
	content: '';
	border-radius: 50%;
	transition: all 0.35s ease-out;
}

.USTB_swiper6 .swiper-slide .item_txt6 p:first-child {
	margin-bottom: 12px;
}

.item_txt6 h3 {
	margin-bottom: 10px;
}

.USTB_swiper6 .swiper-slide.siblings {
	width: 17%;
}

.USTB_swiper6 .swiper-slide.active {
	width: 32%;
	/* margin: 0 7%;  transform: scale(2.3); */
}

.USTB_swiper6 .swiper-slide.active .item_info6::after {
	opacity: 1;
}

.USTB_swiper6 .swiper-slide.active .item_txt6 {
	transform: none;
	opacity: 1;
}

.USTB_swiper6 .swiper-slide.active .item_info6 {
	margin: 0 40px;
}

.USTB_swiper6 .swiper-slide.active .item_info6::before {
	width: 110%;
	height: 110%;
	-webkit-animation: rotate360 15s infinite linear;
	animation: rotate360 15s infinite linear;
	transform: none;
	left: -5%;
	top: -5%;
}

.USTB_swiper6 .swiper-slide.active .item_img6::after {
	opacity: 1;
}

.USTB_swiper6 .swiper-slide.active .item_txt6 {
	/* transform: scale(0.45);transform-origin: 50% 100%; */
}

.USTB_swiper6 .swiper-slide-active .item_txt6 {
	position: relative;
	opacity: 1;
	margin-top: 30px;
}

.USTB_swiper6 .swiper-slide-active .item_txt6 p,
.USTB_swiper6 .swiper-slide-active .item_txt6 h3 {
	color: #333;
	margin-bottom: 6px;
}

.USTB_swiper6 .swiper-slide-active .item_info6::before {
	display: none;
}

.USTB_swiper6 .swiper-slide-active .item_img6 {
	overflow: visible;
	position: relative;
}

.USTB_swiper6 .swiper-slide-active .item_img6::before {
	content: '';
	width: 110%;
	height: 110%;
	border-radius: 50%;
	left: -5%;
	top: -5%;
	border: 0.1px dashed #f39903;
	position: absolute;
}

.mode7 .USTB_dots {
	text-align: center;
	padding-top: 25px;
	opacity: 1;
}

.mode7 .USTB_dots span.active {
	background-color: #f39903;
}

.mode7 .USTB_dots span {
	background: #ccc;
}

/*实验室*/
.wrap_mode8 {
	padding: 10px 0 0;
	position: relative;
	overflow: hidden;
	background: url(../images/sy_bg4.png) no-repeat left bottom 100px;
}

.mode8 {
	height: 350px;
	position: relative;
}

.listTitle4 {
	height: 320px;
	float: left;
	width: 323px;
	position: relative;
	padding-top: 30px;
}

.listTitle4 h2 {
	margin-left: 5px;
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

.listTitle4 a {
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.listTitle4 p {
	color: #004a99;
	font-size: 14px;
	line-height: 1.1;
	font-family: 'Optima';
}

.lab1 {
	height: 350px;
	position: absolute;
	top: 0;
	width: 100%;
	width: calc(100% - 200px + 10.9vw);
	left: 200px;
	overflow: hidden;
}

.lab1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	transition: all 0.4s ease-out;
	background-position: right center;
}

.lab1::before {
	content: '';
	width: 117px;
	height: 350px;
	background: url(../images/lab_bg2.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.mode8 .listTitle4 h2 {
	margin-right: 5px;
}

.wrap_mode9 {
	position: relative;
	overflow: hidden;
	padding-bottom: 125px;
	background: url(../images/m9_bg.png) no-repeat right bottom;
	padding-top: 10px;
}

.mode9 {
	position: relative;
	height: 350px;
}

.lab2 {
	left: auto;
	right: 200px;
}

.lab2::before {
	background: url(../images/lab_bg1.png) no-repeat center;
	right: 0;
	left: auto;
}

.listTitle5 {
	float: right;
	width: auto;
	padding: 40px 0 0;
}

.showdiv .asideBar {
	display: block;
}

.asideBar {
	position: fixed;
	right: 1.5vw;
	top: 50%;
	display: none;
	padding-top: 31px;
	transform: translateY(-50%);
	margin-top: 60px;
	width: 7.8vw;
}

.asideBar.on::before {
	content: '';
	width: 100%;
	height: 32px;
	background: url(../images/as_bg.png) no-repeat bottom center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}

.aside_quicklink {
	background: #004a99;
	display: block;
	background: -webkit-linear-gradient(top, #004a99, rgba(0, 0, 0, 0));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #004a99, rgba(0, 0, 0, 0));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #004a99, rgba(0, 0, 0, 0));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #004a99, rgba(0, 0, 0, 0));
	/* 标准的语法 */
	;
	width: 7.8vw;
	max-width: 150px;
	padding-bottom: 78px;
}

.aside_quicklink>span {
	display: block;
	text-align: center;
	padding: 16px 0 5px;
	font-size: 16px;
	cursor: pointer;
}

.aside_quicklink>span i {
	display: block;
	text-align: center;
	font-size: 12px;
}

.aside_list {
	padding-left: 10%;
	padding-top: 15px;
}

.aside_list li {
	padding-bottom: 21px;
	padding-left: 20%;
	background: url(../images/as_li.png) no-repeat left top;
	position: relative;
	font-size: 16px;
}

.aside_list li:hover {
	background: url(../images/as_li_hover.png) no-repeat left top;
}

.aside_list li::before {
	content: '';
	width: 0;
	height: 8px;
	border-right: 1px dashed #f39800;
	position: absolute;
	bottom: 10px;
	left: 6px;
}

.quickclose {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	transform: translateY(-50%);
	background: #004a99;
	background: -webkit-linear-gradient(top, #004a99, #00427b);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #004a99, #00427b);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #004a99, #00427b);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #004a99, #00427b);
	/* 标准的语法 */
	cursor: pointer;
	margin: 0 auto;
	display: none;
}

.quickclose .u_btn {
	display: block;
	padding-top: 40px;
	text-align: center;
}

.quickclose .u_btn i {
	display: block;
	text-align: center;
}

.quickclose .u_btn i::before {
	transform: rotate(180deg);
	display: block;
}

.line {
	width: 108%;
	height: 108%;
	border-radius: 50%;
	border: 1px dashed #f39800;
	left: -5%;
	top: -5%;
	position: absolute;
	-webkit-animation: rotate360 9s infinite linear;
	animation: rotate360 9s infinite linear;
}

.line::before,
.line::after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #f39800;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 11px;
}

.line::after {
	left: auto;
	right: 15px;
	top: auto;
	bottom: 11px;
}

@keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@media screen and (min-width:1920px) {
	.USTB_list1 li>a {
		padding: 15px 0;
	}

	.wrap_mode11 .USTB_list1 li>a {
		padding: 12px 0;
	}
}

/*学校要闻方案二*/
.wrap_mode11 .lf {
	width: 60%;
}

.wrap_mode11 .rt {
	width: 38%;
}

.USTB_swiper7 {}

.item_info7 {
	position: relative;
	padding: 10px 0 0 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.item_info7::before {
	content: '';
	width: 70%;
	height: 50%;
	transform: skew(-12deg);
	background-color: #006dcc;
	position: absolute;
	left: -40px;
	top: 0;
	z-index: -1;
}

.item_img7 {
	position: relative;
	z-index: 5;
}

.item_txt7 {
	position: absolute;
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 0 15px;
	bottom: 20px;
	left: 10px;
	z-index: 10;
	color: #fff;
}

.item_txt7 a {
	color: #fff;
}

/* .item_info7::after {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	z-index: 6;
	content: '';
	position: absolute;
	left: 10px;
	bottom: 0;
	width: calc(100% - 10px);
} */

.USTB_list8 {
	margin: 0 -10px 0 0;
}

.USTB_list8>li>a {
	display: block;
	margin: 0 10px;
}

.item_txt8 {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}

.wrap_mode11 .USTB_list1 {
	padding: 2px 20px 20px;
}

.USTB_list1_wrap {
	position: relative;
	padding: 0 10px 10px 0;
}

.USTB_list1_wrap::after {
	content: '';
	width: 10px;
	height: calc(100% - 10px);
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #dee5ec;
}

.USTB_list1_wrap::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	background-color: #dee5ec;
	left: 10px;
}
.index_07 .video {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	left: 44px;
	top: -52px;
	background: url(../images/mode07_video.png) center no-repeat;
	-webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
}

@media screen and (min-width:1024px) {

	.USTB_list1 li>a .date,
	.USTB_list1 li>a h3,
	.USTB_list1 li>a,
	.item_info2,
	.USTB_list3 li>a::before,
	.item_info7,
	.USTB_list8 li {
		transition: all 0.35s ease-out;
	}

	.USTB_list1 li>a:hover .date,
	.USTB_list1 li>a:hover .date i {
		color: #f39800;
	}

	.USTB_list1 li>a:hover .title {
		color: #004a99;
	}

	.USTB_list1 li>a:hover {
		transform: translateX(10px);
	}

	.item_info2:hover {
		background: url(../images/s_bg1.png) no-repeat right top #004a99;
	}

	.item_info2:hover h3 {
		color: #fff;
	}

	.USTB_list3 li>a:hover::before {
		background: #004a99;
	}

	.USTB_list3 li>a:hover * {
		color: #fff !important;
	}

	.USTB_list3 li>a:hover .bg1 {
		opacity: 1;
	}

	.USTB_list4 li>a:hover h3 {
		color: #004a99;
	}

	.USTB_list5 li>a:hover::before {
		background-color: #004a99;
	}

	.USTB_list5 li>a:hover h3 {
		color: #004a99;
	}

	.USTB_list5 li>a:hover p {
		color: #333;
	}

	.topcic_item:hover>span {
		transform: scale(1.1);
	}

	.topcic_item>span {
		transition: all 0.36s ease-out;
	}

	.USTB_list1 li:hover::after {
		width: 100%;
	}

	.lab1:hover a {
		transform: scale(1.05);
	}

	.listTitle4 h2:hover {
		color: #004a99;
	}

	.listTitle :hover h2 span {
		color: #f39800;
	}

	.item_info7:hover,
	.USTB_list8 li:hover {
		transform: translateY(-10px);
	}

	.USTB_list8 li:hover .item_txt8 {
		color: #004a99;
	}
}

@media screen and (min-width:996px) {
	.USTB_list7 .swiper-wrapper {
		-ms-flex: flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-content: flex-start;
		align-content: flex-start;
	}

	/* 科研动态 */
	.index-research {
		position: relative;
		width: 100%;
	}

	.index-research .wal {
		position: relative;
	}

	.wal {
		margin: 0 auto;
	}

	/* .index-research .content {
		line-height: 32px;
		font-size: 16px;
		color: #929292;
		width: 40%;
		padding: 0 0 100px 0;
	} */

	.index-research .list {
		width: 43%;
		position: relative;
		z-index: 1;
		margin-top: 120px;
		padding: 0 40px;
		background: linear-gradient(90deg, rgb(255 255 255 / 100%) 65%, rgb(255 255 255 / 0%));
	}

	.index-research .list li:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #0277fc;
		width: 4px;
		height: 20px;
		/* margin-top: -0.24rem; */
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}

	.index-research .list li .img {
		display: none;
	}

	.index-research .list li:before {
		content: "";
		display: block;
		position: absolute;
		left: -0.3rem;
		top: -1px;
		bottom: -1px;
		width: 115%;
		background: url(../images/m3_bg2.png) right center no-repeat;
		background-size: 100%;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}

	.index-research .big-img {
		position: absolute;
		z-index: 0;
		left: 50%;
		right: -200px;
		top: auto;
		bottom: 0px;
		margin-left: -60px;
		padding-top: 60px;
	}

	.index-research .big-img a {
		height: 720px;
		position: relative;
		background: center no-repeat;
		background-size: cover;
		display: block;
		z-index: 2;
		transition: all 0.5s ease-in-out;
	}

	.index-research .big-img:before {
		content: "";
		display: block;
		position: absolute;
		left: 320px;
		top: 0;
		right: 0;
		bottom: 0;
		background: url(../images/m3_bg3.jpg) center top no-repeat;
		background-size: 100%;
	}

	/* 校园映像 */
	.index_07 {
		padding: 15px 0 0 0;
		/* margin: 0 80px 0 80px; */
		overflow: hidden;
	}

	.index_title2 {
		margin-bottom: 20px;
		display: block;
		position: absolute;
		left: 0;
		width: 40px;
		top: 0;
		bottom: 0;
		padding: 0;
		z-index: 2;
	}

	.mode07 .index_title2 {
		left: 88px;
		bottom: auto;
		height: 507px;
	}

	.index_title2 .en_channel_title {
		position: absolute;
		left: 0;
		top: 0;
		text-transform: uppercase;
		font-weight: bold;
		color: rgba(255, 255, 255, .1);
		transform: rotate(90deg);
		transform-origin: left top;
		white-space: nowrap;
	}

	.index_title2 .channel_link {
		opacity: 1;
		position: absolute;
		z-index: 2;
		width: 1.5em;
		margin: 0 auto;
		/* padding: 0 0 28px; */
		/* background: url(../images/mode01_more.png) bottom center no-repeat; */
		text-align: center;
		color: #fff;
		line-height: 1.1em;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.index_07 .dif_arrow {
		position: absolute;
		right: 0px;
		top: 45px;
	}

	.index_07 .index_07_dots {
		display: flex;
		max-width: 18px;
		display: -ms-flexbox;
		flex-direction: column;
		position: absolute;
		left: auto !important;
		right: 17px;
		bottom: 0px !important;
	}
	/* footer */
	.wrap_ufooter .lf {
		width: 12%;
		position: relative;
	}

	.wrap_ufooter .gp-container>.frt {
		width: 15%;
		position: relative;
		float: right;
	}

	.f_logo1 {
		background: url(../images/logo2.svg) no-repeat center;
		width: 90%;
		height: 10vw;
	}

	.f_logo2 {
		width: 75%;
		float: right;
	}

	.link_list {
		float: left;
		width: 73%;
		padding: 2vw 0px;
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
	}

	.link_list ul {
		float: left;
		/* width: 30%; */
		/* padding: 0 10px; */
	}
	/* 二级页面 研究中心 */
	.yjzx {
		padding-left: 45px;
		background-color: #0041ae0f;
		/* padding-bottom: 10px; */
		width: 27vw;
		display: inline-block;
		margin: 5px 3px;
		border: 1px solid #ccc;
		transition: all ease-in-out 0.25s;
		position: relative;
		z-index: 1;
	}
	.blog-post.blog-md {
		display: flex;
		align-items: center;
	}
	.dez-post-media2 {
		padding-bottom: 221px;
		width: 100%;
	}
	.kjcgbox .dez-post-media2 {
		max-width: 34%;
		padding-bottom: 20%;
	}
}

@media screen and (min-width:1460px) {

	.mode1 .titleColumn,
	.mode2 .titleColumn,
	.mode5 .titleColumn{
		left: 50%;
		transform: translateX(-50%);
		text-align: unset;
	}

	.tzgg .listTitle {
		text-align: center;
	}

	.mode3 .listTitle {}

	/* footer */
	.u_footer {
		padding: 0 3.7vw;
		display: flex;
		align-items: center;
		position: relative;
	}

	.wrap_ufooter .lf {
		width: 20%;
		position: relative;
	}

	.wrap_ufooter .gp-container>.frt {
		width: 20%;
		position: relative;
		float: right;
	}

	.f_logo1 {
		background: url(../images/logo2.svg) no-repeat center;
		width: 60%;
		height: 10vw;
	}

	.f_logo2 {
		width: 50%;
		float: right;
	}

	.link_list {
		float: left;
		width: 73%;
		padding: 2vw 0px;
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
	}

	.link_list ul {
		float: left;
		/* width: 30%; */
		padding: 0 10px;
	}
	/* 二级页面 研究中心 */
	.yjzx {
		padding-left: 45px;
		background-color: #0041ae0f;
		/* padding-bottom: 10px; */
		width: 32%;
		display: inline-block;
		margin: 5px 3px;
		border: 1px solid #ccc;
		transition: all ease-in-out 0.25s;
		position: relative;
		z-index: 1;
	}
	
	.dez-post-media2 {
		padding-bottom: 221px;
		width: 100%;
	}
	.kjcgbox .dez-post-media2 {
		max-width: 300px;
		padding-bottom: 169px;
	}
	.kjcgbox .dez-post-info {
		width: 100%;
		min-height: 169px;
	}
}

@media screen and (max-width:1920px) {

	.USTB_list1 li>a {
		padding: calc(1vw - 10px) 0;
	}

	.wrap_mode11 .USTB_list1 {
		padding-bottom: 10px;
	}
}

@media screen and (max-width:1460px) {
	.gp-f20 {
		font-size: 17px;
	}

	.USTB_list1 li .title,
	.USTB_list4 li h3 {
		/* line-height: 24px; */
		/* height: 48px; */
	}

	.USTB_list3 li>a {
		padding: 12px 18px;
	}

	.USTB_list3 li h3 {
		line-height: 28px;
		height: 84px;
	}

	.USTB_list5 li>a h3 {
		line-height: 28px;
		height: 28px;
		margin-bottom: 12px;
	}

	.mode3 .listTitle {
		margin-bottom: 7px;
	}

	.noticeCol {
		margin-bottom: 5px;
	}

	.item_info3 .item_txt3 {
		margin-top: -60px;
	}

	.USTB_list5 li {
		font-size: 14px;
	}

	.listTitle4 h2 {
		font-size: 26px;
	}

	.wrap_mode9 {
		padding-bottom: 80px;
	}

	.aside_list li {
		font-size: 14px;
	}
}

@media screen and (max-width:1386px) {
	.gp-f20 {
		font-size: 16px;
	}

	.aside_list li {
		padding-left: 22px;
	}

	.wrap_mode9 {
		padding-bottom: 60px;
	}


}

@media screen and (max-width:1320px) {
	.USTB_list1 li .title {
		line-height: 22px;
		height: 44px;
	}

	/* .USTB_list1 li > a{padding: 0.45vw 0;} */
	.USTB_list3 li h3 {
		line-height: 24px;
		height: 72px;
	}

	.item_info2 .title {
		line-height: 24px;
		height: 48px;
	}

	.USTB_list7 li h3 {
		padding: 10px 0;
	}

	.USTB_list1 li .title,
	.USTB_list4 li h3 {
		/* line-height: 24px; */
		/* height: 48px; */
	}

	.wrap_mode9 {
		padding-bottom: 40px;
	}

	.topcic_item {
		height: 350px;
	}

	.USTB_list1 li .date {
		margin-bottom: 5px;
	}

	.item_txt6 {
		bottom: 40px;
	}

	.USTB_list6 li {
		margin-bottom: 10px;
	}

	.wrap_mode11 .USTB_list1 {
		padding: 2px 20px 5px 20px;
	}
}

@media screen and (max-width:1200px) {
	.listTitle h1:first-child {
		margin-right: 15px;
	}

	.USTB_swiper6 {
		padding: 50px 0;
	}

	.USTB_swiper6 .swiper-wrapper {
		align-items: initial;
	}

	/* .USTB_swiper6 .swiper-slide-active .item_img6{
	      transform: scale(1.2) !important;
		}
	.USTB_swiper6 .swiper-slide{transform: scale(1);}	 */
	.mode7 .USTB_dots span {
		opacity: 1;
		;
	}

	.aside_list li {
		padding-left: 0;
		background: none;
		padding-bottom: 12px;
	}

	.aside_list li::before {
		display: none;
	}

	.aside_list {
		text-align: center;
		padding-left: 0;
	}

	.aside_quicklink {
		padding-bottom: 50px;
	}

	.wrap_mode9 {
		padding-bottom: 30px;
	}

	.USTB_txt7 {
		padding: 0 10px;
	}
}

@media screen and (max-width:996px) {
	.banner {
		height: auto;
	}

	.banner .banner_btns {
		bottom: 10px;
	}

	.banner .slick-img {
		height: 0;
		padding-bottom: 48.43%;
	}

	.body_b {
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.u_header2 {
		display: none;
	}

	.wrap_mode1 {
		padding-top: 0;
	}
	
	.gp-container>.lf, .gp-container>.rt {
		float: none;
		width: 100%;
	}
	.USTB_list1 li .title {
		height: auto;
	}

	.body_home {
		z-index: 20;
	}

	.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
		height: 20px;
		background-size: contain;
	}

	.USTB_list1 li>a {
		padding: 15px 0;
	}

	.listTitle h2::after {
		width: 52px;
		height: 80px;
		background-size: contain;
		left: 25px;
	}

	.wrap_mode2 {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.mode3 .listTitle {
		margin-bottom: 17px;
	}

	.topcic_item {
		height: 350px;
	}

	.wrap_mode5 {
		background-size: 1200px auto;
		position: relative;
		z-index: 50;
	}

	.mode5 {
		padding-top: 0;
	}

	.wrap_mode5 {
		margin-top: 30px;
	}

	.listTitle4 {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	.listTitle4 a {
		writing-mode: inherit;
	}

	.lab1 {
		position: relative;
		height: 0;
		padding-bottom: 23.3%;
		width: 100%;
		left: 0;
	}

	.mode8 {
		height: auto;
	}

	.lab1 a {
		background-size: contain;
	}

	.lab1::before {
		height: 100%;
		background-size: auto 100%;
		background-position: left center;
	}

	.lab2::before {
		background-position: right center;
	}

	.listTitle4 a {
		display: flex;
		flex-wrap: wrap;
	}

	.listTitle4 a * {
		width: 100%;
	}

	.listTitle4 p {
		order: 2;
	}

	.listTitle4 h2 {
		margin-left: 0;
	}

	.USTB_swiper6 {
		padding: 35px 0;
	}

	.wrap_mode9 {
		padding-bottom: 100px;
	}

	.mode9 {
		height: auto;
	}

	.wrap_mode9 {
		padding-bottom: 40px;
	}

	.data_txt strong {
		font-size: 20px;
		line-height: 1.5;
		word-break: break-all;
	}

	.wrap_mode9,
	.wrap_mode8 {
		background-size: 30% auto;
	}

	.USTB_swiper3 .USTB_dots span {
		width: 45px;
	}

	.wrap_mode1::after {
		width: 33%;
		height: 100%;
		background-size: 100% auto;
		top: 0;
		background-position: top right;
	}

	.wrap_mode2::before {
		width: 33%;
		height: 100%;
		background-size: 100% auto;
		background-position: top right;
	}

	.banner a::before {
		height: 30%;
	}

	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.asideBar {
		top: auto;
		right: 0;
		display: block;
		width: 100%;
		transform: none;
		margin: 0;
		left: 0;
		bottom: 0;
		z-index: 900;
	}

	.aside_quicklink {
		width: 100%;
		background: #004a99;
		display: block;
		max-width: none;
	}

	.quickclose {
		display: none;
	}

	.asideBar.on::before {
		display: none !important;
	}

	.aside_list {
		padding-top: 0;
		font-size: 0;
	}

	.aside_list li {
		width: 14.28%;
		display: inline-block;
		padding-bottom: 0;
		font-size: 14px;
	}

	.aside_quicklink>span {
		padding: 5px 0;
	}

	.quickclose {
		transform: scale(0.55);
	}

	.aside_quicklink {
		padding: 15px 0;
		overflow-x: auto;
	}

	.aside_quicklink>span i {
		display: inline-block;
	}

	.aside_quicklink>span {
		font-size: 14px;
	}

	.show_btn {
		display: none !important;
	}

	.wrap_mode4::after {
		display: none;
	}

	.item_info7 {
		display: block;
	}

	.item_txt8 {
		height: auto;
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.USTB_list8 {
		margin: 0;
	}

	.USTB_swiper6 .swiper-slide:first-child .item_txt6 p br:first-child {
		display: none;
	}

	.mode6 .USTB_dots {
		display: block;
	}

	.USTB_list7 li>a,
	.USTB_list7 {
		margin: 0;
	}

	.USTB_list7 {
		height: auto !important;
	}

	.USTB_dots {
		text-align: center;
	}

	.USTB_dots span.active {
		background: #f39800;
		opacity: 1;
	}

	.USTB_list7 .USTB_dots {
		padding-top: 35px;
	}

	.mode1 .titleColumn,
	.mode5 .titleColumn {
		left: 0;
		transform: translateX(0);
		text-align: center;
	}

	.tzgg .listTitle {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.tzgg1{
		/*transform: translateY(116px);*/
	}
	/* 科研动态 */
	.mode3 .listTitle {
		margin-bottom: 17px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}


	.index-research .list li:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 35px;
		transform: translateY(50%);
		background: #0277fc;
		width: 4px;
		height: 20px;
		/* margin-top: -0.24rem; */
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}

	/* 校园映像 */
	.index_title2 .channel_title {
		width: auto !important;
		text-align: left !important;
		/* float: left; */
	}

	.index_title2 {
		margin-bottom: 20px;
		display: block;
		position: relative;
		left: 0;
		width: auto;
		top: 0;
		bottom: 0;
		padding: 0;
		z-index: 2;
	}

	.mode07 .index_title2 {
		left: 88px;
		bottom: auto;
		height: 507px;
	}

	.index_title2 .en_channel_title {
		position: relative;
		left: 0;
		top: 0;
		text-transform: uppercase;
		font-weight: bold;
		color: rgba(255, 255, 255, .1);
		/* transform: rotate(90deg); */
		transform-origin: left top;
		white-space: nowrap;
	}

	.index_title2 .channel_link {
		opacity: 1;
		position: absolute;
		z-index: 2;
		width: auto;
		margin: 0 auto;
		padding: 0 0 28px;
		/* background: url(../images/ae348495837b484e9eb546f733c0577f.svg) no-repeat center;*/
		width: 90%;
		height: 10vw;
	}
	
	.index_07 .dif_arrow {
		display: none;
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.index_07 .index_07_dots {
		display: flex;
		max-width: 260px;
		flex-direction: row;
		position: absolute;
		left: auto !important;
		right: 50%;
		transform: translateX(50%);
		bottom: -60px !important;
		justify-content: space-around;
		flex-wrap: nowrap;
	}
	
	/* footer */
	.wrap_ufooter .gp-container>.lf {
		width: 70%;
		position: relative;
	}
	.u_footer {
		/* padding: 0 3.7vw; */
		/* display: flex; */
		align-items: center;
		position: relative;
	}
	.wrap_ufooter .gp-container>.frt {
		width: 15%;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateX(-50%);
		/* display: block; */
		/* float: right!important; */
	}

	.f_logo1 {
		background: url(../images/logo.svg) no-repeat center;
		width: 90%;
		height: 10vw;
	}

	.f_logo2 {
		width: 75%;
		float: right;
	}

	.link_list {
		float: left;
		width: 100%;
		padding: 70px 20px 20px 20px;
		display: flex;
		justify-content: space-around;
	}

	.link_list ul {
		float: left;
		/* width: 30%; */
		/* padding: 0 10px; */
	}
		/* 二级页面 研究中心 */
	.yjzx {
		padding-left: 45px;
		background-color: #0041ae0f;
		padding-bottom: 10px;
		width: 100%;
		display: inline-block;
		margin: 5px 3px;
		border: 1px solid #ccc;
		transition: all ease-in-out 0.25s;
		position: relative;
		z-index: 1;
	}
	.blog-post.blog-md {
		display: flex;
		flex-direction: column;
	}
	.dez-post-media2 {
		padding-bottom: 60%;
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.USTB_swiper1 {
		padding: 10px 0 0 10px;
	}

	.listTitle4 h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.listTitle h2::after {
		width: 40px;
		height: 62px;
		background-size: contain;
		left: 15px;
	}

	.topcic_item {
		height: 250px;
	}

	.topcic_item .title {
		margin-right: 15px;
	}

	.media_list li {
		padding: 0 5px;
	}

	.USTB_list6 li {
		margin-bottom: 15px;
	}

	.USTB_swiper4 {
		padding-bottom: 20px;
	}

	.USTB_list3 li h3 {
		height: auto;
	}

	.USTB_list5 li>a h3 {
		height: auto;
		white-space: initial;
		line-height: 1.5;
	}

	.item_info3 .item_txt3 {
		width: calc(100% - 20px);
		margin-left: 20px;
		padding: 20px 15px;
	}

	.item_txt3 h3 {
		margin-bottom: 13px;
		;
	}

	.listTitle5 {
		padding-top: 10px;
	}

	.mode5 .more1 {
		/* display: none; */
	}

	.mode5 .titleColumn {
		transform: none;
	}

	.wrap_mode1::before {
		width: 20%;
		height: 100%;
		background-size: 100% auto;
	}

	.asideBar {
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
		padding-top: 0;
	}

	.aside_list li {
		width: auto;
		margin: 0 7px;
	}

	.aside_quicklink {
		width: auto;
	}

	.u_copyRight {
		font-size: 12px;
	}

	.wrap_mode1 .USTB_dots {
		top: -7px;
	}

	.USTB_list5 li>a p {
		font-size: 14px;
	}

	.USTB_swiper3 .USTB_dots {
		margin-top: 20px;
	}

	.wrap_mode7 {
		margin-top: 10px;
	}

	.index_07 .video {
		content: '';
		width: 36px;
		height: 36px;
		position: absolute;
		left: 7vw;
		top: -8vw;
		background: url(../images/43b5f8c72c084c2ab9a3eaba8bc37bae.svg) no-repeat center;
		width: 90%;
		height: 20vw;
	}

	/* footer */
	.wrap_ufooter .lf {
		width: 45%;
		position: relative;
	}

	.wrap_ufooter .gp-container>.frt {
		width: 30%;
		position: absolute;
		right: 0;
		transform: translateX(-50%);
	}

	.f_logo1 {
		background: url(../images/logo2.svg) no-repeat center;
		width: 90%;
		height: 20vw;
	}

	.f_logo2 {
		width: 75%;
		float: right;
	}

	.link_list {
		float: left;
		width: 100%;
		padding: 70px 0 20px 0;
	}

	.link_list ul {
		float: left;
		/* width: 30%; */
		/* padding: 0 10px; */
	}
}

@media screen and (max-width:560px) {
	.link_list .ul2{
		display: none;
	}
}

@media screen and (max-width:480px) {

	/* .item_info2 .title{height: auto;line-height: 1.5;} */
	.item_txt6 {
		width: 300%;
		left: 50%;
		transform: translateX(-50%) translateY(30px);
	}
}

/* 新闻动态 */
.mode1 .listTitle,
.mode5 .titleColumn,
.mode2 .titleColumn {
	margin-bottom: 25px;
}


.xwdt {
	position: relative;
	overflow: hidden;
	padding-bottom: 66%;
	height: 0;
	width: 100%;
}

.xwdt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.xwdt::after {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	z-index: 6;
	content: '';
	position: absolute;
	/* left: 10px; */
	bottom: 0;
	width: 100%;
}

.xwdt_title {
	height: 70px;
	background-color: #fff;
	border-bottom: 4px solid #ddd;
	display: flex;
	align-items: center;
}
.date1{
    height: 100%;
    width: 140px;
    background-color: #006dcc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 768px) {
	.date1 {
		display: none;
	}
}
.date1 i{
	color: #fff;
    padding-right: 5px;
}
.xwdt_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 4px;
	background-color: #006dcc;
	transition: all 0.5s ease-in-out;
}

.xwdt_swiper:hover .xwdt_title::after {
	width: 100%;
}

.xwdt_title .title {
	/* padding-bottom: 15px; */
	font-weight: 600;
	padding-left: 20px;
	width: calc(100% - 200px);
}
@media (max-width: 768px) {
	.xwdt_title .title {
		width: 100%;
	}
}
.first {
	padding-top: 10px;
}

.first_img {
	position: relative;
	padding-bottom: 60%;
	overflow: hidden;
	height: 0;
	width: 100%;
	margin-bottom: 10px;
	background: url(../images/xwdt.jpg) center no-repeat;
	background-size: cover;
}

.first_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.first_img img:hover {
	transform: translate(-50%, -50%) scale(1.05);
}

.first a:hover {
	transform: none !important;
}

/* 通知公告 */
@media screen and (max-width: 768px) {
	.tzgg1 {
		transform: translateY(0px);
	}
}
@media screen and (max-width: 996px) {
	.tzgg {
		float: left;
		width: 100% !important;
		transform: none;
		position: relative;
		top: -380px;
	}
	.tzgg1 {
		/* transform: translateY(120px); */
	}
}

@media screen and (min-width: 996px) {
	.tzgg {
		float: left;
		width: 24%;
		transform: translateY(50%);
	}
}


.more2 {
	display: block;
}

/* 科研动态 */
.index-research .list li {
	border-bottom: #e7e7e7 solid 1px;
	position: relative;
}


.index-research .list li:hover:after,
.index-research .list li.on:after {
	opacity: 1;
}

.index-research .list li:hover:before,
.index-research .list li.on:before {
	opacity: 1;
	left: 0;
}

.index-research .list li a.name {
	display: block;
	font-size: 20px;
	line-height: 40px;
	color: #000;
	/* font-weight: bold; */
	padding: 15px 0;
	position: relative;
	left: 0;
	transition: all 0.5s ease-in-out;
}

.index-research .list li:hover a.name,
.index-research .list li.on a.name {
	color: #0277fc;
	left: 25px;
}

/* 校园映像 */
.mode07 .index_title2::before {
	top: 243px;
	bottom: 180px;
}

.index_title2 .channel_title {
	padding: 0 0 0 0;
	/* font-weight: bold; */
	color: #fff;
	width: 1em;
	margin: 0 auto;
	line-height: 1em;
	text-align: center;
	font-weight: 600;
}

.en_channel_title::after {
	background: url(../images/columnbg2.png) no-repeat center;
	background-size: contain;
	width: 90px;
	height: 90px;
	/* content: ''; */
	position: absolute;
	bottom: -5px;
	left: 91px;
	z-index: 0;
	transform: rotate(-90deg);
}

.index_07 .index_07_dots .swiper-pagination-bullet {
	margin: 0 !important;
	width: 18px;
	height: 19px;
	/* background: url(../images/view_dots.png) no-repeat center / cover; */
	margin-bottom: 26px !important;
	box-shadow: none;
	transition: background 0.35s ease;
}

.index_07 .index_07_dots .swiper-pagination-bullet-active {
	background: url(../images/u_icon1.png) no-repeat center / cover;
}

.index_07 .dif_arrow div {
	width: 50px;
	height: 50px;
}

.index_07 .index_07_prev {
	background: url(../images/view_prev.png) no-repeat center / cover;
}

.index_07 .index_07_next {
	background: url(../images/view_next.png) no-repeat center / cover;
	margin-top: 10px;
}

.index_07 ul {
	margin: 0 0 0 0;
}

.index_07 li {
	width: 100%;
}

.kjcgbox .dez-post-title .post-title{
	font-size: 1.4em;
}

.ul-inline li {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	width: 100%;
}

.index_07 .item {
	/* margin: 0 0 20px 20px; */
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.ul-inline a {
	display: block;
}

.index_07 .img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index_07 .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease-in-out;
}

.index_07 .img::before {
	content: '';
	display: block;
	padding-bottom: calc(187% / 5.67);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgb(0 74 153 / 60%));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgb(0 74 153 / 60%));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgb(0 74 153 / 60%));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 74 153 / 60%));
	z-index: 2;
}

.xskyimg {
		padding-bottom: 66%;
}

.xsky_info{
	width: 70%;
    background: #fff;
    padding: 20px 25px;
    position: relative;
    top: -35px;
    z-index: 2;
	transition: all 0.5s ease-in-out;
}
.xsky_info .title{
	font-size: 18px;
	white-space: break-spaces;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%; /* 或者设置固定宽度如200px */
	line-height: 1.5;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 显示的行数 */
	-webkit-box-orient: vertical;
	word-break: break-all;
	color: #000;
	font-weight: 600;
}
.xsky_info .date2{
	display: block;
	font-size: 14px;
	color: #000;
	padding: 10px 0 15px 0;
	transition: all 0.5s ease-in-out;
}
.xsky_info .date2 i{
	font-size: 14px;
	padding-right: 5px;
	transition: all 0.5s ease-in-out;
}
.xsky_info p{
	color: #444;
	text-indent: 2em;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}
.pa-b {
	left: 0;
	right: 0;
	bottom: 0;
}
.index_07 .item{
	transition: all 0.5s ease-in-out;
}
.index_07 .item:hover{
	transform: translateY(-15px);
}
.index_07 .item:hover .xsky_info{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.index_07 .item:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.index_07 .item:hover .title,.index_07 .item:hover .date2,.index_07 .item:hover p {
	color: #006dcc;
}
.index_07 .title {
	margin: 0 0 0;
}
.trslateY20{
	transform: translateY(20px);
	transition: all 0.5s ease-in-out;
}
.trslateY20:hover{
	transform: translateY(5px)!important;
}
.mediablbox {
	position: relative;
	/* padding-top: 20%; */
	overflow: hidden;
	width: 450px !important;
	height: 300px !important;
}

.mediablbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
}

.Swiper_photo {
	perspective: 700px !important;
}

/* 魅力校园 */
.mlxy {
	display: flex;
	background-color:white;
}

.mlxy h4 {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 40px;
	background: linear-gradient(0deg, rgb(0 0 0 / 40%) 50%, rgb(255 255 255 / 0%));
}

.mlxy_center {
	width: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}

.mlxy1 {
	width: 20%;
	padding-bottom: 30%;
	border: 0.4vw solid #fff;
}

.mlxy1 img {
	height: 100%;
	width: auto !important;
	max-width: none;
}

.mlxy2 {
	width: 100%;
	padding-bottom: 50%;
	border: 0.4vw solid #fff;
}
@media screen and (max-width: 560px) {
	.wrap_mode3 {
		background: #e9eef3;
		padding-bottom: 20px;
	}
	.wrap_mode5 {
		background: url(../images/m5_bg.jpg) no-repeat top center;
		background-size: cover;
		padding: 0px 0 60px 0;
		margin-top: 0;
	}
	.mlxy {
		display: flex;
		background-color:white;
		flex-wrap: wrap;
	}
	
	.mlxy h4 {
		position: absolute;
		bottom: 0;
		color: #fff;
		width: 100%;
		text-align: center;
		line-height: 40px;
		background: linear-gradient(0deg, rgb(0 0 0 / 40%) 50%, rgb(255 255 255 / 0%));
	}
	
	.mlxy_center {
		width: 49%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-evenly;
	}
	
	.mlxy1 {
		width: 50%;
		padding-bottom: 60%;
		border: 0.4vw solid #fff;
	}
	
	.mlxy1 img {
		height: auto;
		width: 100% !important;
		max-width: none;
	}
	
	.mlxy2 {
		width: 100%;
		padding-bottom: 60%;
		border: 0.4vw solid #fff;
	}
	
}
/* footer */
.f_logo2 p {
	color: #fff;
}
.link_list i{
	width: 20px;
}
/* 二级页面 */
.list_banner {
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 30%;
}

.list_banner::after {
	content: '';
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	background: linear-gradient(0deg, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 65%));
}

.list_banner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.list_banner {
		padding-bottom: 50%;
	}
	.list_banner img {
		max-width: none;
		width: auto;
		height: 100%;
	}
}
.breadcrumb-row {
	font-size: 16px;
}

.breadcrumb-row ul {
	margin: 0;
}

.breadcrumb-row ul li:after {
	content: "/";
	margin-left: 7px;
}

.dqwz {
	display: flex;
	justify-content: flex-end;
}

.dqwz .active {
	color: #004a99;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.breadcrumb-row ul li {
	padding: 0;
	margin-right: 3px;
	color: #333333;
}

.breadcrumb-row li {
	display: inline-block;
}

.breadcrumb-row ul li:after {
	content: "/";
	margin-left: 7px;
}

aside {
	display: block;
}
.side-bar {
	position: relative;
	top: -100px;
}
@media screen and (max-width: 768px) {
	.side-bar {
		top: 0;
	}
}
.side-bar .widget:last-child {
	margin-bottom: 0;
}

.widget .widget-title,
.widget .post-title {
	text-transform: uppercase;
}

.name a {
	font-weight: 600;
	color: #004a99;
}

.widget-title {
	position: relative;
	line-height: 100px;
	/* background: url(../images/columnbg3.jpg) no-repeat center; */
	background-size: cover;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 4px;
}

.widget-title::before {
	/* content: "/"; */
	position: absolute;
	left: -200px;
	right: 0;
	bottom: 150px;
	height: 0;
	background: #fff;
}

.widget-title::after {
	/* content: "/"; */
	position: absolute;
	right: 70px;
	bottom: 150px;
	height: 0;
	background: #fff;
}

.widget_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_categories ul li {
	padding-bottom: 18px;
	margin-bottom: 13px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.11);
	position: relative;
	padding: 25px 40px;
	margin-bottom: 0;
	line-height: 20px;
	transition: all 0.8s ease-in-out;
	background-color: #6d6d6d1c;
	border-left: 4px solid #004a99;
}

.widget_categories ul li.active,
.widget_categories ul li:hover {
	background: #004a99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.widget_categories ul li:hover::before,
.widget_categories ul li.active::before {
	color: #fff;
	right: 10px;
}

.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 30px;
	display: block;
	font-family: "FontAwesome";
	font-size: 22px;
	transition: all 0.5s ease-in-out;
}

.widget_categories ul li:hover::after,
.widget_categories ul li.active::after {
	content: "";
	position: absolute;
	left: 25px;
	bottom: 40px;
	height: 3px;
	width: 15px;
	background: #fff;
	transition: all ease-in-out 0.5s;
}

.widget_categories ul li a h4 {
	transition: all ease-in-out 0.5s;
}

.widget_categories ul li.active a h4,
.widget_categories ul li:hover a h4 {
	transform: translateX(15px);
	color: #fff;
}

.dqlm {
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 480px) {
	.dqlm {
		padding-bottom: 15px;
		flex-direction: column;
	}
}
.dqlm h3 {
	border-bottom: 6px solid #004a99;
	display: inline-block;
	line-height: 56px;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.dqlm h3 {
		margin-bottom: 20px;
	}
}
.border-bottom1 {
	border-bottom: 1px solid #ddd !important;
	border: none;
}

.dez-post-info {
	border: 1px solid #ddd;
	padding: 0 15px;
	margin-bottom: 10px;
}

.list-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	span{
		min-width: 100px;
		text-align: center;
	}
}

.dez-post-title {
	margin-bottom: 10px;
}

.dez-post-title .post-title {
	margin-top: 15px;
	margin-bottom: 10px;
}

.border-bottom1 {
	border-bottom: 1px solid #ddd !important;
	border: none;
}

.pagination-bx .pagination,
.cvf-universal-pagination .pagination {
	margin: 0;
}

.pagination {
	padding: 10px 0;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.pagination>.active>a,
.pagination>li>a:hover {
	background-color: #f39800;
}

.pagination>li>a,
.pagination>li>span {
	/* background-color: #fff; */
	border: 1px solid #e0e0e0;
	/* color: #767676; */
	padding: 8px 14px;
	/* font-weight: 600; */
	font-size: 12px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>li>a:hover i {
	border-color: transparent;
	color: #fff;
}

.pagination .active a {
	color: #fff;
}

.list-titlelist {
	display: flex;
	justify-content: space-between;
}

.dez-post-text {
	margin-bottom: 15px;
}

.site-button-link {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	display: inline-block;
	font-weight: 400;
	padding: 10px 5px;
	min-width: 100px;
	text-align: center;
}
.cxtd{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	padding-bottom: 20px;
}
.yjzx:hover {
	transform: scale(1.025);
	border: 1px solid #f39800;
}

.yjzxtitle {
	left: -15px;
	position: relative;
}

.yjzx .post-title {
	/* line-height: 56px; */
	margin-bottom: 0;
	padding: 5px 0;
	height: 60px;
	display: flex;
	align-items: center;
}

.yjzx a {
	/* color: #005c30; */
	font-size: 22px;
}

/* 图文列表 */
.blog-post {
	position: relative;
	margin-bottom: 30px;
}

.imgbox {
	background-color: #FFF;
	position: relative;
	height: 0;
	overflow: hidden;
	z-index: 2;
}

.dez-post-media1 {
	padding-bottom: 60%;
}


.imgbox img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all ease-in-out 0.4s;
}

.imgbox:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.dez-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
	vertical-align: middle;
}

.post-date strong {
	font-size: 14px;
	padding: 10px 5px 5px;
	position: relative;
	color: #fff;
	display: block;
}

.post-date {
	color: #fff;
	position: absolute;
	left: 20px;
	top: 0;
	width: 70px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f39800;
	z-index: 2;
}

.dez-post-meta ul li {
	padding: 0;
	display: inline-block;
}

.post-date>strong:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	background-color: #fff;
	margin: 0 -10px;
	width: 20px;
}

.post-date span {
	font-size: 16px;
	padding: 5px 5px 10px;
	display: block;
	color: #fff;
}

.dez-post-readmore {
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	color: #f39800 !important;
}

.post-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	margin-bottom: 0 !important;
	transition: all ease-in-out 0.5s;
}

.post-info:hover {
	background-color: #fff;
	box-shadow: 4px 4px 10px #ccc;
	color: #fff;
}

.post-info2 {
	position: relative;
	z-index: 1;
	transition: all ease-in-out 0.25s;
}

.post-info2:hover {
	background-color: #fff;
	box-shadow: 4px 4px 10px #ccc;
	transform: scale(1.025);
}

.person {
	/* box-shadow: 4px 4px 4px #ddd; */
	background-color: #0041ae05;
}

.personimg {
	padding-left: 50%;
	padding-bottom: 66%;
	background-color: #0041ae05;
}
.personimg.personimg2{
	padding-left: 20%;
	padding-bottom: 26%;
}
.personimg img {
	height: 100%;
	width: auto;
	max-width: none;
}

.person-text {
	margin-bottom: 0 !important;

}

.blog-single {
	z-index: 1;
}

.blog-single .dez-post-text {
	margin-top: 20px;
}

.dqwz2 {
	background: #eeeeee;
	padding-top: 20px;
}

.dqwz2 .dqlm {
	border-bottom: none;
	margin-bottom: 0;
}

.content-area {
	position: relative;
}
@media (max-width: 768px) {
	.content-area {
		top: -100px;
	}
	.content-area.content{
		top: 0!important;
	}
}
.content-area>.dez-post-title {
	padding-bottom: 15px;
}

.meadiabl_video {
	padding-bottom: 60%;
}

.meadiabl_title {
	padding: 10px;
}

.meadiabl_video::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	background: url(../images/mode07_video.png);
	background-size: cover;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	opacity: 0.75;
	z-index: 2;
	transition: all ease-in-out 0.5s;
}

.meadiabl_video::after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	background-color: #000;
	opacity: 0;
	transition: all ease-in-out 0.5s;
}

.meadiabl_video:hover::before {
	transform: translate(-50%, -50%) scale(1.05);
	opacity: 1;
}

.meadiabl_video:hover::after {
	opacity: 0.2;
}

.meadiabl_photo {
	padding-bottom: 60%;
}

.zpxx {
	padding-left: 120px;
	transition: all ease-in-out 0.5s;
}

.zpxx:hover {
	background-color: #004a99 !important;
}

.zpxx:hover a,
.zpxx:hover p {
	color: #fff;
}

.zpxx::before {
	position: absolute;
	left: 10px;
	bottom: 0;
	height: 100%;
	width: 20%;
	content: '';
	background: url(../images/columnbg.png) left bottom no-repeat;
	background-size: contain;
	opacity: 0.3;
}
/* 20250824新增 */

.text-box{
	width: 100%;
    height: 100%;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}
.text-box:hover{
	background-color: #fff;
    box-shadow: 4px 4px 10px #ccc;
    color: #fff;
}
.pl-20{
	padding-left: 20%;
}
.post-info{
	height: 100%;
}
@media (max-width:996px) {
	.text-box{
		position: relative;
	}
	.pl-20{
		padding-left: 0;
	}
	.personimg.personimg2{
		padding-bottom: 50%;
	}
}
@media (min-width: 996px) {
	.text-box{
		position: absolute;
	}
	
}
.has-children.active{
	background: none;
}

.widget_categories ul li.has-children{
	background: none;
	border-left: none;
	padding: 0;
}
.widget_categories ul li.has-children:hover>a>h4{
	color: #000;
}
.widget_categories ul li.has-children.active>a>h4{
	color: #fff;
}
.widget_categories ul li.has-children>a:hover>h4{
	color: #fff;
}
.has-children > a{
	padding: 25px 40px;
    display: block;
	background-color: #6d6d6d1c;
	border-left: 4px solid #004a99;
	transition: all ease-in-out 0.5s;
}
.has-children > a:hover{
	background-color: #004a99;
	color: #fff;
}
.has-children.active > a{
	background-color: #004a99;
	color: #fff;
}
.has-children.active > a::after{
	content: "";
    position: absolute;
    left: 25px;
    bottom: 40px;
    height: 3px;
    width: 15px;
    background: #fff;
    transition: all ease-in-out 0.5s;
}
.widget_categories ul li.has-children.active:before, .has-children:hover:before{
	transform: rotate(90deg);
	right: 20px;
}
.widget_categories ul li.has-children.active::after, .has-children:hover::after{
	content: "";
	position: absolute;
	left: 25px;
	top: 40px;
	height: 3px;
	width: 15px;
	background: #fff;
	transition: all ease-in-out 0.5s;
}
.widget_categories ul.sub-menu{
	overflow: hidden;
	max-height: 0;
	background-color: #fff;
    border-left: unset;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out;
}
.widget_categories ul li.has-children.active ul.sub-menu, .widget_categories ul li.has-children:hover ul.sub-menu{
	height: 100%;
	max-height: 500px;
	visibility: visible;
	opacity: 1;
	transition: all 0.7s ease-in-out;
}
.widget_categories ul.sub-menu li{
	border-left: 2px solid #004a99;
	background-color: #004a9925;
	padding: 25px 40px 25px 80px;
}
.widget_categories ul.sub-menu li:hover, .widget_categories ul.sub-menu li.active{
	background-color: #004a99;
	color: #fff;
	border-top:1px solid rgba(255, 255, 255, 0.5);
}
.widget_categories ul.sub-menu li a{
	transition: all ease-in-out 0.5s;
}
.widget_categories ul.sub-menu li:hover a, .widget_categories ul.sub-menu li.active a{
	color: #fff;
}
.widget_categories ul.sub-menu li:hover::after, .widget_categories ul.sub-menu li.active::after{
	content: "";
	position: absolute;
	left: 45px;
	bottom: 33px;
	height: 3px;
	width: 15px;
	background: #fff;
	transition: all ease-in-out 0.5s;
}
