@CHARSET "UTF-8";
/*学历页面*/
/*轮播图*/
body{
	min-width: 1200px;
}
.carouselWrap{
	width: 100%;
	min-width: 1200px;
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}
.carouselWrap .imgList li:first-child ~li{
	display: none;
}
.carouselWrap .imgList a{
	display: block;
}
.carouselWrap .imgList img{
	display: block;
	width: 100%;
}
.carouselWrap .dotList{
	position: absolute;
	bottom: 24px;
	left: 30px;
	right: 30px;
	text-align: center;
}
.carouselWrap .dotList li{
	width: 12px;
	height: 12px;
	background-color: #eee;
	border-radius:50%;
	margin: 0 6px;
	cursor: pointer;
	display: inline-block;
}
.carouselWrap .dotList li.on{
	background-color: #ff1d00;
}
.carouselWrap .btn{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border-radius:50%;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
.carouselWrap .btn:hover{
	background-color: rgba(0,0,0,0.6);
}
.carouselWrap .btn-left{
	left: 120px;
}
.carouselWrap .btn-right{
	right: 120px;
}
.carouselWrap .btn:before{
	content:' ';
	width: 40px;
	height: 60px;
	position: absolute;
	top: 0;
}
.carouselWrap .btn-left:before{
	background: url(../images/xuanchuan/edu/btn-left.png) no-repeat;
	background-size:100%;
	left: 8px;
}
.carouselWrap .btn-right:before{
	background: url(../images/xuanchuan/edu/btn-right.png) no-repeat;
	background-size:100%;
	right: 8px;
}

/*导航*/
.e-container{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.e-container .e-nav{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -404px;
	background-color: #fff;
	z-index: 9999;
}
.e-container .e-nav.fixed{
	position: fixed;
	top: 0;
}
.e-container .e-nav ul:after{
	content:' ';
	clear: both;
	display: block;
}
.e-container .e-nav ul li{
	float: left;
	font-size: 16px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-top:1px solid #2a9fe4;
	border-bottom:1px solid #2a9fe4;
	border-right:1px solid #2a9fe4;
	color: #2a9fe4;
	cursor: pointer;
}
.e-container .e-nav ul li:first-child{
	border-left:1px solid #2a9fe4;
}
.e-container .e-nav ul li.on,
.e-container .e-nav ul li:hover{
	background-color: #2a9fe4;
	color: #fff;
}

/*学历查询*/
.e-container .eduQuery{
	height: 690px;
	padding-top: 80px;
	position: relative;
}
.e-container .eduQuery .top img{
	width: 960px;
}
.e-container .eduQuery .left{
	position: absolute;
	top: 170px;
	left: 38px;
	width: 940px;
	height: 500px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
.e-container .eduQuery .left ul li img{
	width: 100%;
	height: 500px;
}
.e-container .eduQuery .right{
	position: absolute;
	top: 250px;
	right: 40px;
	font-size: 16px;
}
.e-container .eduQuery .right ul li{
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #7ecdf4;
	margin-bottom: 20px;
	cursor: pointer;
}
.e-container .eduQuery .right ul li.on,
.e-container .eduQuery .right ul li:hover{
	border-colof: #7ecdf4;
	background-color: #7ecdf4;
	color: #fff;
}
.e-container .eduQuery .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1116px;
	border:3px dashed #7ecdf4;
	text-align: center;
	z-index: 999;
	padding: 20px 0;
	font-size: 22px;
}

/*学历是你的第二张身份证*/
.e-container .eduEffect{
	height: 600px;
	margin-top: 40px;
	position: relative;
}
.e-container .eduEffect .eff1{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}
.e-container .eduEffect .eff2{
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -175px;
	width: 350px;
}
.e-container .eduEffect .eff3{
	position: absolute;
	top: 260px;
	left: 170px;
	width: 140px;
}
.e-container .eduEffect .eff4{
	position: absolute;
    top: 450px;
    left: 0;
    margin-left: 170px;
    width: 140px;
}
.e-container .eduEffect .eff5{
	position: absolute;
	top: 260px;
	right: 170px;
	width: 140px;
}
.e-container .eduEffect .eff6{
	position: absolute;
	top: 455px;
	right: 170px;
	width: 120px;
}

/*证书的作用*/
.certEffect img{
	width: 100%;
	display: block;
}

/*解决方案*/
.solution img{
	width: 100%;
	display: block;
}
.solution img.sol2{
	width: 1008px;
	margin: 0 auto;
}

/*要选就选好学校*/
.selectSchool{
	margin-top: 30px;
	font-size: 16px;
	height: 750px;
	position: relative;
}
.selectSchool .top{
	margin-top: 40px;
	margin-bottom: 40px;
}
.selectSchool .top img{
	width: 650px;
}
.selectSchool .main:after{
	content:' ';
	clear: both;
	display: block;
}
.selectSchool .main .leftMenu{
	width: 140px;
	position: absolute;
	bottom: 0;
	left: 110px;
}
.selectSchool .main .leftMenu img{
	width: 100%;
	height: 82px;
	margin-bottom: 20px;
	cursor: pointer;
	transition:all ease-in 0.2s;
}
.selectSchool .main .leftMenu img.on{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transform: scale(1.1);
}
.selectSchool .main .leftMenu img:last-child{
	margin-bottom: 0;
}
.selectSchool .main .rightContent{
	width: 822px;
	height: 510px;
	overflow: hidden;
	border:1px solid #0075a9;
	background-color: #fff;
	position: absolute;
	bottom: 4px;
	right: 98px;
	display: block;
}
.selectSchool .main .rightContent .list{
	float: left;
}
.selectSchool .main .rightContent .list ~.list{
	display: none;
}
.selectSchool .main .rightContent .list .header{
	height: 44px;
	line-height: 44px;
	background-color: #0075a9;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
	display: block;
}
.selectSchool .main .rightContent .list .c1{
	position: relative;
	padding: 15px 20px 10px 240px;
	border-bottom:1px solid #0075a9;
    height: 138px;
    overflow: hidden;
}
.selectSchool .main .rightContent .list .c1>img{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 180px;
}
.selectSchool .main .rightContent .list .c1 .cTitle{
	text-align: center;
	font-size: 22px;
	font-weight: 900;
}
.selectSchool .main .rightContent .list .c1 .cInfo{
	text-align: left;
	text-indent: 2em;
	line-height: 1.6;
}
.selectSchool .main .rightContent .list .c1 .cInfo .detail{
	color:#df0000;
}
.selectSchool .main .rightContent .list .c1 .cInfo .detail:hover{
	text-decoration: underline;
}
.selectSchool .main .rightContent .list .c2{
	border-bottom:1px solid #0075a9;
	height: 138px;
	overflow: hidden;
}
.selectSchool .main .rightContent .list .c3{
	height: 164px;
}
.selectSchool .main .rightContent .list .c2:last-child{
	border-bottom: none;
}
.selectSchool .main .rightContent .list .c2:after{
	content:' ';
	clear: both;
	display: block;
}
.selectSchool .main .rightContent .list .c2 .leftCaption{
	text-align: left;
	width: 140px;
	height: 164px;
	line-height: 150px;
	font-size: 30px;
	font-weight: 900;
	float: left;
	border-right:1px solid #0075a9;
	text-align: center;
}
.selectSchool .main .rightContent .list .c2 .rightInfo{
	float: left;
	width: 651px;
	padding: 10px;
	text-align: left;
}
.selectSchool .main .rightContent .list .c2 .rightInfo span{
	margin: 0 10px;
	line-height: 24px;
	display: inline-block;
	float: left;
}

/*报考资料*/
.applicationMaterial{
	margin: 40px 0 10px 0;
}
.applicationMaterial img{
	width: 1008px;
}

/*毕业证书*/
.diploma{
	position: relative;
}
.diploma .paging{
	position: absolute;
    top: 27px;
    right: 105px;
    font-size: 18px;
}
.diploma .paging a{
	margin: 0 5px;
	cursor: pointer;
}
.diploma .paging .currentPage{
	color: #df0000;
}
.diploma img{
	width: 1008px;
}
.diploma .diplomaList{
	position: absolute;
	top: 80px;
	left: 340px;
}
.diploma .diplomaList img{
	width: 224px;
	float: left;
	margin: 0 10px;
	display: none;
}


/*毕业学子心得*/
.graduateExp{
	width: 1008px;
	margin: 0 auto;
}
.graduateExp .title{
    height: 34px;
    line-height: 34px;
    background-color: #7ea3c5;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    padding: 0 10px;
}
.graduateExp .content{
	text-align:left;
	padding: 20px 0;
	color: #375166;
	border:2px dashed #7ecdf4;
	border-top:none;
}
.graduateExp .content:after{
	content:' ';
	clear: both;
	display: block;
}
.graduateExp .content .item{
	width: 33.33%;
	float: left;
	position: relative;
}
.graduateExp .content .item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 170px;
	float: left;
}
.graduateExp .content .item .stuInfo{
	float: left;
	padding: 0 10px 0 126px;
	font-size: 15px;
}
.graduateExp .content .item .stuInfo .name{
	font-size: 18px;
	font-weight: 600;
}
.graduateExp .content .item .stuInfo .edu{
	font-weight: 600;
	line-height: 2;
}
.graduateExp .content .item .stuInfo .exp{
	font-size: 13px;
	line-height: 1.6;
	text-indent: 2em;
}
.graduateExp .content .item:nth-child(1) .stuInfo{
	padding: 0 15px 0 130px;
}
.graduateExp .content .item:nth-child(2) .stuInfo{
	padding: 0 15px 0 130px;
}
.graduateExp .content .item:nth-child(3) .stuInfo{
	padding: 0 5px 0 126px;
}

/*即时联系*/
.contactUs{
	margin-top: 30px;
	position: relative;
}
.contactUs img{
	width: 1008px;
}
.contactUs span{
	color: #fff;
	font-size: 16px;
    font-weight: 600;
    padding: 4px 12px;
    border: 2px dashed #fff;
    position: absolute;
    bottom: 26px;
    left: 196px;
}

/*底部*/
.bottom{
	text-align: left;
	font-size: 12px;
	width: 1008px;
	margin: 0 auto;
}


/*客服窗口*/
.kefuFixed{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 190px;
	height: 250px;
	font-size: 16px;
	background-color: #fff;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	transition:all ease-in-out 0.3s;
}
.kefuFixed.off{
	bottom: -210px;
}
.kefuFixed .title{
	height: 40px;
	line-height: 40px;
	background-color: #0076a9;
	color: #fff;
	cursor: pointer;
}
.kefuFixed .content{
	height: 199px;
	padding: 5px 10px;
	border:1px solid #ddd;
	border-top: none;
}
.kefuFixed .content .QQ a{
	border-bottom:1px solid #ddd;
	height: 44px;
	line-height: 44px;
	display: block;
}
.kefuFixed .content .QQ a img{
	vertical-align: middle;
	width: 26px;
	margin-right: 4px;
}
.kefuFixed .content .tel{
	padding: 15px;
	text-align: center;
}
.kefuFixed .content .tel span{
	display: block;
	line-height: 40px;
	font-weight: 600;
	font-size: 20px;
	color: #777;
}
.kefuFixed .content .tel a{
	line-height: 30px;
	font-size: 20px;
}






