@charset "UTF-8";
/* CSS Document */
body, p, ul, li, ol {
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
em{
	font-style:normal;
}
.red{
	color:#FF6600;
}
.clear {
    clear: both;
}

.top{
    background: url("../images/index/index_t_bg.gif") repeat-x scroll 0 0 transparent;
    height: 32px;
    position: relative;
    width: 100%;
}
.center {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
/*
.nav {
    background: url("../images/index/index_n_bg.gif") repeat-x scroll 0 0 transparent;
    height: 64px;
    width: 100%;
}*/
.nav_i {
    float: right;
    height: 33px;
    margin-top: 17px;
}
.nav_i li {
    float: left;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 106px;
}
.nav_i li a {
    font-size: 16px;
    height: 33px;
    text-decoration: none;
    width: 106px;
}
.nav_i li a:hover{
	color:#c41560!important;
}
.nav_i_link_over {
    color: #8E8E8E;
}
.nav_i_link_out {
    color: #00628E;
}
.nav_i_link_hover {
    background: url("../images/index/menucurrent.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
}
#newfooter {
    background: url("../images/index/footer-bg.jpg") repeat-x scroll center top #EEEEEE;
    border-top: 1px solid #FFFFFF;
    height: 140px;
    margin: 20px auto;
    width: 100%;
	text-align:center;
}
.copyright {
    height: 100px;
    margin: auto;
    width: 1002px;
}

.about-copyright {
    line-height: 30px;
	margin-top:25px;
}
.about-copyright a, .about-copyright a:hover {
    color: #666666;
    text-decoration: none;
}
a{
	text-decoration: none;
}
/*
#toplogin{
line-height:35px;
color:#b5b5b5;
}
#toplogin a{
	color:#b5b5b5;
	text-decoration: none;
}
#toplogin a:hover{
	color:#fff;
}
#toplogin a:visited{
	color:#b5b5b5;
}*/