* {
	font-family: "Titillium Web", sans-serif;
}
ul li{
	list-style: none;
}
html {
	overflow-y: scroll;
}

a {
	text-decoration: none;
	color: #000000;
	
}

:root {
	overflow-y: auto;
	overflow-x: hidden;
}

:root body {
	position: absolute;
}

body {
	width: 100vw;
	overflow: hidden;
}

/* a:visited {color} */
a:visited {

	color: #000000;
	text-decoration: none;
}

@media screen and (max-width: 370px) {
	.Preponderance-c div p {
		font-size: 12px;
	}

	.meudes-b div:nth-child(1) {
		white-space: nowrap;
	}

	.faculty-title-content p:nth-child(1) {
		font-size: 15px;
	}

	.s p {
		font-size: 12px;
	}

	.case-x {
		padding: 5px !important;
	}

	.case-x p {
		font-size: 13px !important;
	}

	.case-name {
		font-size: 14px !important;
	}

	.case-content-img img {
		width: 50px !important;
		height: 40px !important;
	}
}

body {
	background-color: #F5F5F6;
	box-sizing: border-box;

}

* {
	padding: 0;
	margin: 0;
}

.baner {
	width: 100%;
	height: 235px;
}

.baner img {
	width: 100%;
	height: 100%;
}

.menu-s div p:nth-child(1) {
	font-size: 16px;
	padding: 5px 0px;
	position: relative;
}

.menu-s div p:nth-child(1)::before {
	position: absolute;
	content: '';
	bottom: 5px;
	height: 3px;
	width: 45%;
	opacity: 0.6;
	background-color: var(--i);
	border-radius: 25px;
}

.menu-s div p {
	font-size: 12px;

}

.menu-s div p:nth-child(2) {
	line-height: 18px;

	font-size: 12px;
}

.menu-s div:nth-child(1) {
	width: 64px;
	height: 64px;

	margin-right: 10px;
}

.menu-s div img {
	width: 64px;
	height: 100%;
}

.menu-s {
	display: flex;
	align-items: center;
	padding: 0px 10px;
	font-size: 14px;
}

.menu {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 10px;
	align-items: center;
	padding: 10px;
}



.menu-x div:nth-child(1) {



	margin-top: 0px;
}

.menu-x div {
	font-size: 16px;
	padding: 14px 28px;

	margin-top: 5px;
	background-color: #fff;
}




header {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	background-color: #FEB33B;
	z-index: 999;
	position: fixed;
	top: 0px;
	left: 0px;
	clear: both;
}

.nav {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0px 20px;
	align-items: center;
	justify-content: space-between;
}

.nav div img {
	width: 40%;

}

.nav-emun {
	width: 30px;
	height: 25px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.nav-emun div {
	width: 100%;
	height: 4px;
	background-color: #fff;
	transition: all 0.2s;
}

.s1 {
	transform: rotate(35deg) translate(5px, 9.5px);
	transition: all 0.2s;
}

.s2 {
	opacity: 0;
	transform: translateX(80px);
	transition: all 0.3s;
}

.s3 {
	transform: rotate(-35deg) translate(6px, -9px);
	transition: all 0.3s;
}

.main {
	margin-top: 46px;
	transition: all 0.3s ease-in-out;
	margin-bottom: 46px;
}

.caidan {
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}

.navs {
	width: 100%;
	height: 100%;
	display: flex;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}
.navs li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;

	box-sizing: border-box;
}
.navs li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-size: 16px;
	padding: 8px 10px;
	box-sizing: border-box;
}

.navs li:nth-child(2) a{
	color: #FEB33B;

}

.zx {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zx div {
	padding: 10px 60px;
	background-color: #5893d4;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 20px;
}
.zx a{

	color: #fff;

}
.navs div:nth-child(1) {
	color: #FEB33B;

}

.asid {
	width: 50%;
	height: 100%;
	position: fixed;
	right: 0;
	z-index: 99;
	transform: translateX(100%);
	transition: all 0.3s;
	top: 46px;
	background-color: #FEB33B;
}

.asids {
	transform: translateX(0%);
}

.cd-navigation {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.cd-navigation li {
	padding: 10px;

}

.timetable-content li a {
	color: #fff;
	background-color: #518BCC;
	padding: 5px;
}

.cd-navigation li a {
	color: #fff;
}

/*������ʽ*/
.meude {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0px;
}

.meudes {
	display: flex;
	flex-direction: column;
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
}

.meudes-s {
	display: flex;
	align-items: center;
	font-size: 16px;
	
}

.meudes-s div {
	margin-right: 10px;
}

.meudes-b {
	display: flex;
	font-size: 16px;
	padding: 10px 0px;
}

.meudes-b div:nth-child(1) {
	font-weight: 600;
	position: relative;
	text-indent: 8px;
	white-space: nowrap;
}

.meudes-b div:nth-child(2) {
	font-size: 12px;
	display: flex;
	align-items: flex-end;
	height: auto;
	color: rgba(0, 0, 0, 0.4);
	margin-left: 5px;
}

.meudes-b div:nth-child(1)::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 3px;
	height: 100%;
	position: absolute;
	background-color: #FEB33B;
}

.timetable-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-row-gap: 2px;
	grid-column-gap: 2px;
	border-radius: 6px;
	overflow: hidden;
}

.timetable-content li {
	padding: 5px;
	display: flex;
	justify-content: center !important;
	align-items: center;
	text-align: center;
	background-color: #fff;
	font-size: 12px;
}

.timetable-content li:nth-child(5n+5) {
	color: #4CCAFC;
}

.timetable-content li:nth-child(-n+5) {
	font-size: 12px;
	background-color: #518BCC;
	padding: 10px 0px;
	color: #fff;
	font-weight: 600;
}

.Timetable {
	padding: 10px;
	box-sizing: border-box;
}

.curriculum-content {
	padding: 0px 10px;
	box-sizing: border-box;
}

.curriculum-title {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.curriculum-title div:nth-child(1) {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 10px;
	color: #3BBDFC;
	transform: translateX(-100%);
	transition: all 0.6s ease-in-out;
}

.curriculum-title div:nth-child(2) {
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	box-sizing: border-box;
	justify-content: center;
	font-size: 18px;
	padding: 10px 15px;
	font-size: 14px;
	color: #3BBDFC;
	line-height: 26px;
}

.curriculum-meunt {
	padding: 10px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 5px;
	grid-column-gap: 5px;
}

.curriculum-meunt div {
	padding: 5px;
}

.curriculum-t {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: var(--color);
	transform: translateY(60px);
	opacity: 0;
	transition: al 2s;
	padding: 8px;
}

.amintion-crurriculm {
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.4s;
	transition-delay: var(--ms);
}

.curriculum-t div {
	width: 100%;


}

.curriculum-t div:nth-child(1) {
	font-size: 16px;
	font-weight: 600;
	text-indent: 0.8em;
	position: relative;
}

.curriculum-t div:nth-child(1)::before {
	content: '';
	position: absolute;
	left: 5px;
	width: 3px;
	top: 50%;
	transform: translateY(-50%);
	height: 50%;
	background-color: #ffd200;
}

.curriculum-t div:nth-child(2) {
	font-size: 12px;
	line-height: 18px;
}

.curriculum-t div:nth-child(3) {
	font-size: 12px;
	width: 100%;
	display: flex;
	flex: 1;
	align-items: flex-end;
	justify-content: flex-end;

}

.curriculum-t div:nth-child(3) p {
	padding: 8px 10px;
	background-color: var(--colors);
	color: #fff;
	display: flex;
	box-sizing: border-box;
	justify-content: flex-end;
}

.advantage-content {
	padding: 0px 10px;
	box-sizing: border-box;
	width: 100%;
}

.advanttage-content-x {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0px 0px 10px 0px;
	box-sizing: border-box;
	background-color: #FBF3E9 !important;
}

.advanttage-content-x div:nth-child(1) {
	display: flex;
	align-items: center;
	width: 100%;
	transform: translateX(-100%);
	transition-delay: calc(var(--s));
	transition: all 1s ease-in-out;
}

.advanttage-cont {
	padding: 10px 20px;
	width: 100%;
	display: flex;

	align-items: center;
	line-height: 20px;
	box-sizing: border-box;

}

.advanttage-content-x {
	background-color: #fff;
	margin-bottom: 15px;
}

.advanttage-content-x div:nth-child(1) p {
	background-color: #518BCC;
	padding: 5px 10px;
	display: flex;
	white-space: nowrap;
	width: 70%;
	color: #fff;
	align-items: center;
	/* clip-path: inset(0em 2em 0em 0 em); */
	/* -webkit-clip-path: polygon(0 0, 99% 0, 91% 100%, 0% 100%);
        clip-path: polygon(0 0, 99% 0, 91% 100%, 0% 100%); */
	background: linear-gradient(-45deg, transparent 25px, #518BCC 0) bottom right;

}

.advanttage-content-x div:nth-child(1) {
	position: relative;

}

.advanttage-content-x div:nth-child(1)::before {
	position: absolute;
	left: 73%;
	content: '';
	width: 4px;
	transform: skewX(-45deg);
	height: 100%;
	background-color: #FD7320;
}

.b1 {
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
}

.case-swiper {
	padding: 10px;
	box-sizing: border-box;
}

.swiper-slide {
	padding: 10px 30px !important;
	border-radius: 10px;
}

.swiper-container {}

.swiper-button-next {
	width: 5% !important;
	height: 20% !important;
	right: 15px !important;
}

.swiper-button-prev {
	width: 5% !important;
	height: 20% !important;
}

.swiper-slide {

	padding: 0px;

	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	border-radius: 10px;
}

.swiper-dlide-s div:nth-child(2) img {
	width: 80%;

}

.swiper-dlide-s div:nth-child(2) {
	display: flex;
	justify-content: right;
}

.swiper-dlide-s {
	padding: 10px 25px;
	box-sizing: border-box;
	background-color: #fff;
	width: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;

}

.comment {

	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}



/*�ֲ�ͼ*/
/* #featured-area {

        width: 100%;
        height: 600px;
        box-sizing: border-box;
    }

    .roundabout-holder {
        list-style: none;
        padding: 20px;
        width: 100%;
        height: 100%;
    }

    .roundabout-moveable-item {
        font-size: 12px !important;
        height: 100%;
        width: 100%;
        cursor: pointer;
        padding: 5px;
        border: 1px solid #aaaaaa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #f9f9f9;
    }

    .roundabout-moveable-item img {
        height: 100%;
        width: 100%;
        background-color: #FFFFFF;
        margin: 0;
    }

    .roundabout-in-focus {
        cursor: auto;
    }

    .roundabout-in-focus:hover {
        -webkit-box-shadow: 0px 0px 20px #787878;
        -moz-box-shadow: 0px 0px 20px #787878;
        background: #f9f9f9;
    }

    .roundabout-holder span {
        display: none;
    }

    .roundabout-in-focus:hover span {
        display: inline;
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding: 8px 20px;
        background: #f9f9f9;
        color: #3366cc;
        z-index: 999;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topLeft: 5px;
        border-left: 1px solid #aaaaaa;
        border-top: 1px solid #aaaaaa;
    }

    .roundabout a:active,
    .roundabout a:focus,
    .roundabout a:visited {
        outline: none;
        text-decoration: none;
    }

    .roundabout li {
        margin: 0
    } */
.container {
	max-width: 800px;
	margin: 0 auto;
}

.slide {
	width: 100%;
	min-height: 180px;
	overflow: hidden;
	position: relative;

}

.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.slide .img img {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: 7px;
}

.slide .img1 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: -50%;
	z-index: 1;
}

.slide .img2 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: -20%;
	z-index: 2;
}

.slide .img3 {
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	z-index: 3;
}

.slide .img4 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: 60%;
	z-index: 2;
}

.slide .img5 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: 110%;
	z-index: 1;
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	transform: translateX(-50%);
	z-index: 10;
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.slide .slide-bt .on {
	background: #ffd200;
}

button {
	width: 50px;
	margin: 20px;
}

.box li {
	list-style: none;
	transition: all 0.5s;
	position: absolute;

}

.box li img {
	width: 100%;
}

.box {

	display: flex;
	position: relative;
	width: 100%;
	padding: 0px 10px;
	margin: 20px 0px;
	box-sizing: border-box;

	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	height: 260px;
}

.list2 {
	z-index: 2;
}

.list1 {
	z-index: 1;
	transform: translateX(100px) scale(0.9);

}

.list1 img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);

}

.list3 img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);

}

.list3 {
	z-index: 1;

	transform: translateX(-100px) scale(0.9);
}

.sp {


	display: flex;
}

.sp span {
	width: 10px;
	height: 10px;
	border: 1px solid aquamarine;
	display: block;
	border-radius: 50%;
	margin-right: 20px;
}

.bx {
	width: 100px;
	height: 100px;
	border: 1px solid coral;

}

.bx {
	position: absolute;
	transition: all 0.1s;
	display: none;

}

.bximg {
	margin-left: 20px;
}

.list4,
.list5 {
	display: none;
}

.sp span:nth-child(1) {
	background-color: #45c17c;
}

.auxiliary-content {
	padding: 10px 10px 20px 10px;
	box-sizing: border-box;
}
.kc{
	color: #518BCC;
	white-space: nowrap;
	font-weight: 550;
}
.auxiliary-serts {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.auxiliary-content div {
	display: flex;

	width: 100%;
	align-items: center;
	box-sizing: border-box;
}

.auxiliary-title {
	display: grid !important;

	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 10px;
	grid-column-gap: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	/* justify-content: space-between;
		
		border: 1px solid #5893d4; */
}

.auxiliary-title li {
	transition: all 0.6s;
	display: flex;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	padding: 8px 0px;
	border: 1px solid #5893d4;
	cursor: pointer;
}

.auxiliary-actin {
	background-color: #5893d4;
	color: #fff;
}

.auxiliary-coontent li {
	width: 100%;
}

.auxiliary-coontent {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	position: relative;

}

.auxiliary-coontent:not(:first-child) {
	display: none;
}

.auxiliary-title div {
	padding: 10px 8px;

}


.auxiliary-coontent a {
	display: flex;
	padding: 10px 20px;
	width: 100%;
	align-items: center;
	box-sizing: border-box;
}

.auxiliary-coontent a::before {
	content: '';
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	left: 0px;
	border-radius: 50%;
	background-color: #FEB33B;
}

.case-content-img {
	width: 60px;
	height: 60px;
	padding: 0px !important;
	box-sizing: border-box;
}

.case-content-img img {
	width: 100%;
	height: 100% !important;

	border-radius: 50%;
}

.case-content {
	padding: 10px;
	box-sizing: border-box;
	display: flex;

	width: 100%;
	overflow: auto;
}

.case-content a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;


}
.case-content li{
	display: flex;

	justify-content: center;

	align-items: center;
	margin-right: 10px;
	flex-direction: column;
	padding: 15px;


}
.case-x {
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.case-content-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.case-content-img img {
	width: 100%;
	height: 100px;
	object-fit: cover;

}

.case-x p {
	display: flex;

	width: 160px;
}

.case-name {
	font-size: 18px;
	position: relative;
	padding: 0px !important;
	margin: 8px 0px;
}

.case-name::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 50%;
	width: 3px;
	height: 80%;
	transform: translateY(-50%);
	background-color: #FEB33B;

}
