@charset "utf-8";
/* CSS Document */
body { padding: 0; margin: 0; min-width: 1000px; }
a { color: #333; text-decoration: none; cursor: pointer; }
ul { list-style: none; margin: 0; }
* { font-family: 'Microsoft YaHei'; color: #494949; font-size: 14px; }
.clearfix{ clear:both}

.area { margin: 0 auto; width: 1000px; }
.header { position:fixed; top:0; left:0; min-width: 1000px; width: 100%; height: 60px;background:#3987ea; z-index: 1000; }
.header h1 { float: left; line-height: 60px;  margin: 0; }
.header ul { float: right; }
.header li { float: left; }
.header li a { display: inline-block; padding: 20px 16px; /*height: 20px;*/ color: #fff; font: 14px; }
.header_a_style {  background-image: url('../images/header_2.png');  }
.header li a:hover { background-image: url('../images/header_2.png'); }
.nav { padding: 0; /*line-height:60px;*/ }
.logo { height: 60px; width: 200px; background-image: url('../images/logo_1.png'); display: block; float: left; margin-right: 2px; }
.content{ width:1000px; margin:90px auto; clear:both}
.position{ background-color:#f0f0f0; height:30px; line-height:30px; padding-left:10px }
.title{ width:100%;}
.title h1{ font-size:24px; text-align:center; margin-bottom:20px;}
.title h2{ font-size:18px; text-align:center; color:#aaa;margin:0}
.tuwen{ width:100%;}
.tuwen .pic{ text-align:center;}
.tuwen p{ text-indent:2em; padding:0 20px; line-height:30px;}
.page{ width:500px; margin:0 auto}
.page a{ float:left; margin:0 5px; height:24px; padding:0 10px; line-height:24px; color:white; background-color:#3987ea}
.page a:hover{ background-color:#d90514;}
.page .currenta{ background-color:#d90514;}
.page input{ height:20px; width:40px; float:left; margin:0 5px; padding:0 }
