/*-----------------------------------------------------------------------------------
	    Test_3
        Built with Blocs
-----------------------------------------------------------------------------------*/

html{overflow-x: hidden;} 

body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */

.index-text-color{
	color:#FFF;
}

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("../images/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	max-width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-t-edge{
	background: top no-repeat;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	transition: all .2s ease-out;
}
/* Thick Bars Menu Icon */
.navbar-light .menu-icon-thick-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-thick-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='5' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggle.menu-icon-thick-bars{
	margin-top:4px!important;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #404040;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active{
	background:none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

.text-align-left{
	text-align:left;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-lg li{
	padding-bottom:20px;
}
.list-sp-xl li{
	line-height:38px;
}
.list-horizontal-layout li{
	float:left;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Forms
-------------------------------------------------------------- */
.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.carousel-caption-top{
	top: 45px;
}

.hide-indicators{
	display:none;
}

/*Home*/
.innovation-box{
	margin:30px auto;
	text-align:center;
}

.innovation-box li{
	display:inline-block;
}

.innovation-nav-link{
	text-align: center;
	font-weight:bolder;
	margin:0 15px;
	color:#404040;
	padding-bottom:5px;
	border-bottom:3px solid #F5F5F5;
}
.innovation-nav-link.active{
	border-bottom:3px solid #1a68ad;
}

.home-about-imgbox img{
	max-width:120px;
	margin:10px 20px 30px 20px;
}
.banner-img{
	min-height:180px;
}

/* 404*/
.error_box{
	width:100%;
	padding-bottom:5%;
}
.error_box a{
	color:#FFF;
	font-size:15px;
	margin:0 20px;
	padding:8px 22px;
	border-radius:20px;
	background-color:#1E189E;
}


/* Solution */
.content-box{
	line-height:30px;
	font-size:15px;
}

.solution-tile{
	text-indent:.5em;
	margin:40px auto;
	border-left:3px solid #1a68ad;
}

.solution-bgc-white-box{
	text-align:center;
	line-height:45px;
	border-radius:6px;
	background-color:#FFF;
}
  
/* News 左右滑动样式 */
.news-list-box li{
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list-box li a{
	color:#404040;
	text-decoration:none;
}

.news-list-box li a:hover{
	text-decoration:underline;
}

.new-carousel-item-next, .new-carousel-item-prev, .new-carousel-item.active {
    display: block;
}
.new-carousel-item{
    position: relative;
	left:6%;
	right:6%;
	width:88%;
	float:none;
    display: none;
}

.news-carousel-control-next{
	right:0;
}
.news-carousel-control-prev{
	left:0;
}
.news-carousel-control-next, .news-carousel-control-prev {
    position: absolute;
    top: 10px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
	height:45px;
    text-align: center;
}

/* About */
.about-index-gy{
	text-indent:30px;
}
.about-index-gy a{
	color:#FFF;
}

.about-index-gy a:hover{
	text-decoration:underline;
}

.about-index-times-box{
	color:#cbcaca;
	min-height:400px;
	overflow:hidden;
	padding:20px;
	line-height:35px;
	background:url("../images/innovation_bg.jpg") no-repeat;
	background-size: cover;
}

.about-map{
	width:100%;
	height:300px;
	border-radius:4px;
	border:1px solid #CCC
}

.iw_poi_title {
	color:#CC5522;
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap
}
.iw_poi_content {
	font-size:12px;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}

.about-zizhi-text{
	padding:0 15px;
	font-size:13px;
	color:#5e5e62;
}

/* ScrollToTop button */
.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* Table */
table.singleborder {
	margin:0;
	width:100%;
	border-collapse: collapse;
	border:1px solid #CEDCED;
}

table.singleborder td {
	border:1px solid #CEDCED;
	line-height:30px;
	padding:5px;
}

table.singleborder tr.line0 {
	background-color: #eef;
}
table.singleborder tr.line1 {
	background-color: #fff;
}

/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: Microsoft YaHei;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

.container{
	max-width:1600px;
}
.percent-90{
	margin-left:5%;
	margin-right:5%;
	width:90%;
}
.nav-item{
	padding: 0 10px;
}
.navbar-brand img{
	width:100px;
}
.navbar-button{
	font-family:Microsoft YaHei;
	font-weight:bold;
	text-transform:none;
	text-decoration: none;
	color:rgba(0,0,0,0.6)!important;
	border-style:solid;
	border-color:rgba(0,0,0,0)!important;
	border-width:0px 0px 4px 0px;
}
.navbar-button:hover{
	color:#404040!important;
	border-style:solid;
	text-decoration: none;
	border-color:#006FDF!important;
	border-width:0px 0px 4px 0px;
}
.home-carousel-image{
	max-width:50%;
}
.home-carousel-caption{
	color:#404040!important;
	border-style:solid;
	border-color:rgba(0,0,0,0.3)!important;
	margin:-20% -15% -30% 40%;
	padding:80% 4% 40% 4%;
	border-width:8px 8px 8px 8px;
}
.font-capitalize{
	text-transform:uppercase;
}

.light-button{
	border-style:solid;
	border-color:rgba(0,0,0,0.5)!important;
	font-family:Microsoft YaHei;
	font-weight:700;
	text-transform:uppercase;
	color:rgba(0,0,0,0.5)!important;
	background-color:transparent;
	border-width:2px 2px 2px 2px;
}
.light-button:hover{
	border-style:solid;
	border-color:#006FDF!important;
	background-color:#006FDF;
	color:#FFFFFF!important;
	border-width:2px 2px 2px 2px;
}
.underline{
	border-style:solid;
	border-width:0px 0px 4px 0px;
}

.addaptive-padding{
	margin-top:0px;
	padding-top:45px;
}
.dark-link{
	text-decoration:underline!important;
	font-weight:700;
	font-family:Microsoft YaHei;
	color:rgba(0,0,0,0.7)!important;
}
.dark-link:hover{
	text-decoration:underline!important;
	color:#0071E6!important;
}
.padding-bottom-10{
	margin-bottom:20px;
}
.scroll-fade-in{
	margin-top:-30%;
	padding-top:30%;
}
.product-home-image{
	max-width:60px;
	padding:5% 0;
}
.blue-hover{
	background-color:transparent;
}
.blue-hover:hover{
	background-color:#0071E6;
	text-decoration:none;
	font-weight:normal;
}
.product-home-label-offset{
	margin-top:-42px;
	margin-right:0px;
	margin-left:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:14px;
}
.gray-hover{
	background-color:transparent;
}
.gray-hover:hover{
	background-color:#E6E7E8;
}
.lightgray-bg{
	background-color:#F6F7F8;
}
.padding-10{
	padding:50px 50px 50px 50px;
}
.light-link{
	color:rgba(0,0,0,0.5)!important;
}
.light-link:hover{
	color:#FEFFFE!important;
}
.font-bold{
	font-weight: bolder;
}
.box-shadow{
	box-shadow:0px 10px 30px rgba(0,0,0,0.2);
}
.padding-5{
	padding:5% 5% 5% 5%;
}
.link-txt-underline:hover{
	text-decoration:underline!important;
}
.navbar-icon-offset{
	padding-bottom:5px;
	margin-left:10px;
	margin-top:5px;
}
.font-condensed{
	font-family:Microsoft YaHei;
	font-weight:normal;
	text-transform:none;
}
.font-condensed-bold{
	font-family:Microsoft YaHei;
	font-weight:bold;
}
.blue-underline{
	border-style:solid;
	border-color:#0071E6!important;
	border-width:0px 0px 8px 0px;
}
.padding-1{
	margin:4% 4% 4% 4%;
}
.solution-home-image{
	margin:0% 0% 0% 0%;
	padding:0% 0% 0% 0%;
}
.shadow-offset{
	margin-bottom:5%;
}
.white-hover-shadow:hover{
	background-color:#FFFFFF;
	box-shadow:0px 10px 30px rgba(0,0,0,0.2);
}
.case-logo-offset{
	margin-bottom:30px;
}
.case-logo-hover-frame:hover{
	border-style:solid;
	border-color:#006FDF!important;
	border-width:4px 4px 4px 4px;
}
.case-logo{
	padding:20% 20% 20% 20%;
}
.font-bolditalic{
	font-weight: bolder;
	font-style:italic;
}
.column-offset-2{
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px 0px 0px 0px;
}
.product-main-nav-image{
	width:80px;
	padding:0px 0px 0px 0px;
}
.product-main-title{
	margin-left:-100%;
	color:#FEFFFE!important;
	padding-bottom:50px;
	padding-top:35px;
	margin-top:auto;
	margin-bottom:auto;
}
.fontcolor-black{
	color:#404040!important;
}
.h2-feitian-style{
	letter-spacing:-1px;
}
.h2-3-style{
	letter-spacing:-1px;
}
.h2-4-style{
	letter-spacing:-1px;
}
.h2-8-style{
	letter-spacing:-1px;
}
.product-main-nav-button{
	color:#404040!important;
	border-style:solid;
	border-color:rgba(0,0,0,0.0)!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px 0px 2px 0px;
}
.product-main-nav-button:hover{
	color:#404040!important;
	border-style:solid;
	border-color:#0071E6!important;
	border-width:0px 0px 2px 0px;
}
.product-main-nav-padding{
	padding:20px 0;
}
.product-main-sub-title{
	margin-right:0px;
	margin-bottom:0px;
	margin-top:-5px;
	padding:0px 65px 50px 65px;
}
.column-offset-3{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:25px;
}
.additional-padding-botom{
	padding-bottom:50px;
}
.product-detail-content-offset{
	padding-bottom:20%;
	padding-top:40%;
	padding-left:0px;
}
.fontcolor-white{
	color:#FFFFFF!important;
}
.font-shadow{
	text-shadow:0px 0px 15px rgba(0,0,0,0.5);
}
.fontcolor-gray{
	color:rgba(127,127,127,0.8)!important;
}
.product-detail-customize-position{
	padding-left:0px;
	padding-right:0px;
}
.width-limit{
	max-width:1440px;
	margin-right:auto;
	margin-left:auto;
}
.product-detail-customize-carousel{
	width:100%;
	margin-left:-15%;
	padding-bottom:0px;
	margin-bottom:-20px;
}
.product-detail-customize-carousel-margin{
	margin-bottom:0px;
	padding-bottom:90px;
}
.product-detail-customize-padding{
	padding-bottom:0px;
	margin-bottom:130px;
	margin-top:50px;
}
.img-style{
	width:20px;
}
.resources-icon-offset{
	margin-top:-3px;
}
.resources-checklist-offset{
	margin-top:2px;
	margin-left:5px;
}
.resources-sublist-offset{
	margin-top:10px;
}
.box-shadow-2{
	border-style:solid;
	border-color:rgba(0,0,0,0.2)!important;
	padding-top:0%;
	padding-right:0%;
	padding-left:0%;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	margin:0px 0px 10px 0px;
	border-width:0px 0px 0px 0px;
}
.img-bloc-32-style{
	width:20px;
	margin-top:0px;
}
.resources-list-row-offset{
	margin-top:-5px;
}
.resources-icon-offset-2{
	margin-right:10px;
	width:20px;
	margin-top:-2px;
	padding:0% 0% 0% 0%;
}
.frame{
	border-style:solid;
	border-color:rgba(0,0,0,0.2)!important;
	border-width:2px 2px 2px 2px;
}
.additional-margin-bottom{
	padding-bottom:0%;
	margin-bottom:20px;
}
.zero-margin-around{
	margin:0px 0px 0px 0px;
	padding:0% 0% 0% 0%;
}
.additional-margin-right{
	margin-right:10px;
}
.fontcolor-blue{
	color:#0071E6!important;
}
.p-style{
	letter-spacing:0px;
}
.fading-black-botom{
	background-color:#404040;
	background:linear-gradient(0deg, #404040, rgba(0,0,0,0.0));
}
.pr-bg-height{
	/* min-height:600px; */
}
.pr-arrow-position{
	height:135px;
}
.blue-arrow{
	background-color:transparent;
	color:#006FDF!important;
}
.img-logo-alt-2--style{
	width:150px;
}
.contact-offset{
	margin-top:-200px;
}
.additional-margin-top{
	margin-top:20px;
}
.store-label-offset{
	padding-bottom:20px;
	margin-top:-54px;
}
.store-image-casing{
	width:100px;
	height:100px;
}
.selection-blue-frame{
	border-style:solid;
	border-color:rgba(0,0,0,0.2)!important;
	border-width:2px 2px 2px 2px;
}
.selection-blue-frame:hover{
	border-color:#006FDF!important;
	border-width:2px 2px 2px 2px;
}
.selection-blue-frame:active{
	border-style:solid;
	border-color:#006FDF!important;
	border-width:2px 2px 2px 2px;
}
.p-bloc-56-style{
	font-size:50px;
	line-height:50px;
}
.p-150-style{
	font-size:30px;
	line-height:10px;
}
.width-1600{
	margin-left:auto;
	margin-right:auto;
	max-width:1600px;
	background-color:transparent;
}
.font-regular{
	font-weight:normal;
	font-size:14px;
	color: #5e5e62;
}
.home-product-title{
	color:#404040;
}
.home-product-title:hover{
	color:#1a68ad;
}
.home-product-image{
	/* padding:5%; */
	/* max-width:150px; */
	padding: 5% 22%;
}
.gradient-gray-bg{
	background-color:#959DA3;
	background:linear-gradient(45deg, #BDC3C8, #6F777D);
}
.row-margin-50{
	margin-top:50px;
}
.h3-feitian-style{
	line-height:150%;
}
.top-padding-50{
	padding-top:30px;
}
.top-margin-neg50{
	margin-top:-50px;
}
.row-margin-50_2{
	margin-right:20px;
	margin-left:20px;
	margin-top:0px;
}
.light-blue-bg{
	background-color:#659ECE;
}
.fontcolor-darkblue{
	color:#003B5B!important;
}
.product-home-label{
	font-size:1em;
	color:#1B3A56!important;
	background-color:transparent;
}
.font-condensed-bold:hover{
	font-weight:bold;
}
.product-home-column-offseet{
	margin-bottom:-20px;
}
.product-home-big-image{
	width:100%;
	margin-left:25%;
}
.h3-easy-carry-style{
	line-height:100%;
}
.h1-bloc-20-style{
	line-height:100%;
}
.home-carousel-button:hover{
	border-width:0px 0px 0px 0px;
}
.product-detail-nav-link{
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(0,0,0,0.4)!important;
	border-style:solid;
	border-color:rgba(0,0,0,0.0)!important;
	border-width:0px 0px 2px 0px;
}
.product-detail-nav-link:hover{
	color:#404040!important;
	border-style:solid;
	border-color:rgba(0,113,230,0.0)!important;
	border-width:0px 0px 2px 0px;
}
.product-detail-nav-active{
	border-style:solid;
	border-color:#0071E6!important;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:#404040!important;
	border-width:0px 0px 2px 0px;
}
.product-detail-nav-button{
	font-family:Microsoft YaHei;
	font-weight:bold;
	text-transform:uppercase;
	color:#FEFFFE!important;
	background-color:#0071E6;
}
.product-detail-nav-button:hover{
	background-color:#0071E6;
	color:#FEFFFE!important;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.product-detail-content-right{
	margin-left:-50%;
	margin-top:auto;
	margin-bottom:auto;
}
.product-detail-image-right{
	margin-bottom:-37.5%;
}
.product-detail-image-left{
	margin-bottom:-37.5%;
}
.product-detail-content-left{
	margin-left:-100%;
	margin-top:auto;
	margin-bottom:auto;
}

.title-tag{
	width:50px;
	margin:10px auto;
	border-bottom:4px solid #1a68ad;
}

.product-index-li{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius:4px;
	background-color: #FFFFFF;
}

.product-index-li-bottom{
	border-bottom: 2px solid #1D6AAE;
}

.product-index-text{
	color: #5e5e62;
    padding: 0 10%;
    margin-top: 10px;
    height: 180px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}

.product-list-item{
	padding:10px;
	border-radius:4px;
	border:1px solid #EEE;
	margin:0px auto 30px auto;
	background-color:#F7F5F6;
	box-shadow: 3px 4px 5px #999;
}

.product-list-item-img{
	margin:10px auto;
}

.product-list-item-title{
	margin-top:15px;
	padding-bottom:5px;
	border-bottom:1px dashed #004FA2;
}

.product-list-item-title a{
	color:#004FA2;
}

.product-list-images{
	max-width:170px;
}

.product-text-images{
	max-width:200px;
}

/* Left Nav*/
.left-nav-title{
	line-height:40px;
	background-color:#004FA2;
	border-radius:4px 4px 0 0;
	box-shadow: 3px 4px 5px #999;
}

.left-nav-title a{
	color:#FFF;
}

.left-nav-list-box{
	padding:10px 0;
	margin:0 auto 20px auto;
	border-radius:0 0 4px 4px;
	background-color:#E9E9E9;
	box-shadow: 3px 4px 5px #999;
}

.left-nav-list-box-title{
	width:100%;
	font-size:15px;
	margin:0 auto;
	line-height:30px;
	overflow: hidden;
    white-space: nowrap;
	font-weight: bolder;
	text-overflow: ellipsis;
}

.left-nav-list-box-title a{
	color:#404040;
}

.vision-image{
	width:100%;
}
.vision-content-offset{
	margin:auto auto auto auto;
}
.height-400{
	height:400px;
}
.solution-carousel-caption{
	margin-left:-50px;
	margin-right:-50px;
	margin-bottom:0%;
}
.home-solution-margin-50{
	margin:auto 0px auto 50px;
}
.content-center-vertical{
	margin-top:auto;
	margin-bottom:auto;
}
.home-solution-carousel-button{
	width:50px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-black{
	background-color:#404040;
}
.bgc-gray{
	background-color:#F5F5F5;
}
.bgc-white-2{
	background-color:rgba(255,255,255,0.5);
}
.bgc-black-2{
	background-color:rgba(0,0,0,0.8);
}
.bgc-white-smoke{
	background-color:#F6F7F8;
}
.bgc-blue-gray{
	background-color:#659ECE;
}
.bgc-cobalt{
	background-color:#004FA2;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-prussian-blue{
	color:#0D3A59!important;
	border-color:#0D3A59!important;
}
.icon-true-blue{
	color:#006FDF!important;
	border-color:#006FDF!important;
}

/* Bloc image backgrounds */

.bg-product-feature-fingerprint{
	background-image:url("../images/product_feature_fingerprint.jpg");
}
.bg-product-feature-fpinside{
	background-image:url("../images/product_feature_fpinside.jpg");
}
.bg-product-feature-fpscen{
	background-image:url("../images/product_feature_fpscen.jpg");
}
.bg-product-feature-fpdeploy{
	background-image:url("../images/product_feature_fpdeploy.jpg");
}
.bg-overview-bg-2{
	background-image:url("../images/overview_bg_2.jpg");
}
.bg-partner{
	background-image:url("../images/partner.jpg");
}

/******** Nav ********/
.site-navigation > li{
	/* padding: 0; */
	margin: 0;
	float: left;
	position: relative;
	display: block;
}

.zlight-dropdown:hover > .zlight-submenu{
	display: block;
}

.zlight-submenu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	padding:5px 0;
	white-space:nowrap;
	background-color:#FFF;
	border-radius:4px;
	border:1px solid #d5d5d5;
    -moz-box-shadow: 3px 3px 5px 0px #666;
    -webkit-box-shadow: 3px 3px 5px 0px #666;
    box-shadow: 3px 3px 5px 0px #666;
}
.zlight-submenu .zlight-submenu{
	top: 0;
	left: 100%;
}
.zlight-submenu > li{
	display: block;
	font-size:14px;
	padding:0 15px;
	position: relative;
}
.zlight-submenu > li > a{
	display: block;
	margin:0;
	padding:6px 0;
	font-weight:bolder;
	color: rgba(0,0,0,0.6)!important;
}

.zlight-submenu > li > a:hover{
	font-weight:bolder;
	color: rgba(0,0,0,1)!important;
}
.navbar-button:hover {
	color: rgba(0,0,0,1)!important;
	border-color: #006FDF!important;
}

.navbar-button-visited {
	font-weight: bolder;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #006FDF!important;
}

.form-controls {
	display: block;
	width: 100%;
	border-radius:.25rem;
}

.carousel-h1{
	color:#FFF;
	font-size:3.5em;
	letter-spacing:30px;
}
.carousel-h3{
	color:#FFF;
	font-size:1.3em;
	margin-top:40px;
	letter-spacing:8px;
	white-space: nowrap;
}
.carousel-zl-h1{
	color:#FFF;
	font-size:5em;
}
.carousel-zl-h1-right{
	margin-left:20px;
}
.carousel-zl-h3{
	color:#FFF;
	font-size:1.3em;
	white-space:nowrap;
	padding:5px 0 0 20px;
}

.carousel-zl-td{
	padding:0 0 5px 20px;
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1600px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
	.carousel-h1{
		font-size:3.2em;
	}
	.carousel-h3{
		letter-spacing:5px;
	}
	.carousel-zl-h1{
		font-size:3.2em;
	}
	.carousel-zl-h3{
		font-size:1em;
	}
}

@media (max-width: 1200px)
{
	.carousel-h1{
		font-size:2.5em;
	}
	.carousel-h3{
		margin-top:30px;
		letter-spacing:5px;
	}
	.carousel-zl-h1{
		font-size:2.5em;
	}
	.carousel-zl-h3{
		font-size:1em;
	}
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}

	.home-carousel-caption{
		margin-bottom:-40%;
		border-width:4px 4px 4px 4px;
	}
	.underline{
		border-bottom-width:3px;
	}
	.addaptive-padding{
		margin-top:0px;
		padding-top:25px;
	}
	.column-offset-1{
		margin:0px 0px -20px 0px;
		padding:0px 0px 0px 0px;
	}
	.padding-10{
		padding:10% 10% 10% 10%;
	}
	.shadow-offset{
		margin-bottom:5%;
	}
	.link-txt-underline{
		text-decoration:underline!important;
	}
	.link-txt-underline:hover{
		text-decoration:none;
	}
	.blue-underline{
		border-bottom-width:6px;
	}
	.solution-home-image{
		min-width:1200%;
		margin:0% 0% 0% 0%;
	}
	.padding-1{
		margin:0% 0% 0% 0%;
		padding:4% 4% 4% 4%;
	}
	.padding-2{
		margin-right:8%;
		margin-left:8%;
	}
	.product-main-title{
		padding-bottom:20px;
		padding-top:7px;
	}
	.product-main-sub-title{
		padding-right:35px;
		padding-bottom:20px;
		padding-left:35px;
	}
	.additional-padding-botom{
		padding-bottom:30px;
	}
	.product-detail-content-offset{
		padding-bottom:50px;
		padding-top:40%;
	}
	.product-detail-customize-padding{
		margin-top:50px;
		margin-bottom:50px;
	}
	.text-align-left{
		text-align:left;
	}
	.contact-offset{
		margin-top:-150px;
	}
	.row-margin-50{
		margin-left:15px;
		margin-right:15px;
	}
	.top-padding-50{
		padding-top:16px;
	}
	.top-margin-neg50{
		margin-top:-50px;
	}
	.white-framed-button{
		color:#0D3A59!important;
		background-color:#FFFFFF;
	}
	.product-home-label{
		font-size:0.75em;
		text-decoration:underline!important;
	}
	.blue-hover{
		border-style:none;
		border-color:#FEFFFE!important;
		border-width:0px 0px 0px 0px;
	}
	.product-home-column-offseet{
		margin-bottom:-0px;
	}
	.blue-hover:hover{
		background-color:#0071E6;
	}
	.light-button{
		color:#FFFFFF!important;
		border-color:#006FDF!important;
		background-color:#006FDF;
	}
	.row-fill-margin{
		margin-left:-35px;
		margin-right:-35px;
	}
	.vision-content-offset{
		max-width:80%;
		margin:0% 0% 10% -90%;
		padding:0% 0% 0% 0%;
	}
	.solution-carousel-caption{
		margin-right:-50px;
		margin-left:-50px;
	}
	.home-solution-margin-50{
		margin:40px 50px 4px 50px;
	}
	.home-solution-carousel-position{
		margin-right:50px;
		margin-left:50px;
		margin-bottom:50px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	.voffset-md{
		margin-top:30px;
	}
	.voffset-md-md{
		margin-top:50px;
	}
	.voffset-lg-md{
		margin-top:80px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	.mg-clear-md{
		margin:0;
	}
	.error_box a{
		font-size:13px;
		margin:0 20px;
		padding:5px 16px;
	}
}

@media (max-width: 1000px)
{
	.carousel-h1{
		font-size:2em;
	}
	.carousel-h3{
		margin-top:20px;
		font-size:1em;
		letter-spacing:5px;
	}
	.carousel-zl-h1{
		font-size:2em;
	}
	.carousel-zl-h3{
		font-size:1em;
	}
}

@media (max-width: 790px){
	.zlight-submenu > li{
		display: none;
	}
	.carousel-h1{
		font-size:1.2em;
		letter-spacing:10px;
	}
	.carousel-h3{
		margin-top:10px;
		font-size:.5em;
		letter-spacing:0px;
	}
	.carousel-zl-td {
		font-size:.5em;
	}
	.carousel-zl-h1{
		font-size:1.2em;
	}
	.carousel-zl-h3{
		font-size:.5em;
	}
	
	.home-carousel-caption{
		margin-bottom:-42%;
		border-width:4px 4px 4px 4px;
	}
	.underline{
		border-bottom-width:2px;
	}
	.addaptive-padding{
		padding-top:25px;
		padding-bottom:0px;
	}
	.font-bold{
		font-weight: bolder;
	}
	.padding-10{
		padding:5% 5% 5% 5%;
	}
	.blue-underline{
		border-bottom-width:4px;
	}
	.solution-home-image{
		margin-top:0%;
		margin-right:0%;
		margin-left:0%;
		padding-top:0%;
		min-width:100%;
		padding-left:0%;
		padding-right:0%;
	}
	.padding-2{
		margin-right:4%;
		margin-left:4%;
	}
	.product-main-title{
		padding-top:5px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.additional-padding-botom{
		padding-bottom:30px;
	}
	.product-detail-content-offset{
		padding-bottom:40px;
	}
	.home-carousel-extra-padding{
		background-color:transparent;
		margin-bottom:232px;
	}
	.home-carousel-caption-2-margin{
		margin-left:50px;
		margin-right:50px;
	}
	.row-margin-50{
		margin-right:15px;
		margin-left:15px;
		margin-top:30px;
	}
	.home-solution-image{
		min-width:200%;
		margin-left:-75%;
	}
	.top-margin-neg50{
		margin-top:-30px;
	}
	.product-home-big-image{
		padding-left:0%;
		margin-left:-50%;
		min-width:200%;
		margin-top:70px;
		margin-bottom:-12.5%;
	}
	.product-detail-image-right{
		min-width:200%;
		margin:0% 0% -75% 0%;
	}
	.product-detail-content-right{
		margin-left:0%;
		margin-bottom:0px;
		margin-top:0%;
	}
	.product-detail-image-left{
		min-width:200%;
		margin:0% 0% -75% -100%;
		padding:0% 0% 0% 0%;
	}
	.product-detail-content-left{
		margin-left:0%;
		margin-top:0%;
	}
	.vision-content-offset{
		margin-left:-95%;
		margin-bottom:5%;
		max-width:90%;
	}
	.solution-carousel-caption{
		margin-right:-36px;
		margin-left:-36px;
	}
	.home-solution-margin-50{
		margin-top:43px;
	}
	.home-solution-carousel-position{
		margin:0px 0px 0px 0px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	.voffset-md-sm{
		margin-top:50px;
	}
	.voffset-lg-sm{
		margin-top:80px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	.mg-clear-sm{
		margin:0;
	}
	
	.page-container{
        overflow-x: hidden;
        position:relative;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
	
	.zlight-submenu{
		border:none;
	}
	.navbar-button:hover{
		border-color: rgba(0,0,0,0.0)!important;
	}
	.navbar-button-visited{
		border:none;
	}
}
.product-title-box{
	display: block;
}
.product-title-boxs{
	display: none;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
@media (max-width: 600px){
	html{
		font-size: 12px;
	}
	.content-box{
		font-size:12px;
	}
	.col-sm-6{
		width: 50%;
	}
	.bloc-sm{
		padding: 10px 20px;
	}
	.solution-img-box{
		display: none;
	}
	.footer-navs{
		display:none;
	}
	.product-title-box{
		display: none;
	}
	.product-title-boxs{
		display: block;
	}
	.home-carousel-caption{
		margin-left:-20%;
		margin-right:-20%;
		color:#FFFFFF!important;
		padding-left:10%;
		padding-right:10%;
	}
	.light-button{
		border-color:#006FDF!important;
		color:#FFFFFF!important;
		background-color:#006FDF;
	}
	.addaptive-padding{
		padding-top:20px;
	}
	.column-offset-2{
		margin-bottom:0px;
	}
	.column-offset-3{
		padding-bottom:17px;
	}
	.additional-padding-botom{
		padding-bottom:20px;
	}
	.product-detail-content-offset{
		padding-bottom:5px;
		padding-right:15px;
		padding-left:15px;
	}
	.product-detail-customize-position{
		padding-left:15px;
		padding-right:15px;
	}
	.product-detail-customize-carousel{
		width:100%;
		margin-left:-15%;
	}
	.product-detail-customize-padding{
		margin-top:15px;
		margin-bottom:15px;
	}
	.img-logo-alt-2--style{
		width:150px;
	}
	.contact-offset{
		margin-top:-200px;
	}
	.home-carousel-caption-2-margin{
		margin-left:22px;
		margin-right:22px;
	}
	.home-carousel-extra-padding{
		margin-bottom:176px;
	}
	.row-margin-50{
		margin-right:-13px;
		margin-left:-13px;
		padding-top:0px;
		margin-top:2px;
	}
	.top-padding-50{
		padding-top:0px;
	}
	.top-margin-neg50{
		margin-top:-2px;
	}
	.row-margin-50_2{
		margin-top:22px;
		margin-right:-8px;
		margin-left:-8px;
	}
	.product-home-big-image{
		margin-top:130px;
	}
	.p-166-style{
		font-size:10px;
	}
	.p-167-style{
		font-size:10px;
	}
	.p-168-style{
		font-size:10px;
	}
	.p-169-style{
		font-size:10px;
	}
	.p-170-style{
		font-size:10px;
	}
	.p-171-style{
		font-size:10px;
	}
	.p-172-style{
		font-size:10px;
	}
	.p-173-style{
		font-size:10px;
	}
	.vision-content-offset{
		margin:4% 4% 5% 5%;
	}
	.p-bloc-6-style{
		font-size:12px;
		line-height:16px;
	}
	.solution-carousel-caption{
		margin-right:-24px;
		margin-left:-24px;
	}
	.home-solution-carousel-position{
		max-width:100%;
		margin-right:0px;
		margin-left:0px;
	}
	.home-solution-margin-50{
		margin:22px 22px -22px 22px;
	}
	.home-solution-carousel-button{
		width:22px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
		.voffset-md-xs{
		margin-top:50px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	img.mg-md{
		margin-bottom:20px;
	}
	.pr-bg-height{
		/* min-height:500px; */
	}
}