﻿@charset "utf-8";


*{
	font-family: PingFangSC,FZLTXHK,arial,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

/*header*/
.headerbgDiv{
	background: #3399ff;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;   
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 120px;
}
.headerBody{
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
.header{
	width: 1160px;
	margin: 0 auto;
}
.header .logo{
	float: left;
	margin-top: 27px;
}
.header .nav{
	float: right;
}
.header .nav ul{
	list-style: none;
}
.header .nav ul li{
	line-height: 120px;
	display: inline-block;
	margin: 0 10px;
	width: 100px;
	text-align: center;
}
.header .nav ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 80px;
}
.header .nav ul li a.current{
	color: #fb3a14;
	font-size: 20px;
	font-weight: bold;
}
.header .nav ul li a:hover{
	font-size: 18px;
	line-height: 80px;
}

/*banner*/
.bannerBody{
	width: 100%;
}
/* CSS Document */
*{ padding:0; margin:0;}
body{ background:#eee;font-size:0}
.banner{ width:100%; height:650px; overflow:hidden; position:relative;font-size:0;min-width: 1160px;}
.b-img{ height:500px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:650px; float:left;background-size: 100% 100% !important;}
.b-list{ height:50px; padding-top:600px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #b3b3b3; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #fff;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../img/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../img/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}

/*智能在线考试平台介绍*/
.introduceBody{
	width: 100%;
}
.introduceBody .introCont{
	width: 1160px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}
.introduceBody .introCont h1{
	font-size: 32px;
	line-height: 180px;
}
.introduceBody .introCont .explainBody{
	width: 100%;
	text-align: center;
	background: url(../img/frame.png) no-repeat center;
	height: 600px;
	margin-top: 20px;
	position: relative;
}
.introduceBody .introCont .explainBody .circle{
	width: 0;
	height: 0;
	border: 80px solid transparent;
	border-radius: 80px;
	cursor: pointer;
}
.introduceBody .introCont .explainBody .circle1{
	margin: auto;
}
.introduceBody .introCont .explainBody .circle2{
	top: 50%;
	margin-top: -80px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
}
.introduceBody .introCont .explainBody .circle3{
	bottom: 0;
	position: absolute;
	left: 50%;
	margin-left: -80px;
}
.introduceBody .introCont .explainBody .circle4{
	top: 50%;
	margin-top: -80px;
	position: absolute;
	left: 50%;
	margin-left: 140px;
}
.introduceBody .introCont .explainBody .explain{
	width: 300px;
	border: 1px solid #3399ff;
	z-index: 20;
	text-align: left;
	display: none;
}
.introduceBody .introCont .explainBody .explain p{
	font-size: 14px;
	color: #3399ff;
	text-indent: 2em;
	margin: 10px;
}
.introduceBody .introCont .explainBody .explain1{
	position: absolute;
	top: -20px;
	right: 50px;
}
.introduceBody .introCont .explainBody .explain1 img{
	position: absolute;
	left: -150px;
	bottom: -30px;
	width: 160px;
}
.introduceBody .introCont .explainBody .explain2{
	position: absolute;
	top: 100px;
	left: 0;
}
.introduceBody .introCont .explainBody .explain2 img{
	position: absolute;
	right: 0px;
	bottom: -90px;
	width: 160px;
}
.introduceBody .introCont .explainBody .explain3{
	position: absolute;
	left: 50px;
	bottom: 0;
}
.introduceBody .introCont .explainBody .explain3 img{
	position: absolute;
	right: -150px;
	bottom: 10px;
	width: 140px;
}
.introduceBody .introCont .explainBody .explain4{
	position: absolute;
	right: 0;
	bottom: 100px;
}
.introduceBody .introCont .explainBody .explain4 img{
	position: absolute;
	left: 0px;
	top: -85px;
	width: 160px;
}
.introduceBody .introCont .explainBody ul .explain{
	width: 300px;
	height: 300px;
	border: 3px solid #999;
	border-radius: 15px;
	display: inline-block;
	margin: 0 20px;
	position: relative;
	background: #cccccc;
}
.introduceBody .introCont .explainBody ul .explain h2{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 50px;
	height: 50px;
	background: #eee;
	text-align: center;
	line-height: 50px;
	font-size: 36px;
}
.introduceBody .introCont .explainBody ul .explain p{
	margin: 50px 10px;
    font-size: 18px;
    text-indent: 2em;
    text-align: left;
    display: inline-flex;
}

/*我们的技术*/
.technologyBody{
	width: 100%;
	position: relative;
	/*background: #0052cc;*/
	/*opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;   
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60) !important;*/
}
.technologyBody .technologybg{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;   
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !important;
	z-index: -1;
	/*background: #000;*/
	background: #0052cc;
	width: 100%;
	height: 620px;
	overflow: hidden;
}
.technologyBody .technologybg img{
	width: 100%;
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;   
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;
}
.technologyBody .technology{
	width: 1160px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
.technologyBody .technology h1{
	font-size: 32px;
	line-height: 180px;
	color: #fff;
}
.technologyBody .technology .techCont{
	overflow: hidden;
	margin-top: 20px;
}
.technologyBody .technology .techCont ul{
	margin-left: 30px;
}
.technologyBody .technology .techCont ul li{
	float: left;
	width: 200px;
	margin: 10px 10px;
	text-align: center;
	display: inline-block;
}
.technologyBody .technology .techCont ul li h3{
	font-size: 24px;
	line-height: 48px;
	color: #fff;

}
.technologyBody .technology .techCont ul li p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-indent: 2em;
	margin: 0 10px;
	text-align: left;
}


/*我们的客户*/
.customerBody{
	width: 100%;
	background: #fff;
}
.customerBody .customer{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
}
.customerBody .customer h1{
	font-size: 32px;
	line-height: 180px;
	color: #000;
}
.customerBody .customer .customerCont{
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}
.customerBody .customer .customerCont ul li{
	width: 200px;
	margin: 10px 50px;
	text-align: center;
	display: inline-block;
}


/*我们的优势*/
.advanceBody{
	width: 100%;
	position: relative;
	/*background: #0047b3;*/
	/*background: url(../img/advancebg.png) 100% 100% no-repeat;*/
	/*opacity: 0.6;*/
}
.advanceBody .advancebg{
	position: absolute;
	top: 0;
	left: 0;
	/*opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;   
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !important;*/
	z-index: -1;
	/*background: #000;*/
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.advanceBody .advancebg img{
	width: 100%;
	height: 100%;
	/*opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;   
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;*/
}
.advanceBody .advance{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
}
.advanceBody .advance h1{
	font-size: 32px;
	line-height: 180px;
	color: #fff;
}
.advanceBody .advance .advanceCont{
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}
.advanceBody .advance .advanceCont ul{
	margin-left: 130px;
}
.advanceBody .advance .advanceCont ul li{
	float: left;
	width: 200px;
	margin: 10px 50px;
	text-align: center;
	display: inline-block;
}
.advanceBody .advance .advanceCont ul li h3{
	font-size: 24px;
	line-height: 48px;
	color: #fff;

}
.advanceBody .advance .advanceCont ul li p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-indent: 2em;
	margin: 0 10px;
	text-align: left;
}

/*其他信息*/
.otherBody{
	width: 100%;
}
.otherBody .other{
	width: 1160px;
	margin: 0 auto;
	text-align: center;
}
.otherBody .other h1{
	font-size: 32px;
	line-height: 180px;
	color: #000;
}
.otherBody .other p{
	font-size: 16px;
	line-height: 32px;
	color: #000;
}
.otherBody .other a{
	font-size: 16px;
	line-height: 32px;
	width: 100px;
	color: #000;
	margin-bottom: 50px;
	margin-top: 10px;
	border: 1px solid #000;
	height:32px;
	background:#ccc;
	display:inline-block;
}
.otherBody .other a:hover{
	background: #0066ff;
	border: none;
	color: #fff;
	cursor: pointer;
}


/*底部信息*/
.footerBody{
	width: 100%;
	background: #3399ff;
}
.footerBody .footer{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
.footerBody .footer .companyInfo{
	float: left;
	margin: 40px 0;
}
.footerBody .footer .companyInfo p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}
.footerBody .footer .otherProduct{
	float: left;
	margin: 40px 100px 0 300px;
}
.footerBody .footer .part h2{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.footerBody .footer .part a{
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
	display: inline-block;
	color: #fff;
}
.footerBody .footer .link{
	float: right;
	margin-top: 40px;
}
.footerBody .webInfo{
	height: 60px;
	width: 1160px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #888;
}
.footerBody .webInfo p{
	font-size: 14px;
	line-height: 60px;
	color: #fff;
}
.footerBody .webInfo p .icp{
	margin-left: 40px;
}

/*回到顶部按钮*/
.backTop{
	position: fixed;
	bottom: 60px;
	right: 60px;
}
.backTop img{
	cursor: pointer;
}