.section-about {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.index-banner {
	position: relative;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
}

.index-banner .cover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .3);
	opacity: 1;
	transition: opacity .5s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 300px 0 0 10vw
}

.index-banner .cover-content>span {
	color: #fff
}

.index-banner .cover-content>span.text1 {
	font-size: 3.125vw;
	font-weight: 700
}

.index-banner .cover-content>span.text2 {
	font-size: 3.125vw;
	font-weight: 400
}

@media(max-width: 990px) {
	.index-banner .cover-content>span.text1 {
		font-size: 6.6666666667vw
	}

	.index-banner .cover-content>span.text2 {
		font-size: 5.3333333333vw
	}
}

@media(max-width: 768px) {
	.index-banner .cover-content>span.text1 {
		font-size: 1.2rem
	}

	.index-banner .cover-content>span.text2 {
		font-size: .9rem
	}
}

.index-banner .cover-content.hide {
	opacity: 0
}

@media(max-width: 1440px) {
	.index-banner .cover-content {
		padding: 225px 0 0 10vw
	}
}

@media(max-width: 990px) {
	.index-banner .cover-content {
		padding: 22vw 0 0 10vw
	}
}

.section-about {
	font-size: .8333333333vw;
	flex-direction: row-reverse;
	align-items: center;
	background: #f3f3f3
}

@media(max-width: 990px) {
	.section-about {
		flex-direction: column-reverse
	}
}

.section-about .right-picture {
	display: block;
	flex-shrink: 0;
	width: 38.5416666667vw;
	height: 44.7916666667vw;
	-o-object-fit: cover;
	object-fit: cover
}

@media(max-width: 990px) {
	.section-about .right-picture {
		display: none
	}
}

.section-about .left {
	display: block;
	box-sizing: border-box;
	padding: 0 8.28125vw;
	flex: 1
}

.section-about .left .lead {
	font-size: 1.1875em;
	text-align: justify
}

.section-about .left h2.t {
	font-size: 2.375em;
	font-weight: 700
}

@media(max-width: 768px) {
	.section-about .left h2.t {
		font-size: var(--mobile-hhh-fs)
	}
}

.section-about .left .left-bottom {
	margin-top: 4em;
	height: 13.90625vw;
	position: relative
}

@media(max-width: 1240px) {
	.section-about .left .left-bottom {
		margin-top: 20px
	}
}

.section-about .left .left-bottom>ul {
	position: absolute;
	height: 13.90625vw;
	box-sizing: border-box;
	padding: 1.1458333333vw;
	width: calc(100% + 8.28125vw + 8.28125vw);
	display: flex;
	background: #fff;
	flex-direction: row;
	align-items: center;
	justify-content: space-around
}

.section-about .left .left-bottom>ul>li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.section-about .left .left-bottom>ul>li .ico {
	display: block;
	width: 3.75vw;
	height: 3.75vw
}

.section-about .left .left-bottom>ul>li dl dt {
	font-size: 1.6666666667vw;
	font-weight: 700
}

.section-about .left .left-bottom>ul>li dl dd {
	font-size: .8333333333vw
}

@media(max-width: 1440px) {
	.section-about {
		font-size: 16px
	}
}

@media(max-width: 1240px) {
	.section-about {
		font-size: 14px
	}
}

@media(max-width: 990px) {
	.section-about .left {
		padding: 31px 0 0 0
	}

	.section-about .left .left-top {
		box-sizing: border-box;
		padding: 0 31px
	}

	.section-about .left .left-bottom {
		margin-top: 15px;
		height: auto
	}

	.section-about .left .left-bottom>ul {
		position: relative;
		height: auto;
		width: 100%;
		flex-wrap: wrap
	}

	.section-about .left .left-bottom>ul>li {
		width: 50%;
		padding: 25px 20px;
		box-sizing: border-box;
		flex-shrink: 0
	}

	.section-about .left .left-bottom>ul>li .ico {
		width: 72px;
		height: 72px
	}

	.section-about .left .left-bottom>ul>li dl dt {
		font-size: 20px
	}

	.section-about .left .left-bottom>ul>li dl dd {
		font-size: 14px
	}
}

.section-product {
	background-size: cover;
	background-image: url(../images//index-product-bg.webp);
	padding: 4.9479166667vw 2.0833333333vw
}

.section-product .product-wrapper {
	display: flex;
	flex-direction: row;
	align-items: stretch
}

@media(max-width: 990px) {
	.section-product .product-wrapper {
		flex-direction: column
	}
}

.section-product .product-wrapper .l {
	width: 23.75vw;
	background-size: cover;
	background-image: url(../images//index-product-left-bg.webp);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 3.2291666667vw 1.9270833333vw;
	color: #fff;
	font-size: .9895833333vw
}

@media(max-width: 1440px) {
	.section-product .product-wrapper .l {
		font-size: 16px
	}
}

@media(max-width: 1240px) {
	.section-product .product-wrapper .l {
		font-size: 14px
	}
}

@media(max-width: 990px) {
	.section-product .product-wrapper .l {
		width: 100%;
		padding: 62px 37px
	}
}

.section-product .product-wrapper .l h2.t {
	font-size: 2.7142857143em;
	font-weight: 700;
	position: relative;
	margin-bottom: 1em
}

@media(max-width: 768px) {
	.section-product .product-wrapper .l h2.t {
		font-size: var(--mobile-hhh-fs)
	}
}

.section-product .product-wrapper .l h2.t::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -.5208333333vw;
	height: .0520833333vw;
	width: 1em;
	background: #fff
}

.section-product .product-wrapper .l .lead {
	line-height: 1.9473684211
}

.section-product .product-wrapper .r {
	display: flex;
	box-sizing: border-box;
	padding-left: 1.0416666667vw;
	flex: 1
}

@media(max-width: 990px) {
	.section-product .product-wrapper .r {
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px
	}
}

.section-product .product-wrapper .r>ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 1.0416666667vw;
	width: 100%;
	font-size: .8854166667vw
}

@media(max-width: 1440px) {
	.section-product .product-wrapper .r>ul {
		font-size: 16px
	}
}

@media(max-width: 1240px) {
	.section-product .product-wrapper .r>ul {
		font-size: 14px
	}
}

@media(max-width: 990px) {
	.section-product .product-wrapper .r>ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, 1fr);
		gap: 10px
	}
}

.section-product .product-wrapper .r>ul li .img-wrapper {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background: #fff;
	font-size: 0
}

.section-product .product-wrapper .r>ul li .img-wrapper>img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0
}

.section-product .product-wrapper .r>ul li .title-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 3em;
	line-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
	word-break: break-all
}

@media(max-width: 768px) {
	.section-product .product-wrapper .r>ul li .title-wrapper {
		padding: .8rem .5rem;
		box-sizing: border-box;
		text-align: center;
		height: auto;
		line-height: inherit;
		word-break: normal;
		white-space: pre-wrap;
		font-size: .7rem
	}
}

.section-case {
	padding: 7.8645833333vw 9.8958333333vw 3.90625vw 9.8958333333vw;
	font-size: .8333333333vw
}

@media(max-width: 1440px) {
	.section-case {
		font-size: 16px
	}
}

@media(max-width: 1240px) {
	.section-case {
		font-size: 14px
	}
}

@media(max-width: 990px) {
	.section-case {
		padding: 30px
	}
}

.section-case .head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2em
}

.section-case .head .t {
	font-size: 2.7142857143em;
	font-weight: 700;
	position: relative;
	margin-bottom: 1em
}

@media(max-width: 768px) {
	.section-case .head .t {
		font-size: var(--mobile-hhh-fs)
	}
}

.section-case .head .t::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1em;
	height: .15625vw;
	width: 1em;
	background: #c62821
}

.section-case .body .case-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.0416666667vw
}

@media(max-width: 990px) {
	.section-case .body .case-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px
	}
}

.section-case .body .case-list>li {
	display: block
}

.section-case .body .case-list>li a {
	display: block;
	width: 100%;
	position: relative;
	transition: all .3s ease-in-out
}

.section-case .body .case-list>li a .img-wrapper {
	display: block;
	width: 100%;
	padding-bottom: 54.0540540541%;
	position: relative;
	font-size: 0;
	z-index: 0
}

.section-case .body .case-list>li a .img-wrapper>img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.section-case .body .case-list>li a .img-wrapper::after {
	content: " ";
	display: block;
	position: absolute;
	background-image: linear-gradient(-180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 50%, rgba(13, 13, 13, 0.64) 100%);
	width: 100%;
	height: 100%;
	z-index: 2
}

.section-case .body .case-list>li a .title-wrapper {
	position: absolute;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	bottom: 0;
	z-index: 1
}

.section-case .body .case-list>li a .title-wrapper .t {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-width: 100%;
	position: relative
}

.section-case .body .case-list>li a .title-wrapper .t span {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding: 1.0416666667vw 1.5625vw;
	font-size: 1.0416666667vw;
	font-weight: 700;
	color: #fff
}

@media(max-width: 990px) {
	.section-case .body .case-list>li a .title-wrapper .t span {
		padding: 10px 15px;
		font-size: 15px
	}
}

.section-case .body .case-list>li a .title-wrapper .t::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #f00 0%, #c00 100%);
	z-index: 0;
	transition: transform .3s ease-in-out;
	transform: scaleX(0);
	transform-origin: left
}

.section-case .body .case-list>li a:hover {
	box-shadow: 0 3px 12px 0 rgba(36, 40, 39, .5)
}

.section-case .body .case-list>li a:hover .title-wrapper .t::before {
	transform: scaleX(1)
}

.section-processing {
	font-size: .8333333333vw
}

@media(max-width: 1440px) {
	.section-processing {
		font-size: 16px
	}
}

@media(max-width: 1240px) {
	.section-processing {
		font-size: 14px
	}
}

.section-processing .head h2 {
	font-size: 2.7142857143em;
	font-weight: 700;
	text-align: center
}

@media(max-width: 990px) {
	.section-processing .head h2 {
		font-size: 2.1428571429em
	}
}

@media(max-width: 768px) {
	.section-processing .head h2 {
		font-size: var(--mobile-hhh-fs)
	}
}

.section-processing .body>ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 2em
}

@media(max-width: 990px) {
	.section-processing .body>ul {
		flex-direction: column;
		align-items: flex-start
	}
}

.section-processing .body>ul li {
	flex: 1;
	display: flex;
	box-sizing: border-box;
	position: relative;
	transition: all .3s ease-in-out;
	width: auto;
	height: 73vh
}

.section-processing .body>ul li .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center
}

.section-processing .body>ul li .bg::after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(-180deg, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.3) 100%);
	transition: all .3s ease-in-out
}

.section-processing .body>ul li .icon {
	display: block;
	width: 5.7291666667vw;
	height: 5.7291666667vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	z-index: 1
}

.section-processing .body>ul li dl {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	width: calc(100% - 2.34375vw - 5.7291666667vw);
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2.34375vw;
	color: #fff;
	display: flex;
	opacity: 0;
	transition: all .2s ease-in-out
}

.section-processing .body>ul li dl dt {
	font-size: 2.8571428571em;
	font-weight: 700;
	margin-bottom: .7142857143em
}

.section-processing .body>ul li dl dd {
	font-size: 1em
}

.section-processing .body>ul li.active {
	width: 44%;
	flex: 0 0 44%
}

.section-processing .body>ul li.active .bg::after {
	background-image: linear-gradient(-180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 50%, rgba(13, 13, 13, 0.64) 100%)
}

.section-processing .body>ul li.active .icon {
	left: auto;
	top: auto;
	transform: translate(0%, 0%);
	right: 2.34375vw;
	bottom: 2.34375vw
}

.section-processing .body>ul li.active dl {
	display: flex;
	opacity: 1
}

@media(max-width: 990px) {
	.section-processing .body>ul li {
		width: 100%;
		height: 60vw;
		flex: 0 0 auto
	}

	.section-processing .body>ul li .icon {
		left: auto;
		top: auto;
		width: 75px;
		height: 75px;
		transform: translate(0%, 0%);
		right: 2.34375vw;
		bottom: 2.34375vw
	}

	.section-processing .body>ul li dl {
		display: flex;
		opacity: 1
	}

	.section-processing .body>ul li dl dt {
		font-size: 26px;
		margin-bottom: 0
	}

	.section-processing .body>ul li dl dd {
		display: none
	}

	.section-processing .body>ul li.active {
		width: 100%;
		flex: 0 0 auto
	}
}

@media(max-width: 768px) {
	.section-processing .body>ul li dl {
		display: flex;
		opacity: 1
	}

	.section-processing .body>ul li dl dt {
		font-size: 1.1rem;
		margin-bottom: .54rem;
		margin-left: .5rem
	}

	.section-processing .body>ul li dl dd {
		display: none
	}

	.section-processing .body>ul li.active {
		width: 100%;
		flex: 0 0 auto
	}
}

.section-news {
	padding: 7.8645833333vw 9.8958333333vw 2vw 9.8958333333vw;
	font-size: .8333333333vw
}

@media(max-width: 1440px) {
	.section-news {
		font-size: 16px
	}
}

@media(max-width: 1240px) {
	.section-news {
		font-size: 14px
	}
}

@media(max-width: 990px) {
	.section-news {
		padding: 30px
	}
}

.section-news .head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	/* margin-bottom: 2em */
}

.section-news .head .t {
	font-size: 2.7142857143em;
	font-weight: 700;
	position: relative;
	margin-bottom: 1em
}

@media(max-width: 990px) {
	.section-news .head .t {
		margin-bottom: 0
	}
}

@media(max-width: 768px) {
	.section-news .head .t {
		font-size: var(--mobile-hhh-fs)
	}
}

.section-news .body .index-news-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-template-areas: "a b" "a c" "a d" "a e";
	gap: 1.0416666667vw;
	font-size: .7291666667vw
}

@media(max-width: 1440px) {
	.section-news .body .index-news-list {
		font-size: 14px
	}
}

@media(max-width: 1240px) {
	.section-news .body .index-news-list {
		font-size: 12px
	}
}

@media(max-width: 990px) {
	.section-news .body .index-news-list {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-template-areas: none;
		gap: 10px
	}
}

@media(max-width: 990px) {
	.section-news .body .index-news-list {
		display: none
	}
}

.section-news .body .index-news-list>li:nth-child(1) {
	grid-area: a
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li:nth-child(1) {
		grid-area: auto
	}
}

.section-news .body .index-news-list>li:nth-child(2) {
	grid-area: b
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li:nth-child(2) {
		grid-area: auto
	}
}

.section-news .body .index-news-list>li:nth-child(3) {
	grid-area: c
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li:nth-child(3) {
		grid-area: auto
	}
}

.section-news .body .index-news-list>li:nth-child(4) {
	grid-area: d
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li:nth-child(4) {
		grid-area: auto
	}
}

.section-news .body .index-news-list>li:nth-child(5) {
	grid-area: e
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li:nth-child(5) {
		grid-area: auto
	}
}

.section-news .body .index-news-list>li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	background: #f9f9f9
}

@media(max-width: 1440px) {
	.section-news .body .index-news-list>li a {
		align-items: center
	}
}

.section-news .body .index-news-list>li a .img-container {
	display: block;
	flex-shrink: 0;
	font-size: 0;
	width: 13.75vw
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li a .img-container {
		width: 40%
	}
}

.section-news .body .index-news-list>li a .img-container .img-wrapper {
	display: block;
	width: 100%;
	padding-bottom: 65%;
	position: relative
}

.section-news .body .index-news-list>li a .img-container .img-wrapper>img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0
}

.section-news .body .index-news-list>li a .info-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw
}

@media(max-width: 1440px) {
	.section-news .body .index-news-list>li a .info-wrapper {
		padding: .5208333333vw 1.0416666667vw .5208333333vw 1.0416666667vw
	}
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li a .info-wrapper {
		padding: calc(1rem + 1vw)
	}
}

.section-news .body .index-news-list>li a .info-wrapper h3 {
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: .8333333333em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

@media(max-width: 1440px) {
	.section-news .body .index-news-list>li a .info-wrapper h3 {
		margin-bottom: .1666666667em;
		font-size: 16px
	}
}

@media(max-width: 1240px) {
	.section-news .body .index-news-list>li a .info-wrapper h3 {
		font-size: 14px
	}
}

.section-news .body .index-news-list>li a .info-wrapper p {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	display: -webkit-box;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.section-news .body .index-news-list>li:nth-child(1) a {
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between
}

.section-news .body .index-news-list>li:nth-child(1) a .img-container {
	width: 100%
}

@media(max-width: 990px) {
	.section-news .body .index-news-list>li:nth-child(1) a .img-container {
		width: 100%
	}
}

.section-news .body .index-news-list-mobile {
	display: none;
	width: 100%
}

@media(max-width: 990px) {
	.section-news .body .index-news-list-mobile {
		display: block
	}
}

.section-news .body .index-news-list-mobile .swiper {
	width: 100%
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide {
	padding-bottom: 40px
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	background: #f9f9f9
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide a .img-container {
	display: block;
	flex-shrink: 0;
	font-size: 0;
	width: 100%
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide a .img-container .img-wrapper {
	display: block;
	width: 100%;
	padding-bottom: 65%;
	position: relative
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide a .img-container .img-wrapper>img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide a .info-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	height: -moz-fit-content;
	height: fit-content;
	font-size: 14px
}

@media(max-width: 990px) {
	.section-news .body .index-news-list-mobile .swiper .swiper-slide a .info-wrapper {
		padding: calc(1rem + 1vw)
	}
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide a .info-wrapper h3 {
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: .7142857143em;
	overflow: hidden
}

.section-news .body .index-news-list-mobile .swiper .swiper-slide a .info-wrapper p {
	font-size: 1em;
	line-height: 1.5;
	color: #888;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.section-contact {
	font-size: .8333333333vw;
	box-sizing: border-box;
	padding-bottom: 50px
}

@media(max-width: 1440px) {
	.section-contact {
		font-size: 14px
	}
}

.section-contact .head {
	margin-bottom: 1.8571428571em
}

.section-contact .head h2 {
	font-size: 2.7142857143em;
	font-weight: 700;
	text-align: center
}

@media(max-width: 768px) {
	.section-contact .head h2 {
		font-size: var(--mobile-hhh-fs)
	}
}

.section-contact .body .content-wrapper {
	display: flex;
	box-sizing: border-box;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 9.8958333333vw;
	border: 1px solid #eee;
	border-radius: 1.3020833333vw;
	padding: 2.1875vw;
	gap: 0 1rem
}

@media(max-width: 990px) {
	.section-contact .body .content-wrapper {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 20px;
		border-radius: 12px;
		padding: 20px
	}
}

.section-contact .body .content-wrapper .l {
	width: 50%
}

@media(max-width: 990px) {
	.section-contact .body .content-wrapper .l {
		width: 100%
	}
}

.section-contact .body .content-wrapper .l h3 {
	font-size: 1.7142857143em;
	font-weight: 700;
	margin-bottom: .7142857143em
}

@media(max-width: 768px) {
	.section-contact .body .content-wrapper .l h3 {
		font-size: 1.2rem;
		text-align: center
	}
}

.section-contact .body .content-wrapper .l .form-wrapper {
	display: block;
	width: 100%
}

.section-contact .body .content-wrapper .l .form-wrapper>form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding-right: .5em
}

.section-contact .body .content-wrapper .l .form-wrapper>form .input.text {
	width: 100%;
	height: 3em;
	box-sizing: border-box;
	font-size: 1em;
	padding: 0 .5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: .5em
}

.section-contact .body .content-wrapper .l .form-wrapper>form .input.text:focus {
	outline: none;
	border-color: #c62821
}

.section-contact .body .content-wrapper .l .form-wrapper>form .input.textarea {
	width: 100%;
	height: 7.1428571429em;
	box-sizing: border-box;
	border-radius: 4px;
	resize: none;
	padding: .5rem;
	line-height: 1
}

.section-contact .body .content-wrapper .l .form-wrapper>form input[type=submit] {
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 2em;
	height: 3em;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ed1c24;
	border: none
}

.section-contact .body .content-wrapper .r {
	width: 50%
}

@media(max-width: 990px) {
	.section-contact .body .content-wrapper .r {
		width: 100%;
		height: 60vw;
		margin-top: 20px
	}
}

.section-contact .body .content-wrapper .r>iframe {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden
}