* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
a{color: #333333;}

a:hover {
    color: #004a7c;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
	  text-decoration: none;
}
ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";
    width: 100%;
}
.height10{width: 100%;height: 10px;}
.height15{width: 100%;height: 15px;}
.height20{width: 100%;height: 20px;}
.height25{width: 100%;height: 25px;}
.height30{width: 100%;height: 30px;}
.height35{width: 100%;height: 35px;}
.height40{width: 100%;height: 40px;}

/*******************************************主体内容*******************************************/

body{
	background-color: transparent;
}

.user{
	width: 30px;
	height: 30px;
	background: url(img.png) no-repeat top;
	background-color: #355e92;
	position: relative;
}
.usercon{
	width: 218px;
	height: 50px;
	background: url(kuang.png) no-repeat;
	position: absolute;
	top: 30px;
	left: -95px;
	line-height: 50px;
	font-size: 15px;
	display: none;
}
.user:hover .usercon{display: block;}
.jryhzx{
	margin-left: 20px;
}
