:root {
	--view-width: 1200px;
	--font-0: 40px;
	--font-1: 36px;
	--font-2: 32px;
	--font-3: 30px;
	--font-4: 26px;
	--font-5: 24px;
	--font-6: 22px;
	--font-7: 20px;
	--font-8: 18px;
	--font-9: 16px;
	--font-10: 14px;
}

body {
	min-width: 1200px;
	color: #3d3d3d;
	margin: 0;
	overflow-x: hidden;
	user-select: none;
	font-family: "Microsoft YaHei", sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

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

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

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

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

.topbanner_wrap .topbanner_logo {
	width: 207px;
	height: 55px;
}

.topbanner_wrap .topbanner_btn {
	text-align: center;
	padding: 8px 26px;
	font-size: 18px;
	color: #ffffff;
	background: rgb(0, 66, 150);
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(0, 66, 150, 0.33);
	transition: all 0.3s;
	cursor: pointer;
}

.topbanner_wrap .topbanner_btn:hover {
	box-shadow: 0px 4px 10px 4px rgba(0, 66, 150, 0.2), inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
}


/* 共同样式*/
.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 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.intro {
	width: var(--view-width, 1200px);
	box-sizing: border-box;
	font-size: var(--font-8, 18px);
}

.intro-desc {
	padding-top: 30px;
}

.intro-desc-text {
	line-height: 32px;
}

.intro-desc .intro-desc-text:nth-child(2) {
	padding-top: 20px;
}

/* section2 香港树仁大学  申请要求*/

.section2 {
	height: 1522px;
	padding-top: 164px;
	padding-bottom: 100px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../images/bgimg1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.require {
	width: var(--view-width, 1200px);
	padding-top: 80px;
	padding-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 46px;
	box-sizing: border-box;
}

.require_item {
	width: 100%;
	height: 837px;
	background: #F5F9FF;
	border-radius: 32px;
	position: relative;
	transition: all 0.3s;
}

.require_item:hover {
	transform: translateY(-26px);
}

.require .require_item:nth-child(1):hover .require_btn {
	box-shadow: 10px 10px 10px 0px rgba(19, 85, 16, 0.5), inset 0px 0px 16px 0px rgba(255, 255, 255, 0.5);
}

.require .require_item:nth-child(2):hover .require_btn {
	box-shadow: 10px 10px 10px 0px rgba(237, 131, 34, 0.1), inset 0px 0px 16px 0px rgba(255, 255, 255, 0.5);
}

.require_item_img {
	position: absolute;
	top: -44px;
	left: 44px;
}

.require_item_title {
	width: 100%;
	padding-top: 84px;
	padding-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	font-size: var(--font-4, 26px);
	font-weight: 600;
}

.require_item_title .title1 {
	color: #2A8A1D;
}

.require_item_title .title2 {
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #2A8A1D;
	padding: 0px 10px;
	margin-left: 10px;
}

.require .require_item:nth-child(2) .require_item_title .title1 {
	color: #DC7517;
}

.require .require_item:nth-child(2) .require_item_title .title2 {
	background: #DC7517;
}

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

.require_item_column {
	width: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}

.require_item_column .column_title {
	color: #2A8A1D;
	font-size: var(--font-8, 18px);
	font-weight: 600;
	padding-bottom: 6px;
	border-bottom: 2px solid #2A8A1D;
}

.require .require_item:nth-child(2) .require_item_column .column_title {
	color: #DC7517;
	border-bottom: 2px solid #DC7517;
}

.require_item_column .column_title p {
	padding-left: 20px;
}

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

.require_item_column .column_ul .column_ul_li {
	width: 100%;
	display: flex;
	align-items: flex-start;
	font-size: var(--font-9, 16px);
	line-height: 26px;
}

.require_item_column .column_ul .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: 350px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: var(--font-9, 16px);
	font-weight: 700;
	background: #4EAA40;
	box-shadow: 10px 10px 10px 0px rgba(19, 85, 16, 0.2);
	border-radius: 54px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 0.3s;
}

.require .require_item:nth-child(2) .require_btn {
	background: #ed8322;
	box-shadow: 10px 10px 10px 0px rgba(237, 131, 34, 0.1);
}


.require_tips {
	width: var(--view-width, 1200px);
	padding-top: 40px;
}

.require_tips .tips_title,
.require_tips .tips_item .point,
.require_tips .tips_item .tips {
	color: rgba(255, 255, 255, 0.85)
}

/* section3 香港树仁大学 读书费用*/
.section3 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.cost {
	width: var(--view-width, 1200px);
	padding-top: 100px;
	box-sizing: border-box;
	display: flex;
}

.cost_left {
	width: 220px;
	padding: 29px;
	box-sizing: border-box;
	color: #ffffff;
	background: #004296;
	border-radius: 32px 0px 0px 32px;
	box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

.cost_left div {
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	font-size: var(--font-8, 18px);
	font-weight: 600;
}

.cost_left .triangle {
	width: 20px;
	height: 29px;
	position: absolute;
	right: -20px;

}

.cost_left .leftTriangle {
	top: 0px;
}

.cost_left .rightTriangle {
	transform: rotateX(180deg);
	bottom: 0px;
}

.cost_table_wrap {
	flex: 1;
	padding: 29px 0px;
	box-sizing: border-box;
}

.cost_table {
	width: 100%;
	box-sizing: content-box;
	display: flex;
	background: #ffffff;
	border-radius: 0px 32px 32px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
}

.cost_table .cost_table_box {
	flex: 1;
	position: relative;
}

.cost_table .cost_table_box .li {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #4DA73F;
	text-align: center;
	line-height: 70px;
	font-size: var(--font-8, 18px);
}

.cost_table .cost_table_box .li .li_item {
	width: 50%;
	max-width: 250px;
	min-width: 90px;
	height: 70px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 20px;
	border-right: 1px solid #1162AB;
}

.cost_table .cost_table_box .li .li_item:last-child {
	border-right-width: 0px;
}

/*
.cost_table .cost_table_box .li .li_item div:nth-child(1) {
	font-size: var(--font-9, 16px);
	font-weight: 500;
	padding-bottom: 6px;
} */

.cost_table .box1 .li {
	border-bottom: 1px solid #4EAA40;
}

.cost_table .cost_table_box .li:last-child {
	border-bottom: none;
}

.cost_table .box2 {
	border-left: 1px solid #4EAA40;
	min-width: 490px;
}

.cost_table .box2 .li {
	color: #FF8B22;
	border-bottom: 1px solid #FF8B22;
}

.cost_table .type {
	width: 180px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: var(--font-7, 20px);
	font-weight: 700;
	background: #4EAA40;
	border-radius: 20px 20px 0px 0px;
	box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.cost_table .type2 {
	background: #FF8B22;
}

.cost_table:hover {
	padding-left: 20px;
}

.cost_table .cost_table_box:hover .type {
	height: 60px;
	padding-bottom: 10px;
	transform: translateX(-50%) translateY(-10px);
}

.cost_tips {
	width: var(--view-width, 1200px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.const_btn {
	width: 100%;
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;
}

/* section4 香港树仁大学 院系设置*/
.section4 {
	height: 1200px;
	padding-top: 200px;
	padding-bottom: 100px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../images/bgimg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.college {
	width: var(--view-width, 1200px);
	padding-top: 80px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 24px;
	align-items: flex-end;
	box-sizing: border-box;
}

.college_item {
	width: 100%;
	height: 686px;
	box-sizing: border-box;
	position: relative;
}

.college .college_item:nth-child(2) {
	height: 766px;
}

.college_item_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.college_item_name {
	width: 100%;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: var(--font-4, 26px);
	font-weight: 600;
	background: #004296;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

.college_item_mask {
	width: 100%;
	height: calc(100% - 78px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(68, 115, 255, 0) 0%, #22589B 100%);
	position: absolute;
	left: 0px;
	bottom: 78px;
	z-index: 3;
	opacity: 0;
	transition: opacity 0.6s ease
}

.college_item_mask_icon {
	width: 40px;
	height: 26px;
	margin-bottom: 6px;
}

.college_item_mask p {
	color: #ffffff;
	font-size: var(--font-4, 26px);
	font-weight: 600;
	padding-bottom: 34px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.college_item_mask p:nth-child(1) {
	transition-delay: 0.2s;
}

.college_item_mask p:nth-child(2) {
	transition-delay: 0.3s;
}

.college_item_mask p:nth-child(3) {
	transition-delay: 0.4s;
}

.college_item_mask p:nth-child(4) {
	transition-delay: 0.5s;
}

.college_item_mask p:nth-child(5) {
	transition-delay: 0.6s;
}

.college_item::after {
	content: '';
	width: 100%;
	height: 80px;
	background: linear-gradient(180deg, #9BB9DF 0%, rgba(215, 225, 241, 0) 100%);
	position: absolute;
	left: 0px;
	bottom: -80px;
	z-index: 3;
}


/* 院系 hover */
.showHover:hover .college_item_name {
	color: #FF8B22;
}

.showHover:hover .college_item_mask,
.showHover:hover .college_item_mask p,
.showHover:hover .college_item_mask_icon {
	opacity: 1;
	transform: translateY(0);
}

/* 院系 active */
.showMask .college_item_name {
	color: #FF8B22;
}

.showMask .college_item_mask,
.showMask .college_item_mask p,
.showMask .college_item_mask_icon {
	opacity: 1;
	transform: translateY(0);
}

/* section5 香港树仁大学  研究生课程 */
.section5 {
	padding-top: 160px;
	padding-bottom: 110px;
	box-sizing: border-box;
	background: #ffffff;
}

.course {
	width: var(--view-width, 1200px);
	padding-top: 80px;
	box-sizing: border-box;
}

.course_tabs {
	width: 100%;
	padding: 16px 10px;
	margin-bottom: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	background: #ffffff;
	box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.13);
	border-radius: 16px;
}

.course_tabs_item {
	margin: 10px 0px;
	padding: 8px 0px;
	color: #004296;
	font-size: var(--font-7, 20px);
	font-weight: 700;
	background: transparent;
	border-radius: 26px;
	cursor: pointer;
	transition: all 0.5s;
}

.course_tabs .active_tab {
	color: #ffffff;
	padding: 8px 10px;
	background: #004296;
	box-shadow: 0px 4px 10px 0px rgba(49, 146, 217, 0.38);
}

.course .table {
	width: 100%;
	padding: 0px 0px 20px 0px;
	box-sizing: border-box;
	border-radius: 16px;
	background: #004296;
}

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

.course .table_header .th {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	text-align: center;
	font-size: var(--font-7, 20px);
	font-weight: 700;
}

.course .table_body {
	width: 100%;
	height: 420px;
	padding: 0px;
	color: #1A1A1A;
	overflow-y: scroll;
}

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

.course .table_body .tr .td {
	height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #ffffff;
	font-size: var(--font-9, 16px);
}

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

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

.course .table_body .tr .td:nth-child(1),
.course .table_body .tr .td:nth-child(2) {
	padding-left: 18px;
}

.course .table_body .tr .more {
	color: #004296;
	font-size: var(--font-10, 14px);
	cursor: pointer;
}

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

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

.course .table::-webkit-scrollbar-track {
	background: transparent;
	box-shadow: none;
}

.course .table_body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.course .table_body::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: #00365E;
}

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

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

.course .course_footer {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.course .course_btns {
	display: flex;
	align-items: center;
}

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

/* section6 港树仁大学-成功案例*/
.section6 {
	height: 1174px;
	padding-top: 200px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url("../images/bgimg3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.case {
	--item-width: 398px;
	--item-height: 524px;
	--item-gap: 10px;
	width: 100%;
	height: 886px;
	margin-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
}

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

.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: 16px;
	box-sizing: border-box;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 28px;
	position: absolute;
	opacity: 0;
	transition: all 1s;
}

.case_item_img {
	width: 100%;
	height: 100%;
	border-radius: 28px;
	transition: transform 0.3s;
}

.case_item_mask {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity 0.5s;
}

.case_item:hover .case_item_img {
	cursor: pointer;
	transform: scale(1.02);
}

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

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

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

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

.case_items .case_item:nth-child(4) .case_item_mask {
	opacity: 0;
}

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

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

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

/* section7 香港树仁大学-申请常见问题*/
.section7 {
	padding-bottom: 120px;
}

.issue_wrap {
	width: var(--view-width, 1200px);
	display: flex;
	align-items: flex-end;
	padding-top: 80px;
}

.issue_img {
	width: 562px;
	height: auto;
	cursor: pointer;
	margin-left:-20px;
	z-index:1;
}

.issue {
	flex: 1;
	min-width: 668px;
	height: 328px;
	padding-top: 70px;
	padding-left: 8px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/issueBg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index:2;
}

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

.issue_columns {
	width: 100%;
}

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

.issue_detail {
	height: 40px;
	line-height: 40px;
	padding: 0px 14px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	color: #004296;
	font-size: var(--font-9, 16px);
	white-space: nowrap;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 10px 10px 17px 0px rgba(171, 184, 217, 0.4), -10px -10px 30px 0px #FFFFFF;
	cursor: pointer;
	transition: transform 0.3s;
}
.issue_detail:hover{
	transform: scale(1.1);
}

.issue_detail .icon {
	width: 30px;
	height: 33px;
	margin-right: 6px;
}

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

.issue_columns:hover {
	animation-play-state: paused;
}

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

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

/* section8 香港树仁大学-景鸿申请服务优势 */
.section8 {
	height: 674px;
	padding-top: 160px;
	padding-bottom: 100px;
	background-color: #ffffff;
	background-image: url("../images/bgimg4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.adva_wrap {
	width: var(--view-width, 1200px);
	padding-top: 150px;
	box-sizing: border-box;
}

.adva_wrap .adva {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-image: url("../images/advaBg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.adva_wrap .advaBg{
	width: 100%;
	height: 248px;
}

.adva_item {
	flex: 1;
	height: 248px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.adva_item:nth-child(1) {
	transform: translateX(22px);
}

.adva_item:nth-child(2) {
	transform: translateX(9px);
}

.adva_item:nth-child(3) {
	transform: translateX(-9px);
}

.adva_item:nth-child(4) {
	transform: translateX(-22px);
}

.adva_item_icon {
	width: 100px;
	height: 100px;
	margin-top: -55px;
	animation: float 3s linear infinite;
}

.adva_item_detail {
	width: 100%;
	height: 255px;
	padding-top: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFFFFF;
	font-size: var(--font-7, 20px);
}

.adva_item_detail_order {
	font-size: var(--font-0, 40px);
	padding-bottom: 18px;
}

.adva_item_detail_desc {
	font-weight: 700;
	line-height: 30px;
}