@charset "utf-8";

/* 首页 */

/*banner*/
.banner {
	background: url(../images/bannerBg.jpg) no-repeat center;
	width: 100%;
	height: 180px;
}

.width_1560 {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 50px;
}

.banner h1 {
	font-size: 30px;
	color: #fff;
	padding: 25px 0 15px;
}

.banner p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	width: 70%;
}


/*主要内容-第一版-废弃*/
.width_1486 {
	width: 1486px;
	margin: auto;
}

.containerBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 15px 0 0;
}

.descKeyBox {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	width: 100%;
	padding: 80px 20px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(234, 239, 255, 0.7);
}

.containerBox .box {
	display: block;
	height: 300px;
	width: 480px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: 1px solid #4087f6;
	background: #fff;
}

.containerBox .box ul {
	position: absolute;
	left: 0;
	top: 0px;
	width: 3000px;
}

.containerBox .box ul li {
	width: 478px;
	height: 298px;
	overflow: hidden;
	float: left;
}

.containerBox .box .descKeyBox {
	opacity: 0.9;
	top: -100%;
	transition: 0.5s;
	color: #000;
}

.containerBox .box ul li img {
	transition: 0.5s;
}

.containerBox .box:hover ul li img {
	transform: scale(1.2);
}

.containerBox .box .descKeyBox {
	top: auto;
	bottom: -100%;
}

.containerBox .box:hover .descKeyBox {
	bottom: 0;
}

.containerBox .box .bigTit {
	font-size: 20px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #444;
}

.containerBox .box .descInfo {
	color: #222;
	font-size: 16px;
	line-height: 30px;
}

/*遮罩层*/
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	background: rgba(0, 0, 0, 0.5);
}

/*登录框*/
.dialogBox {
	background: #fff;
	padding: 0 20px;
	border-radius: 4px;
	box-shadow: 0 0 20px #666;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 330px;
	z-index: 12;
}

.dialogBox.verificatCode{
	height: 370px;
}

.dialogBox.verificatCode .loginCon{
	width: 340px;
}

.dialogBox.verificatCode .QRcodeBox{
	width: 140px;
	margin-top: 105px;
}

.dialogBox.verificatCode .QRcodeBox img{
	max-width: 140px;
	max-height: 140px;
}

.dialogLoginBox {
	width: 310px;
	padding: 0 35px;
	height: 275px;
}

.dialogBox .tit {
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 1;
}

.dialogBox .tit:hover a{
	color: #ff4040;
}

.loginCon {
	padding-top: 40px;
	position: relative;
}

.loginCon .loginTit{
	color: #666;
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}

.loginCon .errorInfo,
.loginCon .errorInfo span {
	color: #f00;
	font-size: 14px;
	position: absolute;
	top: 65px;
	left: 0;
display: flex;
    align-items: center;
    height: 45px;

}

.loginCon .publicTxt {
	margin-bottom: 24px;
}

.loginCon .publicTxt input {
	height: 40px;
	border: 1px solid #e8e8e8;
	width: 100%;
	border-radius: 4px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
}

.loginCon .publicTxt input:focus {
	border: 1px solid #0089ff;
}

.dialogBox .dialogBtnBox .btnOK {
	width: 100%;
	margin-left: 0;
	height: 46px;
	border-radius: 4px;
	font-size: 16px;
}

.dialogBtnBox .btnOK {
	background: #0089ff;
	border: 1px solid #0089ff;
	color: #fff;
}

.dialogBtnBox .btnOK:hover {
	background: #0074d8;
	border: 1px solid #0074d8;
}

.dialogBtnBox .btnCancel {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
}

.dialogBtnBox .btnCancel:hover {
	background: #ddd;
}


/*首页-tab页切换-方法名称介绍+图片*/
.mainConBox{
	margin: 10px 0;	
	padding: 15px 0;
	background-color: #fff;
}

.aiContainer{
	width: 1560px;
	margin: 0 auto;
}

.aiContainer .titleBox{
	align-items: center;
	display: flex;
	flex-direction: column;
}

.aiContainer .titleBox .partTitle{
	color: #333;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 20px;
}

.aiContainer .titleBox .partDesc{
	color: #333;
	font-size: 16px;
}

.tabsContainer{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 0 100px;
	border-bottom: 1px solid #ddd;
}

.tabsContainer .tabGroup{
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding-bottom: 15px;
}

.tabsContainer .tabGroup .tabImg{
	width: 80px;
	height: 60px;
}

.tabsContainer .tabGroup span{
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}

.tabsContainer .tabGroup.on .underline{
	background-color: #0d66ef;
	width: 48px;
	height: 3px;
	position: absolute;
	bottom: -2px;
}

.tabsContainer .tabGroup:hover span{
	color: #0d66ef;
}

.tabsContainer .tabGroup.on span{
	color: #0d66ef;
	font-weight: 700;
}

.introLeft{
	width: 580px;
	padding: 70px 70px 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.introLeft h1{
	color: #0d66ef;
	border-bottom: 3px solid #0d66ef;
	font-size: 36px;
	font-weight: 700;
	display: inline;
	padding-bottom: 10px;
}

.introLeft p{
	color: #222;
	font-size: 16px;
	line-height: 36px;
	margin-top: 40px;
}

.introLeft .btn_moreDetails{
	display: inline-block;
	height: 55px;
	line-height: 55px;
	min-width: 178px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 70px;
	text-align: center;
	font-size: 16px;
	transition: all 0.6s;
	color: #fff;
	background: -webkit-linear-gradient(left, #77beff, #2174ff);
	background: -moz--linear-gradient(left, #77beff, #2174ff);
	background: linear-gradient(left, #77beff, #2174ff);
}

.introLeft .btn_moreDetails:hover{
	opacity: 0.8;
}

.introLeft .btn_moreDetails .btn-arrowR{
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 13px;
	margin-left: 30px;
	background: url(../images/iocn-arrowR.png) no-repeat;
}

.detectionImgRight{
	width: -webkit-calc(100% - 580px);
	width: -moz-calc(100% - 580px);
	width: calc(100% - 580px);
	height: 455px;
	padding:12px 12px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	background-image: url(../images/homeBg.png);
}

.detectionImgRight .fakeResultImg{
	overflow: hidden;
	width: -webkit-calc(100% - 186px);
	width: -moz-calc(100% - 186px);
	width: calc(100% - 186px);
	height: 434px;
	margin-top: 2px;
	position: relative;
	border: 1px solid #ddd;
}

.detectionImgRight .fakeResultImg img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.experience-scan-wrap{
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.5); */
  position: relative;
}
.experience-scan{
  width: 100%;
  height: 214px;
  background: url(../images/scan.png);
  transform: translateY(-214px);
  position: absolute;
}

.detectionImgRight .fakeResultImg .experience-scan{
	display: block;
	animation: scan 1s ease-in-out infinite normal;
}

@keyframes scan{
  from {
	top:0
  }
  to {
	top:100%


  }
}

.detectionImgRight .exampleSmallImg{
	width: 180px;
	max-height: 431px;
	overflow-y: auto;
	margin-top: 7px;
}

.detectionImgRight .exampleSmallImg ul li{
	overflow: hidden;
	width: 168px;
	height: 102px;
	margin-bottom: 5px;
	position: relative;
	border: 1px solid #ddd;
	background-color: #fff;
}

.detectionImgRight .exampleSmallImg ul li:nth-last-of-type(1){
	margin-bottom: 0;
}

.detectionImgRight .exampleSmallImg ul li.on{
	border: 1px solid #ff4040;
}

.detectionImgRight .exampleSmallImg ul li img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.icon_home{
	display: inline-block;
	width: 80px;
	height: 64px;
	background: url(../images/icon_home.png) center no-repeat;
	vertical-align: middle;
}
.icon_swjc{
	background-position: 0 0;
}

.icon_pscgjc{
	background-position: 0 -250px;
}

.icon_yxqx{
	background-position: 0 -80px;
}

.icon_txsc{
	background-position: 0 -170px;
}

.icon_txsy{
	background-position: 0 -340px;
}

.icon_zyk{
	background-position: 0 -420px;
}