/*a:link {
 text-decoration: none;
 color: #575757
}
a:visited {
 color: #575757;
 text-decoration: none;
}
a:hover { color: #0e62bc }
a:active {
 color: #0e62bc;
 text-decoration: none;
}

a.color:link {
 text-decoration: none;
 color: #0e62bc
}
*/
/*顶部横条*/
#top {
 background: url(../images/back_top.gif) repeat-x;
 height: 33px;
 border-bottom: 2px #0e62bc solid;
}

.logo_warp_right #container .a1 {
 background-position: -10px 0px;
 width: 10px;
 height: 9px;
}/*这段换肤*/
.logo_warp_right #container .a2 {
 background-position: 0px -9px;
 width: 10px;
 height: 9px;
}
.logo_warp_right #container .a3 {
 background-position: 0px -18px;
 width: 10px;
 height: 9px;
}
.logo_warp_right #container .a4 {
 background-position: 0px -27px;
 width: 10px;
 height: 9px;
}
.logo a {
 display: block;
 /*background: url(../images/logo.png) no-repeat;*/
 /*text-indent: -9999px;*/
 /*width: 300px;*/
 /*height: 62px;*/
}

/*导航开始*/
#nav_warp {
 height: 40px;
 line-height: 40px;
 background: #bd0705;
 position: relative;
 z-index: 1;
}

#nav_warp .nav .h_n_idx { background: #971110 no-repeat center bottom }
#nav_warp .nav li:hover { background: #971110 }

.slide_right_login .login {
 width: 104px;
 height: 53px;
 float: left;
 display: block;
 font-weight: bold;
 background: url(../images/login_btn_bg.gif) no-repeat;
 color: white;
 padding-top: 7px;
}
.slide_right_login .login span {
 display: block;
 font-size: 14px;
}
.slide_right_login .reg {
 width: 104px;
 height: 53px;
 float: right;
 display: block;
 font-weight: bold;
 background: url(../images/login_btn_bg.gif) no-repeat;
 color: white;
 padding-top: 7px;
}

.code_index_warp_right_title {
 height: 28px;
 line-height: 28px;
 background: #bd0705;
 position: relative;
 color: white;
 font-weight: bold;
 padding-left: 10px;
 text-shadow: 0 1px 1px black;
}

