html,body{
    /*overflow-x:hidden;*/
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	/*border:1px solid red;*/
}
a {
	/* color: #50CB86; */
	color: #0188DA;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	/* color: #50CB86; */
	color: #1fd1fd;
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
	color: #FFF;
	opacity:0.7;
	font-family: Arial, sans-serif;
	font-weight: 400;
	margin: 16px 16px 20px 0;
}

video {
	width:100vw;
	height:100vh;
}

.video_img {
    width:100vw;
	height:100vh;
}

.globalkey_page_banner {
	width:100%;
    height:60vh;
	background:black;
	background:url('../images/banner_circuit.jpg');
	/*background:url('../images/page_banner.jpg');*/

	/*background:url('../images/shutter.gif') no-repeat center center;*/
	background-size:cover;
	padding-top:138px;


}

.globalkey_page_banner .container-fluid {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items:center;
	positon:relative;

}

.globalkey_page_banner .container-fluid h3,p {
	color:rgba(255,255,255,.78);
	font-weight:bold;
}

.ball_small {
	width:58px;
}

ball_big{

}

.slider-img {
    z-index: 9;
    position: relative
}

.bubble-1 {
    position: absolute;
	width:20px!important;
    top: 23%;
    left: 16%;
	opacity:.6;

    -webkit-animation: movinglight 10s linear infinite;
    animation: movinglight 10s linear infinite
}






.bubble-2 {
    position: absolute;
    top: 20%;
    right: 50%;
    -webkit-animation: jumpTwo 4s linear infinite;
    animation: jumpTwo 4s linear infinite
}

.bubble-3 {
    position: absolute;
    top: 18%;
    right: 30%;
	opacity:.8;
    -webkit-animation: animation-two 5s linear infinite;
    animation: animation-two 5s linear infinite
}

.icon_on_banner {
	opacity:.3;
	margin-left:1rem;
	mix-blend-mode:hard-light;
	transition:1.3s;
}

.content {
	width:100%;
	min-height:300px;
	padding:80px 0;
	/*border:2px solid red;*/
	background:black;
	margin-top:-32px;
}
.content .container-fluid .row {
	margin-top:2rem;
}

.content ul li, .content ol li {
	color:rgba(255,255,255,.68);
	margin-left:2rem;
}

/*.content h3 {*/
/*	font-size:1.3rem;*/
/*}*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {
	/*background:rgba(108,200,238,9);*/
	background:rgba(10,3,63,.58);
	color:white;
	margin:0;
}

.content .nav-item, .tab_softwares .nav-item {
	padding:0!important;
	font-weight:bold;
}

.content .nav-tabs .nav-link {
            border-radius: 0 !important;
        }

.content .nav-tabs .nav-link:active {
           background:orangered;
        }


.content #myTab {
	display:flex;
	justify-content:space-between;
	border:none; //去掉下横线
}
.content .nav-item {
	width:230px!important;
	font-size:16px;
	text-align:center;
	padding:3px 10px;
	margin:6px;
	background:rgba(0,0,0,.18);
	border:1px solid rgba(255,255,255,.18);
}

.content .tab-pane {
	        border:none;

            transition: opacity 0.3s linear !important;
        }
.content .tab-pane:not(.active) {
            opacity: 0;
            display: none;
        }
.content .tab-pane.active {
            opacity: 1;
            display: block;
        }

.software_photo {
	z-index:1;
	margin-bottom:2rem;

	transition:.6s;
}

.software_photo:hover {
	transform:scale(1.08);
	z-index:2!important;
	box-shadow:1px 1px 16px 3px rgba(76,201,240,1);
}

.software_desc {

}

.software {
	padding:20px;
	color:rgba(255,255,255,.68);
}

.soft_demo {
	height:380px;
	background:rgba(7,8,78,.38);
	border:1px solid rgba(255,255,255,.08);
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-size:0.9rem;
	padding:1rem;
	overflow:hidden;
	transition:.6s;

}

.soft_demo:hover {
	box-shadow:1px 1px 16px 3px rgba(76,201,240,1);
	background:rgba(7,8,78,.28);
	transform:translateY(-8px);
}

.soft_demo_photo {
	width:100%;
	height:100px;

	background:red;
	border:1px solid green;
	position:relative;
}

.soft_video {

}

.soft_demo i, .soft_video i{
	font-size:2rem;
	cursor:pointer;
}



.tab_softwares .nav-tabs {
	border-bottom:none!important;
	display:flex;
}

.tab_softwares .nav-tabs .nav-item {
	flex:1;
}

tab_softwares .tab-content {

}



.tab_box {

	padding:1rem;
	line-height:1.8rem;
	margin:0 0.4rem;
  	border:1px solid rgba(255,255,255,.18);
	background:rgba(10,3,63,.58);
	/*background:url('../images/slider-shape-6.png') no-repeat left bottom;*/
	/*background-size:180px;*/
}

.soft_video {
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid rgba(255,255,255,.18);
}

.intro_box {
	/*border:1px solid red;*/
	padding:10px;
	color:rgba(255,255,255,8);
	font-size:.98rem;

	background:linear-gradient(to bottom,rgba(255,0,0,.28), rgba(0,0,0,.18) );
	/*border-right: 1px solid rgba(255,255,255,.28);*/
	border-top: 2px solid rgba(255,255,255,.28);
	transition:.6s;

}
.intro_box:hover {
	transform:translateY(-8px);
	box-shadow:1px 1px 16px 3px rgba(76,201,240,.68);
}

.intro_box .f_green, .intro_box .f_orange {
	color:rgba(255,255,255,1);
}

.company_left, .company_right {
	border:1px solid rgba(255,255,255,.18);
	padding:1rem;
	background:rgba(8,8,78,.18);
	/*background:rgba(255,255,255,.06);*/
}

.company_left li {
	list-style:none;
	margin-right:1rem;
}


header {
	width:100%;
	height:128px;
	background:rgba(0,0,0,.38);
	border:1px solid rgba(255,255,255,.2);


}
.globalkey_header_logo {
	height:68px!important;
}

/*.company_title{*/
/*	display:flex;*/
/*	flex-wrap:nowrap;*/
/*	!*flex-direction:column;*!*/
/*	align-items:center;*/
/*	!*margin-right:200px!important;*!*/
/*	color:goldenrod;*/
/*	text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);*/
/*}*/

.nav-item {
	position:relative;
	margin:10px;

}

.nav-link {
	color: rgba(76,201,240,1);
}

.sub_menu {
	position:absolute;
	/*width:600px;*/
	/*min-width:100px;*/
	left:20px;
	/*top:90%;*/
	top:82px;
	/*background:rgba(76, 201, 240, .8);*/
	/*background:rgba(2 9, 11, .8);*/
	background:rgba(0, 0, 0, .98);
	border:1px solid rgba(76, 201, 240, .8);
	border-top:none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/*box-shadow:0 0 1px 2px rgba(76, 201, 240, .08);*/
	box-shadow:0 0 1px 3px rgba(255, 255, 255, .03);
	overfolow:hidden;

	font-size:0.9rem;
	padding:1rem;
	/*visiblity:hidden;*/
	/*opacity:0;*/
	transform-origin:top center;
	transform:rotateX(-90deg);
	transition:.6s ease;
	z-index:999!important;


}

.sub_menu h6 {
	/*border-bottom: 1px solid rgba(255,255,255,.68);*/
	color:rgba(76,201,240,1);
	/*border-bottom: 1px solid rgba(238,118,18,.8);*/
	/*border-radius:3px;*/
	/*border-bottom:1px solid rgba(76, 201, 240, .8);*/
	padding:6px;
	/*box-shadow:-2px 0 0 0 rgba(255,255,255,.38);*/

}

.w380 {
	width:380px!important;
}
.w680 {
	width:680px!important;
}
.sub_menu_software_serials h6 a {
 	display:block;
	font-weight:bold;
	line-height:30px;
	color:rgba(76,201,240,1);
	box-shadow:-6px 0 rgba(76,201,240,1);
	/*box-shadow: 10px 0 rgba(76,201,240,1);*/
	padding:6px 2rem;
	background:rgba(0,0,0,.98);
	border:1px solid rgba(76,201,240,1);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: .6s;
	/*background:red;*/
}

.sub_menu_software_serials h6 a:hover {
	color:rgba(255,255,255,.98);
	/*background:rgba(76,201,240,1);*/
	box-shadow:1px 1px 16px 3px rgba(76,201,240,1);
}

.sub_menu ul{
	padding:1rem;
	list-style:none;
}

.sub_menu ul li {
    border-radius:5px;
	color:rgba(76,201,240,1);
	/*margin:1rem 0 !important;*/

	padding: 6px!important;
	transition: .6s;

}

.sub_menu ul li:hover {
	cursor:pointer;
	/*padding:0 1rem;*/
	color:rgba(255,255,255,.98);
	background: rgba(0,0,0,.8);
	/*transform:scale(0.98);*/
	box-shadow: 1px 1px 6px 3px rgba(76,201,240,1);
	margin-left:3px;
	/*border:1px solid rgba(255,255,255,.6);*/
	/*font-weight:600;*/
	/*transform: translateX(1rem);*/
	/*border-bottom:1px solid rgba(76,201,240,1);*/

}

.sub_menu li a {
	color:rgba(76,201,240,.8);
}

.sub_menu li a:hover {
	color:rgba(255,255,255,.8);
}

.right_line {
	border-right:1px solid rgba(76,201,240,.18);

}

.sub_menu_icon {
    display:flex;
	justify-content:center;
}


.nav-item:hover .sub_menu{
	visibility:visible;
	opacity:1;
	transform:rotateX(0);
}

.sticky {
	background: rgba(7,2,63,1)!important;
	box-shadow: 0 0 1px 2px rgba(76,201,240,.38);
}

.header_right {
 	margin-right:1rem;
	color:#4cc9f0;

	display:flex!important;
	align-items:center;
	justify-content:flex-end;
	height:3rem;
	gap:1rem;

}


.header_right .phone {
	display:flex;
	jusitfy-content:center;
	align-items:center;
	/*width:30px!important;*/
	/*height:30px!important;*/


	/*border-radius:15px;*/
	/*padding:3px;*/
	/*margin-right:1rem;*/
	/*text-align:center;*/
	/*background:rgba(210,163,17,.8);*/
	/*box-shadow:0 0 8px rgba(255,255,255,.3);*/
	cursor:pointer;
	transition: .6s;
}

.phone_icon {
	height:36px;
}

.header_right .phone:hover {
	/*background-blend-mode: luminosity!important;*/
	/*filter: grayscale(80%) sepia(50%);*/
	filter: hue-rotate(118deg) brightness(68%);


	transform:rotateY(180deg);
}

.header_right .phone_text {
    display:flex;
	flex-direction:column;
}
.service_time {
	font-size:0.92rem;
}
.service_number {
	font-size:0.99rem;
	font-weight:700;
}

/*.header_right .phone::before {*/
/*    content:'';*/
/*	position:absolute;*/
/*	top:0;*/
/*	left:0;*/
/*	width:32px;*/
/*	height:32px;*/
/*	border-radius:16px;*/
/*	border:1px solid lightblue;*/
/*	!*transform:scale(1.05);*!*/
/*}*/

.header_right i {
	color:rgba(255,255,255,.8);
}






@media (max-width:768px) {
	header {
		width: 100%;
		height: 128px;
		background: rgba(0, 0, 0, .98);
		border: 1px solid rgba(255, 255, 255, .2);

	}

	.sub_menu {
		top:90%;
		background:rgba(76,201,240,.6);
	}

	.sub_menu h6 {
        border-bottom:2px solid lightskyblue!important;
	}


	.navbar-nav{
		background:linear-gradient(to bottom, rgba(0,0,0,.58),rgba(0,0,0,.88));
		/*background:linear-gradient(to bottom, rgba(255,255,255,.08), darkblue);*/
		border-radius:5px;

    }
	.nav-link {
		display:block;
		padding:0 10px!important;

		transition:.6s;

	}
	.nav-link:hover {
		background: rgba(76,201,240,.98);
		border-radius: 5px;
		color:white;
		box-shadow:0 0 6px rgba(76,201,240,.18);

	}

	.nav-item:hover .sub_menu {
		opacity:0;
		display:none;
	}

	.globalkey_page_banner .container-fluid h3 {
		font-size:1.08rem;
	}
	.globalkey_page_banner .container-fluid h4 {
		font-size:1rem;
	}

	.globalkey_page_banner .container-fluid p {
		font-size: 0.8rem;
	}

	.content .nav-item {
		margin:0;
		width:50%!important;


    }

}

	/*.navbar-collapse{*/
	/*	margin:0;*/
	/*	padding:0;*/
	/*	border:1px solid orange;*/
	/*	width:100vw;*/
	/*}*/


.navbar-toggler {
	border:none;
	outline:none;
}

.navbar-toggler-icon {
	color: rgba(76,201,240,1)

}

.header_logo {
	display:flex;
	width:200px;
}

.header_bg {

}

.header_call {
	font-size:1.38rem;
	font-weight:600;
	color:rgba(255,255,255,.78);
	display:flex;
	align-items:center;
}

.header_phone {
	width:50px;
	height:50px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	border:goldenrod;
	background:orange;
	margin-right:1rem;
}

.company_title {
	display:flex!important;
	/*flex-wrap:nowrap;*/
	/*flex-direction:column;*/
	align-items:center;
	margin-right:100px!important;
	color:goldenrod;

	text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}
.company_name{

}

/*.navbar-nav {*/
/*	margin-left:300px;*/
/*}*/

.nav-item {
	padding:0 20px;
}
.white_link {
	font-size:18px!important;
	/*color:rgba(255,255,255,.78);*/
	color: rgba(76,201,240,.8);
	border-radius:5px;
	transition:.6s;
}
.white_link:hover {
	box-shadow: 10px 10px 66px 6px rgba(76,201,240,1);

}

.globalkey_movie {
	margin-top:138px;
}

.my_carousel {
	height:530px!important;

}



.li_style{
	list-style-type:none;
	color:rgba(0,255,255,0.6);
	font-size:16px;
	/*font-weight:lighter;*/
	}

.text-gray{
	color:rgba(129,129,155,0.7);

}

.text-blue{
	/* color:rgba(0,0,155,0.9); */
	color:#3B96DD;
}

.text-black{
	color:rgb(0,0,0);
}






.light{
	
	opacity:0.7;
	text-shadow: 
	1px 0 0 #EEE, 0 1px 0 #EEE;
/* 	0 -1px 0 #FFF, -1px 0 0 #FFF, 
	1px 0 1px #FFF, 0 1px 1px #8B4513, 
	0 -1px 1px #FFF, -1px 0 1px #8B4513;" */
}

.f_black{
	color:#000;
	font-size:16px;
}  

.f_green{
	padding:0 6px;
	opacity:0.8;
    border-radius:7px;
	background-color: #50cb86;
	}
.f_orange{
	padding:0 6px;
	opacity:0.8;
	border-radius:7px;
	background-color: #f29b76;
	}

.f_bold{
	padding:0 6px;
	opacity:0.8;
	font-weight:bold;
	}
	
.f_content_white{
	font-size:16px!important;
	color:rgba(255,255,255,0.8);
	line-height:1.8;
}

.my-nav {	
	
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 40px 0;
/* 	z-index: 990; */

	background: rgba(0, 0, 0, 0.2);
	

}

.fixed-header-on nav {
	
	padding: 40px 0;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);


}




@media screen and (max-width: 768px) {
	.my-nav {
		padding: 20px 0;

	}
	.company_title {
		transform:scale(0.7);
		margin-right:0;
		margin-left:-2rem;

	}
	.header_right {
		margin-right:0;
		position:absolute;
		top:39px;
		left:188px;
	}
	.phone_icon {
		height:30px;
	}
	.service_time {
        font-size:0.7rem;
	}
	.service_number {
		font-size:0.73rem;
	}

	.navbar-toggler {
		margin-top:1rem;
	}
}

.my-nav #my-logo {
	float: left;
    margin-top:-16px;
	/*
	font-size: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/globalkey_software_icon.png);
	background-repeat: no-repeat;
	background-size: 100px 102px;
    background-position: 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	z-index:9999
	*/
}

.compnay-title{
	display:flex;
	flex-direction:column;
}
.site-name {
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    margin-top:9px;
    
}

.site-name a {
    color: #9a6905;

	
}

.site-slogan {
    font-size: 12px;
    color: #9a6905; 
   
	
}

.site-slogan a{

    color: #9a6905;
	padding-top:-10px!important;
}




@media screen and (max-width: 768px) {
	.my-nav .menu-1 {
		display: none;
	   
	}
}


.top_menu  {
	padding: 0 3px;
	margin: 2px;;
	list-style: none;
	display: flex;
	justify-content:flex-end;
}

.top_menu  a {

	font-size: 16px;
	font-weight:bold;
	padding: 10px 20px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.top_menu  a:hover, .fh5co-nav ul li a:focus {
	background: rgba(0, 0, 0, 0.41);
	color: white;
	text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
	border-radius: 20px;
	
	background:rgba(35,220,233,0.8);
	box-shadow: 1px 1px 5px rgba(255,255,255,0.3);
}	

.guide_arrow {
	display:inline-block;
	    width:0;
	    height:0;
		
	    border-left:30px solid transparent;
	    border-right: 30px solid transparent;
	    border-top:30px solid #17A2B870;
		/* box-shadow:1px 3px 12px #17A2B860; */
		position:relative;
		left:50%;
		transform:translateX(50%;)
	/* background:yellow; */
	   /* margin-top:30px;
 */
	
		animation:arrow_move 3s infinite;
		-webkit-animation:arrow_move 3s infinite; /*Safari and Chrome*/
	/* animation:arrow_move 1s infinite; */
	}
	@keyframes arrow_move {
		25% {top:0;}
		50% {top:100px;}
		75% {top:160px;}
		100% {top:0;}
		/* from {top:0px;}
		to {top:160px;} */
		
	}
	/* @-webkit-keyframes arrow_move {
		0%{top:0;}
			50%{top:30px;}
			100%{top:0;}
		} */
}

.move_div
			{
				width:100px;
				height:100px;
				background:red;
				position:relative;
				animation:mymove 2s infinite;
				-webkit-animation:mymove 2s infinite; /*Safari and Chrome*/
			}
			
			@keyframes mymove
			{
				from {top:0px;}
				to {top:100px;}
			}
	
.sidebar {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 999;
	
	
  
}
.sidebar ul li {
        width: 60px;
        height: 60px;
        border-bottom: 0px;
	    display:flex;
	    justify-content:center;
	    align-items:center;
        /*padding-top: 16px;*/
        /*text-align: center;*/
	    /*vertical-align:middle;*/
        position: relative;
        background: rgba(38,151,213,0.2);
        margin-bottom: 10px;
        border-radius:6px;
		list-style:none;
	    transition: .3s;
   
}
.sidebar ul li a{
	color:#0188DA;
	/*text-align:left!important;*/
	/*display:inline-block;*/
	border-radius:3px;
	padding:3px;
	transition:.6s;
}
.sidebar ul li a:hover{
	background:rgba(9,20,8,.68);
	color:rgba(76,201,240,1)!important;
}
.service_icon {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
    position: absolute;
    top: 0px;
    right: 50px;
    width: 238px;
    height:270px!important;
    padding: 6px;
    background-color: #2c97d5;
    display: none;
    border: none;
    line-height:50px;
    border-radius:6px;
	transition:.6s;

}
.sidebar ul li:hover {
   background-color: #2c97d5;
    color: #fff;
	transition:.6s;
}
    .sidebar ul li:hover a {
        color: #fff;
        text-decoration:none;
    }
.sidebar ul li i {
    font-size: 30px;
}
.sidebar li:hover .service_icon {
    display: flex;

}

.sidebar li:nth-child(2):hover .service_icon {
    display: flex;
	top:-69px;

}

.sidebar li:nth-child(3):hover .service_icon {
    display: flex;
	top:-141px;
}

.sidebar li:nth-child(4):hover .service_icon {
    display: none;
	/*top:-209px;*/
}

.intro{color:white;font-size:12px;line-height:1.8;}
.white_txt{color:white}	
.gray_txt{color:lightblue}	
.hl_txt{background-color:lightgreen;border-radius:3px;}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: url(../images/loader.gif) center no-repeat #fff;
}
.video{
				width: 100vw;
                height:100vh;
				
				/* background-image:linear-gradient(120deg,#010303,#073E66); */
				background-image:linear-gradient(120deg,rgb(19,60,91),rgb(21,200,255));
				/* background-image:url("images/banner_chemist_bg.jpg"); */
				background-attachment:fixed;
				/* background:url("images/banner_chemist_bg.jpg") no-repeat center center/cover; */
			    position:fixed;
				top:0;
				left:0;
				z-index:-1;
				
}
.video video{
						
						/* object-fit: fill; */
						
						width:100vw;
						height:100vh;
						/* filter: blur(1px); */
						-webkit-filter: blur(1px);
						object-fit: cover; 
						/* height:100%; */ 
}

.video_photo_bg{
	display:none;
}

.desc_text{
	
	font-size:16px;
	box-shadow:2px 3px 6px lightskyblue;
	opacity:0.7;
}


.js .animate-box {
	opacity: 0;
}

.line{
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	height: 1px;
	background: #fff;
	background-image: -webkit-linear-gradient(left, #008181, #fff, #008181);
	background-image: -moz-linear-gradient(left, #008181, #fff, #008181);
	background-image: -ms-linear-gradient(left, #008181, #fff, #008181);
	background-image: -o-linear-gradient(left, #008181, #fff, #008181);
	opacity: 0.5;
}

.products_intro{
	
	/*background: #00c;*/
	
	background-color:#red;
	height: 100%;
	display:block;
	margin :20px; auto;

}

.products_intro>ul{
	z-index:999;
    box-sizing:border-box;
	height: 140px;
	display:block;
	margin:0px auto;

}
.products_intro>ul>li{
	float:left;
	z-index:9991;
	/*background: purple;*/
	width: 138px;
	height: 138px;
	box-sizing:border-box;
	margin:0 auto;
    list-style:none;
    

	/*border: 2px solid gold;*/

	padding-left:12px;
	padding-right:12px;

}

.products_intro>ul>li>span>a{
	float:left;
	z-index:9991;
	/*background: purple;*/

	border: 2px solid green;


}

.products_intro>ul>li>span>a:hover{
	float:left;
	z-index:9991;
	/*background: purple;*/

	border: 2px solid red;


}

.products_intro>ul>li>p{

	margin-top:-40px;
	
	z-index:9999;
	font-size:12px;


	text-align:center;
	color:#fff;
	opacity: 0.7;
	

}



.products_intro>ul>li>p>a:hover{

	
	font-size:13px;
	display:block;
	background:#green;

}



.products_intro>ul>li>img{
	float:left;
	z-index:9999;
	background: purple;
     box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	display:block;
	border: 1px solid gold;
	box-sizing:border-box;

}

.products_intro span {
    color: #fff;
    font-size: 28px;
    width: 110px;
    height: 110px;
    border: 3px solid #fff;
    line-height: 3.8;
    border-radius: 50%;
    text-align:center;
    box-shadow: 0px 0px 7px #9e9e9e;
    opacity: 0.7 !important;
}
.products_intro span.a {
	
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	display:block;
	text-align:center;
	
	


}

.products_intro span.a:hover {
	
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: all 0.35s ease-in-out;
	
}


.icon_large img{
    width:100%;
	opacity:0.8;
	border-radius:3px;
	box-shadow:1px 2px 3px #28CCF8;
	transition: all 1s ease; 
	
}
.coustomer_icon img{
	 width:260px;
     height:100px;
     padding:3px;
     transition: all 1s ease; 
}
 
.icon_large img:hover{
	 -webkit-transform: scale(1.03);
	  -moz-transform: scale(1.03);
			transform: scale(1.03);
			/*transform: rotateY(360deg);*/
			/*transform: translate(0, -3px);*/
		

			opacity: 0.9; 
            border-radius: 2px;
            box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.8);
 /* -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
	  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
			box-shadow: 0 -1px 10px rgba(0,0,0,.5);
			opcity:0.5; */
}


.product_desc {
	padding:20px 0;
}

.video_in_3grids {
	border:1px solid rgba(255,255,255,.18);
	height:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(10,3,63,.58);
}

.video_group {
	display:flex;
	justify-content:space-between;
}
.video_group p {
	width:260px;
	border:1px solid rgba(255,255,255,.38);
	padding:5px 10px;
	transition:.6s;
}

.video_group p:hover {
	color:rgba(255,255,255,.98);
	box-shadow: 1px 2px 12px 3px rgba(76,201,240,.78);
}

.products_intro span.fa.fa-cart-plus {
   background: #ff4f81;
}

.products_intro span.fa.fa-cart-plus:hover {
    background: #ff4f81;
    transform: scale(1.2);
	opacity: 1;
	transition: 0.3s;
}




.products_intro span.fa.fa-smile-o {
    background: #3b9fec;

}

.products_intro span.fa.fa-smile-o:hover {
    background: #3b9fec;
    transform: scale(1.2);
	opacity: 1;
	transition: 0.3s;
}

.products_intro span.fa.fa-pie-chart {
    background: #2dde98;
}

.products_intro span.fa.fa-bar-chart {
    background: #50CB86;
}


.products_intro span.fa.fa-calculator {
    background: #ff4f81;
}


.text-orange{
	color:darkorange;
	}

.text-oran{
	color:darkorange;
	}

.my_box{
	opacity:0.7;
	box-shadow:1px 3px 12px #17A2B8;
}

.bg_transparent{
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.18);
	padding: 20px;
	border-bottom:1px solid rgba(255,255,255,.18);

}

.bg_lightblue{
	background:#3692D2
}

.m_18{
	margin:18px 18px
}

.modal {
    position: relative;
    
    width: 56%;
    height: 30%px;
    margin: 0 auto;
    z-index: 9999;
}

.modal-header {
    background-color: #ccc;
    color: #fff;
    border: 1px solid #E3E3E3;
    border-radius:8px;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}


.modal-content img {
	width: 100%;
	box-shadow: 6px 3px 4px rgba(25, 25, 24, 0.28);
	//darkgrey 10px 10px 30px 5px ;//边框阴影
}

.modal-content h4 {
	color: #fff;
	text-align: center;
	font-size: 18px;
    margin-bottom: .5em;
    letter-spacing: 1px;
    text-shadow: 6px 3px 4px rgba(25, 25, 24, 0.28);
}

.modal-content h5 {
    color: #fa6a36;
    margin: 16px 0;
    font-size: 26px;
}
.modal-header {
	padding: 30px;
}

.p_indent{
	text-indent:2rem;
}

/*.mobile_banner{*/
/*	dispaly:none;*/
/*	width:100%;*/
/*	height:50vh;*/
/*	background:linear-gradient(to right, red, blue);*/
/*	overflow:hidden;*/

/*}*/

.banner{
	width:100%;
	height:100vh;
	background:linear-gradient(to right, red, blue);
	overflow:hidden;
}

/*.banner img{*/
/*	width:100%;*/
/*}*/
/* 固定轮播容器高度（示例使用全屏高度） */
        .carousel-container {
            height: 100vh;
            overflow: hidden;
        }

        /* 轮播项高度继承容器 */
        .carousel-item {
            width: 100%; /* 确保占满容器宽度 */
		    height: 100vh; /* 全屏高度（可根据需求调整） */
		    position: relative;
		    overflow: hidden; /* 防止图片超出容器 */
        }

/*		.carousel-item img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover!important; !* 或 contain，根据需求选择 *!*/
/*}*/

        /* 图片容器 */
        .img-container {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #000;  /* 深色背景填充空白区域 */
			position:relative
        }

		.banner_title{
			position:absolute;
			top:168px;
			left:45%;
			max-width:580px;
			color:rgba(238,228,255,.58);
			/*color:rgba(238,128,0,.8);*/
			/*color:#FF8C0098;*/
			font-size:1.28rem;
			/*text-shadow:1px 2px 2px #daa52068;*/

		}

		.banner_ufo{
			position:absolute;
			top:208px;
			left:33%;
			max-width:680px;
			font-size:1rem;

			text-align:center;
			/*color:rgba(238,228,255,.78);*/
			color:rgba(76,201,240,1);
			/*box-shadow: 1px 2px 3px 6px rgba(76,201,240,.2);*/
			text-shadow:
			0 0 2px rgba(76, 201, 240, 0.8),
			0 0 5px rgba(76, 201, 240, 0.6),
			0 0 8px rgba(76, 201, 240, 0.3);
		}


			/*color:rgba(238,128,0,.8);*/
			/*color:#FF8C0098;*/
			font-size:1.18rem;
			/*text-shadow:1px 2px 2px #daa52068;*/

		}

        /* 图片样式 */
        .carousel-img {
            width: 100%;
            height: 100%;
            object-fit: cover;  /* 关键属性 */
            /*object-position: center;*/
			pointer-events: none; /* 允许点击下面的内容 */

        }

        /* 响应式调整（可选） */
        @media (max-width: 768px) {
            /*.carousel-container {*/
            /*    height: 50vh;*/
            /*}*/
			/*.banner{*/
			/*	height:50vh;*/
			/*}*/

			/*.carousel-img {*/

			/*	height: 50%;*/
			/*	object-fit: cover;  !* 关键属性 *!*/
			/*	object-position: center;*/
			/*}*/
			/*.banner{*/
			/*	display:none;*/
			/*}*/
			.banner{
				height:50vh;
			}
			#myCarousel{
				height:50vh;
			}
			.img-container, .carousel-item{
				max-width:768px;
				height:50vh;

			}
			.img-container img{
				height:80%;

			}

			.banner_title{
				top:118px;
				left:168px;
				font-size:0.68rem!important;
				text-align:center;
			}
			.banner_title_slogan{
				display:none!important;
			}

			.banner_ufo{
				display:none;
			}
			.business h3{
				font-size:1.38rem;
				color:rgba(255,255,255,.78);
			}
			.business p{
				font-size:1rem;
				color:rgba(255,255,255,.78);
			}



			.business_box{
				font-size:0.8rem;
				line-height:1rem;
			}
			.business_box button{
				font-size:0.8rem;
			}

			.footer_box:last-child(){

				display:none!important;
			}

			.net_beian{
				display:none!important;
			}

			.service_card{
				width:23%;
			}

			.service_card h3{
				font-size:0.8rem!important;

			}
			.service_card p{
				font-size:0.58rem!important;
				font-weight:300!important;
			}
			.service_card:nth-child(1) { top: 0; left: 3%; animation-delay: 0.5s; border-left:none;}
			.service_card:nth-child(2) { top: 0; left: 27%; animation-delay: 0.8s; }
			.service_card:nth-child(3) { top: 0; left: 51%; animation-delay: 1.1s; }
			.service_card:nth-child(4) { top: 0; left: 74%; animation-delay: 1.4s; border-right:none; }

			.icon_on_banner{
				margin-left:0;
				transform:scale(.9);
			}
        }




.business{
	padding:100px 0;
	background:rgba(0,3,8,1);
	/*background:rgba(10,3,63,1);*/
	/*background:url('../images/shape-show.png')*/
}


.business_box{
	position:relative;
	color:rgba(255,255,255,.58);
	height:380px;
	border:1px solid rgba(255,255,255,.28);

	/*border-radius:5px;*/
	margin: 1rem 0;
	padding:1rem;
	overflow:hidden;
	transition:.6s;
}
.business_box:hover{
	box-shadow:0 0 16px lightgray;

}

.business_box dd{
	text-indent:2rem;
}

.business ::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  /*background: linear-gradient(to bottom, rgba(10, 3, 63, .18), rgba(0, 0, 0, .28));*/
  /*background: linear-gradient(to bottom, rgba(76,201,240,.28), rgba(0, 0, 0, .28));4*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, .28), rgba(255,0,18,.28));


  z-index: 1;
  transition: all .3s;
}

.business_box:hover::before{
  height:68%;
}




.customer{
	padding:80px 0 100px;
	background:rgba(10,3,63,1);
	color:rgba(255,255,255,.68);
}

.customer h6, p{
	line-height:1.6rem;
	color:rgba(255,255,255,.68);
}
.customer .customer_ul li{
	list-style:none;
	margin:30px 0;
	padding:10px;
	border:1px solid rgba(76,201,240,.58);
	background:rgba(0,0,0,.38);
	transition:.6s;
}

.customer .customer_ul li:hover{
	transform: translateY(-10px);
	color:rgba(76,201,240,1);
	box-shadow: 10px 10px 99px 6px rgba(76,201,240,1);

}

.customer_desc{
	border:1px solid rgba(255,255,255,.18);
	background:rgba(0,0,0,.18);
	/*background:url("../images/shape-show.png");*/
	/*background-size:contain;*/

	/*margin-top:-17px;*/

	margin:0 5px;
	padding:50px 20px;
}
.customer_logo{
	width:100%;
	padding:10px 5px;
	background:white;
	/*box-shadow:0 2px 0 lightgray;*/
}
.customer_logo img{
	max-height:60px;
	max-width:500px;
}

.greeting_icon {
	transition:.6s;
}
.greeting_icon:hover {
	transform: rotateX(-20deg) rotateY(10deg) translateY(-10px);
}

.info-item p{
	margin-bottom:10px;
}

.contact_info_box{

	padding-left:1rem;
	/*border-radius:5px;*/
	/*background:rgba(0,0,0,.18);*/
}

.contact_info i{
	margin:0 1rem;
}

.phone_and_qq{
	display:flex;
}
.contact_wechat{

	margin-left:2rem;
}


.white_txt{
	color:rgba(255,255,255,.68);
}

footer{
	height:auto;
	background:rgba(0,0,0,.8);
    line-height:2rem;
	position:relative;
}
footer p{
	color:rgba(255,255,255, .78);
	line-height:2rem;


}
.bg_footer{
	position: absolute;
  	top: 0;
  	left:50%;
  	width: 100%;
  	height: 560px;
 	transform: translateX(-50%);

	/*background:red;*/
	background:url("../images/bg_footer.png");
}
.footer_content{
	padding: 117px 0 118px;
	border:1px solid rgba(255,255,255,.2);

	/*height:500px;*/
	/*background:yellow;*/
}
.footer_box{

	padding:1rem;
	border-right:1px solid rgba(255,255,255,.1);
	min-height:220px;
}
.footer_box:last-child(){
	border-right:none;
}
/*.footer_box:last-child{*/
/*	border:none;*/
/*}*/
.footer_social_group{
	display:flex;
	gap:2rem;
}

.footer_social_group span{
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid rgba(76,201,240,.16);;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer_social_group span i{
	color:rgba(255,255,255,.68);
	padding:6px;
	transition:.3s;


}
.footer_social_group span i:hover{
	color:rgba(76,201,240,1);
	/*background: darkorange;*/
	/*border-radius:50%;*/
	transform:translateY(-8px);
	/*padding:6px;*/

}

.footer_link{
	list-style:none;
	padding-bottom:1rem;
}

.footer_link a{
	color:rgba(255,255,255,.8);
	padding:2px 6px;
	border-radius:5px;
	transition: .3s;
}
.footer_link a:hover{
	color: rgba(76,201,240,1);
	box-shadow: 1px 1px 6px 3px rgba(76,201,240,1);
	/*box-shadow: -3px -3px 6px 9px rgba(76,201,240,1);*/
}


.copyright{
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	padding:20px 0;
 	color: white;
	background:rgba(0,0,0,.58);

	/*background:red;*/
}

.copyright span{
	font-size:16px;
	color:rgba(255,255,255,.6);
}

.shgs_burea{
	height:26px;
	opacity:.8;
	margin-top:-5px;
	margin-right:8px;


}

.net_beian{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:1rem;
}

.contact-panel {
    position: fixed;
	z-index:1688;
  	top: 118px;
  	right: 0;
  	height: calc(100vh - 118px);
  	width: 25%;
	/*background:rgba(110,201,238,.98);*/
	background:rgba(108,200,238,.98);
	/*background:rgba(22,18,188,.9)!important;*/

  	box-shadow: -2px 0 10px rgba(0,0,0,0.1);

  	overflow-y: auto;
	transition:1s;
}
.contact-panel i{
	margin-right:6px;
}
/*.contact-panel label{*/
/*	rgba(255,255,255,.8)!important;*/
/*}*/
.close-btn {
  	position: absolute;
  	top: 15px;
  	right: 20px;
	display:flex;
	justify-content:center;
	align-items:center;
    background: transparent;
    border: 0;
    font-size: 32px;
    color: #ff4444;
    cursor: pointer;
    line-height: 1;
    padding: 6px 10px;
    transition: color 0.3s;
}

.close-btn:hover {
  color: #cc0000;
}

.send_btn{
	display:flex;
	justify-content:flex-end;
	font-size:0.8rem;
}

.send_tip{
	color:orangered;
	font-size:0.7rem;
}


/* 入场动画 */
.slide-down-fade-enter-active {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 离场动画 */
.slide-down-fade-leave-active {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 初始状态 */
.slide-down-fade-enter,
.slide-down-fade-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}

/* 最终状态 */
.slide-down-fade-enter-to {
  opacity: 1;
  transform: translateY(0);
}
/*!* 过渡动画 *!*/
/*.slide-fade-enter-active {*/
/*  transition: all 0.3s ease-out;*/
/*}*/
/*.slide-fade-leave-active {*/
/*  transition: all 0.3s ease-in;*/
/*}*/
/*.slide-fade-enter-from,*/
/*.slide-fade-leave-to {*/
/*  transform: translateX(100%);*/
/*  opacity: 0;*/
/*}*/


.contact_right{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}

.contact_area label{
	color:rgba(255,255,255,.78);
}

.phone_service span{
	border-bottom:1px solid lightgreen;
}

.bg_dark_blue{
	background:rgba(10,3,63,1);
	border-top:1px solid rgba(255,255,255,.18);
}

.banner_contact{
	margin-top:108px;
	position:relative;
}

.service_card {
    position: absolute;
    width: 20%;
	height:180px;
	overflow:hidden;
    padding: 1rem;
    /*background: rgba(255,255,255,0.95);*/
    /*border-radius: 15px;*/
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateX(-150%);
    opacity: 0;
    animation: slideIn 0.6s forwards;
	/*border-top:1px solid rgba(255,255,255,0.18);*/
	/*border-bottom:1px solid rgba(255,255,255,0.18);*/
    border: 1px dashed rgba(76,201,240,.3);
	/*border-top:none;*/
	/*border-bottom:none;*/
    backdrop-filter: blur(5px);
}


/*.service_card:nth-child(1) { top: 20px; left: 10%; animation-delay: 0.5s; }*/
/*.service_card:nth-child(2) { top: 80px; left: 25%; animation-delay: 0.8s; }*/
/*.service_card:nth-child(3) { top: 140px; left: 40%; animation-delay: 1.1s; }*/
/*.service_card:nth-child(4) { top: 200px; left: 55%; animation-delay: 1.4s; }*/

.service_card:nth-child(1) { top: 0; left: 8%; animation-delay: 0.5s; border-left:none;}
.service_card:nth-child(2) { top: 0; left: 28%; animation-delay: 0.8s; }
.service_card:nth-child(3) { top: 0; left: 48%; animation-delay: 1.1s; }
.service_card:nth-child(4) { top: 0; left: 68%; animation-delay: 1.4s; border-right:none; }

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.service_card h3 {
    color: #2a5298;
    margin: 0 0 15px 0;
    font-size: 1.3em;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.service_card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.88em;
}

.tag {
    display: inline-block;
    background: #1e3c72;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8em;
    margin: 5px 0;
}

/* 悬停效果 */
.service_card:hover {

    transform: translateY(-5px);
    transition: all 0.3s ease;
	box-shadow:1px 1px 16px 3px rgba(76,201,240,1);


    /*box-shadow: 0 15px 35px rgba(0,0,0,0.2);*/
}

.service_card:hover .icon_on_banner{
	opacity:.9;
	transform:rotateY(360deg);
	/*transform:translateX(10px);*/

}

.service_card:hover p{
	color:rgba(255,255,255,.8);
}

@media (max-width: 768px) {
  .contact-panel {
    width: 100% !important;
  }
}
/*.footer{*/
/*	margin:20px 10px;*/
/*	display:flex;*/
/*}*/
/*.footer-right{*/
/*	display:flex;*/
/*	justify-content:space-evenly;*/
/*}*/
/*.footer-icon{*/
/*	margin-top:-16px;*/
/*}*/
/*.footer-links {*/
/*	padding: 0;*/
/*	margin: 0;*/
/*}*/

/*.footer-links li {*/
/*	padding: 0 20px;;*/
/*	margin: 0;*/
/*	list-style: none;*/
/*	font-size:16px;*/
/*	font-weight:bold;*/

/*	*/
/*}*/

.li a {
	color: #000;
	text-decoration: none;
}

.footer-links li a:hover {
	text-decoration: underline;
}

.card, .card-title, .card-text{
	color:rgba(0,0,0,.88);
}

.row_presentation{
	margin-top:20px;
	display:flex;
	justify-content:center;
}
.btn_presentation{
	background:orangered;
	border-radius:20px;
	padding:5px 10px;
	color:white;
	display:flex;
	justify-content:center;
	margin:6px;

}
.btn_presentation:hover{
	background:#cb4e2598;
	transition:0.7s;
}

.video_show_title{
	width:90%;
	display:flex;
	justify-content:center;
	font-size:1rem;
	
}
.video_show{
	display:flex;
	justify-content:center;

}
.video_show video{
	width:90%;
}
.video_show_link{
	text-decoration:none;
}

			
			/*

.products_intro span.fa.fa-check-square-o {
    background: #ff4f81;
}

.products_intro span.fa.fa-check-square-o:hover {
    background: #50CB86;
    transition: .5s cubic-bezier(.68,-0.55,.27,1.55);
}
.products_intro span.fa.fa-volume-control-phone {
    background: #3b9fec;
}
.products_intro span.fa.fa-calendar {
    background: #2dde98;
}
.products_intro span.fa.fa-smile-o {
    background: #ffc168;
}
.products_intro span.fa.fa-calculator {
    background: #ff4f81;
}

*/

@media screen and (max-width:767px) {
	
	.video{
		background-image:url(images/banner_globalkey_bg.jpg)!important;
		background-size:cover;
		background-position:center;
	}
	.video video{display:none;}
	.video img{
		background-size:cover;
		background-position:center;
	}
	.video_pohto_bg{
		display:block;
		background:url(../images/banner_chemist_bg.jpg);
		background-size:cover;
		background-position:center;
	}
			
	.footer-icon, .footer-right, .sidebar 
	{display:none;} 
	.desc_text, .f_content_white,h1,h2,h3,h4,h5,ol
	/*{color:green;} */
	.container{background:transparent;}	
	.container h2{font-size:1.18rem;}
	.container .row h2{font-size:1.18rem;}
	.container .row h4,h5{font-size:0.96rem;}
	.carousel-item h3{font-size:1.08rem;}
	.carousel-item .card .card-title{
		font-size:1rem;
	}
	
	.row_presentation{flex-direction:column;margin-top:-70vh;}
	.content_desc{padding-top:78px}
	.video_show_title{font-size:0.7rem;margin:0 10px;}
	.video_show video{width:100%}
	
		
			
}
		
@media screen and (min-width: 768px) and (max-width: 991px) {
	.video{
		background-image:url(images/banner_globalkey_bg.jpg)!important;
		background-size:cover;
		background-position:center;
	}
	.video video{display:none;}  
	.video_pohto_bg{
		display:block;
		background:url(images/banner_chemist_bg.jpg);
		background-size:cover;
		background-position:center;
		position:attachment;
		z-index:-1;
	}
	.footer-icon, .footer-right, .sidebar {display:none;} .desc_text, .f_content_white,h1,h2,h3,h4,h5,ol{color:green;} .container{background:black;}	 
    .container h2{font-size:1.38rem!important; }
	.carousel-item h3{font-size:1rem;}
	.carousel-item .card .card-title{
		font-size:1rem;
	}
	.row_presentation{flex-direction:column;margin-top:-70vh;}
	.content_desc{padding-top:78px}
	.video_show_title{font-size:0.7rem;margin:0 10px;}
	.video_show video{width:100%}
}
		
@media screen and (min-width:992px) and (max-width:1199px){
	.row_presentation{flex-direction:column;}
			
			
		  
}
		
@media screen and (min-width:1200px){
		   
}