@charset "utf-8";

.ar-banner{
	width: 100%;
	height: 430px;
	background: url(../../images/AR/ar-banner.png) no-repeat center;
}

.ar-banner h2{
	font-size: 22px;
	color: #fff;
	margin-top: 100px;
	margin-bottom: 20px;
}

.ar-banner p{
	font-size: 14px;
	color: #fff;
	width: 558px;
	margin-bottom: 46px;
	line-height: 24px;
}

.banner-btn a{
	display: inline-block;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	color: #288bff;
	border-radius: 20px;
	margin-right: 15px;
}

.banner-btn a:hover{
	background-color: #288bff;
	color: #fff;
}


.ar-banner img{
	margin-top: 40px;
	position: absolute;
}

.nav-tit{
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	z-index: 1000;
	background-color: #fff;
}

.nav-tit a{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	line-height: 49px;
	font-size: 16px;
	box-sizing: border-box;
	color: #212121;
	cursor: pointer;
}

.nav-tit .cur{
	background-color: #108cee;
	color: #fff;
}

.nav-tit a:nth-child(odd){
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.nav-tit a:last-child{
	border-right: 1px solid #ccc;
}

.ar-section{
	background-color: #F7F9FA;

}

.ar-section h1{
	font-size: 28px;
	color: #35465b;
	text-align: center;
	padding-top: 80px;
	position: relative;
	margin-bottom: 50px;
}

.ar-section h1::after{
	content: "";
	position: absolute;
	width: 56px;
	height: 3px;
	background-color: #5AACFB;
	left: 50%;
	margin-left: -28px;
	bottom: -15px;
}

.se-content{
	width:100%;
}

.se-content li{
	display: block;
	width: 24%;
	height: 320px;
	float: left;
	background-color: #fff;
	margin-right: 1.3333333333%;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 25px;
	padding-right: 25px; 
	overflow: hidden;
	margin-bottom: 0;
}

.se-content li:nth-child(-n+4){
	margin-bottom: 30px;
}

.se-content li:nth-child(4n){
	margin-right: 0;
}

.se-content li:first-child{
	background: url(../../images/AR/function-01.png) no-repeat center 30px #fff;
}

.se-content li:nth-child(2){
	background: url(../../images/AR/function-02.png) no-repeat center 30px #fff;
}

.se-content li:nth-child(3){
	background: url(../../images/AR/function-03.png) no-repeat center 30px #fff;
}

.se-content li:nth-child(4){
	background: url(../../images/AR/function-04.png) no-repeat center 30px #fff;
}
.se-content li:nth-child(5){
	background: url(../../images/AR/function-05.png) no-repeat center 30px #fff;
}
.se-content li:nth-child(6){
	background: url(../../images/AR/function-06.png) no-repeat center 30px #fff;
}
.se-content li:nth-child(7){
	background: url(../../images/AR/function-07.png) no-repeat center 30px #fff;
}
.se-content li:last-child{
	background: url(../../images/AR/function-08.png) no-repeat center 30px #fff;
}

.se-content li h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 140px;
}

.se-content li p{
	font-size: 14px;
	color: #333;
	margin-top: 16px;
	line-height: 24px;
	max-height: 100px;
	overflow: hidden;
}

.se-content li:hover{
	border-top: 4px solid #288bff;
	position: relative;
	background: none;
	background-color: #fff;
	box-shadow: 2px 5px 5px rgba(40,139,255,.2);
}

.se-content li:hover::before{
	position: absolute;
    content: '';
    left: 0;
	top: 0;
	width: 114px;
	height: 110px;	
}

.se-content li:hover:first-child::before{
    background: url(../../images/AR/function-bg-01.png);	
}

.se-content li:hover:nth-child(2)::before{
    background: url(../../images/AR/function-bg-02.png);	
}

.se-content li:hover:nth-child(3)::before{
    background: url(../../images/AR/function-bg-03.png);	
}

.se-content li:hover:nth-child(4)::before{
    background: url(../../images/AR/function-bg-04.png);	
}

.se-content li:hover:nth-child(5)::before{
    background: url(../../images/AR/function-bg-05.png);	
}

.se-content li:hover:nth-child(6)::before{
    background: url(../../images/AR/function-bg-06.png);	
}

.se-content li:hover:nth-child(7)::before{
    background: url(../../images/AR/function-bg-07.png);	
}

.se-content li:hover:last-child::before{
    background: url(../../images/AR/function-bg-08.png);	
}

.se-content li:hover::after{
	position: absolute;
    content: '';
    right: -1px;
	bottom: 0;
	width: 110px;
	height: 110px;
    background: url(../../images/AR/function-bg.png);	
}

.se-content li:hover h2{
	margin-top: 20px;
	color: #136ce6;
}

.se-content li:hover p{
	color: #136ce6;
	max-height: 250px;
}

.necessary-frame{
	width: 100%;
	background-color: #F7F9FA;
	padding-bottom: 120px;
}

.ar-advatages{
	width: 100%;
	padding: 20px 50px 50px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 1px 8px 8px  rgba(40,139,255,.1);
}

.advantages-tit{
	width: 100%;
	border-bottom:1px solid #c1c1c1;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	text-align: center;
}

.advantages-tit a{
	color: #35465b;
	display: inline-block;
	cursor: pointer;
}

.advantages-tit a:first-child{
	margin-right: 180px;
}

.advantages-tit a:last-child{
	margin-left: 260px;
}

.advantages-tit a i{
	display: inline-block;
	background-image: url(../../images/AR/advantages-icon.png);
	background-repeat: no-repeat;
	background-position-x: -10px; 
	width: 36px;
	height: 36px;
	margin-right: 8px;
	vertical-align: middle; 
}

.advantages-tit a:hover{
	color: #1e88ff;
	position: relative;
}

.advantages-tit a:hover::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1e88ff;
	bottom: -1px;
	left: 0px
}

.advantages-tit .curr{
	color: #1e88ff;
	position: relative;
}

.advantages-tit .curr::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1e88ff;
	bottom: -1px;
	left: 0px
}

.advantages-tit .curr i{
	background-image: url(../../images/AR/advantages-icon-hover.png);
	background-repeat: no-repeat;
}

.advantages-tit a:hover i{
	background-image: url(../../images/AR/advantages-icon-hover.png);
	background-repeat: no-repeat;
}

.advantages-tit a:first-child i{
	background-position-y: -10px; 
}

.advantages-tit a:nth-child(2) i{
	background-position-y: -66px; 
}

.advantages-tit a:last-child i{
	background-position-y: -122px; 
}

.advantages-cont{
	padding-top: 10px;
}

.hide{
	display: none;
}

.advantages-cont-txt{
	font-size: 14px;
	color:#666;
	padding-top: 40px;
}

.advantages-cont-txt p{
	line-height: 24px;
	margin-bottom: 20px;
}

.advantages-cont-txt h4{
	font-weight: bold;
	margin-bottom: 20px;
}

.use-case{
	padding:10px 50px;
}

.use-case p{
	font-size: 14px;
	color: #666;
}

.use-case h2{
	font-size: 20px;
	color: #333;
	margin-top: 25px;
	margin-bottom: 18px;
}

.requirement-flow-chart{
	margin-top: 60px;
	margin-left: 116px;
}

.requirement-flow-chart li{
	width: 180px;
	height: 300px;
	text-align: center;
	background: url(../../images/AR/flow-chart-01.png) no-repeat center 0;
	float: left;
}

.requirement-flow-chart li h3{
	margin-top: 128px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.requirement-flow-chart li img{
	margin-top: 3px;
	margin-bottom: 3px;
}

.requirement-flow-chart li p{
	font-size: 14px;
	color: #333;
}

.requirement-flow-chart li p i{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	background: url(../../images/AR/tick.png) no-repeat center;
	vertical-align: middle;
}

.arrowRight{
	margin-top: 39px;
}


.ar-section .tooltab {
    position: relative;
    width: 1204px;
    height: 190px;
    overflow: hidden;
    margin: 50px auto;
    margin-bottom: 20px;
    z-index: 100;
}

.ar-section .tooldiv {
	width: 283px;
    height: 180px;
    background: #fff;
    margin-top: 8px;
    float: left;
    margin-right: 20px;
    border: 1px solid #5fb8ff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.tooldiv:hover {
    border: 1px solid #108CEE;
    box-shadow: 0px 0px 8px #108CEE;
    margin-top: 3px;
}

.tooldivbox {
    width: 1830px;
}

.ar-section .tooldiv a{
	display: block;
    height: 180px;
    width: 282px;
    background: url(../../images/AR/videoBG.png) no-repeat center right;  
}
.ar-section .tooldiv a h4{
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	text-align: center;
	margin-top: 5px;
}
.ar-section .tooldiv a h5{
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding-top: 40px;
}

.ar-section .toolbuttonL {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}

.ar-section .toolbuttonR {
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}

.ar-section .more {
    color: #108CEE;
    font-size: 14px;
    float: right;
    margin-top: -10px;
}

.bzywd {
    position: relative;
}
@media screen and (max-width:1024px){
	.ar-banner{
		background-position:left;
	}
	.ar-banner img,.banner-btn span{
   	 display:none;
	}
	.ar-banner p{
		width:100%;
	}
	.ar-banner h2{
		margin-top:40px!important;
	}
	.se-content li{
		width:100%;
		height:385px;
		margin-right:0;
		margin-bottom:30px;
	}
	.se-content li p{
		max-height:500px;
	}
	.ar-section{
		background-color: #F7F9FA!important;
	}
	.ar-advatages{
		padding:20px;
	}
	.advantages-tit{
		font-size:16px;
		height:60px;
		line-height:60px;
		text-align:left;
		display: flex;
    	justify-content: space-around;
	}
	.advantages-tit a:first-child,.advantages-tit a:last-child{
		margin-left:0;
		margin-right:0;
	}
	.advantages-tit a i{
		width:24px;
		height:24px;
		background-position-x:-11px;
		background-image: url(../../images/AR/advantages-icon-zsy.png);
	}
	.advantages-tit a:hover i{
		background-image:url(../../images/AR/advantages-icon-hover-zsy.png);
	}
	.advantages-tit .curr i{
		background-image:url(../../images/AR/advantages-icon-hover-zsy.png);
	}
}
@media screen and (max-width:320px){
	.se-content li{
		height:425px;
	}
	.advantages-tit a i{
		display:none;
	}
}