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

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

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


a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul {
	list-style: none;
}


/* #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);
	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: #002C55;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(0, 44, 85, 0.50);
	transition: all 0.3s;
	cursor: pointer;
}

.topbanner_wrap .topbanner_btn:hover {
	box-shadow: 0px 4px 10px 4px rgba(0, 44, 85, 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: 50px;
}

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

.intro_img {
	width: 384px;
	height: auto;
	box-sizing: border-box;
}

.intro_img .img {
	width: 384px;
	height: auto;
	transition: transform 0.5s
}

.intro_img .img:hover {
	transform: scale(1.1);
}

.intro_desc {
	flex: 1;
	margin-right: 20px;
	font-size: var(--font-10, 18px);

}

.intro_desc_p {
	line-height: 26px;
	text-indent: 2em;
	letter-spacing: 1px;
	padding-top: 20px;
}

.intro_desc_p span {
	font-weight: 600;
}

/* section2 澳门大学申请要求*/
.section2 {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #ffffff;
	background-image: url("../images/bg1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left center;
}

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

.require_items {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	position: relative;
}

.require_items::after {
	content: '';
	width: var(--view-width, 1200px);
	height: 576px;
	background: #002C55;
	border-radius: 32px;
	position: absolute;
	left: 0px;
	bottom: 90px;
	z-index: 1;
}

.require_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.require_item_title {
	padding-left: 80px;
	margin-bottom: 20px;
	color: #002C55;
	font-size: var(--font-5, 28px);
	font-weight: 600;
	background-image: url("../images/box3.png");
	background-repeat: no-repeat;
	background-size: 64px auto;
	background-position: left center;
	transform: translateX(-60px);
}

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

.require_item_columns {
	width: 100%;
	height: 806px;
	padding-top: 50px;
	background-image: url("../images/box1.png");
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.5s ease;
}

.require_item_columns:hover {
	transform: translateY(-16px);
}

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

.require_item_column {
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 24px;
}

.require_item_column_title {
	display: flex;
	align-items: center;
	line-height: 40px;
	font-size: var(--font-10, 18px);
	font-weight: 600;
}

.require_item_column_title .text {
	width: max-content;
	height: 40px;
	padding: 0px 14px;
	margin-right: 10px;
	background: #DCE8F3;
	border-radius: 10px;
	color: #002C55;
}

.require_item_column_title .desc {
	color: #AC874C;
}

.require_items .require_item:nth-child(2) .require_item_column_title .text {
	background: #F3E8E1;
	color: #AC874C;
}

.require_item_column_ul {
	padding-top: 16px;
}

.require_item_column_li {
	min-height: 24px;
	display: flex;
	align-items: flex-start;
	font-size: var(--font-11, 16px);
	line-height: 24px;
}

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

.require_item_column_li .text {
	flex: 1;
	color:rgb(61, 61, 61,0.9);
}
.require_item_column_li .text span{
	color:#000000;
}
.require_item_column_li .text .point {
	color: #DA291C;
}

/* 申请要求按钮 */
.require_item_btn {
	width: 350px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: 45px;
	color: #ffffff;
	font-size: var(--font-11, 16px);
	font-weight: 600;
	background: #002C55;
	box-shadow: 10px 10px 10px 0px rgba(0, 44, 85, 0.29);
	border-radius: 54px;
	transition: all 0.5s ease;
	cursor: pointer;
}

.require_item_btn:hover {
	transform: translateY(-4px);
	box-shadow: 10px 10px 10px 0px rgba(0, 44, 85, 0.29), inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
}

.require_items .require_item:nth-child(2) .require_item_btn {
	background: #D18E22;
	box-shadow: 10px 10px 10px 0px rgba(209, 142, 34, 0.33);
}

.require_items .require_item:nth-child(2) .require_item_btn:hover {
	box-shadow: 10px 10px 10px 0px rgba(209, 142, 34, 0.33), inset 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
}

/* 备注 */
.require_tips {
	padding-top: 10px;
}

/* section3澳门大学读书费用*/
.section3 {
	padding-top: 0px;
	padding-bottom: 50px;
	background: #ffffff;
}

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

.cost_left {
	width: 220px;
	padding: 29px 0px 29px 20px;
	box-sizing: border-box;
	color: #ffffff;
	background: #002C55;
	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-10, 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: #002C55;
	text-align: center;
	line-height: 70px;
	font-size: var(--font-10, 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 #B8C4D1;
}

.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 #B8C4D1;
}

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

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

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

.cost_table .type {
	width: 180px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: var(--font-9, 20px);
	font-weight: 700;
	background: #002C55;
	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: #D18E22;
}

.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 {
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #ffffff;
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left center;
}

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

.swiper_college,
.swiper-wrapper {
	width: 100%;
}

.college_item {
	width: 100%;
	height: 281px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 16px;
}

.college_item_img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 16px;
}

.college_item_title {
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #002C55;
	font-size: var(--font-9, 20px);
	font-weight: 600;
}

/* section5 澳门大学研究生课程 */
.section5 {}

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

/* 轮播tab */
.course_tab {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 30px;
}

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

/* 轮播tab 项目 */
.course_tab .swiper-wrapper {
	width: 100%;
	padding: 0 20px;
}

.course_tab .swiper-slide {
	width: max-content;
	height: 40px;
	margin:0 30px;
	white-space: nowrap;
	color: #002C55;
	font-size: var(--font-9, 20px);
	line-height: 40px;
	cursor: pointer;
}
.course_tab .swiper-wrapper .swiper-slide:last-child{
	margin-right:80px !important;
}

.course_tab .active {
	padding: 0px 30px;
	color: #ffffff;
	font-weight: 600;
	background: #002C55;
	border-radius: 30px;
}

/* 轮播tab 按钮 */
.course_tab .swiper_course_tab .swiper_btn {
	width: 40px;
	height: 40px;	
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
}

.course_tab .swiper_course_tab .swiper_btn .icon {
	width: 11px;
	height: 18px;
}

.course_tab .swiper_course_tab .swiper_btn_left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: linear-gradient(270deg, rgba(255,255,255,0.2) 22%, rgba(255,255,255,0.8) 100%);
	transform: translateY(-50%) ;
	left: 0px;
}
.course_tab .swiper_course_tab .swiper_btn_left .icon{
	transform: scaleX(-1);
}
.course_tab .swiper_course_tab .swiper_btn_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: linear-gradient(90deg, rgba(255,255,255,0.2) 22%, rgba(255,255,255,0.8) 100%);
	transform: translateY(-50%);
	right: 0px;
}



/* 表格 */
.course .table {
	width: 100%;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-radius: 16px;
	background: #002C55;
}

.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-9, 20px);
	font-weight: 600;
}

/* 表格轮播 */
.course .table .swiper_course,
.course .table .swiper-wrappe {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.course .table .swiper-slide {
	height: 340px;
}

.course .table .swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
}

.course .table .swiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFFFFF;
}

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

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

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

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

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

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

.course .table .table_body .tr .more {
	color: #3192D9;
	font-size: var(--font-12, 14px);
	cursor: pointer;
}

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

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

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

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

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

/* table_body 圆角处理 */
.course .table .table_body .tr:first-child .td {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.course .table .table_body .tr:last-child .td {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.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 {
	padding-top: 200px;
	padding-bottom: 70px;
	background-color: #ffffff;
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left center;
}

.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: #002C55;
	font-size: var(--font-11, 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 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #002C55;
}

.section8 .section_title .section_title_mainText {
	color: #ffffff;
}

.section8 .section_title .section_title_subText {
	color: #FF5D51;
}

.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/bg3.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.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-9, 20px);
}

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

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