@charset "utf-8";
/* CSS Document */

p {
	font-size: 0.85rem;
}
/* 轮播容器相对定位，方便悬浮 */
#carouselExampleIndicators {
    position: relative;
}

#carouselExampleIndicators img {
    height: 500px;
    object-fit: cover;
}
#nav li:hover {
	visibility: visible !important;
	display: block !important;
	opacity: 1 !important;
}
#Solutions2 p {
	line-height: 2.5rem;
}
#Solutions a {
	transition: all 0.5s;
}
.container {
	padding: 0;
}
/*清除浮动*/
/*百度*/
.qfd:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
.qfd {
	zoom: 1
}
/*我的*/
.qfd:after {
	content: ' ';
	overflow: hidden;
	display: block;
	clear: both
}
.qfd {
	zoom: 1
}
.ward {
	width: 1200px;
}
header {
	box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}
img {
	max-width: 100%;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
/* 图片 */
.col-xxl-9 .card-img-top {
/*height: 11.5rem !important;*/
    /* object-fit: contain; */
}
/* 图片-end */
h5>a {
	font-size: 1.25rem !important;
	font-weight: 900;
}
h3, h6, .card-body a, #Solutions2 .card-text:hover a {
	color: #0168b5 !important;
}

.card-body a {
	font-size: 1rem;
}
#Solutions>div {
	height: 220px;
}
#Solutions>div:hover a, #xia, #Solutions2 i, .list-group-item.active {
	background: #0168b7 !important;
}
#Solutions {
	display: flex;
	flex-wrap: wrap;
	gap: 15px; /* 设置横向和纵向的间距 */
}
#Solutions .col-12 {
	width: 48%; /* 一行显示两张图片，减去间隙 */
	position: relative;
	border-radius: 0.3rem;
}
#Solutions .col-12 img {
	width: 100%; /* 保证图片填满父容器 */
	height: auto;
	object-fit: cover; /* 保证图片按比例缩放，填满容器 */
}
.image-with-border {
/* border: 2px solid #ddd; /* 淡灰色边框 */
   /* border-radius: 8px; /* 圆角效果 */
   /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影，产生浮动效果 */
   /*  margin: 10px; 每个图片之间的间距 */
}
.image-with-border:hover {
	transform: scale(1.05); /* 鼠标悬浮时放大效果 */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* 增强阴影效果 */
	transition: transform 0.5s ease, box-shadow 0.5s ease; /* 放大、缩小及阴影效果，过渡时间为 0.5秒 */
}
.position-absolute .bg-dark .bg-opacity-50 .w-100 .h-25 .bottom-0 .p-3 .text-white {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.card-title {
	line-height: 2rem;
}
.contactus {
	line-height: 2rem;
}
.card-text-contact-us {
	line-height: 2rem;
}
.card-text-contact-us-read-more a{
	line-height: 2.56rem;
	color: #0d6efd !important;  /* 默认蓝色 */
    /*font-weight: 500 !important; */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}


.card-text-contact-us-read-more a:hover {
    color: #0a58ca!important;  /* hover 时更深的蓝 */
    text-decoration: underline!important;
}
#Solutions2 i {
	font-size: 0.1rem !important;
}
/* 摸上去放大 */
.list-group.list-group-flush {
	margin: 17px;
}
.index-right-soulution-list {
	line-height:2.05rem;
}
#carouselExampleControls .carousel-item:hover img {
 transition: all .5s ease;
	transform: scale(1.1);
}
#carouselExampleControls .carousel-item img {
 transition: all .5s ease;
	transform: scale(1);
}
/* 摸上去放大-end */


/* top */
#navbarSupportedContent {
	flex-grow: initial !important
}
/* 底部 */
.icon-xiala, .icon-jiantouyou {
	font-size: 14px;
}
/* 产品 */
#click img {
}
#click img {
	height: 14.38rem;
}
/* 产品轮播 */

.autoplay .card:hover {
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%) !important;
}
.autoplay .card-body {
	height: 5rem;
	padding-bottom: 2rem;
}
.autoplay img {
/*height: 11.5rem;*/
    /* object-fit: contain; */
}
.slick-prev, #prev {
	transform: rotateY(180deg)
}
/* 右边 */
#right1 {
	height: 15rem;
}
/* 最下部 */
#xia, #shang {
	font-size: 0.6rem;
}
#xia a:hover {
	color: #fff;
}
/* 轮播 */
#lun .slick-slide>div {
	width: 240px;
	height: 240px;
}
#next {
	right: 0;
}
#prev {
	left: auto;
	right: 25px;
}
#next, #prev {
	width: auto;
	height: 12%;
	top: -18%;
	color: #636464;
}
/* 轮播-end */
/* 自适应 */


#more p, .card-body p {
	/* color: #8f8f8f;
	text-align: center;
  white-space: nowrap;*/
  overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;  /* 不会超出容器 *//*color: #8f8f8f;*/
}
#more p, .card-body p.card-text {
	text-align:left;
}
.card-text.firsttop a {
	display: inline-block;     /* 或 block，都行，但不能用默认的 inline */
	max-width: 85%;            /* 根据你要留给右边图标的空间调整 */
	white-space: nowrap;       /* 不换行 */
	overflow: hidden;          /* 超出隐藏 */
	text-overflow: ellipsis;   /* 超出用省略号显示 */
	vertical-align: middle;    /* 保持和图标垂直对齐 */
	color: #212529 !important; /* 默认深灰/接近黑色 */
    text-decoration: none; /* 去掉下划线 */
    transition: color 0.2s ease-in-out;
}
.card-text.firsttop a:visited {
    color: #212529; /* 保持点击后颜色一致 */
}

.card-text.firsttop a:hover {
    color: #0d6efd; /* 悬停高亮（Bootstrap 主蓝色） */
    text-decoration: underline; /* 悬停时加下划线，更直观 */
}
.card-text.firsttop i {
	margin-left: 6px;
	vertical-align: middle;
}
.card-text.thirdtop a {
	display: inline-block;     /* 或 block，都行，但不能用默认的 inline */
	max-width: 85%;            /* 根据你要留给右边图标的空间调整 */
	white-space: nowrap;       /* 不换行 */
	overflow: hidden;          /* 超出隐藏 */
	text-overflow: ellipsis;   /* 超出用省略号显示 */
	vertical-align: middle;    /* 保持和图标垂直对齐 */
}
.card-text.thirdtop i {
	margin-left: 6px;
	vertical-align: middle;
*/
}
.list-group-item a {
	display: block;            /* 变成块级元素 */
	white-space: nowrap;       /* 不换行 */
	overflow: hidden;          /* 超出隐藏 */
	text-overflow: ellipsis;   /* 超出显示省略号 */
}

.list-group-item a.fs-6.soulutionsReadMore{
	color: #0d6efd;  /* 默认蓝色 */
   /* font-weight: 500 !important; */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
	}
	

.list-group-item a.fs-6.soulutionsReadMore:hover {
    color: #0a58ca;  /* hover 时更深的蓝 */
    text-decoration: underline;
}


.slick-slide.slick-cloned.card-body {
	display: flex;
	justify-content: center;   /* 文字短时居中 */
}
.slick-slide.slick-cloned.card-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;     /* 最多显示2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.4em;
	max-height: 2.8em;         /* 控制两行高度 */
	text-align: center;        /* 默认居中 */
}
/* 如果文字超长，就靠左显示 */
.slick-slide.slick-cloned.card-text.long {
	text-align: left;
}
#more span {
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	line-height: 1.5rem;
	background: url(../images/消息中心.png) no-repeat;
}
/*首页banner图底部3张图片样式*/
.square-thumb {
	width: 100%;             /* 宽度跟随容器 */
	aspect-ratio: 1 / 1;     /* 强制成 1:1 正方形 */
	object-fit: cover;       /* 裁剪多余部分，保持比例 */
	/*border-radius: 6px;*/      /* 可选，美观一点 */
  display: block;
}
/* 保证图片显示为正方形 */
.square-thumb {
	width: 100%;
	aspect-ratio: 1 / 1;       /* 固定 1:1 比例 */
	object-fit: cover;         /* 裁剪溢出部分，保持不变形 */
	display: block;
	transition: transform 0.3s ease;
}
.card-img-top:hover .square-thumb {
	transform: scale(1.05);    /* hover 时轻微放大 */
}
/* 摘要文字控制 */
.excerpt-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;     /* 限制最多显示 3 行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	color: #555;
	font-size: 0.95rem;
}
/* 卡片 hover 效果 */
.card {
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* 标题样式 */
.card-title a {
	font-size: 1.1rem;
	font-weight: 600;
	color: #222;
}
p.card-title a:hover {
	color: #fff !important;  /* Bootstrap 蓝 */	
}


.card-title a.btn {
    white-space: nowrap;   /* 不允许换行 */
    display: inline-flex;  /* 使用 flex 让文字和图标对齐 */
    align-items: center;   /* 垂直居中 */
    gap: 4px;              /* 按钮文字与图标间距 */
}


/* 按钮样式 */
.btn-outline-primary {
	border-radius: 50px;
	font-size: 0.85rem;
	padding: 0.3rem 1rem;
}
/*让按钮内的所有元素都垂直居中*/
.btn-outline-primary {
	display: inline-flex;
	align-items: center; /* 垂直居中 */
	gap: 4px;            /* 文字和图标之间间隔 */
}
/*首页banner图底部3张图片样式-end*/


/*首页products图片底部文字样式-start*/
.autoplay .card {
	background-color: #fff;
	border-top: 4px solid #0168b7;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s, box-shadow 0.3s;
	background: #fff;
}
.autoplay .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/* 图片统一比例 */
.autoplay .square-thumb {
	width: 100%;
	/* height: 200px; /* 固定高度，保证整齐 */
    object-fit: cover; /* 裁剪而不是拉伸 */
	display: block;
}
/* 文字容器 */
.autoplay .card-body {
	padding: 12px 15px;
	text-align: center;
}
/* 文字样式优化 */
.autoplay .card-text {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	line-height: 1.4em;
	height: 2.8em; /* 两行高度 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制为两行 */
	-webkit-box-orient: vertical;
}
/*首页products图片底部文字样式-end*/

.card-title.fs-6.fw-bold.contactus {
	margin-bottom:0.8rem;
}
.card-title.fs-6.fw-bold.insights {
	margin-bottom:0.8rem;
}
.card-title.fs-6.fw-bold.products {
	margin-bottom:0.8rem;
}
.card-title.fs-6.fw-bold {
	position: relative;
	padding-bottom: 6px;  /* 给下划线留点空间 */
	margin-bottom: 12px;
}
 .card-title.fs-6.fw-bold::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 40px;              /* 分割线长度，可调 */
 height: 3px;              /* 分割线粗细 */
 background: #0d6efd;      /* 和你按钮同色，统一品牌感 */
 border-radius: 2px;       /* 圆角更柔和 */
}

p.card-text a.fw-bold {
    color: #0d6efd !important;  /* 默认蓝色 */
    /*font-weight: 500 !important; */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

p.card-text a.fw-bold:hover {
    color: #0a58ca!important;  /* hover 时更深的蓝 */
    text-decoration: underline!important;
}


 @media (max-width: 1400px) {

    /* 公共样式 */
    .container {
 padding-right: calc(var(--bs-gutter-x) * .5);
 padding-left: calc(var(--bs-gutter-x) * .5);
}
 .ward {
 width: 100%;
}
}
 @media (max-width: 1200px) {

    /* 公共样式 */
    .ward {
 width: 100%;
}
}


 @media (max-width: 1024px) {

.card-title a {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
}
}


 @media (max-width: 992px) {

    /* 公共样式 */
    .ward {
 width: 100%;
}
 #top .container {
 justify-content: space-between !important;
}

    /* 图标轮播 */
    #lun .slick-slide>div {
 width: 85%;
}
}
 @media (max-width: 768px) {

    /* 公共样式 */
    .ward {
 width: 100%;
}

    /* 头部 */
    #top .container {
 justify-content: space-between !important;
}
 #asid_share {
 display: none;
}
 .col-xxl-9 .card-img-top {
 height:auto !important;
 object-fit: contain;
}
.card-body a {
    font-size: 1rem;
}
}
 @media (max-width: 576px) {

    /* 公共样式 */
    .ward {
 width: 100%;
}

    /* 头部 */
    #top .container {
 justify-content: space-between !important;
}

    /* 图标轮播 */
    #lun .slick-slide>div {
 width: 85%;
 padding: 4.5rem !important;
 height: 100%;
 object-fit: contain;
}
 #Solutions .col-12 {
 width: 100%;
}
}
/* 自适应-end*/


.section-box {
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.section-box h3 {
	font-weight: bold;
}
.section-box p {
	color: #666;
	margin-bottom: 15px;
	text-align:center;
}
.section-box div.d-flex.mb-3 {
	border-bottom: 2px solid #eee; /* 或主题蓝色 */
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.card,  .card-img-top {
/*border-radius: 1px !important;*/
        }
.col-xxl-9 .row-cols-md-3 .card-img-top {
	object-fit: cover;
}
header #nav>li .sub-menu>li>a {
	white-space: pre-line !important;
}
/* 轮播容器相对定位，方便悬浮 */
#carouselExampleIndicators {
	position: relative;
}
#carouselExampleIndicators img {
	height: 500px;
	object-fit: cover;
}
 @media (max-width: 768px) {
 #carouselExampleIndicators img {
 height: 250px;
}
}
.wpcf7-submit {
	background-color: #0073e6; /* 根据你的logo蓝色调整 */
	color: #FFFFFF;
	border: none;
}
.wpcf7-submit:hover {
	background-color: #007bb8;
}
/* banner 悬浮表单 */
.banner-contact-form {
	position: absolute;  /* 悬浮在轮播上 */
	top: 50%;            /* 垂直居中 */
	left: 50%;           /* 水平居中 */
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.95); /* 半透明背景 */
	padding: 10px 25px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	z-index: 10;
	max-width: 30%;
}
.banner-contact-form-top {
	line-height: 2em;
	font-size: 1.5em;
}
/* 关闭按钮 */
.banner-contact-close {
	position: absolute;
	right: 1rem;
	cursor: pointer;
	font-size: 26px;
	color: #666;
	transition: color 0.2s ease;
}
.banner-contact-close:hover {
	color: #000;
}
/* 调整 CF7 输入框和按钮 */
.banner-contact-form .wpcf7-form input, .banner-contact-form .wpcf7-form textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px 12px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.banner-contact-form .wpcf7-form input[type="submit"] {
	background-color: #0073e6;
	color: #fff;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.banner-contact-form .wpcf7-form input[type="submit"]:hover {
	background-color: #005bb5;
}
.carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: white;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
h3.display-5 {
	color: #FFF !important;
}


        .col-xxl-9 .row-cols-md-3 .card-img-top {
            object-fit: cover;
        }

        header #nav>li .sub-menu>li>a{
            white-space: pre-line !important;
        }
		
@media (max-width: 768px) {
    #carouselExampleIndicators img {
        height: 250px;
    }
}
.wpcf7-submit {
  background-color: #0073e6; /* 根据你的logo蓝色调整 */
  color: #FFFFFF;
  border: none;
}
.wpcf7-submit:hover {
  background-color: #007bb8;
}

/* banner 悬浮表单 */
.banner-contact-form {
    position: absolute;  /* 悬浮在轮播上 */
    top: 50%;            /* 垂直居中 */
    left: 50%;           /* 水平居中 */
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95); /* 半透明背景 */
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    z-index: 10;
    max-width: 30%;


}

.banner-contact-form-top{	
    line-height: 2em;
    font-size: 1.5em;
	}
	
/* 关闭按钮 */
.banner-contact-close {
	position: absolute;
    right: 1rem;
    cursor: pointer;
    font-size: 26px;
    color: #666;
    transition: color 0.2s ease;
}
.banner-contact-close:hover {
  color: #000;
}

/* 调整 CF7 输入框和按钮 */
.banner-contact-form .wpcf7-form input,
.banner-contact-form .wpcf7-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.banner-contact-form .wpcf7-form input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.banner-contact-form .wpcf7-form input[type="submit"]:hover {
    background-color: #005bb5;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

h3.display-5{
	color: #FFF !important;
	}

.equal-height {
    display: flex;
    flex-wrap: wrap; /* 保证在小屏幕下自动换行 */
}

.equal-height > [class*="col-"] {
    display: flex;
    flex-direction: column; /* 保证内部内容垂直排列 */
}


.single-line-text {
    white-space: nowrap;        /* 不换行 */
    overflow: hidden;           /* 超出隐藏 */
    text-overflow: ellipsis;    /* 显示省略号 */
}

/* 仅针对触摸设备禁用 hover 效果，避免第一次点击触发悬浮效果 */
@media (max-width: 1024px) {
  .card:hover,
  .autoplay3 a:hover,
  .autoplay3.honorImg a:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}


