@charset "utf-8";
/* CSS Document */
.top_nav{
	text-align:center;
	padding-top:20PX
}
.top_nav li{
	display:inline-block;
}

.top_nav li a{
	display:block;
	line-height:25px;
	padding:6px;
	margin-right:5px;
	color:#ddd;
	font-weight:bold;
	border:1px #ddd dashed;
	border-radius:3px;
}

.top_nav li .active{
	background:#02aee9;
	border:0px ;
	color:white;
}


.news_show{margin-top:20px}
.news_show li{
width:1000px;
    height:240px;
    padding-top:20px;
	margin:0 auto;

	overflow:hidden;
	border-bottom:#ddd 1px  dashed
}
.news_show li:hover{ background:#02aee9;
color:#fff}
.news_show li a{
    display: inline-block;
}
.n_s_r{
    margin-left: 30px;
    width: 700px;
    float: left;
}
.n_s_r p{
   color:#000;
    
}
.n_s_l{
    width: 200px;
    float: left;
	margin-left:30px
}
nav{text-align:center}
#center{text-align:center; font-size:27px;padding:20px 0; font-weight:bold}

.tit{text-align:center; font-size:20px; }
.bt{ text-align:right; width:600px}
.banner .breadcrumb li{ display:inline-block}
.con{padding:20px 64px}
.pn{padding:0 30px 20px 30px; }
.pn a{ margin-right:20px }

.login{
	margin:0 auto;
	width:375px;
}
.login p{
	font-size:18px;
	line-height:2em;
}

.login table th{
	font-size:16px;
	line-height:40px;
	font-weight:normal;
	text-align:left;
}

.login table input{
	width:245px;
	height:30px;
	font-size:15px;
	text-indent:10px;
	border-radius:3px;
	background:#ECECEC;
	border:0px
}


.login input[type=submit]{
	display:block;
	width:inherit;
	padding:0 8px;
	text-indent:0;
	color:white;
	margin:0 auto;
	background:#02aee9;
}

.register{
	width:430px;
	padding-left:20px;
	margin:0 auto
}

.register div{
	border:2px solid #D1D1D1;
	background:#EFEFEF;
}

.register div table{
	margin:0 auto 0;
}

.register p{
	font-size:18px;
	line-height:2em;
}
.register table th{
	font-size:16px;
	line-height:40px;
	font-weight:normal;
	text-align:left;
}
.register table input{
	width:245px;
	height:30px;
	font-size:15px;
	text-indent:10px;
	border-radius:3px;
	border:0px
}
.register input[type=submit]{
	display:block;
	width:inherit;
	padding:0 8px;
	text-indent:0;
	color:white;
	margin:0 auto;
	background:#02aee9;
}

