html,body{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
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: 16 16 20px 0;
}

.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;
	}
	
}

.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;
        padding-top: 16px;
        text-align: center;
        position: relative;
        background: rgba(38,151,213,0.2);
        margin-bottom: 10px;
        border-radius:6px;
		list-style:none;
   
}
.sidebar ul li a{
	color:#0188DA;
}
.service_icon {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 138px;
    height:60px;
    padding: 6px;
    background-color: #2c97d5;
    display: none;
    border: none;
    line-height:50px;
    border-radius:6px;
}
.sidebar ul li:hover {
   background-color: #2c97d5;
    color: #fff;
}
    .sidebar ul li:hover a {
        color: #fff;
        text-decoration:none;
    }
.sidebar ul li i {
    font-size: 30px;
}
.sidebar li:hover .service_icon {
    display: block;
}

.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:18px;
	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; */
}


.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: 14px;
	color: #fff;
	background: rgba(255, 255, 255, 0.16);
	padding: 20px 20px;


	border-radius:5px;
}

.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;
}

.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.38rem;}
	.container .row h2{font-size:1.28rem;}
	.container .row h4,h5{font-size:0.96rem;}
	.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: 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){
		   
}