.main>div{
margin-bottom:0.6rem
}
.max-w{
padding-bottom:0
}
.footer .max-w{
padding-bottom:0.45rem
}
.logo{
margin-top:0;
}
.p-nav .logo{
transition:all 0.4s ease
}
.mtjj a:hover,#jz a:hover{
color:var(--xq-theme-color)
}
.first-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;

	/* background: url("../img/banner.jpg") no-repeat; */
	background-position: center;
	background-size: cover;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.first-img {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}

.fSwiper {
	height: 100%;
}

.fSwiper .swiper-slide img {
	width: 100%;
	/*height: auto;*/
	min-height: 100%;
	 transition: 1s linear 2s; 
	 transform: scale(1, 1); 

}

.fSwiper .swiper-slide-active img,
.fSwiper .swiper-slide-duplicate-active img {
	 transition: 6s linear; 
	 transform: scale(1.1, 1.1); 
}

.first-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

/* 倒计时 */
@font-face {
	src: url("../fonts/a/AvantGarde-Book-Bold.eot");

	/* IE9 */
	src: url("../fonts/a/AvantGarde-Book-Bold?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */

		url("../fonts/a/AvantGarde-Book-Bold.woff") format("woff"),
		/* chrome、firefox */
		url("../fonts/a/AvantGarde-Book-Bold.ttf") format("truetype"),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

		url("../fonts/a/AvantGarde-Book-Bold.svg#AvantGarde-Book Bold") format("svg");
	font-family: "AvantGarde-Book-Bold";

	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

.count-down {
	position: absolute;
	z-index: 99;
	font-size: .27rem;
	color: #fff;
	right: 0.8rem;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	line-height: 1.5;
	text-shadow: -2px 0 10px rgba(0, 0, 0, .6),-2px 0 10px rgb(0 0 0 / 60%);
}

.cd-text-1 {
	width: 5rem;
	padding-bottom: 0.35rem;
	text-align: justify;
	text-align-last: justify;
	margin-right: 0.2rem;
        font-family: "syst";
white-space:nowrap
}

.cd-text-2 {
	padding-bottom: 0.35rem;
        font-family: "syst";
}

.cd-day {
	font-family: "AvantGarde-Book-Bold", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 5px;
}

/* 倒计时结束 */

.p-nav {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	font-weight: bold;
	font-size: .3rem;
}

.p-nav .max-w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .3rem 0;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
}

.p-nav .logo {
	width: 1.15rem;
}

.p-nav .hn-nav {
	flex: 1;
	margin-left: .4rem;
	background: none;

	-webkit-box-flex: 1;
	-ms-flex: 1;
}

.p-nav .hn-nav-item a {
	padding: .05rem;
}

.p-nav .hn-nav>ul,
.p-nav .hn-nav-item {
	border: 0;
}

.scrolling .p-nav {
	/* background: linear-gradient(to bottom, var(--xq-theme-color), transparent); */
	background: url("../img/p-top-bg.png");
	background-size: 100% 100%;
}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin: auto;
	max-width: 1400px;
	font-family: "宋体";
	font-weight: bold;
	font-size: .32rem;
	color: #fff;

	-ms-flex-pack: distribute;
}

.navbar span {
	cursor: pointer;
}

.main {
	/* background: url("../img/bg.png");
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed; */
}

/*媒体聚焦 s*/
.mtjj {
	background: url("../img/mt-l.png"), url("../img/mt-r.png");
	background-size: auto 90%, auto 90%;
	background-position: left 0.3rem, right 0.3rem;
	background-repeat: no-repeat;
position:relative
}
.mtjj::after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 12px;
                    background: #F7C7AA;
                    position: absolute;
                    bottom: 10px;
                }
.mtjj-content {
	display: flex;
	justify-content: space-around;
	padding-bottom: 0;
}

.mtjj-content .item {
	width: 90%;
	flex-shrink: 0;
	border-left: 2px solid #E95230;
	position: relative;
	padding: 0 0.3rem;
	padding-bottom: 0.58rem;
margin:20px

}

.mtjj-content .item::before,
.mtjj-content .item::after {
	content: "";
	display: block;
	border-radius: 100%;
	position: absolute;
	width: 12px;
	height: 12px;
}

.mtjj-content .item::before {
	background-color: #E95230;
	left: -6px;
}

.mtjj-content .item::after {
	background-color: #fff;
	bottom: -19px;
	left: -14px;
	z-index: 99;
	border: 8px solid #E95230;
}

.mtjj-content .item-mt {
	font-size: 0.3rem;
	color: #E95230;
	/*font-weight: bold;*/
	position: relative;
	top: -0.2rem;
}

.mtjj-content .item-mt::after {
	content: "";
	display: block;
	height: 4px;
	width: 2em;
	background-color: #E95230;
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
}

.mtjj-content .item-title {
	/*font-weight: bold;*/
	font-size: 0.25rem;
	margin-bottom: 0.1rem;
}

.mtjj-content .item-summary {
	font-size: 0.22rem;
	text-indent: 2em;
	text-align: justify;
color:#8c897d;
}


/*媒体聚焦 e  */

/* 校庆动态 */
.xqdt-content .max-w {
	display: flex;

}

.xqdt-box {
	width: calc(50% - 10px);
}

.xqdt-box1 {
	margin-right: 20px;
}

.xqdt-t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: #fff;
	width: 100%;
	margin-bottom: 20px;
}

.xqdt-tl {
	width: 100%;
}

.xqdt-tl .item {
	height: 4.644rem;
}


.xqdt-tl .item .item-img {
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.xqdt-tl .item .item-img img {
	height: 100%;
	object-fit: cover;

	-o-object-fit: cover;
}

.xqdt-tl .item-text {
	position: absolute;
	bottom: 0;
	padding: 0.12rem .2rem;
	width: 100%;
	background-image: linear-gradient(to top, #345557, transparent);
	text-align: justify;
}

.xqdt-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	gap: 20px;
	margin-bottom: 20px;
}

.xqdt-b .item {
	width: calc(50% - 10px);
	background: #fcf2f0;
}

.xqdt-b .item .item-img {
	overflow: hidden;
	position: relative;
	padding-top: 55.948%;
	width: 100%;
}

.xqdt-b .item .item-img img {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;

	-o-object-fit: cover;
}

.xqdt-b .item .item-text {
	height: 1.419rem;
	text-align: justify;
	padding: 0.2rem;
	font-size: 0.23rem;
}

/* 通知公告 */

.tzgg-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: .6rem 0;
padding-bottom:0;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#db878a), to(transparent));
	background: linear-gradient(to bottom, #db878a, transparent);*/

	-ms-flex-wrap: wrap;
}

.tzgg .item {
	display: block;
	margin-bottom: .3rem;
	width: 48%;
}

.tzgg .item-title {
	padding: .2rem;
	border-radius: 50px;
background:#e53935;
	background: linear-gradient(to right, #e35d5b, #e53935 ,rgb(255, 152, 0),  rgb(255, 193, 7));
        background-size:200%;
        color:#fff;
	text-align: center;
        transition: background-position .5s;  
        background-position: left left;
}

.tzgg .item .item-text {
	display: none;
	padding: .2rem;
	height: 0;
	opacity: 0;
	text-align: justify;
	text-indent: 2em;
	font-size: .19rem;
	transition: height .3s ease, opacity .3s ease;
       color:#444;
	-webkit-transition: height .3s ease, opacity .3s ease;
}

.tzgg .item-title:hover {
box-shadow:0  0 10px rgba(255, 152, 0,0.2);

background-position: 100% 0;
}

.tzgg .item:hover .item-text {
	display: -webkit-box;
	height: auto;
	opacity: 1;
}

.tzgg .item:nth-of-type(odd) {
	margin-right: 4%;
}

/* 校庆图集 */
.xqtj .max-w {
	overflow: initial;
	position: relative;
}

.tjSwiper {
	margin: auto;
	width: calc(100% - 60px);
	width: 100%;
}

.tjSwiper .swiper-wrapper {
	align-items: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
}

.tjSwiper .swiper-slide:nth-child(odd) {
	width: calc(66% - 40px);

}

.tjSwiper .swiper-slide:nth-child(even) {
	width: 34%;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.tjSwiper-nav {
	display: inline-block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	content: url("../img/next.svg");
}

.tj-prev {
	left: 0;
	transform: rotate(180deg);

	-webkit-transform: rotate(180deg);
}

.tj-next {
	right: 0;
}

.parent {
	display: grid;

	grid-template-columns: 2fr 1fr;
	grid-template-rows: repeat(2, 2.8rem);
	grid-column-gap: 40px;
	grid-row-gap: 30px;
}

.left {
	grid-area: 1 / 1 / 3 / 2;
}

.right1 {
	grid-area: 1 / 2 / 2 / 3;
}

.right2 {
	grid-area: 2 / 2 / 3 / 3;
}

.tjSwiper .item {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.tjSwiper .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	-o-object-fit: cover;
}

.tjSwiper .item .title {
	position: absolute;
	bottom: 0;
	padding: .1rem .2rem;
	width: 100%;
	background-color: rgba(201, 43, 47, .5);
	text-align: center;
	color: #fff;
}

/* 校庆服务 s*/
.xqfw-container {
	background: url("../img/fwbg.jpg");
	background-size: cover;
	background-position: bottom;
	padding: 0.65rem 0;
	font-size: 0.2rem;
	text-align: justify;
}

.xqfw-content {
	display: flex;
	align-items: center;
}

.xqfw .item-title {
	color: var(--xq-theme-color);
	font-size: 0.3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3rem;
}

.xqfw .item1 {
	padding: 0.5rem 0.9rem;
	background: linear-gradient(to bottom, rgb(249, 234, 234), rgb(254, 253, 253));
}

.xqfw .item2-bg {
	padding: 0 0.3rem;
	flex: 1;
	background:
		linear-gradient(135deg, transparent 0.19rem, #fff 0) top left,
		linear-gradient(-135deg, transparent 0.19rem, #fff 0) top right,
		linear-gradient(-45deg, transparent 0.19rem, #fff 0) bottom right,
		linear-gradient(45deg, transparent 0.19rem, #fff 0) bottom left;
	background-size: 55% 55%;
	background-repeat: no-repeat;
}

.xqfw .item2 {
	padding: 0.28rem 0.36rem;
	background: linear-gradient(to top, rgb(249, 234, 234), rgb(254, 253, 253));
}


.xqfw .img-box {
	width: 3.1rem;
	height: 3.1rem;
	margin: auto;
overflow:hidden
}

.xqfw .zy {
line-height:1.5;
	padding: 0.1rem 0.2rem;
	border-radius: 8px;
	background: linear-gradient(to bottom, rgb(250, 237, 228), rgb(247, 229, 213));
}

.xqfw .zy+.zy {
	margin-top: 0.2rem;
}

.zy-title-box {
	position: relative;
	left: -0.35rem;
}

.zy-title {
	color: var(--xq-theme-color);
	font-size: 0.258rem;
	font-weight: bold;
	background: linear-gradient(to right, rgb(241, 211, 176), rgb(230, 171, 105));
	border-radius: 0 4px 4px 0;
	display: inline-block;
	padding: 0 0.387rem;
	position: relative;
	z-index: 2;
}

.zy-title-box::before {
	position: absolute;
	content: "";
	display: block;
	width: 0.15rem;
	height: 0.15rem;
	background: rgb(230, 173, 109);
	transform: skewY(30deg);
	z-index: 1;
	bottom: -0.05rem;
}

.xqfw a {
	font-weight: bold;
	margin-top: 0.1rem;
}

.xqfw a:hover {
	color: var(--xq-theme-color);
}

/* 校庆服务 e*/
/* 捐赠 s  */
.jz-content {
	position: relative;
}

.jz-text {
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
	background: url("../img/jzbg.jpg");
	background-size: cover;
	background-position: top;
	width: 82.8%;
	padding: 0.77rem 2.86rem 5.2rem 0.77rem;
	font-size: 16px;
	color: #757475;
}

.jz-ewm-box {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.jz-ewm {
	background: url("../img/jz.png");
	background-size: contain;
	width: 5.12rem;
	height: 6.34rem;
	background-repeat: no-repeat;
	position: relative;
}

.jz-ewm img {
	width: 3.06rem;
	position: absolute;
	top: 15%;
	left: 17%;
}

/* 捐赠 e  */
/* 校史 */
#xsgs .swiper-container {
	padding: 0.5rem 0;
}

#xsgs .swiper-slide {
	position: relative;
	display: block;
	width: 10rem;
	height: 5.54rem;
	border-radius: 0.3rem;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

#xsgs .swiper-slide::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .5);
}

#xsgs .swiper-slide-active::after {
	display: none;
}


.xsgs-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.12rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: rgba(0, 0, 0, .6);
}


.m-nav {
	display: none;
}

@media screen and (max-width:768px) {
	.p-nav {
		display: none;
	}

	.m-nav {
		display: block;
	}

	.circle2 {
		display: none;
	}

	.circle1 {
		left: 45%;
	}

	.xqdt-t {
		display: block;
	}

	.xqdt-tr {
		padding-top: 0;
		width: 100%;
	}
}

@media screen and (max-width:440px) {

	html,
	body {
		font-size: .28rem;
	}
.xqdt-b .item .item-text{
font-size:inherit
}
	.xqdt-tr .item-title {
		font-size: .3rem;
	}

	.xqdt-tr .item-text {
		font-size: .24rem;
	}

	.xqdt-tl .item {
		height: 4rem;
	}

	.circle {
		display: none;
	}

	.tzgg-bg {
		display: block;
	}

	.tzgg .item {
		width: 100%;
	}

	.parent {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		grid-template-rows: repeat(2, 1.5rem);
	}

	.tjSwiper {
		width: 100%;
	}

	.tjSwiper-nav {
		display: none;
	}

	.fw-content {
		display: block;
	}

	.fw-l {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.fw-r {
		width: 100%;
	}

	.dialog-body {
		font-size: 16px;
	}

	.zf-form-item {
		flex-wrap: wrap;

		-ms-flex-wrap: wrap;
	}

	.zf-form-item .form-label {
		margin-bottom: 3px;
		width: 100%;
		text-align: left;
	}

	.dialog-body {
		padding: 1rem 5%;
	}

	.cd-day {
		font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	}

	.xqdt-b {
		display: block;
	}

	.fwc {
		display: block;
	}

	.fwc-item3 {
		margin-top: .4rem;
	}

	.zy-xj {
		display: block;
	}

	.mtjj {
		background-position: -50% center, 150% center;
	}

	.mtjj-content .item {
		width: 80%;
	}

	.xqfw-content {
		display: block;
	}

	.xqfw .img-box {
		width: auto;
		height: auto;
	}

	.xqfw .item2-bg {
		background: transparent;
		padding: 0;
	}

	.jz-text {
		width: 100%;
		padding: 0.4rem;
		padding-bottom: 10rem;
	}

	.jz-ewm-box {
		position: absolute;
		top: auto;
		bottom: 1rem;
		transform: translateX(-50%);
		left: 50%;
		right: auto;
	}

	.jz-ewm {
		margin: auto;
	}

	.mtjj-content {
		justify-content: center;
	}

	.xqdt-content .max-w{
		display: block;
	}
	.xqdt-box,.xqdt-b .item{
		width: 100%;
	}
	.xqdt-box1{
		margin-right: 0;
	}
	.xqdt-b .item {
		margin-bottom: 20px;
	}
}
/*主题活动*/
.zthd {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .zthd .item {
            position: relative;
            width: 16%;
            margin: 0.2rem;
            background: #fff;
border-radius:0.2rem;
overflow:hidden
        }

        .zthd-type {
            /*background: linear-gradient(to bottom, #e35d5b, #e53935);*/
            color: #fff;
            position: absolute;
            left: 0;
            bottom:0;
width:100%;
text-align:center;
            z-index: 10;
            padding: 0.15rem 0;
        }

        .zthd-img-box {
            position: relative;
            height: 0;
            padding-top: 60%;
        }

        .zthd-img-box div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            z-index: 1;
            height: 100%;
            background:#fff
        }

        .zthd-img-box::before {
            position: absolute;
            content: "";
            display: block;
            top: 50%;
            left: 0;
            bottom: 0;
            right: 0;
            background: linear-gradient(to top, #345557, transparent);
            z-index: 2;
        }

        .zthd-title {
            margin-top: 0.2rem;
            margin-bottom: 0.1rem;
            text-align: justify;
            line-height: 1.5;
        }

        .zthd-time {
            font-size: 0.20rem;
            color: #666;
        }
.tzgg .zthd .item{
margin:0.2rem 0
}
        @media screen and (max-width:440px) {
            .zthd .item {
                width: 100%;
            }
        }