*{
    padding:0;
    margin:0;
}

a{
    text-decoration: none;
}

a:hover{
    color: #008B00;
}

ul{
    list-style: none;
}

input,button{
    border:none;
    outline: none;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.img{
    border: 0;
    max-width: 100%;
    height: auto;

}

div{
    display: block;
}


.warp{
    width:1024px;
    margin: 0 auto;
    /*overflow: visible;*/
}


.header {
    background-image: url("../images/glory.png");
    background-repeat: no-repeat;
    width:1024px;
    height: 300px;
    font-family:"黑体";
    display: block;
}

.header .function{
    width: 1024px;
    height: 20px;
    margin-top: 15px;
    border: none;
    float: left;
}

.header .function .login {
    height: 20px;
    font-size: 12px;
    color: #040404;
    line-height: 18px;
    margin-left: 530px;
    float: left;
    border: none;
}

.header .login input{
    width:53px;
    height:18px;
    color: #013757;
    font-size: 12px;
    border-radius: 2px;
    background-color:#008B00;
}

.header .function .column{
    height: 20px;
    color: #fdfefe;
    margin-left: 240px;
    float:left;
    border: none;
}

.header .column li{
    font-size: 12px;
    line-height: 18px;
    float: left;
    display: inline-block;
    padding-right: 2px;
}

.column li a{
    color: #fdfefe;
}

.column li a:hover{
    color: #008B00;
}


.column li img{
    float: left;
    display: block;
}


.nav{
    height: 62px;
    font-family:"黑体";
    display: block;
}
.nav .subnav{
    width: 1024px;
    height: 20px;
    text-align: center;
    margin-top: 31px;
    float:left;
}

.nav ul{
    margin: 0 auto;
    width: 702px;
    display: block;
}

.nav li{
    width: 80px;
    line-height:16px;
    float: left;
    font-family:"黑体";
    font-size: 16px;
    display: inline-block;
    border-right: 2px solid #008B00;
    /*text-align: center;*/
    padding: 0 3px 0 3px;
}

.nav li a{
    display:block;
    color: #040404;
}

.nav li a:hover{
    color: #008B00;
    font-weight: bold;
}

.nav li .clearcolor{
    color: #008B00;
    font-weight: bold;
}

.nav .subnav .clearborder{
    border: none;
}

.nav li .glory{
    color: #040404;
}

.nav .tab{
    height: 10px;
    width:100%;
    background-color: #008B00;
    float: left;
}

.content{
    height: 700px;
    font-family:"黑体";
}

.content .contentleft{
    width: 148px;
    /*height: 420px;*/
    float: left;
    margin-top: 10px;
    margin-left:72px;
}

.content .contentleft span{
    font-size: 18px;
    line-height: 28px;
    color: #040404;
}

.content .contentleft .us{
    padding-left: 4px;
    font-size: 12px;
    color: #cac9c9;
}


.content .contentleft .resumetitle{
    width: 140px;
    border-bottom: 4px solid #008B00;
}

.content .resumelist{
    margin-top: 13px;
    /*height: 150px;*/
}
.content .resumelist p{
    padding-left: 9px;
    padding-top: 10px;
}
.content .resumelist li{
    width: 140px;
    height: 36px;
    border-bottom: 1px solid #c9c9c9;
    /*line-height: 36px;*/
}

.content .resumelist li a:hover{
    font-weight: bold;
}

.content .resumelist .listone{
    padding-left: 9px;
    font-size: 12px;
    color: #040404;
}

.resumelist a:hover{
    color: #008B00;
}

.content .resumelist .listtwo{
    padding-left: 36px;
}

.content .contentleft .resumelogo{
    /*width: 140px;*/
    /*height: 31px;*/
    margin-top: 194px;
    margin-bottom: 194px;
    text-align: center;
}

.content .contentleft .resumeemail{
    /*width: 140px;*/
    /*height: 83px;*/
    padding-bottom: 11px;
    text-align: center;
}

.content .contenthr{
    height:637px;
    width: 2px;
    float: left;
    background-color: #c8c8c8;
    border: none solid #c8c8c8;
}

.content .contentright{
    width: 720px;
    /*height: 420px;*/
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.content .contentright .righttitle{
    font-size: 16px;
    line-height: 28px;
    /*padding-left: 9px;*/
    color: #7f7f80;
    border-bottom: 2px solid #e2e2e2;
}

.content .contentright .righttitle a:hover{
    font-weight: bold;
}

.content .righttitle .party{
    color: #7f7f80;
    float: left;
    border-bottom: 2px solid #008B00;
}

.content .righttitle li{
    font-size: 12px;
    line-height: 28px;
    float: left;
    padding-left: 2px;
    /*display: inline-block;*/
    padding-top: 3px;
}

.righttitle li .changecolor{
    color: #040404;

}

.righttitle li a{
    color: #7f7f80;
}

.righttitle li a:hover{
    color: #008B00;
}


.content .contentright .rightmain{
    width: 720px;
    height:514px;
    margin-top: 8px;
    float: left;
}

.content .rightmain .search{
    width: 720px;
    height: 22px;
    background-color: #f7f7f7;
    border-radius: 0 8px 8px 0;
    float: left;
}

.rightmain .search .concrete{
    width: 106px;
    height: 20px;
    float: right;
    border: 1px solid #008B00;
    border-radius: 8px ;
    background-color: #008B00;
}

.rightmain .search .concrete img{
    padding-right: 5px;
}

.rightmain .search .concrete a:hover{
    cursor: pointer;
}

.content .rightmain .searchboder{
    width:78px;
    height:20px;
    font-size: 12px;
    line-height: 18px;
    color: #959697;
    float: left;
    padding-left: 2px;
    border-radius: 8px 0 0 8px;
    background-color:#f7f7f7;

}

.content .rightmain .message{
    width: 600px;
    height: 119px;
    margin-left: 60px;
    margin-top: 21px;
    margin-bottom: 31px;
    float: left;
}

.rightmain .message .minute{
    width: 387px;
    height: 119px;
    margin-left: 36px;
    float: left;
}

.rightmain .message .minute h5{
    line-height: 24px;
}


.rightmain .message .minute .feature{
    line-height: 18px;
    font-size: 12px;
    color: #939292;
}

.rightmain .message .minute p{
    font-size: 12px;
    line-height: 18px;
    padding-top: 18px;
}

.rightmain .message .minute a{
    color: #040404;
}

.rightmain .message .minute a:hover{
    color: #008B00;
}


.content .rightmain hr{
    border: 2px solid #d2d2d2;
    width: 716px;
    float: left;
}

.content .rightmain .new {
    width: 600px;
    height: 75px;
    margin-left: 60px;
    margin-top: 40px;
    float: left;
}

.content .rightmain .new li{
    font-size: 12px;
    line-height: 26px;
    color: #4c4c4c;
}

.content .rightmain .new ul i{
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    float: left;
}

.content .rightmain .new a{
    color: #040404;
}

.rightmain .new a:hover{
    color: #008B00;
}

.content .rightmain .limit{
    width: 600px;
    margin-top: 15px;
    margin-left: 60px;
    float: left;
}

.rightmain .limit ul{
    float: right;
}

.rightmain .limit li{
    font-size: 12px;
    line-height: 15px;
    padding-right: 4px;
    float: left;
    display: inline-block;
}

.rightmain .limit li a{
    color: #040404;
}

.rightmain .limit li a:hover{
    color: #008B00;
}

.content .limit li .defaultcolor{
    color: #008B00;
}

.content .contentright .friendlink{
    width: 720px;
    height: 38px;
    float: left;
    margin-top: 30px;
}

.content .friendlink .links{
    float: left;
    padding-top: 10px;
    padding-left: 20px;
}

.content .links img{
    padding-right: 45px;
}

.footer {
	width: 1024px;
	height: 60px;
	margin: 0 auto 20px auto;
	align: center;
}

.footer .logo {
	width: 14%;
	height: 60px;
	float: left;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: left;
}

.footer .copyright {
	width: 86%;
	height: 60px;
	float: right;
	align: center;
}
.footer .friendlink{
	width: 86%;
	height: 60px;
	float: right;
}

.footer .copyright .copyright_up {
	width: 100%;
	height: 30px;
}

.footer ul {
	height: 100%;
	display: block;
	float: right;
}

.footer ul li {
	font-size: 12px;
	line-height: 30px;
	float: left;
}

.copyright a:hover {
	font-weight: bold;
	color: #008B00;
}

.copyright li a {
	color: #040404;
}

.footer .copyright .copyright_down {
	width: 100%;
	height: 30px;
	text-align: center;
}

.footer .copyright h6 {
	color: #040404;
	line-height: 30px;
	font-weight: normal;
}

.footer .links img{
	width: 20%;
	height: 30px;
	float: left;
	padding: 10px;
}
h6 a{
    color: #040404;
}

h6 a:hover{
    color: #008B00;
}