.all-area{
	margin: 0;
	padding: 0;
	/* position: relative; */
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
a{
	text-decoration: none;
	color: #000;
}
/**
 * header
 */
.header{
	margin-top: 30px;
}
.header .head-area{
	text-align: center;
}
.sxw-logo{
	clear: both;
}
.sxw-logo img{
	width:11.125rem;
	height: 3.6875rem;
	vertical-align: middle;
}
.logo-wz,.sxw-logo,.nav{
	display: inline-block;
}
.logo-wz{
	font-family:'Microsoft YaHei UI';
	font-size: 1rem;
	font-weight: bold;
	color: #00A1E9;
	margin-left: 15px;
}
/* .nav{
	margin-top: 10px;
} */
.nav>ul>li{
	display: inline-block;
	margin-left:50px;
}
.nav li>h3>a{
	font: 17px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif;
	color:#666;
}
.nav h3:hover>a{
	color: #000;
	text-decoration: none;
}
.nav h3:hover .drop-down-list{
	max-height: 250px;
}
.nav .drop-down-list li:hover a{
	text-decoration: none;
}
h3 {
    position: relative;
    display: inline-block; /* 使 h3 元素宽度根据内容自适应 */
}
/* 下拉列表默认隐藏 */
.drop-down-list {
    display: none;
    position: absolute;
    top: 87px; /* 下拉框位于 h3 元素下方 */
    left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
    z-index: 1;
    background: #fff;
    width: 180px;
    box-shadow: 0 3px 10px #333;
    transition: height 2s;
    -webkit-transition: height 2s;
}

.drop-down-list li{
	display: block;
}
.drop-down-list a{
	font-size: 14px;
	color: #666;
	margin-left: -40px;
	height: 200px;
	line-height:40px;
}
.drop-down-list li:hover>a{
	color: #4BCDFF;
}

/**
 * section
 */
.section{
	position: relative;
	top:20px;
}
 .carousel-inner img {
	width: 100%; /* 宽度自适应 */
    height: auto;
    max-height: 500px; /* 限制最大高度 */
}
.product-center{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 50px;
}
.product-card-container{
	/* width: 1226px; */
	width: 65.58%;
}
.product-card-container .product-card{
	display: inline-block;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.product-card img{
	/* width:286px; */
	width: 100%;
	height: 215px;
}
.product-card>p{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	color: #676464;
}
.product-center-title{
	margin-bottom: 20px;
}
 .product-center-title h3::before,
.product-center-title h3::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px; /* 线的高度 */
	width: 150%; /* 线的宽度 */
	background-color: #C4C4C4; /* 线的颜色 */
}

.product-center-title h3::before {
	left: -200px; /* 调整线的位置 */
}

.product-center-title h3::after {
	right: -200px; /* 调整线的位置 */
}

.product-center-title p {
	margin-top: 10px;
	color: #999999;
}
/**
 * 动画效果
 */
 .product-card {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 确保背景颜色不会超出边框 */
}

.product-card img {
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
	transform-origin: center center;
}

.product-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.5s ease;
	z-index: 1;
}

.product-card .mask-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.8); /* 白色背景，半透明 */
	color: black;
	padding: 10px 20px;
	border-radius: 5px;
	display: none; /* 初始隐藏 */
	z-index: 2;
}

.product-card:hover::before {
	background-color: rgba(0, 0, 0, 0.2); /* 透明的黑色 */
}

.product-card:hover img {
	transform: scale(1.1);
}
.product-card:hover p{
	color: #00A1E9;
	background-color: #fff;
}

.product-card:hover .mask-btn {
	display: block; /* 显示按钮 */
	background-color: #00A1E9;
	border-radius: 15px;
}

/**
 * 间隔
 */
.product-spacing-1{
	margin: 0 20px;
}
.product-spacing-2{
	margin-right: 20px;
}
/**
 * 关于公司简介
 */
.about-sxw-main{
	display: flex;
	width: 65.8%;
	margin: 40px auto 0;
	background: #fff;
	box-shadow: 0 1px 15px rgba(8,1,3,0.3);
	padding: 50px;
}

.about-sxw-main-text,.about-sxw-main-img{
	display: inline-block;
}
.about-sxw-main>.about-sxw-main-text>h3>span{
	margin-left: -40px;
	padding:0px 15px;
	background-color:#1E4ECA ;
	margin-right: 10px;
}
.about-sxw-main-text{
	width: 46.8%;
	margin-left: 50px;
}
.about-sxw-main-img{
	margin-left: 150px;
}
.about-sxw-main-img img{
	margin-top: 10px;
	width: 100%;
	height: auto;
	max-height: 330px;
}
 .about-sxw-main-text>h2>a {
	 background: linear-gradient(to right, #52AFEF 0%,#1E4ECA 53%,#52AFEF 60%,#52AFEF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none; 
}
.about-sxw-main-text>h4{
	width: 70%;
	background: linear-gradient(to right, #2F6DFC ,#52AFEF,#fff);
}
.about-sxw-main-text a{
	text-decoration: none;
}
.about-sxw-main-text .chick-details>a{
	font-size: 18px;
	font-weight: bold;
}
.about-sxw-main-text p{
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.about-sxw-main-text .chick-details span{
	background-color: #00A1E9;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer{
	margin-top: 50px;
	height: 45%;
	background-color: #999999;
}
.divide{
	width: 180px;
	height: 8px;
	/* background-color: red; */
	border-top: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
}
.wrap{
	width: 100%;
	max-width: 1250px; /* 限制最大宽度 */
	margin: 0 auto;
}
.foot-nav{
	padding-top: 60px;
}
.logo{
	float: left;
}
.logo>p{
	width: 221px;
	color:#C1C1C1;
}
.logo>img{
	width: 178px;
	height: 59px;
	margin-bottom: 20px;
}
.foot-list{
	float: left;
	margin-left: 80px;
}
.foot-list>ul{
	float: left;
	margin-right: 38px;
	
}
.foot-list li{
	list-style: none;
}

.foot-list .big-font{
	font-size: 22px;
}
.foot-list li>a{
	color: #fff;
	text-decoration: none;
}

.foot-list li:hover a {
  color: #00A1E9;
  *color: #00A1E9;
}
.foot-ewn{
	position: relative;
}
.foot-ewn img{
	width: 129px;
	height: 129px;
	margin-left: 110px;
}
.foot-ewn p{
	width: 150px;
	color: #fff;
	position: absolute;
	left: 1110px;
	margin-top: 20px;
}
.bot{
	clear: both;
	border-top: 1px solid #666666;
	color: #fff;
	padding: 20px 0 40px 16.2%;
}
.backed{
	color: #00A1E9;
}