* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

input,
textarea {
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	resize: none;
	background-color: rgba(255, 255, 255, 0);
}
button {
	border: none;
}

img {
	max-width: 100%;
}
.swiper {
	overflow: hidden;
}
.root {
	overflow: hidden;
}
.jiegou {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.duichen {
	display: flex;
    justify-content: center;
    align-items: center;
}

.pailie {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fensan {
	display: flex;
	justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.chu {
	display: flex !important;
}
.xian {
	display: block !important;
}

.xiao {
	display: none !important;
}
/* 手机端导航 */
.mobileNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
}
.yinying {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.mobileNav-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background-color: #fff;
	justify-content: flex-start;
	padding: 20px;
}
.mobileNav-content ul {
	width: 100%;
	padding-top: 20px;
}
.mobileNav-content li {
	padding: 20px 0;
	width: 90%;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
}
.fp-right li {
	margin: 18px 7px !important;
}
.fp-right span {
	width: 12px !important;
	height: 12px !important;
	margin: 0 0 !important;
	background-color: #7b7b7b !important;
}
.fp-right .active span {
	background-color: #d3282e !important;
}
/* 导航 */
.nav {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.nav-content {
	height: 100%;
	margin: 0 80px;
}
.nav-left img {
	padding-right: 20px;
}
.nav-left p {
	border-left: 1px solid #ededed;
	padding: 10px 0;
	padding-left: 18px;
	font-size: 20px;
}
.nav-right {
	max-width: 656px;
	width: 100%;
	height: 100%;
}
.nav-right ul {
	max-width: 500px;
	width: 100%;
}
.nav-right li {
	position: relative;
}
.tubiao {
	padding-left: 30px;
	height: 100%;
	border-left: 1px solid #ededed;
}
.tubiao>div {
	width: 30px;
	height: 30px;
	background-color: #7f7f7f;
	border-radius: 50%;
	position: relative;
}
.tubiao>div:hover {
	background-color: #d3282e;
}
.weixin {
	margin-right: 10px;
}
.tubiao .duichen {
	position: absolute;
	width: 110px;
	top: 50px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	display: none;
}
.tubiao .duichen::after {
	content: '';
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.tubiao>div:hover .duichen {
	display: flex;
}
.section {
	position: relative;
}
.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background-color: #000;
	color: rgba(255, 255, 255, .4);
}
.campus-title p, .campus-title span, .xitong-title, .jiaoxue-title {
	font-weight: bold;
}
.jiaoxue-right{
    max-width: 540px;
}
.jiaoxue-right2{
      max-width: 950px;
}
@media screen and (min-width: 769px) {
	.caidan {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.jiegou {
		width: 90%;
		margin: 0 auto;
	}
	.nav-right {
		max-width: 600px;
	}
	.nav-content {
		width: 90%;
		margin: 0 auto;
	}
	.tubiao {
		border: none;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.nav-right {
		display: none;
	}
	.fangan-content>div {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 auto 15px !important;
		
	}
	.fangan-qr img {
		margin: 0 !important;
	}
	.bottom {
	    position: relative;
		height: 50px;
		font-size: 14px;
		padding: 10px 0;
		text-align: center;
	}
}
@media screen and (max-width: 425px) {
	.bottom-content {
		padding: 10px 0;
		flex-direction: column;
		align-items: center;
	}
	.fangan-content {
        margin-top: 0 !important;
        flex-direction: column;
        align-items: flex-start;
    }
    .fangan .xitong-title {
        background-size: 100% 100%;
		font-size: 18px;
		padding: 25px 0;
    }
    .fangan-content p {
        font-size: 18px !important;
        display: block;
    text-align: center;
    margin-top: 7px;
    width: 100%;
    }
    .fangan-content .duichen {
        margin: 0;
    }
    .fangan-content span {
        font-size: 24px !important;
            display: block;
        text-align: center;
        width: 100%;
    }
    .fangan-dianhua {
        margin-top: 20px !important;
    }
	.xitong-title {
		margin: 0;
	}
	.fangan-content {
		margin-bottom: 30px;
	}
}