﻿.examination, .examination2, .examination3{
    /*position: absolute;*/
    top: 180px;
    right: 20px;
    position: fixed;
    width: 170px;
    height: 170px;
}
.examination2 {
    top: 350px;
    width: 185px;
}
.examination3{
    top: 500px;
    width: 185px;
}
.examinationLink, .examinationLink2, .examinationLink3{
	display:block;
	width: 170px;
    height: 170px;
    background: url(images/bg.png) no-repeat center;    
}
.examinationLink2 {
	width: 185px;
border-radius: 8px;
    background: url(images/zsjz.png) no-repeat center;    
}
.examinationLink3{
	width: 185px;
border-radius: 8px;
    background: url(images/gkx.png) no-repeat center;  
}

.examinationClose, .examinationClose2,.examinationClose3 {
	position:absolute;
	top:20px;
	right:0px;
	width:20px;
	height:20px;
	background: url(images/down.png) no-repeat ; 	
}
.examinationClose2 {
	top:30px;
}
.examinationClose3 {
	top:30px;
}
.examinationClose:hover,.examinationClose2:hover,.examinationClose3:hover {
	background: url(images/normal.png) no-repeat ; 	
	
}

a {
    text-decoration: none;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}