<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
}

#box {
	min-width: 1200px;
	height: 100vh;
	font-size: 24px;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	transform-origin: left top;
}

body::-webkit-scrollbar {
	width: 0 !important
}

.header_section {}

.container {
	width: 1200px;
	transform: scale(1);
	margin: 0 auto;
}



.header_content {
	height: 135px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.logo {
	width: 412px;
	height: 70px;
}

.header_info {
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.header_info2 {
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.header_info_item {
	/* margin-right: 18px; */
	display: inline-block;
	text-decoration: none;
}

.header_info_txt {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-left: 4px;
}

.phone {}

.phone_txt {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-left: 8px;
	line-height: 18px;
}

.search {
	width: 190px;
	height: 30px;
	margin-top: 8px;
	border: 1px solid #A11519;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search_input {
	width: 116px;
	height: 100%;
	border: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 22px;
}

.search_input::placeholder {
	color: #D1ABAC;
}

.search_input:focus {
	border: none !important;
}

.nav_section {
	width: 100%;
	height: 78px;
	background: #F5F5F5;
}

.nav_content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav_item {
	width: 168px;
	height: 78px;
	text-align: center;
	line-height: 78px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.nav_ac {
	background: #BD3236;
	color: #FFFFFF;
}

.nav_bread_section {}

.nav_bread_content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 28px 0;
}

.nav_bread_link {
	text-decoration: none;
}

.place_section {
	margin-top: 80px;
}

.place_content {
	height: 450px;
	background: #FDF0ED;
	position: relative;
}

.place_banner {
	width: 440px;
	height: 350px;
	background: #FFFFFF;
	border: 10px solid #FFF7F6;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50px;
	top: -80px;
}

.place_banner_img {
	width: 420px;
	height: 330px;
}

.place_title {
	position: absolute;
	left: 540px;
	top: -40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.place_line {
	width: 8px;
	height: 20px;
	background: #BD3236;
	margin-right: 10px;
}

.place_title_txt {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #BD3236;
}

.place_detail_one {
	width: 600px;
	height: 224px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	padding: 40px 0 0 60px;
	position: absolute;
	top: 0;
	right: 60px;
}

.place_detail_two {
	position: absolute;
	top: 290px;
	left: 0;
	width: calc(100% - 120px);
	padding: 16px 60px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.place_other_info {
	margin-top: 18px;
	padding: 0 2rem;
	color: #BD3236;
}

.team_section {
	margin-top: 50px;
}

.team_content {}

.box_title {
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #BD3236;
}

.team_title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}

.team_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.team_list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.team_info_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}

.team_img_bg {
	width: 276px;
	height: 276px;
	background: #F9EAE7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item_user_img {
	width: 264px;
	height: 264px;
}

.team_user_name {
	height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
	line-height: 24px;
}

.team_user_line {
	width: 40px;
	height: 2px;
	background: #BD3236;
	margin-top: 18px;
	margin-bottom: 10px;
}

.team_user_other_txt {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.btns {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn {
	width: 240px;
	height: 64px;
	background: #D34347;
	box-shadow: 0px 0px 20px 0px rgba(189, 50, 54, 0.4);
	border-radius: 32px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	border: none;
	letter-spacing: 5px;
	margin: 0 80px;
}

.other_team_section {
	margin-top: 50px;
}

.other_team {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(189, 50, 54, 0.15);
	border-radius: 14px;
	margin-top: 40px;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 60px;
}

.other_team_item {
	width: 515px;
	height: 530px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.other_team_user_name {
	font-weight: bold;
}

.other_team_line {
	width: 1px;
	height: 530px;
	background: #000000;
	opacity: 0.2;
	margin: 0 30px;
}

.other_team_item p {
	margin: 6px 0;
}

.part_section {
	margin-top: 50px;
}

.part_main {
	background: #FBF8F7;
	padding: 60px 54px 28px 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.part_item {
	width: 430px;
	height: 114px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(189, 50, 54, 0.15);
	border-radius: 40px;
	margin-bottom: 32px;
	position: relative;
	padding: 33px 50px;
}

.part_jiao {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 116px;
	height: 110px;
	z-index: 1;
}

.part_item_num {
	width: 75px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 1;
}

.part_title {
	height: 22px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	position: relative;
	z-index: 9;
}

.part_other_txt {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin-top: 20px;
	position: relative;
	z-index: 9;
}

.blogroll {
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4D4D4D;
	margin-bottom: 40px;
}

.blogroll a {
	margin-right: 40px;
}

.footer_section {
	background: #A11519;
}

.footer_content {
	height: 120px;
	padding: 40px 0 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_place {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer_place a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footer_banquan {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer_banquan a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footer_other_txt {
	width: 900px;
	height: 33px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 20px;
	margin-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 12px;
}

.qrcode {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.qrcode_img {
	width: 98px;
	height: 98px;
	margin-bottom: 10px;
}

.qrcode_txt {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.icon14 {
	width: 14px;
	height: 14px;
}

.icon18 {
	width: 18px;
	height: 18px;
}

.icon21 {
	width: 21px;
	height: 21px;
}

.flex_start_center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex_start_start {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.sj {
	text-indent: 2em;
}

input:focus {
	outline: none;
	/* å–æ¶ˆå¤–è¾¹æ¡† */
	border: none;
	/* å–æ¶ˆè¾¹æ¡† */
	box-shadow: none;
	/* å–æ¶ˆé˜´å½± */
}

a {
	color: #333333;
	text-decoration: none;
}

.mt2 {
	margin-top: 2px;
}

.mt10 {
	margin-top: 10px;
}


.mt18 {
	margin-top: 18px;
}

.mt50 {
	margin-top: 50px;
}

.ml18 {
	margin-left: 18px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

.ml52 {
	margin-left: 52px;
}

.ml60 {
	margin-left: 60px;
}

.mb8 {
	margin-bottom: 8px;
}

.mr7 {
	margin-right: 7px;
}

/* .header_content,
.nav_content,
.nav_bread_content,
.place_content,
.team_content,
.other_team_content,
.part_content,
.footer_content {
	width: 100%;
	transform: scaleX(1);
}

@media screen and (max-width: 1200px) {
	.container {
		transform: scaleX(1);
	}

	.header_content,
	.nav_content,
	.nav_bread_content,
	.place_content,
	.team_content,
	.other_team_content,
	.part_content,
	.footer_content {
		transform: scaleX(calc(1200px / 100vw));
	}
} */</pre></body></html>