@charset "utf-8";
/* CSS Document */
a:focus, .btn:focus, button:focus, [type="button"]:focus {
    outline: none;
}
.scroll-top {
  position: fixed;
  display: block;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  background: #edf2f9;
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.05);
  transition: 0.5s all ease;
  transform: translateY(5rem);
  color: #788487;
}
.scroll-top.scroll-top-visible {
  transform: translateY(0);
}
.scroll-top:hover {
  transform: translateY(-0.3125rem);
  color: var(--bs-primary);
}
.lang svg{
	width: 24px;
	margin-top:-1px;
}
.lang hr{
	color: rgba(0,0,0,.4);
}
.language-a, footer a{
	text-decoration: none;
}
p{
	line-height: 1.75;
}
p.p-info, .p-info p{
	color: #111;
}
section, .section{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.rd-t-l{
	border-top-left-radius: 1.5rem;
}
.inf-bg{
	background-image: linear-gradient(90deg, rgba(97, 107, 232, .95), rgba(37, 68, 184, 0.7)), url("../images/bg1.jpg");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.mes-bg {
	background-image: linear-gradient(90deg, rgba(37, 68, 184, .9), rgba(97, 107, 232, .9)), url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.color-bg{
	background-image: linear-gradient(45deg, rgba(97, 107, 232, .95), rgba(37, 68, 184, 0.7));
}
.text-justify{
	text-align: justify;
}
.h-title hr{
	width: 3.75rem;
	border:2px solid #333;
    opacity: 1;
	height: 3px;
}
.pro-box a{
	text-decoration: none;
}
.pro-box a.card{
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.card h3 {
    color: #001831;
}
a.card:hover h3 {
    color: var(--bs-primary);
}
.pro-box a.card:hover{
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    -webkit-transform: translateY(-.125rem);
    -ms-transform: translateY(-.125rem);
    transform: translateY(-.125rem);
}
.imgbox{
	overflow: hidden;
}
.imgbox img, img.imgbox{
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.imgbox img:hover, .imgbox:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.black-a a{
	color:rgba(17,17,17,.8);
}
.black-a a:hover{
	color:var(--bs-primary);
}
.copy{
	background: #243882;
	color: rgba(255,255,255,.5);
	text-align: center;
}
.copy a{
	color: rgba(255,255,255,.35);
	text-decoration: none;
}
.copy a:hover{
	color: rgba(255,255,255,.75);
}
.abu-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(0,0,0,0)), url('../images/sub-bg-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.pro-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(0,0,0,0)), url('../images/sub-bg-2.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.equ-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(0,0,0,0)), url('../images/sub-bg-3.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.qua-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(0,0,0,0)), url('../images/sub-bg-4.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.faq-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(0,0,0,0)), url('../images/sub-bg-5.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.con-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(0,0,0,0)), url('../images/sub-bg-6.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.cer-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(0,0,0,0)), url('../images/sub-bg-7.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.pro-list .categories {
    top: 120px;
}
.mySwiper .img-thumbnail{
	opacity: .75;
}
.mySwiper .swiper-slide-thumb-active .img-thumbnail{
	border-color:var(--bs-primary);
	border-width:2px;
	opacity: 1;
}
.pro-detail .border-bottom.btn-box{
	border: 0 !important;
}
.faq-box .card, .faq-box .card .card-header{	
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.faq-box .card:hover{
	border-color: var(--bs-primary);
}
.faq-box .card:hover .card-header{
	background-color: var(--bs-primary);
	color:#fff;
}
@media (min-width: 992px) {
section, .section{
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
}
	
@media (max-width: 991px) {
    .lang .dropdown-menu[data-bs-popper] {
        right: auto !important;
        left: calc(50% - 58px) !important;
    }
	.abu-ind-img{
		flex-direction: column-reverse;
	}
	.abu-ind-img .z-3{
		margin-right: 0 !important;
	}
	.abu-ind-img img{		
		border-top-left-radius: 0 !important;
		border:0 !important;
	}
	.navbar li.nav-item{
		border-bottom: 1px solid rgba(17,17,17,.1);
		padding: 0.5rem;
	}
	.nav-arrow {
        margin-left: 0rem;
        float: right;
        padding-right: 1em;
        padding-left: 0.745em;
        border: 1px solid rgba(17, 17, 17, .2);
        border-radius: 5px;
    }
	.nav-item.d-flex {
        display: block !important;
    }
    .nav-item.d-flex .nav-link:first-child {
        display: inline-block;
        width: calc(100% - 50px);
    }
}
@media (max-width: 576px) {
	.abu-bg {
		background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(255, 255, 255, 0.5)), url('../images/sub-bg-1.jpg');
		background-size: auto 100%;
	}
	.pro-bg {
		background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(255, 255, 255, 0.5)), url('../images/sub-bg-2.jpg');
		background-size: auto 100%;
	}
	.equ-bg {
		background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(255, 255, 255, 0.5)), url('../images/sub-bg-3.jpg');
		background-size: auto 100%;
	}
	.qua-bg {
		background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(255, 255, 255, 0.5)), url('../images/sub-bg-4.jpg');
		background-size: auto 100%;
	}
	.faq-bg {
		background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(255, 255, 255, 0.5)), url('../images/sub-bg-5.jpg');
		background-size: auto 100%;
	}
	.con-bg {
		background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(255, 255, 255, 0.5)), url('../images/sub-bg-6.jpg');
		background-size: auto 100%;
	}
	.cer-bg {
		background-image: linear-gradient(90deg, rgba(255, 255, 255,.9), rgba(255, 255, 255, 0.5)), url('../images/sub-bg-7.jpg');
		background-size: auto 100%;
	}
}

/* 滑动验证样式 */
.slider-captcha-container {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #f2f2f2;
	border-radius: 4px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	user-select: none; /* 禁止文字选中 */
}

.slider-text {
	line-height: 48px;
	color: #999;
	font-size: 14px;
	pointer-events: none; /* 让鼠标事件穿透文字 */
}

.css-arrow {
	width: 15px;
	height: 15px;
	border-top: 4px solid #4ea8c4;
	border-right: 4px solid #4ea8c4;
	transform: rotate(45deg);
	display: inline-block;
	/* 核心炫酷效果 */
	border-radius: 2px; /* 圆角让线条更柔和 */
	filter: drop-shadow(0 0 5px rgba(78, 168, 196, 0.8)); /* 霓虹灯外发光 */
	animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
	0%, 100% {
		opacity: 0.7;
		transform: rotate(45deg) scale(1);
	}

	50% {
		opacity: 1;
		transform: rotate(45deg) scale(1.1);
	}
}

.slider-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 48px;
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s;
	z-index: 2;
}

	.slider-handle:hover {
		background-color: #f8f9fa;
	}

	.slider-handle i {
		color: #666;
	}

.slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #4ea8c4; /* Success Green */
	width: 0;
	z-index: 1;
}

.slider-captcha-container.success .slider-text {
	color: #fff;
	z-index: 3;
	position: relative;
}

.slider-captcha-container.success .slider-handle {
	border-color: #198754;
	color: #198754;
}

/* 蜜罐字段样式 (对用户隐藏) */
.force-hide {
	display: none !important;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: -1000;
}