body {
  background-color: #333333;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #333333;
}

a:link {
  text-decoration: none;
  color:#333333;
}

a:visited {
  text-decoration: none;
  color:#333333;
}

a:hover {
  text-decoration: underline;
  color:#333333;
}

a:active {
  text-decoration: none;
  color:#333333;
}

.p10 {
  padding:10px;
}

.mg-b-10 {
  margin-bottom:10px;
}

.ft14 {
  font-size:14px;
}

.ft12{
  font-size:12px;
}

.backgroud-color-white {
  background: #ffffff;
}

.container {
  width: 949px;
  margin: 0 auto;
}

.header {
  height: 107px;
  background: white;
  position: relative;
}

.logo {
  position: absolute;
  bottom: 5px;
}

.logosmall {
  position: absolute;
  bottom: 0px;
  left: 215px;
}

.zazhi {
  position: absolute;
  width: 73px;
  right: 90px;
  bottom: 2px;
  z-index: 100;
}

.headerlist {
  position: absolute;
  right: 15px;
  top: 16px;
}

.headerlist ul {
  list-style-type: none;
}

.headerlist li {
  background-image: url('../images/index_4.jpg');
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 2px;
  margin-bottom: 15px;
}

.headerlist li a {
  color: #333333;
}

.navlist {
  height: 45px;
  margin-top: 0px;
  background-color: #414141;
}

.navlist ul {
  list-style-type: none;
  margin: 0 auto;
  height: 45px;
  padding-left: 15px;
  font-size: 14px;
}

.navlist li {
  float: left;
  width: 114px;
  line-height: 45px;
  text-align: center;
}

.navlist li a {
  margin-top:8px;
  display: flex;
  color: #FFFFFF;
  width: 114px;
  flex-direction: column;
  line-height:18px;
}

.navlist li:hover {
  background-image: url(../images/menu_bg2.jpg);
  height: 32px;
  font-weight: bold;
}

.navsmalllist {
  height:22px; 
  background-color:#222222;
  margin:0;
  padding:0;
}

.navsmalllist ul {
  margin:0;
  padding:0;
}

.navsmalllist ul li {
  float:left;
  list-style-type:square;
  color:#ffffff;
}

.navsmalllist ul li a{
  color:#ffffff;
  margin-right:25px;
  line-height:22px;
}

.navsmalllist #s_1 {
  padding-left:165px;
  
}
.navsmalllist .s_li_zzjs {
  display:none;
}
.navsmalllist #s_2 {
  padding-left:270px;
}

.footer {
  margin-top:15px;
  border-top:2px solid #ffffff;
}

.footerlist {
  margin-top:10px;
}

.footerlist ul {
  width:949px;
  display: block;
  margin:0px;
  padding:0px;
  height:30px;
}

.footerlist ul li {
  float:left;
  list-style-type: none;
  padding-right:10px;
  padding-left:10px;
  border-right:2px white solid;
  color:#ffffff;
}

.footerlist ul li a{
  color:#ffffff;
}

.footerw {
  display: block;
  color:#ffffff;
  padding-left:10px;
}

/* 分页 */
.pagination {
  margin:0;
  padding:0;
}

.pagination li {
  float:left;
  list-style: none;
  border:1px #f0f0f0 solid;
  padding:5px 12px;
  line-height:18px;
}

.pagination li.active {
  background: #FE9021;
  color:#ffffff;
}

.pagination li a:hover {
  color:#FE9021;
}

.pagination li.disabled {
  background: #ffffff;
  color:#d1d1d1;
}