.layui-layout-right {
	right: 250px;
}
/** 图标库*/
@font-face {
  font-family: 'all-icon';/** yyq add*/
  src: url('../all-icon/iconfont.woff2?t=1690955443621') format('woff2'),
       url('../all-icon/iconfont.woff?t=1690955443621') format('woff'),
       url('../all-icon/iconfont.ttf?t=1690955443621') format('truetype');
}
.all-icon {
  font-family: "all-icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** 从左向右渐变显示*/
.lay-min-anim{
	-webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both;
}
.lay-min-anim-left {
	-webkit-animation-name: lay-min-left;
    animation-name: lay-min-left;
}

@-webkit-keyframes lay-min-left {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0,0);
	}
	to {
		opacity: 1;
    	-webkit-transform: translate3d(0,0,0);
	}
}
@keyframes lay-min-left {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0,0);
	}
	to {
		opacity: 1;
    	transform: translate3d(0,0,0);
	}
}


/** layui样式*/
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 3px solid #4f6dfb;
    height: 51px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #4f6dfb;
}
.layui-tab-brief>.layui-tab-title{
   height: 50px;
}
.layui-tab-brief>.layui-tab-title li {
	font-size: 18px;
    font-weight: bold;
    padding: 2px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
}


/** 右上角电话*/
@media screen and (max-width: 768px) {
	.head-right-phone{
		display: none;
	}
}
/** 底部*/
.footer-item0{
	color: #F0F0F0;
}
.footer-item0 .qrcode{
	width: 100px;height: 100px;border-radius: 10px;margin-left: 15px;
}
.footer-item0 .company_name{
	margin: 15px 0;font-size: 25px;font-weight: bold;text-shadow: 0px 1px 2px #cdcdcd;
}
.footer-item0 p{
	line-height: 30px;
}


/** 标题*/
.lay-title {
    position: relative;
    width: 200px;
    height: 60px;
    font-size: 25px;
    padding-left: 20px;
    line-height: 60px;
    margin: 10px 0;
}
.lay-title span {
    background: #4f6dfb;
    height: 50px;
    width: 5px;
    border-radius: 50px;
    position: absolute;
    left: 0px;
    top: 6px;
}

/** 节日*/
.left-dl {
	position: fixed;
	top: -20px;
	left: -45px;
	z-index: 9999;
	width: 10%;
}

.right-dl {
	position: fixed;
	top: -20px;
	right: -45px;
	z-index: 9999;
	width: 10%;
}

.tuzi-bz {
	position: fixed;
	bottom: -55px;
	right: -10px;
	z-index: 9999;
	width: 20%;
}

@media screen and (max-width: 768px) {
	.tuzi-bz {
		bottom: -10px;
		right: 0px;
		width: 40%;
	}
	.left-dl {
		top: 0px;
		left: 0px;
	}
	.right-dl {
		top: 0px;
		right: 0px;
	}
}

.left-dl:hover,
.right-dl:hover,
.tuzi-bz:hover,
.xn-2023:hover {
	opacity: 0;
}

.left-dl,
.right-dl,
.tuzi-bz,
.xn-2023 {
	display: none;
}

.xn-2023 {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	width: 20%;
}

.videobg {
	object-fit: cover;
	filter: blur(5px);
	opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/** 应用场景*/
.yycj-box{
	padding: 15px;
}
.yycj-box-div{
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.yycj-box-div img{
	width: 100%;
	transform: scale(1.6);
}
.yycj-box-div-text{
	height: 100px;
	width: 100%;
	background: #00000080;
	color: #fff;
	position: absolute;
    bottom: -120px;
    left: 0px;
    transition: all .3s;
	-webkit-transition: all .3s;
}
.yycj-box-div-text>div{
	margin: 10px;
}
.yycj-box-div-text>div:first-child{
	font-size: 18px;
	font-weight: bold;
}

.yycj-box-div img:hover~.yycj-box-div-text{
	bottom: 0px;
}
.yycj-box-div-text:hover{
	bottom: 0px;
}
.yycj-box-text{
	text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
}


/** 人脸识别解决方案*/
.home-jjfa{
	background: url('../img/jjfnbjnr.jpg') no-repeat;
	background-size: 100% 100%;
	min-height: 600px;
}
.home-jjfa ul{
	position: relative;
	padding-top: 200px;
	width: 100%;
}
.home-jjfa ul>li{
	background: url('../img/jjfnbj_01.png') no-repeat;
	background-size: 100% 100%;
	float: left;
    background-repeat: no-repeat;
    width: 240px;
    height: 240px;
    text-align: center;
    transition: all .5s;
	-webkit-transition: all .5s;
}
.home-jjfa ul li>a{
    cursor: pointer;
}
.home-jjfa ul>li:nth-of-type(2n) {
    margin-top: -120px;
    margin-left: -119px;
    position: relative;
    z-index: 9;
}
.home-jjfa ul li:nth-of-type(3),
.home-jjfa ul li:nth-of-type(5),
.home-jjfa ul li:nth-of-type(7),
.home-jjfa ul li:nth-of-type(9) {
    margin-left: -119px;
}
.jjfa-img{
	width: 40px;
    display: inline-block;
    overflow: hidden;
    padding-top: 67px;
}
.jjfa-img>div{
	overflow: hidden;
    width: 80px;
    position: relative;
    left: -40px;
    transition: all .3s;
	-webkit-transition: all .3s;
}
.jjfa-img .all-icon{
	font-size: 35px;
}
.jjfa-img .jjfa-icon1{
	color: #fff;
}
.home-jjfa ul>li span{
	width: 130px;
    margin: 0 auto;
    height: 1px;
    background: #eee;
    display: block;
    margin-top: 30px;
    margin-bottom: 13px;
}
.home-jjfa ul>li h3 {
	color: #666;
	font-size: 14px;
}
.home-jjfa ul>li:hover{
	background: url('../img/jjfnbj_02.png') no-repeat;
	background-size: 100% 100%;
    .jjfa-img>div{
	    left: 0px;
	}
	.jjfa-h2{
    	color: #fff!important;
    }
	.jjfa-h3{
    	color: #eee!important;
    }
}
.home-jjfa ul>li:hover .jjfa-img>div{
	left: 0px;
}
.home-jjfa ul>li:hover .jjfa-h2{
	color: #fff!important;
}
.home-jjfa ul>li:hover .jjfa-h3{
   	color: #eee!important;
}
@media (max-width: 768px){
	.home-jjfa ul{
		padding: 0%;
		width: 95%;
	}
	.home-jjfa ul li{
	    width: 150px;
	    height: 150px;
	    margin-bottom: 2%;
	}
	.home-jjfa ul li:nth-of-type(2n) {
	    margin: 0%;
	    margin-bottom: 3%;
	}
	.home-jjfa ul li:nth-of-type(3),
	.home-jjfa ul li:nth-of-type(5),
	.home-jjfa ul li:nth-of-type(7),
	.home-jjfa ul li:nth-of-type(9) {
	    margin: 0%;
		margin-bottom: 3%;
	}
	.jjfa-img {
	    padding-top: 28px;
	}
	.jjfa-img .all-icon {
	    font-size: 30px;
	}
	.jjfa-h2{
    	font-size: 15px;
    }
	.jjfa-h3{
    	font-size: 12px;
    }
    .home-jjfa ul>li span {
	    width: 90px;
	    margin-top: 10px;
	    margin-bottom: 8px;
	}
}

/** 合作伙伴*/
.lay-center-title{
	text-align: center;
    font-size: 16px;
    color: #606060;
}
.lay-center-title div:first-child{
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.home-box3{
	background: url('../img/hzhbbj.jpg') no-repeat;
	background-size: 100% 100%;
}
.client_body{
    width: 100%;
    /*height: 200px;
    overflow: hidden;
    white-space: nowrap;*/
    margin: 0px;
	padding: 0px;
	text-align: center;
}
#client_box{
	/*padding: 20px;*/
}
#client_box span{
	width: 120px;
    height: 150px;
    display: inline-block;
    margin: 5px;
    background: #fff;
    line-height: 150px;
    border-radius: 2px;
    padding: 0 10px;
}
#client_box span>img{
	width: 100%;display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
}
#client_box span>img:hover{
	transform: scale(1.1);
}

/** 新闻动态*/
.xwdt_new{
	color: #ff6666;
	border-radius: 4px;
	font-size: 12px;
	padding: 2px 4px;
	position: absolute;
	top: -3px;
	left: 0px;
	background: #ff66661a;
}
/** 新闻动态-更多*/
.xwdt_all{
	position: absolute;
    right: 0;
    top: 20px;
    color: #4f6dfb;
    cursor: pointer;
}
.xwdt_all:hover{
    color: #6d86ff;
}
.xwdt_left .xwdt {
	padding: 10px 30px;
	padding-left: 0px;
}
.xwdt_right .xwdt {
	padding: 10px 30px;
	padding-right: 0px;
}
.xwdt_box {
	padding: 15px 0;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #f3f3fe;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.xwdt_box:hover {
	color: #4f6dfb;
}

.xwdt_box i {
	font-size: 12px;
	margin-right: 5px;
	color: #999;
}

.xwdt_text_center {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	top: 4px;
}

.xwdt_text_right {
	position: absolute;
	right: 0;
	top: 18px;
	color: #999;
}


