:root {
	--view-width: 1200px;
	--font-0: 40px;
	--font-1: 30px;
	--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;
}

@media (max-width: 1440px) {
	:root {}
}

@media (max-width: 1280px) {
	:root {}
}

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

* {
	box-sizing: border-box;
}

/* #topbanner, */
#banner {
	width: 100%;
	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: var(--font-8, 18px);
	color: #ffffff;
	background: #CE0259;
	border-radius: 54px;
	box-shadow: 0px 4px 10px 0px rgba(206, 2, 89, 0.33);
	transition: all 0.3s;
	cursor: pointer;
}

.topbanner_wrap .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;
	background: #FFDBAA;
	overflow: hidden;
}

/* section1香港专区  */
.section1 {
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
}

.section1 .balloon1 {
	width: 193px;
	height: auto;
	position: absolute;
	left: 4%;
	top: 50px;
	animation: float 4s linear infinite;
	z-index: 3;
}

.section1 .balloon2 {
	width: 103px;
	height: auto;
	position: absolute;
	right: 4%;
	top: 45%;
	animation: float 4s linear infinite;
	z-index: 3;
}

.hkcard {
	width: calc(var(--view-width, 1200px) + 140px);
	height: auto;
	min-height: 996px;
	padding: 20px 60px 0px 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/bg1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.hkcard .section_btn {
	position: relative;
	z-index: 9;
}

.hkcard .hkcard_img {
	width: 597px;
	height: 700px;
	position: absolute;
	top: 190px;
	right: 50px;
}

.hkcard_content {
	width: 100%;
	padding-left: 60px;
	padding-top: 80px;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: flex;
}

.hkcard_li {
	display: flex;
}

/* li-symbol */
.hkcard_ul .hkcard_li_symbol {
	width: 94px;
	min-height: 77px;
	position: relative;
}

.hkcard_li_symbol .symbol_redline {
	width: 2px;
	height: 100%;
	background: #AA2905;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -1px;
	z-index: 1;
}

.hkcard_li_symbol .symbol_arrow {
	width: 94px;
	height: 77px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -47px;
	z-index: 2;
}

.hkcard_li_symbol .symbol_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 3;
}

.hkcard_li_symbol .symbol_box .gift {
	width: 25px;
	height: 27px;
}

.hkcard_li_symbol .symbol_box .num {
	padding-top: 4px;
	color: #CF3F2A;
	font-size: var(--font-10, 14px);
	font-weight: 600;
}

/* li-info */
.hkcard_li_info {
	padding-left: 14px;
	padding-bottom: 30px;
	/* transition: all 0.3s; */
}

.hkcard_li_info:hover {
	/* transform: scale(1.05);  */
	/* animation: scaleInOut 1.5s ease 1; */
}

.hkcard_li_info_title {
	color: #6D4310;
	font-size: var(--font-7, 20px);
	font-weight: 600;
	padding-bottom: 10px;
}

.hkcard_li_info_desc {
	color: #6D4310;
	font-size: var(--font-8, 18px);
}

.hkcard_li_info_desc .bold {
	color: #DF800B;
	font-weight: 600;
}

.hkcard_ul .hkcard_li:last-child .hkcard_li_symbol .symbol_redline {
	background: transparent;
}

.hkcard_tips {
	padding-top: 20px;
}

/* section2欧洲专区 */
.section2 {
	padding-bottom: 60px;
	position: relative;
}

.section2 .balloon1 {
	width: 103px;
	height: auto;
	position: absolute;
	left: 4%;
	top: 2%;
	animation: float 4s linear infinite;
	z-index: 3;
}

.section2 .eucard {
	width: calc(var(--view-width, 1200px) + 140px);
	height: auto;
	min-height: 620px;
	padding: 20px 60px 0px 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.eucard_columns {
	width: 100%;
	height: 305px;
	padding: 0px 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.eucard_column_item {
	width: 602px;
	height: 305px;
	padding-top: 30px;
	padding-left: 40px;
	box-sizing: border-box;
	background-image: url("../images/box1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 32px;
	overflow: hidden;
	position: relative;

}

.eucard_column_item:hover {
	/* animation: scaleInOut 1.5s ease 1; */
}

.eucard_columns .eucard_column_item:nth-child(1) {
	position: absolute;
	left: 20px;
	top: 0px;
}

.eucard_columns .eucard_column_item:nth-child(2) {
	position: absolute;
	right: 20px;
	top: 0px;
}

.eucard_column_title {
	width: 100%;
	height: 60px;
	padding-right: 40px;
	box-sizing: border-box;
	line-height: 60px;
	text-align: center;
	color: #965F1E;
	font-size: var(--font-7, 20px);
	font-weight: 600;
}


.eucard_column_ul {
	width: 100%;
	margin-left: 20px;
}

.eucard_column_li {
	width: max-content;
	min-width: 250px;
	height: 34px;
	margin-top: 20px;
	line-height: 34px;
	display: flex;
	background: #F1D9B7;
	border-radius: 16px;
	font-size: var(--font-8, 18px);
}

.eucard_column_li_symbol {
	width: 76px;
	height: 34px;
	background: #F44C13;
	box-shadow: inset 0px 5px 10px 0px rgba(255, 255, 255, 0.38);
	border-radius: 16px;
	text-align: center;
	color: #ffffff;
	margin-right: 14px;
}

.eucard_column_li_info {
	color: #6D4310
}

.eucard_column_li_info span {
	color: #D67400;
	font-weight: 600;
}

.eucard_columns .eucard_column_item:nth-child(1) .eucard_column_img {
	width: 112px;
	height: 110px;
	box-sizing: border-box;
	position: absolute;
	right: 94px;
	top: 100px;
}

.eucard_columns .eucard_column_item:nth-child(2) .eucard_column_img {
	width: 141px;
	height: 164px;
	box-sizing: border-box;
	position: absolute;
	right: 32px;
	bottom: 32px;
}

.eucard_columns .eucard_column_item:nth-child(1) .eucard_column_li:nth-child(3) {
	width: 480px;
}

.eucard_columns .eucard_column_item:nth-child(2) .eucard_column_li {
	width: 360px;
}

/* section3 投资入籍专区*/
.section3 {
	padding-bottom: 60px;
}

.section3 .invcard {
	width: calc(var(--view-width, 1200px) + 140px);
	height: auto;
	min-height: 1104px;
	padding: 20px 60px 100px 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/bg3.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

/* 土耳其 */
.invcard .turcardwrap {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 60px;
	box-sizing: border-box;
}

.invcard .turcard .turcard_title {
	width: 332px;
	height: 46px;
	margin-left: 32px;
	box-sizing: border-box;
	color: #965F1E;
	font-size: var(--font-8, 18px);
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	background: linear-gradient(180deg, #FFF7EC 0%, #E1B371 100%);
	box-shadow: inset 0px 4px 32px 0px rgba(243, 172, 105, 0.85);
	border-radius: 32px 32px 0px 0px;
}

/* .invcard .turcard .turcard_title:hover {
	animation: scaleInOut 1.5s ease 1;
} */

.invcard .turcard .turcard_box {
	width: 100%;
	height: 290px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	background: #FDEBCB;
	box-shadow: 0px 0px 27px 0px rgba(182, 143, 82, 0.5);
	border-radius: 32px
}

.turcard_box_img {
	width: 466px;
	height: 290px;
	box-sizing: border-box;
	transition: transform 0.8s;
}

.turcard_box_img:hover {
	transform: scale(1.02);
}

.turcard_box_ul {
	flex: 1;
	height: 290px;
	padding-left: 40px;
	box-sizing: border-box;
}

.turcard_box_li {
	width: 100%;
	padding-top: 32px;
}

.turcard_box_li_title {
	display: flex;
	align-items: center;
	padding-bottom: 6px;
}

.turcard_box_li_title .order {
	color: #DF800B;
	font-size: var(--font-8, 18px);
	font-weight: 600;
}

.turcard_box_li_title .sign {
	width: 116px;
	height: 32px;
	margin-right: 10px;
	box-sizing: border-box;
	color: #FFF9F9;
	font-size: var(--font-8, 18px);
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	background: #F44C13;
	box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
	border-radius: 16px
}

.turcard_box_li_title .text {
	color: #6D4310;
	font-size: var(--font-8, 18px);
	font-weight: 600;
}

.turcard_box_li_desc {
	color: #6D4310;
	font-size: var(--font-8, 18px);
}

/* .turcard_box_li:hover {
	animation: scaleInOut 1.5s ease 1;
} */

/* 安提瓜 */
.invcard .natcolumns_wrap {
	width: 100%;
	padding: 30px 30px 30px 30px
}

.natcolumns_content {
	width: 100%;
	padding: 0px 40px 0px 40px;
	position: relative;
}

.natcolumns_content:hover .natcolumns {
	transform: translateY(-20px);
}

.natcolumns_content .natcolumns_botbg {
	width: calc(100% - 10px);
	height: 125px;
	position: absolute;
	left: 5px;
	bottom: 0px;
	z-index: 9;
}

.natcolumns_botbg_left {
	width: 45px;
	height: 65px;
	position: absolute;
	left: 0px;
	bottom: 120px;
}

.natcolumns_botbg_right {
	width: 45px;
	height: 65px;
	position: absolute;
	right: 0px;
	bottom: 120px;
}

.natcolumns_icon1 {
	width: 76px;
	height: 73px;
	position: absolute;
	right: 10%;
	bottom: 100px;
	z-index: 9;
}

.natcolumns_icon2 {
	width: 91px;
	height: 66px;
	position: absolute;
	right: 30%;
	bottom: 70px;
	z-index: 2;
}

.natcolumns_icon3 {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 21%;
	bottom: 70px;
	z-index: 2;
}

.natcolumns_icon4 {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 40%;
	top: -6px;
	z-index: 9;
}

.natcolumns_icon5 {
	width: 52px;
	height: 55px;
	position: absolute;
	right: -1%;
	top: 28%;
	z-index: 9;
}

.natcolumns_icon6 {
	width: 59px;
	height: 72px;
	position: absolute;
	left: -20px;
	top: 29%;
	z-index: 9;
}

.natcolumns {
	width: 100%;
	padding: 45px 22px 130px 22px;
	box-sizing: border-box;
	display: flex;
	background-image: url(../images/box_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	transition: all 0.5s;
}

.natcolumn_line {
	width: 1px;
	height: 152px;
	background: #965F1E;
	position: absolute;
	left: 55%;
	top: 30%;
}

.natcolumns .natcolumn_item1 {
	width: 55%
}

.natcolumns .natcolumn_item2 {
	width: 45%;
}


.natcolumn_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.natcolumn_item_title {
	width: 430px;
	height: 46px;
	box-sizing: border-box;
	text-align: center;
	line-height: 46px;
	color: #965F1E;
	font-size: var(--font-8, 18px);
	font-weight: 600;
	background: linear-gradient(180deg, #FFF7EC 0%, #E1B371 100%);
	box-shadow: inset 0px 4px 32px 0px rgba(243, 172, 105, 0.85);
	border-radius: 32px;

}

/* .natcolumn_item_title:hover {
	animation: scaleInOut 1.5s ease 1;
} */

.natcolumns .natcolumn_item:nth-child(2) .natcolumn_item_title {
	width: 432px;
}

.natcolumn_item_li_title {
	display: flex;
	align-items: center;
	padding-top: 26px;
}

.natcolumn_item_li_title .order {
	color: #DF800B;
	font-size: var(--font-8, 18px);
	font-weight: 600;
}

.natcolumn_item1 .natcolumn_item_li_title .order {
	min-width: 80px;
}

.natcolumn_item_li_title .order .img {
	width: 45px;
	height: 40px;
	margin-right: 6px;
}

.natcolumn_item_li_title .sign {
	width: 116px;
	height: 32px;
	margin-right: 10px;
	box-sizing: border-box;
	color: #FFF9F9;
	font-size: var(--font-8, 18px);
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	background: #F44C13;
	box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
	border-radius: 16px
}

.natcolumn_item_li_title .text {
	color: #6D4310;
	font-size: var(--font-8, 18px);
	font-weight: 600;
}

.natcolumn_item_li_desc {
	padding-top: 8px;
	color: #6D4310;
	font-size: var(--font-8, 18px);
}

/* .natcolumn_item_li:hover {
	animation: scaleInOut 1.5s ease 1;
} */

/* section4 特别项目专区*/
.section4 {
	position: relative;
}

.section4 .balloon1 {
	width: 103px;
	height: auto;
	position: absolute;
	right: 4%;
	top: 34%;
	animation: float 4s linear infinite;
	z-index: 3;
}

.section4 .projectcard {
	width: calc(var(--view-width, 1200px) + 140px);
	height: auto;
	min-height: 1600px;
	padding: 20px 60px 130px 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/bg4.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* 新加坡 */
.projectcard .sgcard_wrap {
	width: 100%;
	padding: 10px 60px 120px 50px;
	box-sizing: border-box;
}

.projectcard .sgcard {
	width: 100%;
}

.projectcard .sgcard_box {
	width: 100%;
	min-height: 200px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	background: #FDEBCB;
	border-radius: 0px 0px 32px 32px;
	box-shadow: 0px 10px 14px 2px rgba(182, 143, 82, 0.2);
}

/* 新加坡轮播 */
.sgcard_box .swiper_wrap {
	width: 100%;
	padding: 0px 110px;
}

.sgcard_box .swiper_case {
	width: 100%;
	min-width: 946px;
	height: 370px;
}

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

.swiper_case .swiper-slide-prev,
.swiper_case .swiper-slide-active,
.swiper_case .swiper-slide-next {
	opacity: 1;
}

.swiper_case .swiper-slide .swiper-slide-box {
	width: 100%;
	height: 370px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.swiper_case .swiper-slide .swiper-slide-box .swiper-slide-box-img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.swiper_case .swiper-slide .swiper-slide-box .swiper-slide-box-shadow {
	width: 90%;
	margin-top: -2px;
	height: 24px;
	background: rgba(111, 66, 0, 0.23);
	filter: blur(6px);
}

.swiper_case .swiper-slide .swiper-slide-box .shadow2 {
	background: rgba(111, 66, 0, 0.23);
}

.swiper_case .swiper-slide .swiper-slide-box .shadow3 {
	background: rgba(141, 110, 130, 0.31);
}

.swiper_case .swiper-slide-active,
.swiper_case .swiper-slide-duplicate-active {
	transition: all 0.3s;
	transform: scale(1.24);
	z-index: 999;
}

.swiper_case .swiper-button-prev,
.swiper_case .swiper-button-next {
	color: rgba(255, 255, 255, 0.75);
	opacity: 0;
	transition: all 0.3s;
}

.swiper_case:hover .swiper-button-prev,
.swiper_case:hover .swiper-button-next {
	opacity: 1;
}

.sgcard_box .sgcard_box_ul {
	width: 100%;
	padding: 0px 74px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.sgcard_box .sgcard_box_li {
	width: max-content;
	min-width: 455px;
	height: 40px;
	margin-top: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #6D4310;
	font-size: var(--font-8, 18px);
	line-height: 40px;
	border-radius: 55px 55px 55px 55px;
	border: 1px solid #F1922F;
}

/* .sgcard_box .sgcard_box_li:hover {
	animation: scaleInOut 1.5s ease 1;
} */

.sgcard_box .sgcard_box_ul .sgcard_box_li:nth-child(3) {
	width: 100%;
}

.sgcard_box .sgcard_box_li_sign {
	width: max-content;
	height: 40px;
	padding: 0px 14px;
	margin-right: 20px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: var(--font-7, 20px);
	font-weight: 600;
	text-align: center;
	background: #F44C13;
	box-shadow: inset 0px 5px 10px 0px rgba(255, 255, 255, 0.66);
	border-radius: 54px
}

/* 美国and新加坡-头部 */
.projectcard .uscard {
	width: 100%;
}

.projectcard .card_top_title {
	width: 100%;
	height: 72px;
	position: relative;
}

.projectcard .card_top_title::after {
	--width: 90%;
	content: '';
	width: var(--width);
	height: 72px;
	background: linear-gradient(180deg, rgba(255, 242, 219, 0.8) 0%, rgba(243, 221, 185, 0.9) 100%);
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: calc(var(--width) / -2);
	transform: perspective(120px) rotateX(20deg);
	z-index: 1;
}

.projectcard .card_top_title_text {
	width: 100%;
	height: 72px;
	line-height: 64px;

	box-sizing: border-box;
	overflow: hidden;
	color: #6D4310;
	text-align: center;
	font-size: var(--font-1, 30px);
	font-weight: 600;
	position: relative;
	z-index: 2;
}

.projectcard .sgcard_top .card_top_title_text::after {
	width: 100%;
	content: "新加坡EP/PIC项目 签约三重礼";
	position: absolute;
	top: 32px;
	left: 0;
	transform: scaleY(-1);
	font-size: var(--font-1, 30px);
	font-weight: 600;
	background: linear-gradient(to bottom, rgba(150, 95, 30, 0.2) 0%, rgba(150, 95, 30, 0) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.projectcard .uscard_top .card_top_title_text::after {
	width: 100%;
	content: "美国人才项目";
	position: absolute;
	top: 32px;
	left: 0;
	transform: scaleY(-1);
	font-size: var(--font-1, 30px);
	font-weight: 600;
	background: linear-gradient(to bottom, rgba(150, 95, 30, 0.2) 0%, rgba(150, 95, 30, 0) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.projectcard .sgcard_top .card_top_title_img {
	width: 117px;
	height: 146px;
	position: absolute;
	right: 80px;
	bottom: 0px;
	z-index: 2;
}

.projectcard .uscard_top .card_top_title_img {
	width: 117px;
	height: 146px;
	position: absolute;
	left: 120px;
	bottom: 0px;
	z-index: 2;
}



/* 美国人才 */
.projectcard .uscard_wrap {
	width: 100%;
	padding: 10px 60px 20px 50px;
	box-sizing: border-box;
}

.projectcard .uscard_box {
	width: 100%;
	min-height: 200px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	background: #FDEBCB;
	border-radius: 0px 0px 32px 32px;
	box-shadow: 0px 10px 14px 2px rgba(182, 143, 82, 0.2);
}

.projectcard .uscard_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.projectcard .uscard_box_img {
	width: 80%;
	height: auto;
	border-radius: 30px;
	margin-bottom: 26px;
	transition: all 0.5s;
}

.projectcard .uscard_box_img:hover {
	transform: scale(1.02);
}

.projectcard .uscard_box_li {
	width: 455px;
	height: 40px;
	box-sizing: border-box;
	display: flex;
	color: #6D4310;
	font-size: var(--font-8, 18px);
	line-height: 40px;
	border-radius: 55px 55px 55px 55px;
	border: 1px solid #F1922F;
}

/* .projectcard .uscard_box_li:hover {
	animation: scaleInOut 1.5s ease 1;
} */

.projectcard .uscard_box_li_sign {
	width: max-content;
	height: 40px;
	padding: 0px 14px;
	margin-right: 20px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: var(--font-7, 20px);
	font-weight: 600;
	text-align: center;
	background: #F44C13;
	box-shadow: inset 0px 5px 10px 0px rgba(255, 255, 255, 0.66);
	border-radius: 54px
}

.projectcard .uscard_box_li span {
	font-size: var(--font-7, 20px);
	font-weight: 600;
}

.projectcard .section_btn {
	margin-top: 20px;
}

/* message */
.message {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 120px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFDBAA;
}

.message_item {
	width:max-content;
	padding-top: 6px;
	color: #965F1E;
	font-size: var(--font-9, 16px);
}

.message_item .red {
	color: #FF5900;
	font-size: var(--font-7, 20px);
	font-weight: 600;
}

.message_item .brown {
	color: #965F1E;
	font-size: var(--font-7, 20px);
	font-weight: 600;
}


/* section5 全国免费咨询热线*/
.section5 {
	width: 100%;
	height: 238px;
	padding-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../images/bg5.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.section5 .hotline {
	width: max-content;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	letter-spacing: 2px;
	font-size: var(--font-0, 40px);
	font-weight: 600;
}

.section5 .hotline div {
	color: #ffffff !important;
}