@charset "utf-8";


/* CSS Document */

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
}
body {
	height: auto;
	text-align: center;
	background-color: #EFEFEF;
	width:expression(document.body.clientWidth < 1200? "1200px": "auto" );
}

.indexCon{
	height: auto;
	width: 100%;
	border: 1px solid #CCC;
	text-align: center;
	padding-bottom: 40px;
}

/* 轮播图 */
.advmain{
	height: 350px;
	width: 1140px;
	border: 1px solid #C3C3C3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 10px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.adv_con{
	height: 330px;
	width: 1120px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.adv_con ul{
	width: 6500px;
	position: relative;
	list-style: none;
}
.adv_con ul li{
	float:left;
    width:1120px;
    height:330px;
    position:relative;
}
.adv_con ul li img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.spanBox {
	position: absolute;
	width: 180px;
	height: 27px;
	bottom: 10px;
	right: 20px;
}
.spanBox span {
	width: 25px;
	height: 25px;
	margin-left: 5px;
	background-color: rgba(204,204,204,1);
	float: left;
	line-height: 16px;
	text-align: center;
	text-shadow: 2px 2px 2px #C5EBF0;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	padding-top: 4px;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.spanBox span:hover{
	border: 1px solid #F90;
	background-color: #FFF;
}
.adv_con .spanBox .active {
    border: 1px solid #F90;
	background-color: #FFF;
}
.prev {
	position: absolute;
	left: 0px;
	top: 115px;
	float: left;
	border-left: solid 1px rgba(251,245,246,1.00);
	opacity: 0.5;
	cursor: pointer;
}
.prev:hover{
	
	opacity: 0.8;
}
.next {
	position: absolute;
	right: 0px;
	top: 115px;
	float: right;
	border-right: solid 1px rgba(245,237,237,1.00);
	opacity: 0.5;
	cursor: pointer;
}
.next:hover{
	opacity: 0.8;
}
.adv_con a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.adv_con a img{
	height: 100%;
	width: 100%;
	
}

/* 快捷服务 */
.quick_con{
	height: 220px;
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
.usuafun{
	height: 100%;
	width: 390px;
	border: 1px solid #C3C3C3;
	display: inline-block;
	float: left;
	padding-left: 15px;
	margin-right: 30px;
	background-color: #FFF;
}
.usuafun div{
	height: 100px;
	width: 75px;
	display: inline-block;
	font-size: 14px;
	float: left;
	padding-top: 7px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;	
}
.usuafun div a{
	display: inline-block;
	cursor: pointer;
}
.usuafunimg{
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
}
.usuafunimg:hover{
	background-color: #999;
	margin-top: -3px;	
	margin-bottom: 3px;
	box-shadow: 0px 3px 5px 1px  #999;
	-webkit-box-shadow: 0px 3px 5px 1px  #999;
	-moz-box-shadow: 0px 3px 5px 1px  #999;
	-ms-box-shadow: 0px 3px 5px 1px  #999;
}
.usuafunBtn{
	height: 20px;
	width: auto;
	margin-top: 5px;
}
.usuafunBtn:hover{
	color: #F30;
	text-decoration: underline;	
}
/* 考试资讯 */
.testInfo{
	height: 100%;
	width: 349px;
	display: inline-block;
	border: 1px solid #C3C3C3;
	float: left;
	background-color: #FFF;
}
.quick_con #usuacon1{
	margin-right: 20px;	
}
.infoTitle{
	height: 40px;
	width: 100%;
}
.infoTitle div{
	font-size: 18px;
	height: 23px;
	width: 102px;
	display: inline-block;
	margin-left: 10px;
	float: left;
	margin-top: 9px;
	background-image: url(../images/nav01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #FFF;
}
.infoTitle a{
	display: inline-block;
	font-size: 14px;
	float: right;
	width: 65px;
	height: 20px;
	margin-top: 12px;
	cursor: pointer;
}
.infoTitle a:hover{
	color: #F30;
	text-decoration: underline;
}
.divid_line {
	height: 3px;
	background-image: url(../images/nav02.png);
	background-repeat: repeat;
	width: 100%;
	margin-top: 0px;
}
.testInfo .infolist{
	height: 167px;
	width: 100%;
	line-height: 33px;
	overflow: hidden;
	margin-top: 0px;
}
.testInfo .infolist ul{
	height: 100%;
	width: 100%;
	margin-top: 0px;
}
.testInfo .infolist ul li{
	height: 33px;
	width: 100%;
	text-align: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 14px;
	overflow: hidden;
}
.testInfo .infolist ul li a{
	cursor: pointer;
}
.testInfo .infolist ul li a:hover{
	color: #F30;
	text-decoration: underline;
}



/* 产品服务 */
.pro_service{
	height: 300px;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.proserCon {
	width: 270px;
	margin-right: 9px;
	height: 100%;
	display: inline-block;
	background-color: #FFF;
	margin-left: 5px;
	border: 1px solid #C3C3C3;
}
.proserv_top{
	display: inline-block;
	height: 160px;
	width: 250px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.proserv_top img{
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.proserv_top:hover{
	border: 1px solid #CCC;	
	box-shadow: 0px 3px 5px 1px  #D5D5D5;
	-webkit-box-shadow: 0px 3px 5px 1px  #D5D5D5;
	-moz-box-shadow: 0px 3px 5px 1px  #D5D5D5;
	-ms-box-shadow: 0px 3px 5px 1px  #D5D5D5;
}
.proserv_foot{
	display: inline-block;
	height: 107px;
	width: 100%;
	margin-top: 20px;
}
.proserv_detail{
	height: 64px;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	overflow: hidden;
	padding-top: 8px;
	line-height: 23px;
}
