:root {
	--view-width: 89%;
}

/* @media (max-width: 375px) {
	:root {
		--view-width: 94%;
	}
} */

body {
	font-family: "Microsoft YaHei", sans-serif;
	margin: 0;
	color: #0C0C0C;
	overflow-x: hidden;
	font-size: 14px;
	letter-spacing: 1px;
	user-select: none;
}

/* #topbanner, */
#banner {
	height: auto;
	overflow: hidden;
}

/* #topbanner img, */
#banner img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* 页面顶部 */
.topbanner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topbanner_wrap {
	width: var(--view-width);
	padding: 12px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbanner_wrap .topbanner_logo {
	width: 96px;
	height: 25px;
}

.topbanner_btn {
	text-align: center;
	padding: 6px 20px;
	font-size: 14px;
	color: #ffffff;
	background: #207E1C;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(32, 126, 28, 0.33);
	transition: all 0.3s;
	cursor: pointer;
}

/* 共同样式*/
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}

/* section1香港教育大学学校简介 */
.section1 {
	/* min-height: 640px; */
	padding-top: 30px;
	padding-bottom: 50px;
}

.intro {
	width: var(--view-width, 89%);
	padding-top: 34px;
	box-sizing: border-box;
}

.intro_desc {
	width: 100%;
	box-sizing: border-box;
	text-indent: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

/* .intro_desc span{
	font-weight: 600;
} */
.intro_list {
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	display: flex;
}

.intro_list_item {
	flex: 1;
	height: 134px;
	padding: 12px 8px 10px 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #207E1C;
	color: #ffffff;
}

.intro_list .intro_list_item:nth-child(1) {
	border-radius: 0px 32px 0px 32px;
}

.intro_list .intro_list_item:nth-child(2) {
	border-radius: 32px 0px 32px 0px;
}

.intro_list_num {
	display: flex;
	align-items: flex-start;

}

.intro_list_num div:nth-child(1) {
	font-size: 35px;
	font-weight: 700;
}

.intro_list_num div:nth-child(2) {
	font-size: 16px;
}

.intro_list_desc {
	font-size: 12px;
}

/* section2 香港教育大学申请要求 */
.section2 {
	padding-bottom: 50px;
	background-color: #ffffff;
	background-image: url("../images/bg1.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom;
}

.require_wrap {
	width: 100%;
	overflow: hidden;
}

.require {
	width: 100%;
	padding-top: 30px;
	display: flex;
	overflow-x: auto;
}

.require_item {
	width: 298px;
	min-width: 298px;
	height: 734px;
	padding-top: 34px;
	margin-left: 16px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/box1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.require .require_item:nth-child(2) {
	background-image: url("../images/box2.png");
}

.require_item_title {
	width: 240px;
	height: 40px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: 700;
	background-image: url(../images/box3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.require .require_item:nth-child(2) .require_item_title {
	background-image: url("../images/box4.png");
}

.require_item_columns {
	width: 100%;
	padding: 0px 14px 0px 20px;
	box-sizing: border-box;
}

.require_item_column {
	padding-top: 24px;
}

.column_title {
	width: fit-content;
	min-width: 216px;
	height: 24px;
	padding-left: 10px;
	box-sizing: border-box;
	color: #207E1C;
	font-size: 14px;
	font-weight: 700;
	background-image: url("../images/box5.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.column_title span {
	color: #EE5D47;
}

.require .require_item:nth-child(1) .require_item_columns .require_item_column:nth-child(3) {
	letter-spacing: 0px;
}

.require .require_item:nth-child(2) .column_title {
	color: #EE5D47;
	background-image: url("../images/box6.png");
}

.require .require_item:nth-child(2) .column_title span {
	color: #207E1C;
}

.column_ul {
	width: 100%;
	padding-top: 12px;
}

.column_ul_li {
	width: 100%;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 22px;
}

.column_ul_li .dot {
	width: 4px;
	height: 4px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #3d3d3d;
	transform: scale(0.8);
}

.require_btn {
	width: 222px;
	height: 34px;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	background: #61AD5D;
	box-shadow: 5px 5px 5px 0px rgba(19, 85, 16, 0.5);
	border-radius: 27px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	cursor: pointer;
}

.require .require_item:nth-child(2) .require_btn {
	background: #EE5D47;
	box-shadow: 10px 10px 10px 0px rgba(144, 49, 35, 0.38);
}

.require_tips {
	width: var(--view-width, 89%);
}

.require_tips .tips_title,
.require_tips .tips_item .point,
.require_tips .tips_item .tips {
	color: #ffffff;
}

.require_tips .openBtn {
	color: #C4FF6C
}

/* section3香港教育大学读书费用 */
.section3 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cost {
	width: var(--view-width, 89%);
	padding-top: 34px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cost_top {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	background: #207E1C;
	border-radius: 16px 16px 0px 0px;
	position: relative;
}

.cost_top div {
	color: #ffffff;
	padding-left: 48px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 700;
}

.cost_top .triangle {
	width: 26px;
	height: 15px;
	position: absolute;
	bottom: -15px;
}

.cost_top .leftTriangle {
	transform: rotateY(180deg);
	left: 0px;
}

.cost_top .rightTriangle {
	right: 0px;
}

.cost_table {
	width: calc(100% - 52px);
	border-radius: 0px 0px 16px 16px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cost_table .tr {
	width: 100%;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #207E1C;
	font-size: 15px;
}

.cost_table .tr_label {
	display: flex;
	align-items: flex-start;
}

.cost_table .tr_label_type {
	margin-right: 18px;
}

.cost_table .tr_label_subType {
	font-size: 14px;
	color: #78A176;
}

.cost_table .tr_value {
	text-align: right;
}

.cost_tips {
	width: 100%;
	padding: 0px 20px 50px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cost_tips .tips_item {
	padding-top: 24px;
	padding-bottom: 24px;
}

/* section4香港教育大学本科院系 */
.section4 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F7F7F7;
}

.college {
	width: var(--view-width, 89%);
	padding-top: 24px;
	box-sizing: border-box;
}

.college_item {
	width: 100%;
	height: 108px;
	margin-top: 14px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.college_item_img {
	width: 104px;
	height: 100%;
}

.college_item_info {
	flex: 1;
	height: 100%;
	padding-left: 12px;
	box-sizing: border-box;
}

.college_item_title {
	padding-top: 20px;
	padding-bottom: 12px;
	font-weight: 700;
	font-size: 16px;
	color: #3D3D3D;
}

.college_item_desc {
	font-size: 13px;
	color: #999999;
}

/* section5 香港教育大学研究生课程 */
.section5 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ffffff;
}

.section5 ::-webkit-scrollbar {
	width: 0px;
}

.course {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.course .whiteblock {
	width: 32px;
	height: 52px;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	right: 0px;
	top: 28px;
	z-index: 3;
}

.course_tabs_wrap {
	width: 100%;
	overflow-x: auto;
	position: relative;
}

.course_tabs_wrap:after {
	content: '';
	width: 800px;
	height: 56px;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13);
	position: absolute;
	left: 0px;
	top: 26px;
	z-index: 0;
}

.course_tabs {
	width: 100%;
	height: 56px;
	margin: 26px 0px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;

}

.course_tabs .course_tabs_item {
	height: 56px;
	padding: 0px 16px;
	box-sizing: border-box;
	background: #ffffff;
	line-height: 56px;
	text-align: center;
	color: #6FA16D;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	letter-spacing: 0px;
	z-index: 2;
}

.course_tabs .active_tab {
	color: #207E1C;
	font-weight: 700;
	font-size: 16px;
}

.course_tabs .course_tabs_item .activeIcon {
	width: max-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	z-index: 9;
}

.course_tabs .course_tabs_item .activeIcon .line {
	width: 33px;
	height: 10px;
}

.course_tabs .course_tabs_item .activeIcon .horn {
	width: 33px;
	height: 15px;
}

/* 表格 */
.table {
	width: var(--view-width, 88%);
	box-sizing: border-box;
	border-radius: 8px;
	background: #207E1C;
}

.table_header {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
}

.table_header .th {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}

.swiper_course .swiper-slide {
	height: 352px;
}

/* 轮播 */
.swiper {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #34B237;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #72FF6C;
}

.table_body {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.table_body .tr {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.table_body .tr .td {
	height: 64px;
	box-sizing: border-box;
	font-size: 13px;
	display: flex;
	align-items: center;
	background: #ffffff;
}

.table_header .th .td:nth-child(1),
.table_body .tr .td:nth-child(1) {
	margin-left: 2%;
}

.table_header .th .td,
.table_body .tr .td {
	margin-right: 2%;
}

.table_body .tr .td:nth-child(2),
.table_body .tr .td:nth-child(3) {
	text-align: center;
	justify-content: center;
}

.table_body .tr:nth-child(even) .td {
	background: #E7F1E7;
}

/* table_body 圆角处理 */
.table_body .tr:first-child .td {
	border-radius: 8px 8px 0px 0px;
}

.table_body .tr:last-child .td {
	border-radius: 0px 0px 8px 8px;
}

.course_tips {
	width: var(--view-width, 88%);
	padding-top: 20px;
	box-sizing: border-box;
}

.course_btns {
	padding-top: 14px;
	display: flex;
	align-items: center;
}

.course_btns .section_btn2 {
	margin-right: 20px;
}


/*section6  香港教育大学申请成功案例 */
.section6 {
	padding-top: 50px;
	background: #F7F7F7;
}

.case {
	--item-width: 192px;
	--item-height: 258px;
	--item-gap: 2px;
	width: 100%;
	height: calc(var(--item-height) + 80px);
	margin-top: 34px;
	box-sizing: border-box;
	overflow: hidden;
}

.case .tips {
	width: 100%;
	text-align: center;
	margin-top: -40px;
}


.case_items {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.case_item {
	width: var(--item-width);
	height: var(--item-height);
	padding: 8px;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	position: absolute;
	opacity: 0;
	transition: all 0.6s;
}

.case_item_img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.case_items .case_item:nth-child(1) {
	opacity: 1;
	left: calc(50% - 2.6 * var(--item-width) + var(--item-gap));
	top: 82px;
	transform: rotate(-16deg);
}

.case_items .case_item:nth-child(2) {
	opacity: 1;
	left: calc(50% - 1.7*var(--item-width) + var(--item-gap));
	top: 30px;
	transform: rotate(-15deg);
}

.case_items .case_item:nth-child(3) {
	opacity: 1;
	left: calc(50% - var(--item-width)/2);
	top: 0px;
	transform: rotate(0deg);
}

.case_items .case_item:nth-child(4) {
	opacity: 1;
	left: calc(50% + 0.7*var(--item-width) - var(--item-gap));
	top: 30px;
	transform: rotate(15deg);
}

.case_items .case_item:nth-child(5) {
	opacity: 1;
	left: calc(50% + 1.6*var(--item-width) - var(--item-gap));
	top: 82px;
	transform: rotate(16deg);
}



/* section7香港教育大学申请常见问题 */
.section7 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #FFFFFF;
}

.section7 .issue_wrap {
	width: var(--view-width);
	padding: 20px 0px 10px 0px;
	margin-top: 32px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
}

.issue_column {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.issue_detail {
	padding: 6px 8px;
	margin-right: 40px;
	display: flex;
	align-items: center;
	font-size: 13px;
	white-space: nowrap;
	color: #207E1C;
	background: #ffffff;
	border: 1px solid #207E1C;
	border-radius: 8px;
	box-shadow: 0px 4px 5px 0px rgba(32, 126, 28, 0.26);
	position: relative;
	cursor: pointer;
}

/* .issue_detail:hover .horn {
	bottom: -14px;
} */

.issue_detail .icon {
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
}

.issue_detail .horn {
	width: 18px;
	position: absolute;
	left: 10%;
	bottom: -8px;
}

.issue .issue_column:nth-child(1) {
	margin-left: 10px;
}

.issue .issue_column:nth-child(2) {
	margin-left: 80px;
}

.issue .issue_column:nth-child(3) {
	margin-left: 120px;
}

.issue {
	animation: move 20s linear infinite;
}

@keyframes move {
	0% {
		transform: translateX(30px);
	}

	100% {
		transform: translateX(-870px);
	}
}

/* section8 景鸿香港教育大学申请服务优势 */
.section8 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
	background-image: url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
}

.adva {
	width: var(--view-width, 89%);
	/* padding-top: 80px; */
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 0px;
	row-gap: 0px;
}

.adva_item {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s;
}

.adva_item_box {
	width: 166px;
	height: 166px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.adva_item_box .icon {
	width: 36px;
	height: 36px;
	position: relative;
	z-index: 2;
}

.adva_item_box .tri {
	width: 20px;
	height: 14px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -10px;
	animation: float 3s linear infinite;
}

.adva_item_box .bgIcon_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	animation: rotateBg 68s linear infinite;

}

.adva_item_box .bgIcon {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.adva .adva_item:nth-child(1) .adva_item_box .bgIcon {
	transform: rotate(0deg);
}

.adva .adva_item:nth-child(2) .adva_item_box .bgIcon {
	transform: rotate(40deg);
}

.adva .adva_item:nth-child(3) .bgIcon {
	transform: rotate(50deg);
}

.adva .adva_item:nth-child(4) .bgIcon {
	transform: rotate(-10deg);
}

.adva_item_desc {
	width: 100%;
	padding-top: 10px;
	text-align: center;
	color: #207E1C;
	line-height: 20px;
	font-size: 15px;

}