:root {
	--view-width: 63%;
	--font-0En: 150px;
	--font-0: 40px;
	--font-1: 35px;
	--font-2: 30px;
	--font-3: 26px;
	--font-4: 24px;
	--font-5: 20px;
	--font-6: 18px;
	--font-7: 16px;
	--font-8: 14px;
	--font-9: 12px;
}

@media (max-width: 1440px) {
	:root {
		--view-width: 82%;
		--font-0En: 130px;
		--font-0: 38px;
		--font-1: 32px;
		--font-2: 28px;
		--font-3: 24px;
		--font-4: 22px;
		--font-5: 18px;
		--font-6: 16px;
		--font-7: 14px;
		--font-8: 12px;
		--font-9: 12px;
	}
}

@media (max-width: 1280px) {
	:root {
		--view-width: 88%;
	}
}

@media (max-width: 1024px) {
	:root {
		--view-width: 94%;
		--font-0En: 100px;
		--font-0: 36px;
		--font-1: 30px;
		--font-2: 26px;
		--font-3: 24px;
		--font-4: 22px;
		--font-5: 18px;
		--font-6: 16px;
		--font-7: 14px;
		--font-8: 12px;
		--font-9: 12px;
	}
}

@media (max-width: 768px) {
	:root {
		--view-width: 96%;
	}
}

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

#banner {
	height: auto;
	overflow: hidden;
}

#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: 16px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

}

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

.topbanner_btn:hover {
	box-shadow: 0px 4px 10px 4px rgba(206, 2, 89, 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: 50px;
	/* padding-bottom: 134px; */
	position: relative;
}

.intro {
	width: var(--view-width, 63%);
	padding-top: 70px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.intro_img {
	width: 545px;
	height: 363px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.intro_img .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.intro_img .locate {
	width: 60px;
	height: 84px;
	position: absolute;
	right: 14px;
	top: 14px;
	animation: float 3s linear infinite;
}

.intro_desc {
	flex: 1;
	padding: 26px 32px 26px 78px;
	margin-left: -57px;
	box-sizing: border-box;
	font-size: var(--font-6, 18px);
	line-height: 30px;
	background: #ffffff;
	position: relative;
	z-index: 2;
}

.intro_desc .intro1 {
	margin-bottom: 20px;
}

.intro_desc span {
	font-weight: 700;
}

.section1 .linebox {
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(to left, #F5845B 0%, #E52328 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.section1 .line1 {
	height: 40px;
	bottom: 140px;
}

.section1 .line2 {
	height: 86px;
}

/* section2 香港岭南大学申请要求 */
.section2 {
	padding-top: 20px;
	padding-bottom: 80px;
	background: #F8F8F8;
}

.require {
	width: var(--view-width);
	padding-top: 80px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: relative;
}

.require_book {
	width: 88px;
	height: 790px;
	padding: 124px 0px;
	box-sizing: border-box;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

.require_item .require_box {
	width: 100%;
	height: 790px;
	margin-bottom: 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	transition: all 0.3s;
}

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

/* item title */
.require_item .require_box_title {
	width: max-content;
	padding-top: 50px;
	padding-bottom: 12px;
	font-size: var(--font-3, 26px);
	font-weight: 700;
	position: relative;
}

.require_item .require_box_title .titleBg {
	width: 286px;
	height: 40px;
	border-radius: 0px 0px 56px 56px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 60%, #FFD3D4 100%);
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.require_item .require_box_title .titleIcon {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 60px;
	bottom: -6px;
}

.require_item:nth-child(2) .require_box_title .titleBg {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 60%, #E5E7B5 100%);
}

.require_item:nth-child(2) .require_box_title .titleIcon {
	width: 116px;
	height: 50px;
	right: 50px;
	bottom: 22px;
}

/* item column */
.require_box_columns {
	width: 100%;
	padding: 10px 44px;
	box-sizing: border-box;
}

.require_box_column {
	width: 100%;
	padding: 20px 6px 20px 14px;
	margin-top: 14px;
	box-sizing: border-box;
	border-radius: 16px;
	border: 1px solid #E29FA2;
}

.require_item .require_box_column_title {
	padding-left: 20px;
	font-size: var(--font-6, 18px);
	font-weight: 700;
	position: relative;
}

.require_box_column_title span {
	color: #E84249;
}

.require_box_column_title:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #E84249;
	position: absolute;
	left: 0px;
	top: 8px;
}

.require_item:nth-child(2) .require_box_column {
	border: 1px solid #ABAE48
}

.require_item:nth-child(2) .require_box_column_title span {
	color: #7F813B
}

.require_item:nth-child(2) .require_box_column_title:after {
	border-bottom: 12px solid #7F813B;
}

.require_box_column_ul {
	width: 100%;
	padding-top: 12px;
	box-sizing: border-box;
	font-size: 16px;
}

.require_box_column_ul_li {
	display: flex;
	align-items: flex-start;
	line-height: 22px;
}

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

/* item 按钮 */
.require_item .require_btn {
	width: 445px;
	height: 54px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	line-height: 54px;
	font-size: var(--font-6, 18px);
	font-weight: 700;
	background: linear-gradient(to right, #E84249 1%, #F5885D 100%);
	box-shadow: 0px 4px 10px 0px rgba(237, 81, 64, 0.5);
	border-radius: 54px;
	transition: all 0.3s;
	cursor: pointer;
}

.require_item .require_btn:hover {
	box-shadow: 0px 4px 10px 0px rgba(237, 81, 64, 0.5), inset 0px 0px 10px 0px rgba(255, 255, 255, 0.85);
}

.require_item:nth-child(2) .require_btn {
	background: linear-gradient(to right, #ACAF49 0%, #F5835A 100%);
	box-shadow: 0px 4px 10px 0px rgba(197, 200, 93, 0.53);
}

.require_item:nth-child(2) .require_btn:hover {
	box-shadow: 0px 4px 10px 0px rgba(197, 200, 93, 0.53), inset 0px 0px 10px 0px rgba(255, 255, 255, 0.85);
}

/* tips */
.require_tips {
	width: var(--view-width, 63%);
	box-sizing: border-box;
	padding-top: 67px;
}

/* section3 香港岭南大学读书费用*/
.section3 {
	padding-top: 100px;
	padding-bottom: 108px;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section3 .section_title {
	transform: translateY(-40px);
	letter-spacing: 1px;
}

.section3 .section_title .section_title_Chname {
	color: #ffffff;
}

.section3 .section_title .section_title_EN,
.section3 .section_title .section_title_EnnName {
	color: #898989;
}

.cost {
	width: var(--view-width, 63%)
}

.cost_cards {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	color: #ffffff;
}

.cost_card {
	width: 100%;
	height: 204px;
	box-sizing: border-box;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	backdrop-filter: saturate(30%) blur(8px);
	-webkit-backdrop-filter: saturate(30%) blur(8px);
}

.cost_cards .card1 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.11);
}

.card_box {
	display: flex;
}

.card_box .card_box_type {
	width: 137px;
	min-width: 120px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: var(--font-5, 20px);
	background: linear-gradient(60deg, #E52328 0%, #F6895D 100%);
}

.card_box_ul {
	flex: 1;
	height: 100%;
	padding: 10px 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.card_box_ul_li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card_box_ul_li_label {
	flex: 1;
	min-width: 120px;
	font-size: var(--font-6, 18px);
}

.card_box_ul_li_label span {
	font-size: var(--font-7, 16px);
}

.card_box_ul_li_line {
	width: 96px;
	height: 1px;
	margin: 0px 10px;
	background: linear-gradient(90deg, #494949 0 50%,
			transparent 0 100%);
	background-repeat: repeat-x;
	background-size: 10px 2px;
	background-position: 0 0;
}

.card_box_ul_li_value {
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #000000;
}

.cost_footer {
	width: 100%;
	padding-top: 32px;
	display: flex;
	align-items: center;
}


/* section4 香港岭南大学院系设置 */
.section4 {
	padding-bottom: 120px;
}

.college_wrap {
	width: var(--view-width, 63%);
	padding-top: 90px;
	box-sizing: border-box;
}

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

.college_name {
	width: max-content;
	height: 30px;
	color: #1A1A1A;
	font-size: var(--font-1, 35px);
	font-weight: 700;
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 99;
	animation: showName 0.6s ease-in-out;
}


@keyframes showName {
	from {
		opacity: 0;
		transform: translateY(10px);
		filter: blur(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
		filter: blur(0px);
	}
}

.college_items {
	width: 100%;
	height: 324px;
	padding-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.college_item {
	width: 170px;
	height: 226px;
	margin-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 12px;
	transition: all 1s;
	position: absolute;
	bottom: 0px;
	left: 1140px;
	opacity: 0;
}

.college_item .college_item_box {
	width: 100%;
	height: 100%;
	position: relative;
}

.college_item .college_item_box_img {
	width: 100%;
	height: 100%;
}

.college_item .college_item_box_mask {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	opacity: 1;
	transition: all 0.5s;
}

.college_item .college_item_box_mask .title {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 12px;
	top: 0px;
	writing-mode: vertical-rl;
	letter-spacing: 6px;
	color: #FFFFFF;
	font-size: var(--font-5, 20px);
}

.college_items .college_item:nth-child(1) {
	width: 230px;
	height: 314px;
	border-radius: 16px;
	box-shadow: 2px 2px 4px 2px rgba(8, 45, 106, 0.09);
	left: 0px;
	opacity: 1;
}

.college_items .college_item:nth-child(1) .college_item_box_mask {
	opacity: 0;
}

.college_items .college_item:nth-child(2) {
	left: 250px;
	opacity: 1;
}

.college_items .college_item:nth-child(3) {
	left: 430px;
	opacity: 1;
}

.college_items .college_item:nth-child(4) {
	left: 610px;
	opacity: 1;
}

.college_items .college_item:nth-child(5) {
	left: 790px;
	opacity: 1;
}

.college_items .college_item:nth-child(6) {
	left: 970px;
	margin-right: 0px;
	opacity: 1;
}

/* section5  香港岭南大学研究生课程*/
.section5 {
	/* min-height: 1500px; */
	padding-top: 10px;
	padding-bottom: 100px;
	background-image: url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section5 .section_title_EN,
.section5 .section_title_EnnName {
	color: #AAD1BA;
}

.section5 .section_title_Chname {
	color: #FFFFFF;
}

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

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

.course_tabs_item {
	margin: 10px 0px;
}

.course_tabs_item .textbtn {
	padding: 8px 24px;
	color: #DB8488;
	font-size: var(--font-5, 20px);
	font-weight: 700;
	transition: all 0.5s;
	background: transparent;
	border-radius: 26px;
	cursor: pointer;
}

.course_tabs_item .active_tab {
	color: #ffffff;
	background: #E84249;
	box-shadow: 0px 4px 10px 0px rgba(232, 66, 73, 0.5);

}

.table {
	width: 100%;
	padding: 0px 6px 10px 10px;
	box-sizing: border-box;
	border-radius: 16px;
	background: linear-gradient(42deg, #E52328 0%, #F5825A 100%);
}

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

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

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

.table_header .th .td:last-child,
.table_body .tr .td:last-child {
	margin-right: 0.5%;
}

.table_body {
	height: 600px;
	overflow-y: scroll;
}

.table_body .tr {
	display: flex;
	align-items: center;
}

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

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

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

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

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

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

.section5 .table_body::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: rgba(49, 87, 196, 0.2);
}

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

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

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

.course_tips {
	flex: 1;
}

.course_tips .tips_title,
.course_tips .tips_item .point,
.course_tips .tips {
	color: #556D3A
}

/* section6  香港岭南大学申请成功案例*/
.section6 {
	padding-top: 20px;
}

/* 轮播 */
.case {
	width: 100%;
	height: 776px;
	box-sizing: border-box;
	position: relative;
}

.case .tips {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100px;
}

.swiper_case {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.swiper_case .swiper-wrapper {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}

.swiper_case .swiper-slide {
	width: 367px;
	/*当设置了 slidesPerView时，会自动计算宽度，此时width设置的值无效*/
	height: 524px;
	padding: 16px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	border-radius: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.swiper_case .swiper-slide .swiper-slide-box {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.swiper_case .swiper-slide .swiper-slide-box-img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.swiper-slide-box-mask{
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top:0px;
	left:0px;
}

/* 扇形样式 */
.swiper-slide0 {
	opacity: 1 !important;
}
.swiper-slide0 .swiper-slide-box-mask{
	opacity: 0;
}

.swiper-slide1 {
	opacity: 1 !important;
	transform: rotate(-15deg) translateY(38px) translateX(-78px);
}

.swiper-slide2 {
	opacity: 1 !important;
	transform: rotate(-30deg) translateY(160px) translateX(-206px);
}

.swiper-slide-1 {
	opacity: 1 !important;
	transform: rotate(15deg) translateY(38px) translateX(78px);
}

.swiper-slide-2 {
	opacity: 1 !important;
	transform: rotate(30deg) translateY(160px) translateX(206px);
}

.swiper-slide-other {
	opacity: 0;
}

/* 香港岭南大学申请常见问题 */
.section7 {
	padding-top: 20px;
	padding-bottom: 100px;
	background: #F8F8F8;
}

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

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

.issue_detail {
	padding: 15px 28px;
	margin-right: 80px;
	display: flex;
	align-items: center;
	font-size: var(--font-5);
	white-space: nowrap;
	color: #E84249;
	background: #FFF5F4;
	border: 1px solid #E84249;
	border-radius: 16px;
	box-shadow: 0px 4px 10px 0px rgba(194, 52, 58, 0.26);
	transition: all 0.3s;
	position: relative;
	cursor: pointer;
}

.issue_detail:hover {
	transform: scale(1.1);
}

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

.issue_detail .icon {
	font-size: var(--font-4);
	font-weight: 700;
	margin-right: 10px;
}

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

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

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

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

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

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

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

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

/* section8  景鸿香港岭南大学申请服务优势*/
.section8 {
	height: 726px;
	padding-top: 20px;
	padding-bottom: 100px;
	box-sizing: border-box;
	background: #000000;
}


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

.section8 .section_title .section_title_EN,
.section8 .section_title .section_title_EnnName {
	color: #898989;
}

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

.section8 .adva {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-image: url("../images/box2.png");
	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-5, 20px);
}

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

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

/* 不同分辨率处理 */
@media (max-width: 1440px) {
	.section6 .swiper_case .swiper-slide {
		height: 405px;
	}
}

@media (max-width: 1280px) {
	.section6 .swiper_case .swiper-slide {
		height: 480px;
	}
}

@media (max-width: 1024px) {
	.section_title .section_title_EN {
		transform: translateY(22px);
	}

	.section1 .intro_img {
		width: 436px;
		height: 290px;
	}

	.section3 .cost_cards {
		column-gap: 10px;
		row-gap: 10px;
	}

	.section3 .card_box .card_box_type {
		min-width: 104px;
	}

	.section3 .card_box_ul {
		padding: 10px 6px;
	}

	.section3 .card_box_ul_li_line {
		width: 70px;
	}

	.section6 .case {
		height: 652px;
	}

	.section6 .swiper_case .swiper-slide {
		height: 382px;
	}
}