@charset "utf-8";
#friendLink {
  padding: 40px 0;
}
.friendLink {
  width: 998px;
  margin: auto;
  height: 23px;
  padding: 9px 0 8px 0;
  border-top: 1px solid #b8c3d7 ;
  border-left: 1px solid #b8c3d7 ;
  border-right: 1px solid #b8c3d7 ;
  border-bottom: 3px solid #4287bf ;
  position: relative;
}
.friendLink .shadow {
  width: 1000px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: -38px;
  background: url(../images/friendLink.png) left center no-repeat;
}
.friendLink label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 6px;
  font-family: "宋体";
  font-size: 14px;
  color: #064f93;
  font-weight: bold;
  height: 23px;
}
.friendLink select,
.friendLink .select
 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  text-indent: 4px;
  color: #000;
  height: 21px;
  width: 142px;
  outline: none;
  border: 1px solid #7e9db9;
  margin-left: 6px;
}
.friendLink .select .title {
    *zoom:1;
    position: relative;
    height: 21px;
    cursor: pointer;
}
.friendLink .select  .option {
  z-index: 1000;
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  top: 23px;
  min-width: 100%;
  white-space: nowrap;
  line-height: 22px;
  border: 1px solid #ccc;
  left: -2px;
}
.friendLink .select  .option  li {
  padding: 0 4px;
  color: #000;
}
.friendLink .select  .option  li a {
   color: #000;
}
.friendLink .select  .option  li:hover {
  background: #3D78BF;
  color: #fff;
}
.friendLink .select  .option  li:hover a {
  color: #fff;
}
.friendLink .select .select-btn{
  position: absolute;
  width: 16px;
  height: 19px;
  display: block;
  background: url("../images/select.png") center center no-repeat;
  top: 1px;
  right: 1px;
}
.footer {
  font-family: "宋体";
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 23px 0 59px;
  background: url(../images/footer.png) repeat-x;
}
