/* @font-face {
	font-family: "AlibabaPuHuiTi-2-35-Thin";
	src: url("../../assets/fonts/alibabapuhuiti-2-35-Thin.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AlibabaPuHuiTi-2-95-ExtraBold";
	src: url("../../assets/fonts/alibabapuhuiti-2-95-ExtraBold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
} */


:root {
	/* --font-bold: "AlibabaPuHuiTi-2-95-ExtraBold";
	--font-thin: "AlibabaPuHuiTi-2-35-Thin"; */
	--view-width: 90%/*73%*/;
	--font-0: 110px;
	--font-1-max: 50px;
	--font-1: 38px;
	--font-2: 36px;
	--font-2-small: 30px;
	--font-3: 28px;
	--font-4: 24px;
	--font-5: 20px;
	--font-6: 18px;
	--font-7: 16px;
	--font-8: 14px;
	--font-9: 12px;
	--view-box-padding: 100px;
}

@media (max-width: 1440px) {
	:root {
		--view-width: 90%;
		--font-0: 100px;
		--font-1: 34px;
		--font-2: 32px;
		--font-2-small: 30px;
		--font-3: 24px;
		--font-4: 20px;
		--font-5: 16px;
		--font-6: 14px;
		--font-7: 12px;
		--font-8: 12px;
		--font-9: 12px;
		--view-box-padding: 60px;
	}	
}

@media (max-width: 1024px) {
	:root {
		--view-width: 92%;
		--view-width: 90%;
		--font-0: 100px;
		--font-1: 34px;
		--font-2: 32px;
		--font-2-small: 30px;
		--font-3: 24px;
		--font-4: 20px;
		--font-5: 16px;
		--font-6: 14px;
		--font-7: 12px;
		--font-8: 12px;
		--font-9: 12px;
	}

}

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


body {
	font-family: "Microsoft YaHei", sans-serif;
	margin: 0;
	padding: 0;
	color: #3D3D3D;
	overflow-x: hidden;
	user-select: none;
}


.topbanner img,
.banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* 共同样式 */
.section_title {
	/* width: 434px; */
	font-size: var(--font-1);
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.section_title .title:nth-child(1) {
	padding-left: 44px;
	text-align: left;
}

.section_title .title:nth-child(2) {
	text-align: right;
}

.section_title .desc {
	font-family: Arial;
	text-transform: uppercase;
	color: #DBDBDB;
	font-size: var(--font-5);
	font-weight: 600;
}

.section_title .HK {
	font-family: Arial;
	font-size: var(--font-0);
	font-weight: 600;
	color: #E8E8E8;
	position: absolute;
	top: -14px;
	left: -8px;
	z-index: -1;
}

.section_title2 {
	width: 100%;
	text-align: center;
}

.section_title2 .title {
	color: #ffffff;
	font-weight: 600;
	font-size: var(--font-2);
	padding-bottom: 8px;
}

.section_title2 .desc {
	color: #5B6779;
	text-transform: uppercase;
	font-size: var(--font-5);
}

.tips {
	padding-top: 20px;
	font-size: var(--font-7);
	text-align: center;
	color: #8B99AF;
}

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}



/*section1  香港人才引进计划身份续签 */
.section1 {
	margin-top: -260px;
	padding-bottom: 200px;
}

/* .section1 .section_title .HK {
	color: #F6F6F6;
} */

.section1 .section_title {
	padding-bottom: 55px;
}

.section1 .intro {
	width: var(--view-width);
	padding: 0px var(--view-box-padding) 50px var(--view-box-padding);
	display: flex;
	align-items: flex-end;
	background-image: url("../../assets/images/box_01.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	box-sizing: border-box;
}

/* section1 左侧盒子  */
.intro_desc {
	width: 45%;
	max-width: 500px;
	/* max-height: 786px; */
	padding-bottom: 26px;
	color: #FFFFFF;
	border-radius: 32px;
	background: #1D232C;
	box-shadow: inset -1px 2px 10px 1px rgba(255, 255, 255, 0.25);
}

.intro_desc_icon {
	transform: translateX(24px);
}

.intro_desc_text {
	padding: 0px 40px;
	font-size: var(--font-5);
	line-height: 32px;
	letter-spacing: 2px;
}

.intro_desc_imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px 0px;
}

.intro_desc_imgbox img {
	width: 268px;
	height: 182px;
}

.intro_desc_title {
	width: 100%;
	padding: 0px 40px;
	font-size: var(--font-3);
	font-weight: 700;
	text-align: center;
	position: relative;
}

.intro_desc_title::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 30px solid #FF8936;
	position: absolute;
	left: 0px;
	top: 4px;
}

.intro_desc_title::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 30px solid #FF8936;
	position: absolute;
	right: 0px;
	top: 4px;
}

.intro_desc_box {
	padding: 20px 40px 0px 40px;
}

.intro_desc_box .formwrap {
	width: 100%;
	padding: 20px 36px;
	background: #1D232C;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #797979;
	box-sizing: border-box;
}



/* section1 右侧盒子  */
.intro_detail {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 260px;
	padding-left: 54px;
	box-sizing: border-box;
}

.intro_detail_ul {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.intro_detail_li {
	height: 74px;
	line-height: 74px;
	padding-left: 24px;
	margin-bottom: 36px;
	font-size: var(--font-5);
	text-align: left;
	color: #1E5FBE;
	background: #EDF4FF;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #5994EA;
	transition: transform 1s;
	position: relative;
}

.intro_detail_li:hover {
	animation: scaleInOut 1s ease 1;
}

.intro_detail_li .order {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	background: #1E5FBE;
	box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0px;
	top: -20px;
}

.intro_detail_ul .intro_detail_li:nth-child(1) {
	width: 100%;
}

.intro_detail_ul .intro_detail_li:nth-child(2) {
	flex: 1;
	margin-right: 12px;
}

.intro_detail_note {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	font-size: var(--font-5);
	color: #ffffff;
	background: #1E5FBE;
	box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.36);
	border-radius: 16px 16px 16px 16px;
	box-sizing: border-box;
	transition: transform 1s;
}

.intro_detail_note:hover {
	animation: scaleInOut 1s ease 1;
}

.intro_detail_note .icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	margin-right: 18px;
}

.intro_detail_note .icon img {
	width: 35px;
	height: 35px;
}

.intro_detail_note .text {
	flex: 1;
	line-height: 32px;
}

.intro_detail_note .text span {
	color: #B8FFCD;
	font-weight: 600;
}

/* section 2  香港身份“续期”两大方式对比 */
.section2 {
	padding-top: 96px;
	background: #F4F4F4;
	position: relative;
}

.section2 .bgIcon {
	width: 518px;
	height: 518px;
	position: absolute;
	top: 30px;
	left: -146px;
	z-index: 0;
}

.section2 .section_title .HK {
	color: #E8E8E8;
}


.section2 .column {
	width: var(--view-width);
	min-height: 500px;
	padding: 140px var(--view-box-padding) 30px var(--view-box-padding);
	margin-bottom: 132px;
	background-image: url("../../assets/images/box_01.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	box-sizing: border-box;
	z-index: 2;
}


.column_box {
	width: 100%;
	height: 455px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background: #EDF4FF;
	border-radius: 32px 32px 32px 32px;
	border: 1px solid #8AAADB;
}

.column_box ul {
	list-style: none;
}

.column_vs {
	width: 249px;
	height: 515px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	background: #1E5FBE;
	box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
	border-radius: 32px;
}

.column_vs .title {
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: var(--font-2);
	font-weight: 700;
}

.column_vs ul {
	width: 100%;
	padding: 0 18px;
	font-size: var(--font-5);
	box-sizing: border-box;
}

.column_vs ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #114187;
	border-radius: 72px;
	margin-bottom: 44px;
}

.column_item {
	flex: 1;
	height: 455px;
	padding-top: 56px;
	position: relative;
}

.column_item .tag {
	width: 212px;
	height: 60px;
	line-height: 60px;
	font-size: var(--font-3);
	font-weight: 600;
	color: #ffffff;
	box-sizing: border-box;
	position: absolute;
	top: -20px;
}

.column_box1 .tag {
	padding-left: 26px;
	left: -1px;
	background: url("../../assets/images/box_02.png") center/cover no-repeat;
}



.column_box2 .tag {
	text-align: right;
	right: -1px;
	padding-right: 26px;
	background: url("../../assets/images/box_03.png") center/cover no-repeat;
}

.column_item ul li {
	width: 100%;
	height: 84px;
	font-size: var(--font-5);
	display: flex;
	align-items: flex-start;
	color: #092853;
	line-height: 26px;
	box-sizing: border-box;
	transition: all 0.3s;
}

.column_item ul li .circle {
	width: 4px;
	height: 4px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #092853;
}

.column_item ul li .text {
	flex: 1;
	text-align: left;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.column_box1 ul li .angle {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 16px solid #FF8936;
	margin-left: 10px;
}

.column_box1 ul li {
	padding-left: 32px;
	padding-right: 10px;
}

.column_box2 ul li {
	padding-left: 10px;
	padding-right: 30px;
}

.column_box2 ul li .angle {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 16px solid #1A51A1;
	margin-right: 32px;
}

.column_box1 ul li:hover {
	color: #FF8936;
}

.column_box1 ul li:hover .circle {
	background: #FF8936;
}


.column_box2 ul li:hover {
	color: #1A51A1;
}

.column_box2 ul li:hover .circle {
	background: #1A51A1;
}

/* section 3 香港身份续签 疑问解答 */
.section3 {
	padding-bottom: 144px;
}

.section3 .linebox {
	width: 100%;
	height: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 86px;
	box-sizing: border-box;
	border-radius: 0 0 200px 200px;
	background: url("../../assets/images/box_04.jpg") center/cover no-repeat;
}

.section3 .linebox .section_title .title {
	color: #ffffff;
}

.section3 .linebox .section_title .HK {
	color: #0D418C
}

.section3 .linebox .section_title .desc {
	color: #0B3D86
}

/* 问答模块 */
.issue_wrap {
	width: var(--view-width);
	min-height: 500px;
	padding: 0px var(--view-box-padding) 40px var(--view-box-padding);
	margin-bottom: 132px;
	background-image: url("../../assets/images/box_01.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	box-sizing: border-box;
}

.issue {
	display: flex;
	align-items: flex-end;
}

.issue_talk {
	width: 50%;
}

/* 问答 -对话*/
.issue_talk_item_question {
	width: calc(100% - 70px);
	display: flex;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0 auto;
	color: #ffffff;
	font-size: var(--font-5);
	line-height: 26px;
	font-weight: 600;
	background: #1E5FBE;
	border-radius: 32px;
	box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	position: relative;
}

.issue_talk_item_question .icon {
	width: 62px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #FF8936;
	font-size: var(--font-3);
	background: #FFFFFF;
	border-radius: 16px;
	margin: 0 16px;
}

.issue_talk_item_question .text {
	flex: 1;
}

.issue_talk_item_question .tail {
	position: absolute;
	bottom: -14px;
	right: 20%;
}

.issue_talk_item_answer {
	width: 100%;
	line-height: 24px;
	padding: 80px 50px 20px 50px;
	margin-top: -60px;
	font-size: var(--font-6);
	color: #12315E;
	background: #FFFFFF;
	border-radius: 32px;
	box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}


.issue_talk .issue_talk_item:nth-child(odd) {
	margin-bottom: 60px;
}

.issue_talk .issue_talk_item:nth-child(odd) .issue_talk_item_question {
	padding-right: 30px;
}

.issue_talk .issue_talk_item:nth-child(even) .issue_talk_item_question .tail {
	left: 10%;
}

.issue_talk .issue_talk_item:nth-child(even) .issue_talk_item_question {
	padding-left: 30px;
}

.issue_talk_item:hover {
	transition: all 0.3s;
	transform: scale(1.1);
}

/* 问答 右侧图片*/
.issue_imgbox {
	flex: 1;
	display: flex;
	justify-content: center;
}

.issue_imgbox img {
	width: 100%;
	max-width: 585px;
}

.section3 .vipimg {
	width: calc(var(--view-width) - 2*var(--view-box-padding));
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.section3 .vipimg img {
	width: 100%;
}

/* 服务步骤 */
.section3 .serve_wrap {
	width: calc(var(--view-width) - 2*var(--view-box-padding));
	margin-top: -60px;
	padding-bottom: 50px;
}

.section3 .serve_HK {
	text-align: center;
	color: #E5F0FF;
	font-size: var(--font-0);
	font-weight: 600;
}

.section3 .serve_wrap .serve_box {
	width: 100%;
	height: 506px;
	background-image: url("../../assets/images/chassis.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -22px;
	/* position: relative; */
}

.serve_title {
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}

.serve_title img {
	width: 46%;
}

.serve_row1,
.serve_row2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.serve_row1 {
	padding-bottom: 28px;
}

.serve_item {
	width: 152px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #12315E;
	font-size: var(--font-6);
	line-height: 26px;
	transition: transform 0.3s;
	/* position: absolute; */
}

.serve_item:hover {
	animation: scaleInOut 1s ease 1;
	/* transform: scale(1.1); */
}

.serve_item span {
	color: #0050C5;
	font-weight: 600;
}

.serve_item_order {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	color: #ffffff;
	font-size: var(--font-4);
	background: #1E5FBE;
	box-shadow: inset 0px 6px 10px 0px rgba(255, 255, 255, 0.4);
}
.server_item_start{
	width: 32px;
	height: 32px;
}

.serve_row1 .serve_item:nth-child(2) {
	margin-top: 50px;
}

.serve_row1 .serve_item:nth-child(3) {
	margin-top: 60px;
	width: 196px;
}

.serve_row1 .serve_item:nth-child(4) {
	margin-top: 50px;
	width: 182px;
}

.serve_row1 .serve_item:nth-child(5) {
	margin-top: 0px;
}

.serve_row2 .serve_item:nth-child(2) {
	margin-top: 40px;
}

.serve_row2 .serve_item:nth-child(3) {
	margin-top: 50px;
	width: 196px;
}

.serve_row2 .serve_item:nth-child(4) {
	margin-top: 40px;
	width: 182px;

}

.serve_row2 .serve_item:nth-child(5) {
	margin-top: 0px;
}

/* section4 香港身份续签 成功案例  */
.section4 {
	padding-top: 70px;
	padding-bottom: 60px;
	background: #F4F4F4;
	position: relative;
}

.section4 .bgIcon {
	width: 518px;
	height: 518px;
	position: absolute;
	top: 200px;
	right: -146px;
	z-index: 0;
}

.section4 .case_wrap {
	width: calc(var(--view-width) - 2*var(--view-box-padding));
	padding-top: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	z-index: 2;
	padding-bottom: 30px;
}

/* 案例item */
.case_item {
	width: 100%;
	/* height: 942px; */
	background: #FFFFFF;
	color: #12315E;
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.05);
	border-radius: 32px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.case_item:hover{
	transform: translateY(-20px);
}

/*案例item -头部  */
.case_item_headedr {
	width: 100%;
	height: 128px;
	background-image: url('../images/box_05.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 32px 32px 0px 0px;
	box-sizing: border-box;
	position: relative
}

.case_item_headedr .avatar {
	width: 178px;
	height: 167px;
	position: absolute;
	top: -39px;
}

.case_item_headedr .avatar img {
	width: 100%;
	height: 100%;
}

.case_item_headedr .info {
	margin-left: 180px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case_item_headedr .info .info_base {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: var(--font-2-small);
	font-weight: 600;
	padding-bottom: 10px;
}

.case_item_headedr .info .info_base .line {
	width: 1px;
	height: 26px;
	background-color: #ffffff;
	margin: 0 16px;
	transform: rotate(4deg);
}

.case_item_headedr .info .info_job {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #97B9EB;
	font-size: var(--font-4);
}

.case_wrap .case_item:nth-child(2) .case_item_headedr .avatar {
	left: 30px;
}

.case_wrap .case_item:nth-child(2) .case_item_headedr .info {
	margin-left: 220px
}

/*案例item - 内容  */
.case_item_box {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 6% 40px 6%;
}

/*案例item - 内容-step  */
.case_item_box .case_item_step {
	display: flex;
	padding-top: 12px;
}

.case_item_box .case_item_step .case_item_step_order {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 24px;
}

.case_item_box .case_item_step .case_item_step_order .num {
	color: #FF8936;
	font-weight: 600;
	font-size: var(--font-5);
	padding-bottom: 12px;
}

.case_item_box .case_item_step .case_item_step_order .num img {
	width: 28px;
	height: 28px;
}

.case_item_box .case_item_step .case_item_step_order .line {
	flex: 1;
	border-left: 1px dashed #FF8936;
}

.case_item_step_detail {
	padding-bottom: 50px;
}

.caser_item2 .step3 .case_item_step_detail {
	padding-bottom: 20px;
}

.case_item_step_detail .title {
	color: #1E5FBE;
	font-weight: 600;
	font-size: var(--font-5);
	padding-bottom: 18px;
}

.case_item_step_detail .desc {
	font-size: var(--font-6);
}

.case_item_step_detail .ul .ul_title {
	text-decoration-line: underline;
	padding-bottom: 10px;
}

.case_item_step_detail .ul .ul_li {
	display: flex;
}

.case_item_step_detail .ul .ul_li {
	padding-bottom: 10px;
}

.case_item_step_detail .ul .ul_li .dot {
	width: 4px;
	height: 4px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #1E5FBE;
	box-sizing: border-box;
	overflow: hidden;
}

.case_item_step_detail .ul .ul_li span {
	color: #1E5FBE;
	font-weight: 600;
}

/*案例item - 内容 -无忧服务 */
.case_item_noworry {}

.case_item_noworry_title {
	width: 146px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: var(--font-5);
	color: #ffffff;
	background: #1E5FBE;
	box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.3);
	border-radius: 83px;
	margin-bottom: 24px;
}

.case_item_noworry_box {
	width: 100%;
	min-height: 274px;
	padding: 20px 16px;
	background: #F3F8FF;
	border-radius: 32px;
	box-sizing: border-box;
}

.case_item_noworry_box_li {
	display: flex;
	align-items: center;
	padding-bottom: 26px;
	line-height: 22px;
	color:#12315E;
}

.case_item_noworry_box_li .icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.case_item_noworry_box_li span {
	color: #1E5FBE;
	font-weight: 600;
}

/* section5 景鸿移民，值得信赖-*/
.section5 {
	background: #F4F4F4;
}

.section_wrap {
	width: 100%;
	padding: 56px 0px;
	background: #1D232C;
	border-radius: 76px 76px 0px 0px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.section5 .section_wrap .bgbox {
	width: 100%;
	height: 146px;
	position: absolute;
	top: -4px;
	left: 0px;
}

.tenet_wrap {
	width: calc(var(--view-width) - 2*var(--view-box-padding));
	/* display: flex;
	justify-content: center; */
	margin: 0 auto;
}

.tenet {
	width: 100%;
	padding-top: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 68px;
}

.tenet_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	line-height: 32px;
	transition: transform 0.3s;
}

.tenet_item:hover {
	transform: translateY(-10px);
	/* animation: scaleInOut 1s ease 1; */
}

.tenet_item_icon {
	width: 60px;
	height: 60px;
	margin-bottom: 6px;
}

/* section6 表单2 */
.section6 .formwrap {
	width: 762px;
	height: 278px;
	padding: 24px 40px;
	background: #ffffff;
	border-radius: 32px;
	margin: 0 auto;
	box-sizing: border-box;
}

.section6 .formwrap_title {
	font-size: var(--font-4);
	font-weight: 600;
	text-align: center;
	padding-bottom: 16px;
}

/* 动画 */
@keyframes scaleInOut {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/* 媒体查询-兼容处理 */
@media (max-width: 1440px) {
	.section1 {
		margin-top: -200px;
	}
	.section3 .linebox {
		height: 140px;
		border-radius:0px 0px 180px 180px;
	}
	.section3 .serve_row1 {
		padding-bottom: 0px;
	}
}

@media (max-width: 1265px) {
	.section1 .intro .intro_detail {
		padding-left: 30px;
	}

	.section2 .column {
		padding-bottom: 20px;
	}
	
	.serve_row1 .serve_item:nth-child(2) {
		margin-top: 26px;
	}

	.serve_row1 .serve_item:nth-child(3) {
		margin-top: 38px;
	}

	.serve_row1 .serve_item:nth-child(4) {
		margin-top: 26px;
	}

	.section3 .linebox {
		height: 140px;
	}

	.section4 .case_item_step_detail {
		padding-bottom: 10px;
	}

	.section4 .case_item_headedr .avatar {
		width: 150px;
		height: 140px;
		position: absolute;
		top: -12px;
	}

	.section4 .case_wrap .caser_item1 .case_item_headedr .info {
		margin-left: 160px;
	}

	.section4 .case_wrap .caser_item2 .case_item_headedr .info {
		margin-left: 180px;
	}
}

@media (max-width: 1024px) {
	.section1 .intro {
		flex-wrap: wrap;
	}

	.section1 .intro_desc {
		width: 100%;
		max-width: 100%;
		padding-top: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}

	.section1 .intro_detail {
		padding-top: 20px;
	}

	.intro_desc_icon {
		position: absolute;
		left: 10px;
		top: -2px;
	}

	.section3 .linebox {
		height: 100px;
	}

	.section3 .issue_wrap {
		padding-bottom: 20px;
	}
}

@media (max-width: 768px) {}