<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.service_name_title {
	color: #0C0C0C;
	font-size: 28px;
	text-align: center;
	margin-top: 60px;
}

.service_bar {
	text-align: center;
	margin-top: 16px;
}

.service_bar img {
	width: 350px;
	height: 31px;
}

.service_box {
	margin-top: 100px;
	padding-bottom: 80px;
}

.service_item {
	width: 262px;
	height: 340px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(176, 176, 176, 0.25);
	border-radius: 10px;
}

.service_icon {
	padding-top: 30px;
	text-align: center;
}

.service_icon img {
	width: 61px;
	height: 65px;
}

.service_icon2 {
	padding-top: 41px;
	text-align: center;
}

.service_icon2 img {
	width: 75px;
	height: 54px;
}

.service_icon3 {
	padding-top: 45px;
	text-align: center;
}

.service_icon3 img {
	width: 54px;
	height: 50px;
}

.service_icon4 {
	padding-top: 31px;
	text-align: center;
}

.service_icon4 img {
	width: 54px;
	height: 64px;
}

.service_name {
	margin-top: 32px;
	font-size: 22px;
	color: #0C0C0C;
	text-align: center;
}

.service_desc {
	margin-top: 28px;
	padding: 0 18px 0 17px;
	font-size: 16px;
	color: #808080;
}

.service_desc p{
	text-align: center;
}

.process {
	background-color: #F7F7F7;
	padding-bottom: 80px;
}

.process_con {
	position: relative;
}

.process_name {
	color: #0C0C0C;
	font-size: 28px;
	text-align: center;
	padding-top: 60px;
}

.process_bar {
	text-align: center;
	margin-top: 16px;
}

.process_bar img {
	width: 350px;
	height: 31px;
}

.process_curve {
	margin-top: 360px;
	width: 1187px;
	height: 137px;
	background-image: url(../img/process_curve.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.process_step {
	position: absolute;
	width: 1200px;
	top: 224px;
}

.process_contract {
	width: 197px;
	height: 272px;
	background-image: url(../img/projection_card.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.process_col {
	position: relative;
}

.process_icon {
	margin: 27px auto 0;
	width: 73px;
	height: 73px;
}

.process_icon img {
	width: 73px;
	height: 73px;
}

.process_num {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #0C0C0C;
}

.process_move {
	margin-top: 16px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	line-height: 20px;
}

.process_round {
	position: absolute;
	width: 41px;
	height: 41px;
	top: 275px;
	left: 78px;
}

.process_round img {
	width: 41px;
	height: 41px;
}

.process_top {
	margin-top: 116px;
}

.process_top2 {
	margin-top: 127px;
}

.circuit {
	margin-top: 50px;
}

.circuit_item1 {
	display: inline-block;
	width: 360px;
	background-image: url(../img/blue_arrow2.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
	height: 42px;
	line-height: 42px;
}

.circuit_item2 {
	display: inline-block;
	width: 360px;
	background-image: url(../img/orange_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
	height: 42px;
	line-height: 42px;
	margin-left: 10px;
}

.circuit_item3 {
	display: inline-block;
	width: 360px;
	background-image: url(../img/green_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
	height: 42px;
	line-height: 42px;
	margin-left: 10px;
}

.case {
	padding-bottom: 160px;
}

.case_name {
	color: #0C0C0C;
	font-size: 28px;
	text-align: center;
	margin-top: 60px;
}

.case_bar {
	text-align: center;
	margin-top: 16px;
}

.case_bar img {
	width: 350px;
	height: 31px;
}

.case_row {
	margin-top: 80px;
}

.case_img {
	width: 368px;
	height: 322px;
}

.case_img img {
	width: 368px;
	height: 322px;
}

.case_box {
	width: 368px;
	height: 322px;
	background: #F5F9FF;
}

.case_title {
	padding-top: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0C0C0C;
}

.case_desc {
	margin: 50px auto 0;
	width: 328px;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	line-height: 26px;
}

@media only screen and (max-width: 750px) {
	.service_box{
		display: block;
		margin-top: 0;
	}
	
	.service_col{
		max-width: none;
	}
	
	.service_item{
		width: -webkit-calc(100% - 30px);
		margin: 30px auto 0;
	}
	
	.circuit{
		display: none;
	}
	
	.process_curve{
		display: none;
	}
	
	.process_step{
		position: unset;
		width: 100%;
		display: block;
		margin: 0;
	}
	
	.process_contract{
		background-image: none;
		height: auto;
		width: 100%;
	}
	
	.process_top{
		margin-top: 0;
	}
	
	.process_top2{
		margin-top: 0;
	}
	
	.process_col{
		max-width: none;
	}
	
	.process_round{
		display: none;
	}
	
	.case_row{
		display: block;
	}
	
	.case_col{
		max-width: none;
		margin-top: 30px;
	}
	
	/* 03-17 */
	
	.service_name{
		font-size: 18px;
		margin-top: 30px;
	}
	
	.service_bar img{
		width: 240px;
		height: auto;
	}
	
	.service {
		margin-top: 30px;
	}
	
	.service_title {
		padding-top: 30px;
		font-size: 18px;
	}
	
	.service_bar img {
		width: 240px;
		height: auto;
	}
	
	.service_box {
		margin-top: 30px;
	}
	
	.service_name {
		margin-top: 20px;
		font-size: 16px;
	}
	
	.service_desc {
		margin-top: 20px;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		height: auto;
	}
	
	.service_desc p {
		margin-bottom: 0;
	}
	
	.service_item {
		height: auto;
		padding-bottom: 30px;
	}
	
	.service_box {
		padding-bottom: 30px;
	}
	
	.process_name{
		margin-top: 30px;
		font-size: 18px;
	}
	
	.process_bar img{
		width: 240px;
		height: auto;
	}
	
	.process{
		padding-bottom: 30px;
	}
	
	.case_name{
		margin-top: 30px;
		font-size: 18px;
	}
	
	.case_bar img{
		width: 240px;
		height: auto;
	}
	
	.case_row{
		margin-top: 30px;
	}
	
	.case_box{
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}
	
	.case_title{
		padding-top: 30px;
	}
	
	.case_desc{
		margin-top: 30px;
	}
	
	.case_img{
		width: 100%;
		height: auto;
	}
	
	.case_img img{
		width: 100%;
		height: auto;
	}
	
	.case{
		padding-bottom: 30px;
	}
}</pre></body></html>