<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background-color: #f0f0f0;
}

* {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0;
}

p,
h1,
h2,
h3,
div,
ul,
li {
	display: block;
}

body {
	-webkit-text-size-adjust: none;
	min-width: 1000px;
	margin: 0 auto;
	color: #333;
	font-size: 0.8em;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body,
button,
input,
select,
textarea {
	font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
	font-size: 62.5%;
	line-height: 1.5;
}

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

ul {
	list-style: none;
}

p {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	font-family: 'Microsoft YaHei';
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0 160px #fff inset;
	-webkit-text-fill-color: #333;
}

.auto {
	height: auto;
	overflow: hidden;
}

.auto_100 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
}

.clear {
	clear: both;
	height: auto;
	overflow: hidden;
}

.fl {
	display: block;
	float: left;
}

.fr {
	display: block;
	float: right;
}

.wd_auto {
	width: 1180px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.w1620 {
	max-width: 1620px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.overon{
	background-color: #c2130d !important;
	transition: 0.5s;
}

/*滚屏样式*/
.section-wrap {
	width: 100%;
	height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-wrap .section .title {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
}

.put-section-0 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.put-section-1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.put-section-2 {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
}

.put-section-3 {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
}

.put-section-4 {
	transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
}

.put-section-5 {
	transform: translateY(-500%);
	-webkit-transform: translateY(-500%);
}

.section-btn {
	width: 14px;
	position: fixed;
	right: 4%;
	top: 50%;
}

.section-btn li {
	width: 15px;
	height: 15px;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 12px;
	background: #87c2b5;
	text-align: center;
	color: #fff;
	onsor: pointer;
}

.section-btn li.on {
	width: 18px;
	height: 18px;
	margin: 0 0 12px -1px;
	background: #0a6551
}

.arrow {
	opacity: 1;
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@keyframes arrow {

	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

@-webkit-keyframes arrow {

	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

/*header*/
.nav {
	z-index: 31;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
}

.nav_logo {
	width: 19%;
	height: 100px;
	float: left;
}

.nav_logo a {
	width: 100%;
	display: block;
}

.nav_logo a img {
	display: block;
	float: left;
	margin: 30px 0 0 0;
	display: block;
	width: 100%;
}

.nav_head {
	width: 78%;
	min-width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.nav_list {
	float: left;
	width: 45%;
	height: 40px;
	line-height: 40px;
	margin: 30px 0 0 7%;
}

.nav_list a {
	font-size: 14px;
	display: block;
	text-align: center;
	float: left;
	width: 20%;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.nav_list a i {
	font-size: 16px;
}

.nav_list a:hover i {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 2px #da251c;
}

.nav_ing {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 2px #da251c !important;
}

.nav_tel {
	float: right;
	width: 27%;
}

.nav_tel dl {
	margin: 35px 0 0 0;
	float: right;
	height: 34px;
	line-height: 34px;
}

.mj_1 {
	width: 130px;
}

.mj_2 {
	width: 150px;
}

.nav_tel dl dt {
	margin: 0 5px 0 0;
	float: right;
	width: 36px;
	height: 34px;
}

.nav_tel dl dd {
	font-size: 16px;
	float: right;
	font-size: 14px;
}

.lh3 {
	position: relative;
	margin: 100px 0 0 0;
}

.bg_1 {
	width: 100%;
	background: url(../images/banner1.png) no-repeat center top;
	background-size: 100%, auto, contain;
	position: relative;
}

.bg_2 {
	width: 100%;
}

.bg_3 {
	width: 100%;
	background: url(../images/inprobg.jpg) no-repeat center center;
	background-size: 100%, auto, contain;
}

.bg_4 {
	width: 100%;
	background: url(../images/innewsbg.jpg) no-repeat center center;
	background-size: 100%, auto, contain;
}

.bg_5 {
	width: 100%;
	background: url(../images/incontactbg.jpg) no-repeat center center;
	background-size: 100%, auto, contain;
}

.bg_6 {
	width: 100%;
	background: url(../images/banner6.jpg) no-repeat center center;
	background-size: 100%, auto, contain;
}

.bgm_1 {
	width: 100%;
	background: url(../images/bgm_1.png) no-repeat center center;
	background-size: 100% 100%;
}

.bgm_2 {
	width: 100%;
	background: url(../images/bgm_2.png) no-repeat center center;
	background-size: 100% 100%;
}

.bg_btn {
	/* position: absolute; */
	/* width: 211px; */
	/* top: 49%; left:50% ; margin-left: -100px; */
	height: 46px;
	max-width: 710px;
	margin: 40px auto;
}

.bg_btn a {
	background: url(../images/btn.png) no-repeat center center;
	display: block;
	width: 211px;
	height: 46px;
}

.gbs_1 {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gbs_1 img {
	width: 100%;
}

.bg1_a:hover {
	width: 211px;
	height: 46px;
	background: url(../images/btn_hover.png) no-repeat center center;
}

.gbs3_1 {
	width: 1431px;
	height: 710px;
	margin: auto;
}

.gbs3_1 dl {
	float: left;
	height: auto;
	overflow: hidden;
}

.lsd1 {
	margin: 142px 0 0 0;
}

.lsd2 {
	margin: 222px 0 0 25px;
}

.lsd3 {
	margin: 142px 25px 0 0;
}

.lsd4 {
	margin: 142px 0 0 0;
}

.lsd5 {
	clear: both;
	margin: 192px 0 0 60px;
}

.lsd6 {
	margin: 172px 0 0 80px;
}

.lsd7 {
	margin: 222px 20px 0 -25px;
}

.lsd8 {
	margin: 122px 0 0 0;
}

.lse {
	position: absolute;
	top: 490px;
	left: 660px;
}

.bk1 {
	width: 814px;
	position: absolute;
	bottom: 10%;
	left: 10%;
	height: 475px;
	background: url(../images/bk1.png) no-repeat left center;
}

.bk3 {
	width: 30px;
	height: auto;
	overflow: hidden;
	color: #a3fde9;
	font-size: 24px;
	margin: 46px 35px 0 100px;
}

.bk4 {
	margin: 46px 0 0 0;
}

.bk6 {
	padding: 75px 0 0 0;
	clear: both;
	color: #fff;
	font-size: 26px;
}

.bk6 p {
	line-height: 50px;
	text-indent: 20px;
}

.weihu {
	position: absolute;
	bottom: 65px;
	right: 8%;
}

.bg4_m {
	width: 817px;
	height: 293px;
	background: url(../images/bg4_1.png) no-repeat center center;
	bottom: 10%;
	right: 15%;
}

.bg4_m3 dt {
	padding: 12px 0 0 0;
	display: block;
	float: left;
	width: 30px;
	color: #60fbdc;
	font-size: 24px;
	margin: 0 20px 0 300px;
}

.bg4_m3 dd {
	display: block;
	float: left;
	width: 430px;
	color: #fff;
	font-size: 26px;
	line-height: 55px;
}

.bg4_m2 {
	margin: 35px 0 0 0;
}

.bm {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bgm_5 {
	width: 695px;
	height: 90px;
	position: absolute;
	right: 0;
	bottom: 12%;
}

.bgm_6 {
	position: absolute;
	right: 15%;
	bottom: 5%;
}

.bm_btn {
	width: 126px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	display: block;
	background: #2e8e77;
	color: #fff;
}

.bg6_1 {
	width: 476px;
	height: 55px;
	margin: 150px auto 0 auto;
}

.bg6_2 dl {
	padding: 0 0 25px 0;
	border: solid 1px #1ECFA9;
	text-align: center;
	font-size: 16px;
	width: 232px;
	height: auto;
	float: left;
	margin: 0 45px;
}

.bg6_2 dl dt {
	margin: 137px 0 15px 0;
}

.bg6_2 {
	width: 1340px;
	margin: 40px auto;
	height: auto;
	overflow: hidden;
}

.bn1 {
	background: url(../images/tel2.png) no-repeat center top;
}

.bn2 {
	background: url(../images/chuanzhen.png) no-repeat center top;
}

.bn3 {
	background: url(../images/email.png) no-repeat center top;
}

.bn4 {
	background: url(../images/dress.png) no-repeat center top;
}

.bg6_3 dl {
	width: 126px;
	height: 150px;
	float: left;
	margin: 0 20px;
}

.bg6_3 {
	width: 600px;
	float: left;
	height: auto;
	overflow: hidden;
}

.bg6_4 dl {
	font-size: 30px;
	float: left;
	height: 40px;
	line-height: 40px;
}

.tel_1 {
	width: 36px;
	height: 39px;
}

.tel_2 {
	font-size: 30px;
	margin: 0 0 0 30px;
}

.bg6_4 {
	width: 300px;
	margin: 40px 0 0 100px;
	float: left;
	height: auto;
	overflow: hidden;
}

.bg6_4_t {
	width: 300px;
	margin: 150px auto 46px auto;
	height: auto;
	overflow: hidden;
}

.bg6_4_t dl {
	float: left;
}

.bg6_9 {
	margin: 1px auto;
	clear: both;
	height: auto;
	overflow: hidden;
}

.bg6_9 a {
	margin: auto;
}

.bg_xsjc {
	position: absolute;
	top: 30px;
	right: 13%;
}

.anli {
	position: absolute;
	bottom: 10%;
	left: 13%;
}

.footer_line {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_line img {
	display: block;
	width: 100%;
}

.arrow .fc_1 {
	display: none;
}

.arrow .fc_2 {
	display: block;
}

.arrow_ing .fc_1 {
	display: block !important;
}

.arrow_ing .fc_2 {
	display: none !important;
}

.arrow img {
	display: block;
	width: 45px;
	height: 28px;
	margin: auto;
}

.dl_margin {
	float: left;
	width: 130px;
	height: 100px;
	margin: 0 45px 0 0;
}

.move {
	position: absolute;
	top: 0%;
	right: 15%;
}

.tel_auto {
	width: 300px;
	margin: 0 auto 35px auto;
	height: auto;
	overflow: hidden;
}

.tel_auto dl {
	float: left;
}

.line_h {
	width: 100%;
	height: 50px;
	clear: both;
}

.header .search-w {
	height: 95px
}

.nav .search {
	width: 198px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #f6f6f6;
	overflow: hidden
}

.nav .search .txt {
	float: left;
	width: calc(100% - 50px);
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 30px;
	background: 0 0
}

.nav .search .btn {
	float: right;
	width: 50px;
	height: 100%;
	background-size: 35%
}

.nav .language {
	width: 80px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	background-size: 22px;
	text-align: center;
}

.nav .language a {
	color: #fff;
	font-size: 16px;
}

.topsublink {
	float: right;
}

.topsearch {
	float: left;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
}

.insearch i:nth-child(1) {
	margin-top: 110px;
	font-size: 20px;
	color: #fff;
}

/* 首页关于 */
.block1 {
	position: absolute;
	width: 24%;
	top: 35%;
	height: 50%;
	background-color: #ededed;
	left: 0;
	transition: 0.5s;
	overflow: hidden;
}

.block1:hover {
	background-color: #c2130d;
}

.block1:hover .inaboutwarptxt {
	left: 43%;
}

.block1:hover .inaboutwarpimg1 {
	filter: brightness(0) invert(1);
}

.block1:hover .inaboutwarptxt h4 {
	color: #fff;
	font-weight: 600;
}

.block1:hover .inaboutwarptxt span {
	color: #fff;
}

.block11 {
	position: absolute;
	width: 1px;
	background-color: #ededed;
	height: 100%;
	left: 12%;
	top: 0;
	transition: 0.5s;
	z-index: -9999999;
}

.block2 {
	position: absolute;
	width: 24%;
	top: 40%;
	height: 50%;
	background-color: #ededed;
	left: 25%;
	transition: 0.5s;
	overflow: hidden;
}

.block2:hover {
	background-color: #c2130d;
}

.block2:hover .inaboutwarptxt {
	left: 43%;
}

.block2:hover .inaboutwarpimg1 {
	filter: brightness(0) invert(1);
}

.block2:hover .inaboutwarptxt h4 {
	color: #fff;
	font-weight: 600;
}

.block2:hover .inaboutwarptxt span {
	color: #fff;
}

.block22 {
	position: absolute;
	width: 1px;
	background-color: #ededed;
	height: 100%;
	left: 37%;
	top: 0;
	transition: 0.5s;
	z-index: -9999999;
}

.block3 {
	position: absolute;
	width: 24%;
	top: 45%;
	height: 50%;
	background-color: #ededed;
	left: 50.5%;
	transition: 0.5s;
	overflow: hidden;
}

.block3:hover {
	background-color: #c2130d;
}

.block3:hover .inaboutwarptxt {
	left: 43%;
}

.block3:hover .inaboutwarpimg1 {
	filter: brightness(0) invert(1);
}

.block3:hover .inaboutwarptxt h4 {
	color: #fff;
	font-weight: 600;
}

.block3:hover .inaboutwarptxt span {
	color: #fff;
}

.block33 {
	position: absolute;
	width: 1px;
	background-color: #ededed;
	height: 100%;
	left: 63%;
	top: 0;
	transition: 0.5s;
	z-index: -9999999;
}

.block4 {
	position: absolute;
	width: 24%;
	top: 38%;
	height: 50%;
	background-color: #ededed;
	right: 0;
	transition: 0.5s;
	overflow: hidden;
}

.block4:hover {
	background-color: #c2130d;
}

.block4:hover .inabouttxt {
	color: #fff;
	border-bottom: solid 1px #fff;
}

.block4:hover .inaboutmore a {
	color: #fff;
}

.block4:hover .inaboutwarpimg1 {
	filter: brightness(0) invert(1);
}

.block4 .inaboutwarpimg1 img {
	/* filter: invert(100%) sepia(100%) saturate(10000%) hue-rotate(0deg);
	transition: filter 0.5s ease; */
	/* Optional: Add a smooth transition */
}

.inabouttxt {
	width: 80%;
	margin: 180px auto 20px;
	padding: 20px 0;
	color: #000;
	border-bottom: solid 1px #000;
	transition: 0.5s;
}

.inabouttxt h3 {
	font-size: 1.2rem;
}

.inabouttxt p {
	font-size: 1.0rem;
	padding: 20px 0;
}

.inaboutmore {
	font-size: 0.8rem;
	float: right;
	width: 25%;
	margin-right: 5%;
}

.block44 {
	position: absolute;
	width: 1px;
	background-color: #ededed;
	height: 100%;
	right: 12%;
	top: 0;
	transition: 0.5s;
	z-index: -9999999;
}

.contact-details {
	position: absolute;
	width: 35%;
	font-size: 1.2rem;
	color: #616161;
	left: 12%;
	bottom: 10%;
	line-height: 200%;
}

.inaboutwarptxt {
	position: absolute;
	left: 10%;
	bottom: 22%;
	line-height: 140%;
	transition: 0.5s;
	line-height: 180%;
}

.inaboutwarptxt h4 {
	font-size: 2.4rem;
	color: #000;
	font-weight: 600;
}

.inaboutwarptxt span {
	color: #616161;
	font-size: 1.3rem;
}

.inaboutwarp {
	position: relative;
	overflow: hidden;
}

.inaboutwarpimg1 {
	width: 20%;
	left: 5%;
	top: 5%;
	position: absolute;
	transition: filter 0.5s ease;
}

.inaboutwarpimg2 {
	width: 50%;
	left: -10%;
	bottom: -10%;
	position: absolute;
}

.sectiontxt {}

.sectiontxt h2 {
	text-align: left;
	font-size: 1rem;
	color: #ddd;
	margin-top: 120px;
}

.sectiontxt h3 {
	text-align: left;
	font-size: 2rem;
	color: #333;
	margin-bottom: 10px;
	font-weight: 300;
	padding-left: 70px;
}

.sectiontxt h4 {
	text-align: left;
	font-size: 2rem;
	color: #c2130d;
	margin-bottom: 20px;
	font-weight: 600;
	padding-left: 70px;
}




/* 首页产品展示 */

.inpro {
	margin-top: 50px;
}

.inpro h3 {
	color: #fff !important;
	padding-left: 0 !important;
}

.inpro h4 {
	padding-left: 0 !important;
}

.viewmore {
	float: right;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 20px;
	border: solid 1px #fff;
	margin-top: 80px;
}

.viewmore a{
	color:#fff;
}

.indexcplist {
	display: flex;
	gap: 20px;
	width: 100%;
}

.product {
	position: relative;
	width: 25%;
	margin: 2% 5%;
	height: 70%;
	overflow: hidden;
}

.product p {
	margin-top: 10px;
	font-size: 1.5rem;
}

.product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* filter: brightness(30%); */
	transition: filter 0.5s ease;
}

.product .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	transition: opacity 0.5s ease;
}

.product .overlay .icon {
	width: 50%;
	height: 15%;
	margin-bottom: 10px;
}

.product:hover img {
	filter: brightness(100%);
}

.product:hover .overlay {
	opacity: 0;
}

/* 首页新闻 */

.innews {
	float: right !important;
}

.innewsmore {
  float: left;
  color: #000;
  border: 2px solid transparent;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #da251d, #000);
}

.innews {
	margin: 50px 0 30px 0;
}

.innews h3 {
	text-align: right !important
}

.innews h4 {
	text-align: right !important
}

.news-module {
	position: relative;
	width: 30%;
	height: 62%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: white;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 0 0 rgba(255, 0, 0, 0.5);
}

.news-module img {
	width: 100%;
	height: auto;
	display: block;
}

.news-content {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.news-module:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.news-module:hover::after {
	width: 100%;
	left: 0;
}

.news-module .news-content h2 {
	margin: 10px 0;
	font-size: 1.2rem;
}

.news-module .news-content p {
	font-size: 1rem;
	color: #666;
	flex-grow: 1;
}

.news-module .news-content span {
	display: block;
	margin-top: 10px;
	font-size: 0.9rem;
	color: #999;
}

.news-module .news-content span i {
	float: right;
}

.news-module::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: red;
	transition: width 0.3s ease, left 0.3s ease;
}

/* 首页联系 */

.lianxi {
	width: 80%;
	margin: 45px auto 0 auto;
	overflow: hidden;
}

.lianxi .lianxiitem {
	width: 33%;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	float: left;
}

.erweima {
	width: 30%;
	margin: 0 auto;
	margin-top: 100px;
}

.erweima .erweimaitem {
	width: 33%;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	float: left;
}

.erweima .erweimaitem p {
	margin-top: 10px;
}

.contact-section {
	text-align: center;
	padding: 50px 20px;
	overflow: hidden;
}

.contact-section h3 {
	font-size: 2rem;
	color: #c2130d;
}

.contact-section h4 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 40px;
}

.contact-details {
	margin-top: 150px;
	/* position: absolute; */
	/* left: 0; */
	width: 70%;
	color: #fff;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 40px;
}

.contact-item {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}

.contact-item p {
	color: #fff;
	font-size: 1rem;
}

.contact-item img {
	width: 95px;
	height: 95px;
	margin-bottom: 10px;
}

.qr-codes {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.qr-item {
	text-align: center;
	font-size: 0.8rem;
}

.qr-item p {
	color: #fff;
	font-size: 0.8rem;
}

.qr-item img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}

footer {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	text-align: center;
	padding: 20px;
	/* background: rgba(0, 0, 0, 0.8); */
	position: absolute !important;
	bottom: 0 !important;
	width: 100%;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

footer p:nth-child(1) {
	float: left;
}

footer p:nth-child(2) {
	float: right;
}




/*成功案例*/
.success_banner {
	margin: 100px 0 0 0;
	width: 100%;
	position: relative;
}

.success_img {
	width: 100%;
	height: auto;
}

.success_b {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.b1 {
	width: 45%;
	margin: 22% auto 0 auto;
	height: auto;
	overflow: hidden;
}

.b2 {
	width: 40%;
	margin: 25px auto 0 auto;
	height: auto;
	overflow: hidden;
}

.b1 img {
	width: 100%;
	height: auto;
	display: block;
}

.b2 img {
	width: 100%;
	height: auto;
	display: block;
}

.success_h2 {
	width: 100%;
	text-align: center;
	padding: 100px 0 10px 0;
	font-size: 24px;
}

.success_title {
	height: auto;
	overflow: hidden;
	width: 1198px;
	margin: auto;
}

.success_font {
	width: 100%;
}

.sucess_m {
	padding: 100px 0 60px 0;
}

.success_font p {
	text-align: center;
	font-size: 16px;
	color: #888;
	line-height: 28px;
}

.success_line {
	width: 30px;
	height: 3px;
	background: #333;
	margin: 0 auto 35px auto;
}

.sc_left {
	width: 416px;
	height: 516px;
	float: left;
}

.sc_right {
	width: 762px;
	height: 516px;
	float: right;
}

.wd1198 {
	width: 1198px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.sc_right dl {
	width: 800px;
	height: auto;
	overflow: hidden;
}

.sc_right dl dd {
	float: left;
	height: auto;
	overflow: hidden;
	width: 371px;
	height: 248px;
	margin: 0 22px 22px 0;
}

.success_cont {
	padding: 35px 0 65px 0;
}

.sucess_wamp .scrollbox {
	width: 975px;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	clear: both;
}

.sucess_wamp .scrollz,
.sucess_wamp .scrolly {
	width: 28px;
	height: 47px;
	position: absolute;
	top: 46px;
	z-index: 200;
	cursor: pointer;
}

.sucess_wamp .scrollz {
	left: 8px;
}

#prev-03 a {
	display: block;
	width: 28px;
	height: 47px;
	background: url(../images/btn_left.png) no-repeat center center;
}

#next-03 a {
	display: block;
	width: 28px;
	height: 47px;
	background: url(../images/btn_right.png) no-repeat center center;
}

.sucess_wamp .scrolly {
	right: 8px;
}

.sucess_wamp .scrollz a,
.box3 .scrolly a {
	display: block;
}

.sucess_wamp .scrollz,
.cont3 .scrolly a {
	cursor: pointer;
}

.sucess_wamp .scrollcbox {
	width: 975px;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}

.sucess_wamp .scrollcbox ul li {
	display: inline;
	width: 208px;
	height: 148px;
	margin: 0 23px;
}

.qiw a {
	display: block;
	position: relative;
	width: 208px;
	height: 148px;
	padding: 0;
	float: left;
}

.qiw a img {
	display: block;
	width: 100%;
	float: left;
}

.e_con202 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dh1 {
	display: block;
	clear: both;
	text-align: center;
	padding: 15px 0 0 0;
}

.sucess_wamp {
	position: relative;
}

.pr_more {
	display: block;
	position: absolute;
	left: 46%;
	bottom: 3px;
	z-index: 300;
	border-radius: 3px;
	width: 130px;
	height: 40px;
	background: #da5c10;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}

.sm_1 {
	width: 366px;
	height: 150px;
	float: left;
}

.sm_1 h3 {
	font-size: 18px;
	line-height: 28px;
	color: #898888;
	padding: 0 0 8px 0;
}

.sm_1 p {
	font-size: 24px;
	line-height: 30px;
}

.sm_2 {
	width: 628px;
	height: 150px;
	float: right;
	font-size: 18px;
	line-height: 35px;
	color: #898888;
}

.sucess_n {
	width: 1136px;
	margin: 30px auto;
	height: auto;
	overflow: hidden;
}

.sucess_top {
	width: 99px;
	height: 47px;
	margin: auto;
}

.sucess_wamp {
	width: 1200px;
	margin: auto;
}

.sucess_footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #333;
	text-align: center;
}

.sucess_top img {
	height: 47px;
}





/*线下维护页面*/
.wh1 {
	padding: 1px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/whbg1.jpg) no-repeat center center;
}

.wh2 {
	width: 1110px;
	height: 727px;
	margin: 25px auto 110px auto;
	position: relative;
	background: url(../images/whbg.png) no-repeat center center;
}

.wh0 img {
	width: 100%;
}

.wh2 dl {
	position: absolute;
	width: 240px;
	height: 165px;
}

.wh2 dl dt {
	width: 100%;
	height: 108px;
}

.wh2 dl dt img {
	width: 109px;
	height: 108px;
	display: block;
}

.wh2 dl dd {
	width: 100%;
	height: 40px;
	font-size: 25px;
}

.w1 {
	left: 130px;
	top: 80px;
}

.w2 {
	left: 20px;
	top: 309px;
}

.w3 {
	left: 130px;
	top: 550px;
}

.w4 {
	left: 730px;
	top: 80px;
}

.w5 {
	left: 850px;
	top: 310px;
}

.w6 {
	left: 730px;
	top: 550px;
}

.wh5 dt img {
	float: right;
}

.wh6 dt img {
	float: left;
}

.wh6 dd {
	text-align: right;
}

.wh_qx2 {
	padding: 80px 0 65px 0;
	width: 176px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.wh_qx2 img {
	width: 100%;
	display: block;
}

.wh_qx_left {}

.wh_qx1 dl {
	position: relative;
	width: 1000px;
	height: 315px;
	margin: auto;
}

.wh_qx_left dd {
	position: relative;
	width: 500px;
	height: 315px;
	display: block;
	float: left;
}

.qx_left_wh1 {
	left: 54px;
	top: 80px;
}

.qx_left_title {
	z-index: 5;
	left: 230px;
	top: 144px;
}

.qx_left_dd2 img {
	position: absolute;
	z-index: 4;
}

.qx_left_wh1 p {
	float: left;
}

.qx_left_p1 {
	margin: 0 20px 0 0;
	width: 66px;
	height: 43px;
}

.qx_left_p2 {
	height: 43px;
	line-height: 43px;
	font-size: 25px;
}


.wh_qx_right dd {
	width: 500px;
	height: 315px;
	display: block;
	float: left;
}

.qx_right_wh1 {
	right: 14px;
	top: 80px;
}

.qx_right_title {
	right: 220px;
	top: 144px;
}

.qx_right_wh1 p {
	float: left;
}

.qx_right_p1 {
	width: 66px;
	height: 43px;
}

.qx_right_p2 {
	height: 43px;
	line-height: 43px;
	font-size: 25px;
	margin: 0 20px 0 0;
}

.qx_large {
	background: url(../images/whbg2.jpg) no-repeat center center;
	background-size: 100% 100%;
}




/*关于我们*/
.about_1 {
	height: 1665px;
	width: 100%;
	background: url(../images/about_bg1.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

.about_2 {
	position: relative;
	width: 1200px;
	height: 1665px;
	margin: auto;
}

.about_2 dl {
	position: absolute;
	z-index: 30;
}

.ab1 {
	width: 520px;
	height: 369px;
	left: 0;
	top: 94px;
}

.ab2 {
	width: 202px;
	height: 49px;
	left: 630px;
	top: 215px;
}

.ab4 {
	width: 206px;
	height: 49px;
	left: 348px;
	top: 623px;
}

.ab3 {
	width: 440px;
	height: 520px;
	left: 738px;
	top: 456px;
}

.ab5 {
	left: 738px;
	top: 292px;
	font-size: 18px;
}

.ab6 {
	left: 24px;
	top: 697px;
	font-size: 18px;
}

.about_sy h1 {
	width: 206px;
	margin: 120px auto 30px auto;
	display: block;
}

.about_sy2 {
	text-align: center;
	width: 1200px;
	padding: 30px 0;
	line-height: 35px;
	margin: auto;
	font-size: 18px;
	color: #777;
}

.about_sy3 dl {
	width: 400px;
	height: 235px;
	float: left;
}

.about_sy3 {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.focus {
	width: 980px;
	height: 418px;
	margin: 0 auto;
	position: relative;
}

.focus .num {
	overflow: hidden;
	height: 25px;
	position: absolute;
	bottom: 12px;
	left: 15px;
	zoom: 1;
	z-index: 3
}

.focus .num li {
	display: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: 400;
	color: #FFFFFF;
	background: #444444;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
}

.focus .num li.on {
	background: #FF7700;
}

.focus .prev,
.focus .next {
	width: 80px;
	height: 80px;
	background: url(../images/about_btn_right.png) no-repeat center center;
	position: absolute;
	top: 125px;
}

.focus .prev {
	left: -105px;
	background: url(../images/about_btn_left.png) no-repeat center center;
}

.focus .next {
	right: -105px;
	background-position: right;
}

.about_banner_left {
	width: 420px;
	height: 369px;
}

.about_banner_right {
	width: 370px;
	height: 369px;
}

.about_product {
	margin: 50px 0;
	background: #f9f9f9;
	padding: 35px 0;
}

.about_product h2 {
	width: 253px;
	margin: 35px auto;
}

.about_banner_left h3 {
	margin: 58px 0 0 0;
	font-size: 19px;
	color: #666;
}

.bp1 {
	padding: 8px 0;
	font-size: 16px;
	color: #0A6551;
}

.bp3 {
	font-size: 19px;
	color: #333;
}

.bp4 {
	font-size: 14px;
	line-height: 23px;
	color: #333;
}

.about_lx h2 {
	width: 116px;
	margin: 100px auto 50px auto;
}

.about_map {
	width: 1200px;
	margin: auto;
	height: 440px;
}

.about_pl {
	background: url(../images/about_bg2.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 50px 0 0 0;
	width: 100%;
	margin: 55px auto 0 auto;
	height: auto;
	overflow: hidden;
}

.about_pl dl dd {
	color: #fff;
	text-align: center;
	width: 230px;
	height: 232px;
	float: left;
	margin: 0 45px;
}

.pl1 {
	background: url(../images/about_48.png) no-repeat center center;
}

.pl2 {
	background: url(../images/about_50.png) no-repeat center center;
}

.pl3 {
	background: url(../images/about_52.png) no-repeat center center;
}

.pl4 {
	background: url(../images/about_54.png) no-repeat center center;
}

.about_pl dl {
	width: 1300px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.about_pl dl dd h4 {
	font-size: 19px;
	padding: 130px 0 0 0;
}

.about_pl dl dd p {
	font-size: 14px;
	line-height: 25px;
}

.pl_dress {
	text-align: center;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
}

.pl6 {
	font-size: 19px;
	padding: 65px 0 15px 0;
}

.pl_ewm {
	width: 300px;
	height: 128px;
	margin: 40px auto;
}

.pl_ewm dl {
	width: 106px;
	float: left;
	margin: 0 20px;
}

.pl_ewm dl img {
	width: 100%;
}

.pl_8 {
	color: #fff;
}





/*线上检测*/
.checkes {
	display: none;
}

.check {
	width: 100%;
	height: auto;
	margin: 50px 0;
	overflow: hidden;
}

.check_focus {
	width: 1200px;
	height: 607px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.check_focus .check_num {
	overflow: hidden;
	height: 25px;
	position: absolute;
	bottom: 52px;
	left: 50%;
	zoom: 1;
	z-index: 3
}

.check_focus .check_num li {
	width: 15px;
	height: 15px;
	line-height: 205px;
	overflow: hidden;
	text-align: center;
	font-weight: 400;
	color: #FFFFFF;
	background: #8d8c8f;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
}

.check_focus .check_num li.on {
	background: #c5c4c6;
}

.check_focus .check_prev,
.check_focus .check_next {
	display: none;
	width: 40px;
	height: 100px;
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	top: 115px;
}

.check_focus .check_prev {
	left: 0;
}

.check_focus .check_next {
	right: 0;
	background-position: right;
}

.check_qly_foucs {
	background: url(../images/check_bg.jpg) no-repeat center top;
	padding: 35px 0;
}

.check_qly {
	width: 1200px;
	margin: 0 auto 56px auto;
	height: 490px;
}

.check_tab {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.check_qly_tab {
	width: 1200px;
	margin: auto;
	height: 54px;
	clear: both;
}

.check_qly_tab p {
	text-align: center;
	background: #e9e9e9;
	font-size: 22px;
	color: #333;
	line-height: 54px;
	float: left;
	height: 54px;
	width: 150px;
}

.qianli {
	width: 300px;
	float: right;
	height: 45px;
}

.check_qly_tab p.check_on {
	background: #08613e !important;
	color: #fff !important;
}

.check_qly dl {
	position: relative;
	width: 600px;
	float: left;
	height: 490px;
}

.qly_cont {
	font-size: 18px;
	width: 450px;
	float: left;
	margin: 200px 0 0 50px;
	line-height: 33px;
	color: #343434;
}

.check_foucs_1000 {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}

.ch_tab p {
	font-size: 14px;
	margin: 0 10px;
	float: left;
	color: #fff;
	height: 24px;
	line-height: 24px;
}

.che {
	display: none;
}

.check_ing .thj1 {
	display: none !important;
}

.check_ing .thj2 {
	display: block !important;
}

.thj_tab .thj2 {
	display: none;
}

.thj_tab .thj1 {
	display: block;
}

.thj_tab {
	float: left;
	left: 50px;
	top: 0;
}

.ch_tab p {
	margin: 0 100px 0 0;
}

.check_focuspic li {
	width: 1200px;
	float: left;
}

.PC li .check_lis {
	width: 33.33%;
	color: #fff;
	float: left;
	margin: 0 0 0 0;
}

.PC li .check_lis img {
	width: 96.5%;
	text-align: center;
}

.mobile li .check_lis {
	width: 400px;
	color: #fff;
	float: left;
	margin: 0 0 0 0;
}

.mobile li .check_lis img {
	display: block;
	margin: auto;
	width: 220px;
}

.ch_tab {
	height: 24px;
	line-height: 24px;
	clear: both;
}

.ches {
	width: 1200px;
	margin: auto;
	clear: both;
	height: auto;
	overflow: hidden;
}

.check_lis h5 {
	text-align: center;
	font-size: 16px;
	padding: 25px 0 56px 0;
}

.check_li2 p {
	background: url(../images/p_style.png) no-repeat 46px 6px;
	padding: 0 0 0 15px;
	text-align: left;
	font-size: 14px;
	text-indent: 50px;
	height: 35px;
	clear: both;
	\n line-height: 35px;
}

.check_li_lock {
	width: 30px;
	margin: auto;
}

.check_li_lock img {
	width: 100%;
}

.PC .check_li2 {
	display: none;
}

.mobile .check_li2 {
	margin: 20px 0 0 0;
	text-align: center;
}

.qly_img_2 img {
	float: right
}

.qly_img_2 {
	margin: 62px 0 0 0;
}

.qly_img_1 {
	height: 122px;
	margin: 0 0 40px 0;
}

.qly_img_1 img {
	display: block;
	float: left;
	margin-left: -50px;
}

.check_our {
	width: 1148px;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 80px 0;
}

.jly_img {
	width: 190px;
	margin: 0 auto 50px auto;
	height: 48px;
}

.check_hd2 {
	width: 100%;
	height: 189px;
}

.check_hd1 {
	color: #fff;
	width: 33.33%;
	float: left;
	text-align: center;
}

.check_hd3 {
	width: 100%;
	height: 169px;
}

.check_hd4 {
	width: 33.33%;
	float: left;
	text-align: center;
	color: #fff;
}

.check_hd2 img {
	height: 180px;
}

.check_hd4 h5 {
	font-size: 18px;
	padding: 45px 0 0 0;
}

.check_hd4 p {
	font-size: 14px;
	line-height: 25px;
}

.max_lar {
	position: absolute;
	top: 0;
	left: 0;
}

.max_lar img {
	display: block;
	width: 100%;
}

.about_c1 {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -25%;
}

.about_c1&gt;div {
	width: 100%;
}

.about_c1 img {
	width: 100%;
}

.line_h2 {
	height: 50px;
	clear: both;
	width: 100%;
}

.about_c8 {
	display: block;
	width: 120px;
	height: 25px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.check_i1 {
	width: 50%;
	margin: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -25%;
	top: 50%;
	margin-top: -160px;
}

.check_i1 img {
	width: 100%;
}

.check_i1&gt;div {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
}

.check_i8 {
	text-align: center;
	width: 120px;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -60px;
	color: #fff;
	font-size: 14px;
}

.check_i8 a {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-top: 20px;
}

.bso {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bso img {
	display: block;
	width: 100%;
	height: 100%;
}

.press_1 {
	width: 1183px;
	height: auto;
	overflow: hidden;
	background: url(../images/check_press.jpg) no-repeat left top;
}

.press_2 {
	margin: 120px 0 0 0;
	display: block;
	float: right;
	width: 122px;
	height: 45px;
	background: #272636;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
}

.press_3 {
	clear: both;
	overflow: hidden;
	height: auto;
}

.press_3 dl {
	margin: 60px 20px 0 0;
	width: 180px;
	height: auto;
	overflow: hidden;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 28px;
	float: left;
}

.press_10 {
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 1px 0;
}

.bottom_ewm {
	width: 1200px;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.mj_1 {
	position: relative;
}

.zxlt1 {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
}

figure {
	margin: -30px 0 0 -30px;


	width: 150px;

	/* Rotate div */
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	/* Internet Explorer */
	-moz-transform: rotate(30deg);
	/* Firefox */
	-webkit-transform: rotate(30deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(30deg);
	/* Opera */
}

figure #sea {
	fill: none;
}

figure #hi {
	fill: rgba(255, 255, 255, 0.2);
}

figure #light {
	fill: none;
}

figure #shad {
	fill: none;
}

figure #land {
	fill: #fff;
	-webkit-animation: spin 10s linear infinite forwards;
	animation: spin 10s linear infinite forwards;
}

figure .vehicles use {
	fill: none;
	-webkit-animation: orbit 15s linear infinite;
	animation: orbit 15s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

figure #boat1 {
	-webkit-transform: translateX(40px) translateY(-80px);
	transform: translateX(40px) translateY(-80px);
}

figure #boat1 use {
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
}

figure #plane1 {
	-webkit-transform: translateX(-10px) translateY(170px);
	transform: translateX(-10px) translateY(170px);
}

figure #plane2 {
	-webkit-transform: translateX(170px) translateY(150px);
	transform: translateX(170px) translateY(150px);
}

figure #plane2 use {
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s;
}

figure #plane3 {
	-webkit-transform: translateX(140px) translateY(-50px);
	transform: translateX(140px) translateY(-50px);
}

figure #plane3 use {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
}

figure #bike1 {
	-webkit-transform: translateX(50px) translateY(190px);
	transform: translateX(50px) translateY(190px);
}

figure #bike1 use {
	-webkit-animation-duration: 25s;
	animation-duration: 25s;
}

@-webkit-keyframes orbit {
	from {
		-webkit-transform: rotate(0deg) translateX(-160px);
		transform: rotate(0deg) translateX(-160px);
	}

	to {
		-webkit-transform: rotate(360deg) translateX(-160px);
		transform: rotate(360deg) translateX(-160px);
	}
}

@keyframes orbit {
	from {
		-webkit-transform: rotate(0deg) translateX(-160px);
		transform: rotate(0deg) translateX(-160px);
	}

	to {
		-webkit-transform: rotate(360deg) translateX(-160px);
		transform: rotate(360deg) translateX(-160px);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px);
	}

	to {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes spin {
	from {
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px);
	}

	to {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.vc_rel {
	position: absolute;
	left: 0;
	top: 34%;
	overflow: hidden;
	width: 120px;
	height: 130px;
	border-radius: 130px;
	transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	/* Internet Explorer */
	-moz-transform: rotate(-55deg);
	/* Firefox */
	-webkit-transform: rotate(-55deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-55deg);
	/* Opera */
}

/* 公司简介 */
.bannerin {
	position: relative;
}

.bannertxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.bannertxt span {
	font-size: 80px;
	text-align: center;
}

.bannertxt p {
	font-size: 30px;
	text-align: center;
}

.intro-section {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;

	height: 800px;
}

.text-box {
	flex: 1;
	padding-right: 20px;
}

.text-box h1 {
	font-size: 2rem;
	color: #333;
}

.text-box h2 {
	font-size: 1.5rem;
	color: #e74c3c;
}

.description-box {
	flex: 2;
}

.description-box p {
	font-size: 1rem;
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
}

.stats-section {
	display: flex;
	justify-content: space-around;
	padding: 50px 0;
}

.stats-box {
	text-align: center;
	padding: 20px;
	flex: 1;
}

.stats-box h2 {
	font-size: 2rem;
	color: #e74c3c;
}

.stats-box p {
	font-size: 1rem;
	color: #666;
}


@media (max-width: 1679px) {
	.example {
		background-color: lightcoral;
	}
}</pre></body></html>