@charset "utf-8";
/* CSS Document */

.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);
}
.fs--1 .nav-link, .fs--1{
	font-size: .8rem;
}
.fs--2{
	font-size: .85rem;
}
.font-weight-semi-bold .nav-link {
    font-weight: 600 !important;
}
.navbar-split{
	position: relative;
	z-index: -1;
}
.navbar-split:before, .navbar-split:after{
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
}
.navbar-split:before {	
    left: 0;
    width: calc(70% - 100px);
    height: 100%;
    background-color: #fff;
}
.navbar-split:after
 {
    left: calc(70% - 100px);
    border: 100px solid;
    border-color: transparent transparent #fff #fff;
}
.bg-200 {
    background-color: #eff4fb !important;
}
.bg-300 {
    background-color: #edf2f9 !important;
}
.dropdown-menu .dropdown-menu{
	top:0px !important;
	left: 100%;
}
.flag .div-flag{
	width: 40px;
	height: 40px;
	background: var(--bs-white);
	border-radius: 50%;
	display: inline-block;
	line-height: 38px;
}
.h-title hr{
	width: 4.2rem;
	border-color: #748194;
	opacity: 1;
}
.black-bg h2, .black-bg h6, .black-bg h3{
	color: var(--bs-white);
}
.black-bg .h-title hr{
	border-color: var(--bs-white);
}
section, .section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#carouselExampleCaptions img{
	min-height: 500px;
}
.bg01 {
	background: url("../images/bg-1.png") no-repeat bottom right;
	background-size: 65% auto;
	/*background-attachment: fixed;*/
}
.bg02 {
	background: url("../images/bg-2.png") no-repeat bottom left;
	background-size: 65% auto;
}
.bg-img01 {
	background: url("../images/img01.jpg") no-repeat center;
}
.num-bg {
	background-image: linear-gradient(90deg, rgba(16, 71, 144,0.75), rgba(16, 71, 144,0.35)), url('../images/bg-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.msg-bg {
	background-image: linear-gradient(90deg, rgba(16, 71, 144,0.65), rgba(16, 71, 144,1.0)), url('../images/message-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.msg-bg .btn-success:hover, .darkbg .btn-success:hover{
	background: var(--bs-white);
	color:var(--bs-success);
}
.hvr-shadow {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hvr-shadow:focus,.hvr-shadow: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)
}
a.card:hover h3{
	color:#001831;
}
a.card:hover, a.navbar-brand:hover{
	text-decoration: none;
}
.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.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.news-list a:hover{
	text-decoration: none;
}
.msg-bg .form{
	max-width: 950px;
}
.msg-bg .form input::placeholder, .msg-bg .form textarea::placeholder, .form-control::placeholder{
	color:rgba(33, 37, 41,0.5);
	font-size: 1rem;
}
.footer-links .f-link-item{
	display: block;
	color: var(--bs-body-color);
	margin-bottom: 0.5rem;
}
.footer-links .f-link-item:hover{
	color:rgb(0,24,49);
}
.footer-links .col-6 .f-link-item:last-child, .footer-links .f-link-item:last-child{
	margin-bottom: 0;
}
.copy-icon{
	display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    text-align: center;
    border-radius: 5rem;
}
.copybox a{
	color: rgba(255,255,255,0.5);
}
.copybox a:hover{
	color: var(--bs-success) !important;
}
.copybox a.copy-icon:hover{
	color: var(--bs-white) !important;
	background: var(--bs-success);
}
.sub-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,1.0), rgba(0,0,0,0.15)), url('../images/con-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.con-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,1.0), rgba(0,0,0,0.15)), url('../images/con-bg.jpg');
}
.news-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,1.0), rgba(0,0,0,0.15)), url('../images/news-bg.jpg');
}
.pro-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,1.0), rgba(184,35,13,0.15)), url('../images/pro-bg.jpg');
}
.pro-bg1 {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,0.15), rgba(255, 255, 255,1.0)), url('../images/pro-bg.jpg');
	background-position: center top;
}
.abu-bg {
	background-image: linear-gradient(90deg, rgba(255, 255, 255,1.0), rgba(0,0,0,0.15)), url('../images/abu-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.share .div-flag:hover{
	background: #e6e6e6;
}
.pro-list .categories{
	top:80px;
}
.sub-nav .dropdown-toggle::after{
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
	position: absolute;
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	border:0;
	right: 1rem;
	top:1.15rem;
}
.sub-nav{
	margin-bottom: -1px;
}
.sub-nav .dropdown-toggle.active::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.sub-nav .dropdown-toggle.show::after{
	transform:rotate(-180deg);
}
.sub-nav .dropdown-menu.show{
	position:inherit !important;
	transform: translate(0px, 0px) !important;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
}
.sub-nav .dropdown-menu{
	background-color:#e9ecef;	
}
.sub-nav .dropdown-menu .dropdown-item{
	padding-left:2rem;
	min-width: auto;
}
.sub-nav .dropdown-menu .dropdown-item:not(.active):hover{
	background: #f8f9fa;
}
.sub-nav .dropdown-menu .dropdown-item:last-child{
	border-bottom:0px !important;
}
.sub-nav .sub-arrow{
	position: absolute;
	height: 90%;
	top:0.075rem;
	right:0.15rem;
	width: 3rem;
	border: 0;
}
.sub-nav .sub-arrow:hover{
	background-color: inherit !important;
}
.sub-nav a:hover{
	text-decoration: none;
	font-weight:inherit;
}
.sub-nav a:not(.active):hover{
	color: #104790;
}
.mySwiper .img-thumbnail{
	opacity: .75;
}
.mySwiper .swiper-slide-thumb-active .img-thumbnail{
	border-color:var(--bs-primary);
	border-width:2px;
	opacity: 1;
}
.pro-detail table{
	border-bottom: 3px solid var(--bs-primary);
}
.pro-detail table th{
	background: var(--bs-primary);
	color: var(--bs-white);
	font-weight: inherit;
}
.pro-detail table tr:nth-child(even) td{
	background: var(--bs-light);
}
.breadcrumb{
    justify-content: flex-end;
}
@media (min-width: 992px){
	.bsb-navbar.navbar-expand-lg .navbar-nav{
		min-width: 61.8%;
		display: flex;
		justify-content: space-around;
	}	
.abu-num .sub-num{
	border-right: 1px solid rgba(255,255,255,.2);
}
.abu-num .sub-num:last-child{
	border-right: none;
}
	.pro-row{
		flex-direction: row-reverse;
	}
	section.pro-bg1{
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}
}
@media (max-width: 1199px){

	.pro-detail table{
	width: 100% !important;
    height: auto !important;
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    display: flex;
	flex-direction: column;
}	
}
@media (max-width: 991px) {
    .navbar-nav .nav-item {
        border-bottom: 1px dashed rgba(255,255,255,.2);
        padding: 0.5rem;
    }
	.nav-item.d-flex{
		display: block !important;
	}	
    .nav-item.d-flex .nav-link:first-child {
        display: inline-block;
        width: calc(100% - 50px);
    }
    .nav-arrow {
        margin-left: 0rem;
        float: right;
        padding-right: 1em;
        padding-left: 0.745em;
		border:1px solid rgba(255,255,255,.2);
		border-radius: 5px;
    }
	#carouselExampleCaptions img{
		height: 500px;
		width: auto !important;
		opacity: .4;
	}
	#carouselExampleCaptions .carousel-item{
		overflow: hidden;
		background: #fff;
	}
	.bg01, .bg02{
	background-size: 100% auto;
}
	.ind-probox .card{
		border: 0;
	}
}

/* 滑动验证样式 */
.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;
}

/* 加载遮罩层 */
#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 9999;
	text-align: center;
	padding-top: 20%;
}
