.dichen{
	width: 100%;
	top: 0; /* 距离顶部0 */
    left: 0;
    right: 0;
	
}

body{
    background-color: #fff;
    align-items: center;
    width: 1600px;
    align-items: center;
    /*垂直对齐*/
    justify-content: center;
    /*内容上下中心对齐*/
    height: auto;
    display: flex;
    flex: nowrap;
    /*	position:relative; */
    margin: auto;
}


header{
/*    background-color: rgba(171,9,12,0.10);*/
	/*背景颜色-透明度0.5*/
	position:sticky;
	display: flex;
	height: 80px;
    width: 1600px;
	color:aliceblue;
	margin:auto;
	
/*	border-radius: 0.51VW;*/
	
	
	
	
/*	margin: 5px #ffff;*/
 
}
.qyetou{
/*	 position: fixed;  固定定位 */
     height: 80px; /* 头部高度 */
/*     background-color: white;*/
     box-shadow: 0 2px 10px rgba(10,10,10,0.2); /* 阴影效果 */
     z-index: 999; /* 确保在其他内容之上 */
	
}

.yetou{
    background-color: #1E2B4F;
	
	top: 0; /* 距离顶部0 */
    left: 0;
    right: 0;
    height: 80px;
    width: 1600px;
    display: flex;
    flex: nowrap;
/*    position: relative;*/
    margin: auto;
    /*    border-radius: 0px 0px 10px 10px;*/
/*    position:fixed;*/
	/* 固定定位 */
    box-shadow: 10px 10px 10Px rgba(10, 10, 10, 0.2);	
	
	
}

.logo{
    display: flex;
    position: relative;
    /*	flex-direction:row;*/
/*	justify-content:center; */
    align-items: center;
    left: 30px;
    width: 500px;
    color: #FFFFFF;	
		

}

.yetou b2{
/*	background-color: #000000;*/
	font-size: 20px;
	font-weight:550;
	left:50px;
	margin:0 auto;
	display:flex;
	flex: nowrap;
	

	
}


.caidan{
    color: #FFFFFF;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 550;
    flex: nowrap;
    /*	文字不换行*/
    position: absolute;
    height: auto;
    /*	width: 0 auto;*/
    left: 65%;
    top: 45%;
    /*	margin-left: +160px;*/
    margin-top: -10px;	
}

.yetou li{
	display:inline;
	margin: 4PX;
} 

  
.yetou a{
    color: #FFFFFF;
    text-decoration: none;
}
.yetou a:hover{
    color: #EF9336;
/*    text-decoration: underline;*/
}

.企业简介 {
    background-image: url("../images/libg-4.jpg");
	    background-repeat: no-repeat;
    background-size: cover;
	   border-radius: 20px;
	  
/*	-webkit-text-stroke: 1px #fff; */
	/* 描边宽度和颜色 */
/*    background-position: center;*/
	/* 设置section宽度为1600px（16000px过宽，建议使用更合理的宽度） */
    width: 1600px;
    /* 让section在父容器中水平居中 */
    margin-top: 50PX ;
    /* 启用Flexbox布局 */
    display: flex;
    /* 设置为垂直排列 */
    flex-direction: column;
    /* 水平方向居中对齐 */
    align-items: center;
    /* 垂直方向居中对齐（如需在section内部垂直居中） */
    justify-content: center;
    /* 可以根据需要设置高度，确保内容有足够空间 */
    min-height: 400px;
    /* 可选：添加背景色便于观察 */
    background-color: #FFFFFF;/*    padding: 0px;*/
 	box-shadow: 10px 10px 10Px rgba(10, 10, 10, 0.2);	
	}


/* 为内部元素添加样式，增强视觉效果 */
.企业简介 div {
    /* 每个div元素之间添加间距 */
    margin: 10px 0;
    text-align: center; /* 文字水平居中 */
	
}

.企业简介 c {
    font-size: 38px;
    font-weight: bold;
    color: #333;
	text-shadow: 
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}

.企业简介 b {
    font-size: 24px;
    color: #666;
    line-height: 1.6;
	text-shadow: 
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}

.企业简介 a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 10px;
}

.企业简介 a:hover {
    background-color: #0056b3;
}


/* 外层容器样式 - 宽度1600px并居中 */
设备类型{
/*	background-color:;*/
    color: white;
    height:auto;
	/*区块高度*/
	 display: flex;/*展示数学为弹性*/
    flex-direction: column;/*项目延伸方向*/
/*    display:block;*/
	/*展示数学为弹性*/
/*    align-items: center;*/
	/*垂直对齐*/
/*    font-size: 1vw;*/
	padding: 100px;	
	margin: 30px;
	
 
}

.设备类型K1{
/*    height: px;*/
	display: flex;
	justify-content: center;
	align-content:center;
	align-items:center;
/*	background-color:;*/
    color: white;
/*	writing-mode: vertical-lr;*/
    /*	竖向文字*/
	font-size:16px;
	color: black;
    width:10%;
/*	padding: 20 0 20 0;*/
	}


.设备类型K2 {
    width: 1600px; /* 固定宽度1600px */
    margin: 0 auto; /* 水平居中 */
    padding: 0px; /* 内边距 */
    box-sizing: border-box; /* 确保padding不影响总宽度 */
	
	
}

/* 内部设备项容器 - 横向排列 */
.设备类型K2 {
    display: flex; /* 启用flex布局 */
    justify-content: space-between; /* 平均分布三个项 */
    gap: 20px; /* 项之间的间距 */
	
}

/* 单个设备项样式 */
.设备类型K2 dv {
    flex: 1; /* 三个项平均分配宽度 */
    text-align:inherit; /* 内容居左 */
    padding: 20px; /* 内边距 */
    border: 1px solid #eee; /* 边框（可选） */
    border-radius: 20px; /* 圆角（可选） */
    box-sizing: border-box; /* 确保padding不影响总宽度 */
	background-color: #EDF2F5;
	box-shadow: 10px 10px 10Px rgba(10, 10, 10, 0.2);
}

/* 图片样式 */
.设备类型K2 img {
    width: 100%; /* 图片宽度适应容器 */
    height: 200px; /* 固定图片高度 */
    object-fit: cover; /* 图片保持比例并填充容器 */
    border-radius: 15px; /* 图片圆角（可选） */
    margin-bottom: 15px; /* 图片下方间距 */
}

/* 标题样式 */
.设备类型K2 h3 {
    font-size: 18px; /* 标题字体大小 */
    color: #333; /* 标题颜色 */
    margin: 0 0 10px 0; /* 标题间距 */
}

/* 介绍文字样式 */
.设备类型K2 b {
    display: block; /* 块级显示，独占一行 */
    color: #666; /* 文字颜色 */
    margin-bottom: 15px; /* 下方间距 */
    line-height: 1.5; /* 行高 */
}

/* 按钮样式 - 蓝色 */
.设备类型K2 button {
    background-color: #165DFF; /* 蓝色背景 */
    color: white; /* 白色文字 */
    border: none; /* 去除边框 */
    padding: 8px 16px; /* 内边距 */
    border-radius: 4px; /* 圆角 */
    cursor: pointer; /* 鼠标指针变为手型 */
    font-size: 14px; /* 字体大小 */
    transition: background-color 0.3s ease; /* 过渡效果 */
}

/* 按钮悬停效果 */
.设备类型K2 button:hover {
    background-color: #0E42B3; /* 深色蓝 hover效果 */
}
    


.项目案例{
/*	background-color:;*/
/*    color: white;*/
/*    height:auto;*/
	/*区块高度*/
/*	 display: flex;展示数学为弹性*/
/*    flex-direction: column;项目延伸方向*/
/*    display:block;*/
	/*展示数学为弹性*/
/*    align-items: center;*/
	/*垂直对齐*/
/*    font-size: 1vw;*/
/*	padding: 60px 0px 60px 0px;*/
	
 
}

.项目案例K1{
/*    height: px;*/
	display: flex;
	justify-content: center;
	align-content:center;
	align-items:center;
/*	background-color:;*/
    color: white;
/*	writing-mode: vertical-lr;*/
    /*	竖向文字*/
	font-size:16px;
	color: black;
    width:10%;
	

	
}

.项目案例K2{
	width:100%;
	 height:380px;
/*	line-height: 2em;*/
	background-color:#EDF2F5;
	color:black;
/*    line-height:px;*/
	display:flex;
	/*展示数学为弹性*/
    align-items:center;
    /*垂直对齐*/
	align-content:center;
	justify-content:space-around;
	border-radius: 20px; /* 圆角 */
	
    box-shadow: 10px 10px 10Px rgba(10, 10, 10, 0.2);	
	
}


.项目案例K2 img{
	width: 300px;
	height: 200PX;
/*    border-radius: 1VW;*/
    text-decoration: none;
/*    border: 10px solid #2E2E2E;*/
	display: flex;
	align-items:center;
	justify-content:space-around;
	  border-radius: 10px; /* 圆角 */
/*	padding: 2vw 2vw;*/
}



.项目案例K2 h3{
/*	width: 15vw;*/
/*    border-radius: 5VW;*/
/*	font-size: 18px;*/
/*    text-decoration: none;*/
/*    border: 10px solid #2E2E2E;*/
	
	display: flex;
	align-items:center;
	justify-content:space-around;
/*	padding: 2vw 2vw;*/
}


.产品展示a{
	font-size: 20px;
	display: flex;
	padding: 20px 40px 20px 0px;
	text-align: center; 
	left: 40px;
	color: black;
/*    width:10%;*/
	position:relative; 
	font-weight: 700
}



.企业简介2{
   	height: 400PX;
	width: 1600px;
	display: flex;
/*	展示数学为弹性;*/
    background-color: #EDF2F5;
    /*    color: white;*/
/*    margin: 60px auto; */
	/* 上下5px，左右自动（水平居中常用） */ 
	/* background-image: url(../images/libg-1.jpg);
	background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    box-shadow: 10px 10px 10Px rgba(10, 10, 10, 0.2);	
	border-radius: 20px;
	text-decoration: none;
	
	
	   /* 设置为垂直排列 */
/*    flex-direction: column;*/
    /* 水平方向居中对齐 */
    align-items: center;
    /* 垂直方向居中对齐（如需在section内部垂直居中） */
    justify-content: center;
		margin-bottom: 60px;
	
}



.企业简介2K1{
	border-radius: 20px;
	width: 760px;
/*	background-image: url("../images/img1.png");*/
   	height: 350px; /* 设置容器高度 */
	background-repeat: no-repeat;
    background-size:cover;
/*    background-position:left;*/
/*    display: flex;*/
	/* 展示素材为弹性*/
    flex-direction: column;
	/* 项目延伸方向*/
  	align-items: center;
/*	垂直对齐*/
  	justify-content: center;
	/*内容上下中心对齐*/
	cursor: pointer;
	/* 改变鼠标指针样式 */
/*  	position: relative;*/
/*	块处于顶层*/
  	overflow: hidden;
	/* 防止视频溢出容器 */
/*	box-shadow: 10px 10px 10Px rgba(0, 0, 0, 0.1);*/
	text-decoration: none;
	
  }


  .企业简介2K1:hover {
	border-radius: 20px;
	width: 760px;
	height: 350px;
/*	 width: 50%;*/
/*    background: url("../images/img1-1.png");  鼠标悬停效果 */
/*	background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*	display: flex;*/
	  /*展示素材为弹性*/
/*    flex-direction: column;*/
/*	   text-decoration: none;*/
	  /*项目延伸方向*/
/*	  box-shadow: 2px 10px 10Px rgba(0, 0, 0, 0.1);*/
  
}

.video-bg{
		/*	height: 100%;*/
			width: 100%;
/*			border-radius: 20px;*/
/*			border: 0px #FFFFFF;*/
    box-shadow: 10px 10px 10Px rgba(10, 10, 10, 0.2);	
}



.企业简介2k2{
    width: 760px;
    height: 350px;
    background-color: #EDF2F5;
    display: flex;
    /*	align-items: center;*/
	/*上下垂直居中对齐*/
    justify-content: center;
    /*内容上下中心对齐*/
    flex-direction: column;
    /*项目延伸方向*/
    font-size: 20px;
    margin-left: 20px;
    line-height: 1.2em;
    border-radius: 20px;
	 text-decoration: none;
/*	box-shadow: 10px 10px 10Px rgba(0, 0, 0, 0.1);*/
}

.企业简介2k2 b{
	text-indent: 2em;
	text-align:justify;
	font-size: 20px;
	line-height:1.2em;
/*	text-decoration: none;*/
	
} 

.企业简介2k2 a{
	text-align:center;
	font-size: 34px;
	color:#A45700;;
	line-height:3em;
	text-decoration: none;
	font-weight: 700; 
/*	border: 3px solid #000AC4; */
	
} 

.footerdi{
/*	margin-bottom: 20px;*/
}


footer.bg-gray-800 {
    background-color: #2d3748; /* 深灰色背景 */
    color: #ffffff; 
	/* 白色文字 */
	
	
    padding: 0px 0 0 0 ;  
/*	垂直内边距 */
/*	border-radius: 0px;*/
}

/* 容器样式 - 控制整体宽度和边距 */
.container.mx-auto {
    max-width: 1600px; /* 与页面整体宽度保持一致 */
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem; 
	/* 左侧留白，实现两端空位 */
    padding-right: 2rem;
	padding-bottom: 1.5rem;
	
	
	/* 右侧留白，实现两端空位 */
}

/* 网格容器 - 实现四个div横向排列 */
.grid {
    display: flex; /* 使用flex布局实现横向排列 */
    flex-wrap: wrap; /* 确保在小屏幕上可以换行 */
    justify-content: space-between; /* 平均分布，两端留空 */
    align-items: flex-start; /* 顶部对齐 */
	
}


/* 列间距 */
.gap-8 {
    gap: 2rem;
}

/* 标题样式 */
.text-xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.font-semibold {
    font-weight: 600;
}

.mb-4 {
    margin-bottom: 1rem;
}

/* 文本样式 */
.text-gray-400 {
    color: #cbd5e0; /* 浅灰色文本 */
}

/* 社交媒体图标容器 */
.flex.space-x-4 {
    display: flex;
    gap: 1rem; /* 图标之间的间距 */
}

/* 社交媒体链接样式 */
.flex.space-x-4 a {
    color: #cbd5e0;
    text-decoration: none;
	/* 去除下划线 */
    transition: color 0.3s ease;
}

.flex.space-x-4 a:hover {
    color: #ffffff; /* 悬停时变白 */
}

/* 列表样式 */
ul.space-y-2 {
    list-style: none; /* 去除列表默认圆点 */
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* 列表项之间的间距 */
	
}

/* 列表链接样式 */
ul.space-y-2 a {
    color: #cbd5e0;
    text-decoration: none; /* 去除下划线 */
    transition: color 0.3s ease;
	
}

ul.space-y-2 a:hover {
    color: #F89A00; /* 悬停时变白 */
}

/* 联系信息列表项 */
li.flex {
    display: flex;
}

li.flex.items-start {
    align-items: flex-start; /* 顶部对齐 */
}

li.flex.items-center {
    align-items: center; /* 垂直居中 */
}

.text-primary {
    color: #3182ce; /* 主色调 */
}

.mt-1 {
    margin-top: 0.25rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

/* 订阅表单样式 */
form.flex {
    display: flex;
}

input[type="email"] {
    padding: 0.5rem 1rem;
/*    border-radius: 0.375rem 0 0 0.375rem;  */
/*	左圆角 */
    width: 80%;
    outline: none;
    border: none;
    color: #1a202c; /* 深色文本 */
}

/* 底部版权信息 */
.border {
    width: 1600px;
	height: 0px;
	padding: 0px 0px 0px 0px;
	color:white;
	
	
	
/*	left: :0px;*/
/*	border-top-width: 1px;*/
	background-color:black;
/*	border-radius: 0px;*/
/*	position:fixed;*/
/*	display: flex;*/
 	display:flex;
	flex-direction:row 60PX;
	/* 使用flex布局实现横向排列 */
/*    flex-wrap: wrap; */
/*	确保在小屏幕上可以换行 */
    justify-content:center;
	/* 平均分布，两端留空 */
    align-items:center;
	/* 顶部对齐 */
	margin: 0;
  padding: 20px 0;
	
}

/* 子元素（p标签）样式：设置间隔 */
.border p {
	
  /* 去除段落默认外边距 */
  margin: 0;
  /* 右侧间隔 20px（最后一个p标签会通过下面的选择器清除） */
  margin-right: 20px;
  /* 可选：设置文字样式 */
/*  color: #333;*/
  font-size: 15px;
}

/* 清除最后一个p标签的右侧间隔，避免整体偏右 */
.border p:last-child {
  margin-right: 0;
}


.border-gray-700 {
    border-color: #4a5568; /* 边框颜色 */
}

.mt-8 {
    margin-top: 2rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-center {
    text-align: center;
}

.text-gray-500 {
    color: #a0aec0;
	/* 更浅的灰色文本 */
}

r{
    background-color: #d6ccc2;
	/*背景颜色*/
    padding: 5px 30px;
	/*内边距设置*/
    margin: 0;
	/*0距设置*/
}

/*
.menu{
	display: none;
}
*/

/*响应式设计的语法*/
@media screen and (max-width:100px){
header{
    /*background-color: #0F1211;/*背景颜色*/
    background-color: rgba(0,0,0,1);
	/*背景颜色-透明度0.5*/
	height: 120px;
    width: 100%;
   	/*位置：*/
    left: 0px;
    top: 0px;
	/*定位相对位置*/
/*	position:fixed;*/
	align-items: center;
	justify-content: center;
}
	header ul{
		/*		display: none;不显示*/
		width: 100%;
		font-size: 22px;
		position:fixed;
/*		right:px;*/
		top:0;
		left:12vw;
/*		transform: translateX(-25%);	*/
		line-height:180px;
		align-items:center;
		justify-content: center;
		text-indent:5px;
		
	}
	header h1{
		font-size: 30px;
		width: 100%;
/*		right:0vw;*/
		top:0;
		left:12vw;
/*		transform: translateX(-19%);*/
		position:fixed;
		align-items: center;
		justify-content: center;
		background-image: url("../images/logo2222.png");
		background-size:100px;
/*		width:1000px;*/
		/*块宽度*/
		text-indent:110px;		
	}
	
	.企业简介{
		width: 100%;
	}
	
	
	.企业简介 b{
		font-size: 40px;
	}
	
	.企业简介 a{
	color: white;
	font-size: 30px;
	text-decoration: none;
		/*超链接底线*/
	border: 1px solid #FFFFFF;
	padding: 10px 10px;
	border-radius: 10px;
	
}

.企业简介 a:hover{
    color: #EF9336;
	border: 1px solid #EF9336;
	padding: 10px 10px;
	border-radius: 10px;
	
}
	

	.企业简介2{
    display: flex;
		/*展示数学为弹性*/
    background-color: #485652;
    color: white;
    height: 800px;
		/*区块高度*/
    border-top: 0px solid #C2C4BE;
	flex-direction: column;  
	/* background-image: url(../images/libg-1.jpg);
	background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

	.企业简介2K1{
	width: 100%;
	height:250px;
/*	background-image: url("../images/img1.png");*/
   	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
		/*展示素材为弹性*/
    flex-direction: column;
		/*项目延伸方向*/
    /*align-items: center;/*垂直对齐*/
    /*justify-content: center;/*内容上下中心对齐*/
}

	 .企业简介2K1:hover {
	 width: 100%;
	 height: 150px;
/*    background: url("../images/img1-1.png");  鼠标悬停效果 */
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
		 /*展示素材为弹性*/
    flex-direction: column;
		 /*项目延伸方向*/
  }


	.企业简介2k2{
	width: 100%;
	background-color:#485652;
	display:flex;
	align-items: center;
		/*上下垂直居中对齐*/
    justify-content: center;
		/*内容上下中心对齐*/
	flex-direction: column;
		/*项目延伸方向*/
    font-size: 20px;
    margin-left: 0px ;
	line-height: 2em;
	height: 600px;
	padding: 0px 20px 0;
		
	}
	
	.企业简介2k2 a{
	font-size: 15px;
	line-height:1.5em;
} 


	.企业简介2k2 b{
	text-align: center;
	font-size: 30px;
	line-height:1.5em;
} 

	
	.menu{
		display: block;/*显示部件*/
		background-color: transparent;/*背景颜色：透明*/
		color: white;
		font: 35px;
		position: absolute;/*绝对位置*/
		top: 15px;/*距离顶部*/
		left: 20px;/*距离左边*/
		border: none;/*边框：取消*/
		cursor: pointer;/*鼠标手指形状*/
	}

	

.设备类型 {
    background-color: #5B6A65;
    color: white;
    height: 1700px;
/*	区块高度*/
    display: flex;
	justify-content:space-around;
    /*展示数学为弹性*/

}
	


.设备类型K1{
	display: flex;
	justify-content: center;
	align-content:center;
	align-items:center;
	background-color:#3D4743;
/*    color:#242A28;*/
	writing-mode: vertical-lr;
	letter-spacing: 100px;
	font-size: 30px;
    width:10%;
    
/*    border-radius: 10vw;*/
/*    text-decoration: none;*/
/*    border: 4px solid #2E2E2E;*/
}
	
	.设备类型k1 h3{
		font-size: 100px;
		
		
	}
	

.设备类型K2{
	width:90%;
	font-size: 20px;
	color: aliceblue;
/*    border-radius: 5vw;*/
    text-decoration: none;
/*    border: 4px solid #2E2E2E;*/
/*	margin: 0px 0;*/
    line-height: 5em;
/*    justify-content:space-around;*/
/*    padding: 100px 80px 80px;*/
/*	border-top: 10px solid #C2C4BE;*/
	display:flex;
	flex-direction: column;
	/*展示数学为弹性*/
    align-items:center;
    /*垂直对齐*/
	align-content:center;
	justify-content:space-around;
}


.设备类型 img{
    width: 400px;
    border-radius: 5VW;
    text-decoration: none;
/*    border: 10px solid #2E2E2E;*/
	display: flex;
	align-items:center;
	justify-content:space-around;
/*	padding: 2vw 2vw;*/
}

.设备类型K2 h3{
	font-size: 30px;
	display: flex;
	align-items:center;
	justify-content:space-around;
}
	
	

.项目案例{
	background-color:aliceblue;
    color: white;
    height: 2100px;
	/*区块高度*/
    display: flex;
	/*展示数学为弹性*/
    align-items: center;
	/*垂直对齐*/
/*    font-size: 1vw;*/
	
 
}

.项目案例K1{
    height: 2100px;
	display: flex;
	justify-content: center;
	align-content:center;
	align-items:center;
	background-color:#687873;
    color: white;
	writing-mode: vertical-lr;
    /*	竖向文字*/
	font-size:30px;
    width:10%;
/*    border-radius: 10vw;*/
/*    text-decoration: none;*/
/*    border: 4px solid #2E2E2E;*/
	
}

.项目案例K2{
	width:90%;
	 height:2100px;
	line-height: 5em;
	background-color:#8A9A95;
/*    line-height:px;*/
	display:flex;
	/*展示数学为弹性*/
	flex-direction: column;
/*	延伸方向*/
    align-items:center;
    /*垂直对齐*/
	align-content:center;
	justify-content:space-around;
}


.项目案例K2 img{
	width: 400px;
    border-radius: 5VW;
    text-decoration: none;
/*    border: 10px solid #2E2E2E;*/
	display: flex;
	align-items:center;
	justify-content:space-around;
/*	padding: 2vw 2vw;*/
}



.项目案例K2 h3{
/*	width: 15vw;*/
/*    border-radius: 5VW;*/
	font-size: 30px;
/*    text-decoration: none;*/
/*    border: 10px solid #2E2E2E;*/
	
	display: flex;
	align-items:center;
	justify-content:space-around;
/*	padding: 2vw 2vw;*/
}


	
.产品展示 {
	height: 300px;
	background-image: url(../images/libg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
/*    background-position:;*/
    display: flex;
	/*展示数学为弹性*/
    flex-direction: column;
	/*项目延伸方向*/
    align-items: center;
	/*垂直对齐*/
    justify-content: center;
	/*内容上下中心对齐*/
   
	margin: 0px 0;
	}

.产品展示 h3{
	width: 300px;
	display: flex;
    text-decoration: none;
    font-size: 120px;
/*	letter-spacing: 110px;*/
	color: white;
	font-size: 30px;
/*	text-decoration: none;*/
	/*超链接底线*/
	border: 2px solid #FFFFFF;
	padding: 10px 10px;
	border-radius: 10px;
	justify-content: center;
	}

.产品展示 h3:hover{
    color: #EF9336;
	border: 1px solid #EF9336;
	padding: 10px 10px;
	border-radius: 10px;
	}




	
	
	
	.联系我们 {
    display: flex;
    align-items: center;
    /*左右垂直居中对齐*/
    justify-content: center;
    /* 内容上下中心对齐*/
    padding: 40px 0px;
    flex-direction: column;
    text-decoration: none;
    font-size: 10px;
    background-color: #758782;
    /*    justify-content: space-between;*/
/*    align-content: center;*/
    color: #000000;
    height: 1200px;
    border-top: 0px solid #FFFFFF;
}
	.联系我们 a{
		color:white;
		text-decoration: none;
		align-items: center;		
	}	
	
	.联系我们 dv{
	width: 250px;
	text-align: center;
	text-decoration: none;
	opacity: 0.8;
	padding: 20PX;
}
}