@charset "UTF-8";

* {
	margin: 0;
	/* padding: 0; */
}

body {
	/* font-family: '黑体', Arial, sans-serif; */
	margin: 0;
	padding: 0;
	background-color: #fff;
	/* user-select: none; */
}

/* 渐入动画样式 */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px); /* 初始位置向下偏移一点 */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform; /* 优化动画性能 */
}

/* 当元素进入视口时添加此类 */
.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.main-area {
	width: 100%;
	/* height: 100vh; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
}

.img-container {
	
	margin-top: 10vh;
	height: 90vh;
	width: 100%;
	background-image: url('../img/hangye/hy/hy1.png');
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
	background-color: #f0f0f0; 

	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}
.t1 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 72px;
    color: rgba(56, 56, 56, 1);
}
.t2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(56, 56, 56, 0.6);
}

/* 产品优势 */
.area-one {
    width: 100%;
    /* height: 90vh; */
	padding: 10vh 0 5vh 0;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	

}
.s-title {
    font-size: 30px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
}
.s-list {
	width: 100%;
	height: 60vh;
	/* background: #000; */

	display: flex;
	justify-content: center;
	align-items: center;
}
.s-mock {
	width: 25%;
	height: 60vh;
	/* background: blueviolet; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.s-img {
	/* background: #000; */
	width: 80%;
	border-radius: 30px;

}
.s-text {
	height: 15vh;
	width: 75%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.s-t-title {

	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 38px;
	color: rgba(15, 28, 73, 1);
	text-align: center;
	vertical-align: middle;

}
.s-t-content {

	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: rgba(135, 141, 164, 1);
	vertical-align: middle;

}

/* 应用场景 */
.area-two {
    width: 100%;
    /* height: 90vh; */
	padding: 10vh 0 5vh 0;
	display: flex;
	flex-direction: column;
	align-items: center;

	background: #F8FBFC;

}
.s-list2 {
	width: 100%;
	height: 40vh;
	padding: 3vh 0;
	/* background: #000; */

	display: flex;
	justify-content: center;
	align-items: center;
}
.s-mock2 {
	width: 25%;
	height: 60vh;
	/* background: blueviolet; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5%;
}
.s-img2 {
	/* background: #000; */
	width: 80%;
	/* border-radius: 30px; */

}


.s-t-title2 {

	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 38px;
	color: rgba(15, 28, 73, 1);
	text-align: center;
	vertical-align: middle;

}

/* 提供产品 */
.area-three {
    width: 100%;
	padding: 10vh 0 5vh 0;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.s-list3 {
	width: 100%;
	height: 70vh;
	padding: 5vh 0;
	/* background: #000; */

	display: flex;
	justify-content: center;
	align-items: center;
}
.l-area{
	width: 40%;
	height: 40vh;
	
	/* background: #000; */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.l-title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 48px;
	color: rgba(15, 28, 73, 1);
}
.l-text {
	width: 30vw;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: rgba(135, 141, 164, 1);
}
.l-btn {
	width: 7vw;
	height: 3vw;
	font-size: 20px;
	font-weight: 400;
	border-radius: 6px;
	border: none;
	color: rgba(255, 255, 255, 1);
	background: #09A4D8;

}

.r-area{
	width: 40vw;
	height: 60vh;

	display: flex;
	align-items: center;
	justify-content: center;

}
.r-l-img {
	width: 20vw;
	height: 60vh;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;

}
.r-r-img {
	width: 20vw;
	height: 60vh;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;

}
.r-img {
	width: 15vw;
	/* background: #000; */

}




 /* 区域六 */
 .area-six {
    width: 100%;
    height: 50vh;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    color: #9FB3D0;
    background: #0E418A;
}
.top-area {
    width: 100%;
    height: 45vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}
.top-area .left {
    width: 45vw;
    height: 40vh;
    padding: 1%;
    /* background-color: aqua; */
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    
}

.top-area .left .left-container{
    height: 20vh;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-area .left .left-container .l-img {
    width: 30%;
}
.top-area .left .left-container .l-msg {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    font-size: 1.1rem;
    font-weight: 500;
    
}
.top-area .left .left-container .l-msg img {
    width: 4%;
}
.top-area .left .left-container .l-msg .l-item {
    width: auto;
}
.top-area .left .left-container .l-msg .l-about{
    width:auto;
    /* background-color: antiquewhite; */
}

.top-area .left .l-code {
    height: 18vh;
    /* width: 20%; */
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    
}
.top-area .left .l-code img{
    height: 100%;
}

.top-area .right {
    width: 45vw;
    height: 40vh;
    /* background-color: aquamarine; */
    
    display: flex;
    justify-content: space-around;
    
    
}
.top-area .right .r-msg {
    width: 17vw;
    
    display: flex;
    flex-direction: column;
    /* background-color: #63c1ff; */

}
.top-area .right .r-msg .r-title{
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 5% 0;
}
.top-area .right .r-msg .r-text {
    margin: 2% 1%;
    font-size: 1.2rem;
    font-weight: 400;
    
    color: #9FB3D0;
    text-decoration: none;
}


.btm-area {
    width: 100%;
    height: 5vh;
    background: #103365;
    font-size: 1rem;
    font-weight: 500;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
