* {
  text-decoration: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  outline: none;
  /*text-shadow: 0 0 0.5px !important;*/
}

a,
a:hover,
a:focus {
  color: #444444;
}

body {
  background: #EFEFEF;
  font: 14px/100% arial, \5b8b\4f53;
  font-family: "Microsoft YaHei", Helvetica, Verdana, sans-serif;
  /* background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; */
  position: relative;
  height: 100%;
}

.modal-open label {
  line-height: 2;
}

.modal-header {
  padding-bottom: 0;
}

.modal-title {
  line-height: 1;
}

/*.modal-body { padding-top: 0; }*/

::-moz-selection {
  background: rgba(144, 180, 216, 0.84);
  color: #FFF !important;
}

.close {
  z-index: 1;
}

::selection {
  background: rgba(80, 105, 131, 0.84);
  color: #FFF !important;
}

.framework {
  width: 90%;
  height: auto;
  margin: auto;
}

.search {
  height: 175px;
  margin: 35px auto 0;
}

.logo-box {
  width: 100px;
  height: 100px;
  margin: 0 0 10px 45%;
}

.header_img {
  width: 100%;
  height: 100%;
  background-image: url("../images/logo5.png");
  background-position: center;
  border-radius: 50%;
  background-size: 100%;
  transition: background-size 1.5s;
  transition: transform 0.4s cubic-bezier(0.71, 0.01, 0.25, 0.99);
  /*变化时间设置为0.4秒(变化动作即为下面的图像旋转360读）*/
}

.header_img:hover {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
}

.header_wrap.active {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.search-wrapper {
  text-align: center;
  margin: auto;
  width: 525px;
  margin-top: 30px;
}

.search-wrapper form input {
  float: left;
  /*vertical-align: top;*/
}

.button2 {
  color: #FFFFFF;
  width: 91px;
  height: 30px;
  border: 0;
  font-size: 14px;
  background: rgb(90, 105, 117);
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 30px 0px 0px 30px;
  /*margin-left: -5px;*/
}

.button2:focus {
  background: rgb(90, 105, 117);
}

.button2:hover {
  background: rgb(44, 45, 46) !important;
}

.search .button {
  color: #FFFFFF;
  width: 91px;
  height: 30px;
  border: 0;
  font-size: 14px;
  background: rgb(90, 105, 117);
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0px 30px 30px 0px;
  /*margin-left: -5px;*/
}

.search .button:hover {
  background: rgb(44, 45, 46) !important;
}

.recommonds {
  overflow: hidden;
  list-style: none;
  clear: both;
}

.sigleRecommond {
  width: 99px;
  height: 99px;
  float: left;
}

.singleLink img,
.singleLink span.icon-box {
  transition: all .2s ease
}

.singleLink:hover img,
.singleLink:hover span.icon-box {
  transform: translate3d(0, -3px, 0);
  box-shadow: rgba(33, 33, 33, 0.75) 0 14px 12px -6px !important
}

.singleLink {
  display: block;
  text-align: center;
  width: 100%;
  height: 85px;
  padding-top: 17px;
}

.singleLink>.img-links2 {
  max-width: 50px;
}

.text-links {
  font-size: 12px;
  float: left;
  width: 100px;
  margin-top: 13px;
}

.text-links,
.footer-box {
  text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff
}

ul.recommonds.shake-rotate.sortable .singleLink {
  cursor: default
}

/* index style */

.input2 {
  position: relative;
  width: 430px;
  height: 30px;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  padding: 5px 5px 5px 10px;
  background-color: #DEDEDE;
  border-radius: 0px;
  outline: none;
  margin-left: -4px;
  border: none;
}

input:focus {
  background-color: #FFF;
}

label {
  margin-bottom: 0px;
}

label:active {
  color: rgb(90, 105, 117)
}

label:focus {
  color: rgb(90, 105, 117)
}

#Like1 {
  display: none;
}

.header_wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  cursor: default;
  display: block;
  transition: all .5s ease
}

#b-word {
  color: #6B6B6B;
  width: 346px;
  -moz-box-shadow: inset 1px 1px 5px rgba(90, 105, 117, 0.3);
  -webkit-box-shadow: inset 1px 1px 5px rgba(90, 105, 117, 0.3);
  box-shadow: inset 1px 1px 5px rgba(90, 105, 117, 0.3);
  background-image: url('../images/u6.png');
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 10px;
  background-color: rgba(222, 222, 222, 0.85) !important;
}

#q-btn,
#b-btn {
  opacity: .85;
  z-index: 1;
}

.footer-box {
  font-size: 10px;
  margin: auto;
  text-align: center;
  padding-bottom: 15px;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0;
}

.st-move {
  border: 1px solid red;
  position: relative
}

.sortable-dragging {
  opacity: .5;
  display: block !important
}

.sortable li {
  transition: transform 1s;
}

/* torn */

.nav-tabs {
  margin-bottom: 15px;
}

span.del-flag {
  display: none;
  position: absolute;
  right: 16px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  z-index: 1;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 1px 2px #600;
  cursor: pointer;
}

span.del-flag:hover {
  background-color: #c00;
  color: #ddd
}

.sortable span.del-flag {
  display: block
}

.framework .useful-links,
.top-section,
.recommonds {
  height: auto !important;
}

span.show-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  top: 3px;
}

.singleLink {
  position: relative;
}

.nav-tabs>li:nth-child(4) {
  float: right
}

#logout-btn {
  color: #d00;
  box-shadow: inset 0 -2px 0 #d00 !important;
}

#logout-btn:hover {
  /*background: #d00 !important;*/
  color: #a00;
  border-color: #a00 !important;
  box-shadow: inset 0 -2px 0 #a00 !important;
}

.tool-box {
  min-width: 60px;
  min-height: 60px;
  position: fixed;
  right: 50px;
  bottom: 85px;
  z-index: 10;
}

.tool-box.user-info {
  right: 50px;
  bottom: 20px
}

.tool-box a {
  bottom: 0;
  margin-top: 15px;
  padding: 0px;
  line-height: 60px;
  font-size: 20px;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul.recommonds>li {
  position: relative;
}

.tool-box a span {
  line-height: 60px;
}

.glyphicon-plus {
  left: 1.5px;
}

.tool-box.manage a:nth-of-type(2) {
  bottom: 65px;
}

.tool-box.manage a:nth-of-type(3) {
  bottom: 130px;
}

.tool-box.manage a:nth-of-type(4) {
  bottom: 65px;
  right: 0;
}

#cancel-btn.act {
  right: 65px;
}

li>a>span.icon-box {
  color: #fff;
  text-shadow: 1px 1px 3px #444;
  box-sizing: border-box;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 50px;
  font-size: 14px;
}

li.item>a>span.text-links {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block;
  text-align: center;
  width: 100%;
}

ul>li img,
ul>li span.icon-box {
  border-radius: 8px;
}

ul.shake-slow>li img,
ul.shake-slow>li span.icon-box {
  transform-origin: center center;
  -webkit-animation-name: shake-slow;
  -ms-animation-name: shake-slow;
  animation-name: shake-slow;
  -webkit-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running
}

ul.shake-little>li img,
ul.shake-little>li span.icon-box {
  -webkit-animation-name: shake-little;
  -ms-animation-name: shake-little;
  animation-name: shake-little;
  -webkit-animation-duration: 200ms;
  -ms-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running
}

ul.shake-rotate>li img,
ul.shake-rotate>li span.icon-box {
  animation-name: shake-rotate;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-play-state: running
}

/* 夜间模式 */
#nightMode {
  background: #444;
  color: #fff;
  font-size: 10.5px;
  text-shadow: none;
  padding: 3px;
  margin-left: 10px;
  border-radius: 4px;
  transition: all .25s ease
}

#nightMode:before {
  content: "☾ "
}

#nightMode.rijian {
  background: #aaa;
  color: #000
}

#nightMode.rijian:before {
  content: "☀ "
}

body.night-mode {
  background-color: #333435;
}

.night-mode .sigleRecommond:hover .text-links {
  color: #A9A9A9
}

.night-mode .img-links2 {
  box-shadow: rgba(16, 16, 16, 0.9) 0 10px 10px -6px !important
}

.night-mode .text-links {
  color: #DEDEDE;
  text-shadow: 0px 1px 1px #000;
}

.night-mode .button2 {
  background: rgb(71, 75, 78);
}

.night-mode .button2:focus {
  background: rgb(71, 75, 78);
}

.night-mode #b-word {
  background-color: rgba(19, 22, 23, .85) !important;
  color: #ddd;
  box-shadow: inset 1px 1px 4px #000
}

.night-mode .header_img {
  background-image: url("../images/logo5_yejian.png");
}

/*.night-mode .header_img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.night-mode .header_img:hover{ background-color: rgb(189, 189, 189); }*/
.night-mode #zanzhu1 {
  color: #FBFBFB;
}

.night-mode .btn-primary:hover,
.night-mode .btn-danger:hover,
.night-mode .btn-primary,
.night-mode .btn-danger {
  background-color: #242425 !important;
  border-color: #242425 !important;
}

.night-mode .btn-warning,
.night-mode .btn-warning:hover {
  background-color: #151515 !important;
  border-color: #151515 !important;
}

.night-mode .btn-success:hover,
.night-mode .btn-success {
  background-color: #424242 !important;
  border-color: #424242 !important;
}

.night-mode #banquan,
.night-mode .rijian,
.night-mode #about,
.night-mode #hezuo,
.night-mode .yejian,
.night-mode #hezuo {
  color: #DEDEDE;
}

.night-mode .icon-box {
  box-shadow: rgba(33, 33, 33, 0.75) 0 10px 10px -6px !important;
}

.night-mode .singleLink:hover img,
.night-mode .singleLink:hover span.icon-box {
  box-shadow: rgba(222, 222, 222, 0.75) 0 14px 12px -6px !important
}

.night-mode .tool-box a span {
  top: 0px;
}

.night-mode .footer-box {
  text-shadow: 0px 1px 1px #000;
}

.night-mode .btn-primary {
  background-color: #2a2a2b !important;
  border-color: #2a2a2b !important
}

.night-mode #logout-btn {
  background: #d00;
  color: #fff
}

.night-mode #logout-btn:hover {
  background: #a00 !important;
  color: #ddd;
  border-color: #a00 !important
}

@media screen and (min-width: 320px) and (max-width: 880px) {
  html {
    font-size: 625%;
  }

  body {
    padding-bottom: 1.8rem;
    background-position: top center;
    background-size: 100% auto
  }

  .logo-box {
    width: auto;
    height: auto;
    margin: .1rem auto 0;
  }

  .framework {
    width: 100%;
  }

  .header_wrap {
    width: .8rem;
    height: .8rem;
  }

  .header_img {
    margin: 0 auto;
  }

  .search {
    margin: 0;
    height: auto;
  }

  .search-wrapper {
    width: 100%;
    margin: .1rem auto .2rem;
  }

  .search-wrapper form {
    display: block;
    overflow: hidden;
    width: 2.8rem;
    margin: 0 auto
  }

  .button2,
  .search .button {
    border-radius: .2rem 0 0 .2rem;
    width: .6rem;
    height: .3rem;
    left: 0;
    font-size: .1rem
  }

  .search .button {
    border-radius: 0 .2rem .2rem 0;
  }

  #b-word {
    width: 1.6rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .12rem;
  }

  ul.recommonds>li {
    width: .8rem;
    height: .92rem;
    overflow: hidden;
  }

  .singleLink {
    width: 100%;
    height: .85rem;
    padding-top: .07rem
  }

  .singleLink:hover img,
  .singleLink:hover span.icon-box {
    box-shadow: rgba(33, 33, 33, 0.75) 0 .14rem .12rem -.06rem !important
  }

  .singleLink>.img-links2 {
    max-width: 100%;
  }

  .night-mode .singleLink:hover img,
  .night-mode .singleLink:hover span.icon-box {
    box-shadow: rgba(222, 222, 222, 0.75) 0 .14rem .12rem -.06rem !important
  }

  .text-links {
    width: 100%;
    margin-top: .13rem;
    font-size: .08rem;
  }

  ul>li img,
  ul>li span.icon-box {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .12rem;
  }

  ul>li img,
  ul>li span.icon-box {
    border-radius: .08rem;
  }

  span.del-flag {
    right: .1rem;
    top: 0;
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .1rem;
  }

  .footer-box {
    font-size: .1rem;
    line-height: .18rem;
    position: absolute;
    bottom: .05rem;
    padding: 0 .3rem;
  }

  .tool-box {
    min-width: .5rem;
    min-height: .5rem;
    position: fixed;
    right: .1rem;
    bottom: .3rem;
    width: .5rem;
  }

  .tool-box a {
    margin-top: .1rem;
    line-height: .5rem;
    font-size: .2rem;
    width: .5rem;
    height: .5rem;
  }

  .tool-box a span {
    line-height: .5rem;
  }

  .glyphicon-plus {
    left: .015rem;
  }

  .glyphicon {
    top: 0;
  }

  .tool-box.user-info {
    bottom: .3rem;
    left: .1rem;
  }

  .tool-box.manage a:nth-of-type(3) {
    bottom: 1.1rem;
  }

  .tool-box.manage a:nth-of-type(4),
  .tool-box.manage a:nth-of-type(2) {
    bottom: .55rem;
  }

  #cancel-btn.act {
    right: .55rem;
  }

  #nightMode {
    font-size: .1rem;
  }
}

@keyframes shake-rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(7deg);
  }

  75% {
    transform: rotate(-7deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  font-size: 14px;
  font-family: Arial;
  color: #000;
}

body a:link,
body a:visited,
body a:active {
  text-decoration: none;
  color: #004398;
}

body a:hover {
  text-decoration: underline;
  color: #B33035;
}

table {
  font-size: 13px;
  font-family: Arial;
  color: #000;
}

img {
  border: 0px;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none
}

a:active {
  color: green;
  text-decoration: none
}

a:hover {
  color: red;
  text-decoration: underline
}

a.slv:link {
  color: #205001;
  cursor: hand;
  font-family: 宋体;
  text-decoration: none
}

a.slv:visited {
  COLOR: #205001;
  TEXT-DECORATION: none
}

a.slv:active {
  color: green;
  text-decoration: none
}

a.slv:hover {
  color: red;
  text-decoration: underline
}

form {
  margin: 0px;
}

ul,
li {
  list-style-type: none;
}

#title4 {
  width: 225px;
}

a#dp {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 14px;
  margin: 0;
  background: url("/images/ping.gif") no-repeat scroll 0 0 transparent;
  font-size: 12px;
  color: red;
  text-indent: -999999px;
  overflow: hidden;
}

a#dp:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

.myclass {
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  border: 0;
  float: left;
}

.top {
  width: 1000px;
  height: auto !important;
  min-height: 50px;
  *height: 50px;
  margin: 0px auto;
  border: 0;
}

.top_b {
  width: 1000px;
  height: 25px;
  margin: 0px auto;
  border: 0;
}

.top_b_1 {
  width: 1000px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
}

.top_1 {
  width: 1000px;
  height: 25px;
  border: 0px;
  margin-top: 1px;
  background-color: #f9f9f9;
  border-bottom: 1px #d4d4d4 solid;
}

.top_1_1 {
  float: left;
  width: 490px;
  height: 25px;
  border: 0;
  margin-left: 10px;
  display: inline;
  line-height: 25px;
  font-size: 12px
}

.top_1_1 ul {
  display: inline;
  float: left
}

.top_1_2 {
  float: right;
  width: 448px;
  height: 25px;
  border: 0;
}

.top_1_2_1 {
  width: 55px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  border: 0;
  float: left;
}

.top_1_2_2 {
  width: 90px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  border: 0;
  float: left;
}

.top_1_2_3 {
  width: 130px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  border: 0;
  float: left;
}

.top_1_2_4 {
  width: 70px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  border: 0;
  float: left;
}

.top_1_2_5 {
  width: 100px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  border: 0;
  float: left;
}

.top_2 {
  width: 1000px;
  height: auto !important;
  min-height: 50px;
  *height: 50px;
  border: 0;
  margin-top: 5px;
}

.top_2_1 {
  float: left;
  width: 200px;
  height: 70px;
  border: 0;
  margin-top: 15px;
}

.login {
  line-height: 25px;
  height: 25px;
  float: right;
  font-size: 12px
}

.login ul {
  display: inline;
  float: right
}

.line {
  width: 2px;
  height: 16px;
  overflow: hidden;
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  margin: 5px 2px 0px 2px;
  border-left: 1px solid #e3e3e3;
}

.top_2_2 {
  float: left;
  width: 800px;
  height: 87px;
  border: 0;
}

.top_2_2_1 {
  float: left;
  width: 500px;
  height: 87px;
  border: 0;
  margin-left: 50px;
  display: inline;
}

.top_2_2_1 img {
  display: none;
}

.top_2_2_2 {
  float: left;
  width: 250px;
  height: 87px;
  border: 0;
}

.top_2_2_2_1 {
  float: left;
  width: 250px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border: 0;
  margin-top: 26px;
  font-size: 12px;
}

.top_2_2_2_1 span {
  cursor: pointer;
  color: #FF0000;
}

.top_ad {
  width: 1000px;
  margin: 0px auto;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
}

.top_3 {
  width: 450px;
  height: 21px;
  border: 0;
  margin-top: 5px;
}

.top_3_1 {
  float: left;
  width: 34px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  border: 0;
}

.top_3_2 {
  float: left;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
}

.top_3_3 {
  float: left;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  margin-right: 20px;
}

.top_4 {
  width: 455px;
  height: 60px;
  border: 0px;
}

.top_4_1 {
  width: 455px;
  height: 35px;
  border: 0;
  float: left;
}

.top_4_1_1 {
  position: absolute;
  width: 445px;
  height: 35px;
  margin-left: 0px;
  border: 0;
  z-index: 150;
}

.top_4_1_1 iframe {
  margin-top: 5px;
}

.top_4_1_1 div {
  float: left;
}

.top_4_1_1 img {
  margin-top: 7px;
  margin-right: 5px;
}

.top_4_1_1 input {
  margin-top: 5px;
  margin-right: 5px;
}

.top_4_2 {
  width: 455px;
  height: 25px;
  border: 0;
  float: left;
}

.top_4_2_1 {
  position: absolute;
  width: 445px;
  height: 25px;
  margin-left: 0px;
  border: 0;
  line-height: 25px;
}

.top_4_2_1 iframe {
  margin-top: 5px;
}

.top_4_2_1 div {
  float: left;
}

.top_4_2_1 img {
  margin-top: 7px;
  margin-right: 5px;
}

.top_4_2_1 input {
  margin-right: 5px;
}

.top_Preferences {
  width: 1000px;
  height: auto !important;
  min-height: 50px;
  *height: 50px;
  border: 0;
  margin-top: 5px;
}

.top_Preferences_1 {
  width: 1000px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}

.top_Preferences_1_1 {
  float: left;
  width: 90px;
  margin-left: 5px;
  display: inline;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  background-color: #E9FFEA;
  border: 1px solid #ace;
  border-bottom: 0px;
  cursor: pointer;
}

.top_Preferences_1_2 {
  float: left;
  width: 90px;
  margin-left: 5px;
  display: inline;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #ace;
  border-bottom: 0px;
  cursor: pointer;
}

.top_Preferences_2 {
  width: 998px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
  border: 1px solid #ace;
}

.top_Preferences_2_1 {
  width: 998px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
  border: 0;
}

.top_Preferences_2_2 {
  width: 998px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
  border: 0;
}

.top_Preferences_2_3 {
  width: 998px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
  border: 0;
}

.top_Preferences_2_c {
  width: 948px;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  border: 0;
}

.top_Preferences_2_c span {
  cursor: pointer;
}


.daohang {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  height: 40px;
  background-repeat: repeat-x;
  margin-top: 10px;
}

.daohang ul {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  height: 40px;
  background-image: url('../images/daohangbg.gif');
}

.daohang li {
  background-image: url('../images/daohangbg.gif');
  background-position: right -120px;
  float: left;
  background-repeat: no-repeat;
  padding-right: 2px;
  padding-left: 2px;
}

.daohang ul li a {
  color: #fff;
  font-size: 16px;
  font-family: "microsoft yahei";
  line-height: 40px;
  color: rgb(255, 255, 255);
  padding-left: 13px;
  padding-right: 13px;
  background-repeat: no-repeat;
  height: 40px;
  display: block;
  float: left;
}

.daohang .frist {
  border: 0px;
  background-image: url('../images/daohangbg_current.gif');
  text-decoration: none;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.daohang a:hover {
  font-weight: bolder;
  background-image: url('../images/daohangbg_current.gif');
}

.Marquee {
  width: 905px;
  margin: 0px auto;
  height: 125px;
  margin-top: 10px;
  border: 0px;
}

.LMarquee {
  float: left;
  width: 30px;
  height: 115px;
  cursor: pointer;
  background: url(/images/leftb.gif) 2px 33px no-repeat;
}

.RMarquee {
  float: right;
  width: 30px;
  height: 115px;
  cursor: pointer;
  background: url(/images/rightb.gif) 2px 33px no-repeat;
}

.CMarguee {
  overflow: hidden;
  width: 840px;
  height: 115px;
  float: left;
}

.CMarguee_info {
  float: left;
  width: 135px;
  height: 115px;
  margin-left: 5px;
  display: inline;
}

.CMarguee_info img {
  width: 110px;
  height: 31px;
  border: 0px;
  margin-left: 11px;
  margin-top: 29px;
  display: inline;
}

.CMarguee_info_1_1 {
  width: 133px;
  height: 88px;
  border: 1px solid #6FBA2C;
  background-color: #F7FCF5;
}

.CMarguee_info_1_2 {
  width: 133px;
  height: 88px;
  border: 1px solid #B5D4D7;
  background-color: #F0FAFA;
}

.CMarguee_info_1_4 {
  width: 133px;
  height: 88px;
  border: 1px solid #ace;
  background-color: #FAFBFD;
}

.CMarguee_info_1_5 {
  width: 133px;
  height: 88px;
  border: 1px solid #D9E9F8;
  background-color: #F0F5FB;
}

.CMarguee_info_1_6 {
  width: 133px;
  height: 88px;
  border: 1px solid #E1E1E1;
  background-color: #F5F5F5;
}

.CMarguee_info_1_7 {
  width: 133px;
  height: 88px;
  border: 1px solid #F5BAD0;
  background-color: #FFF5F9;
}

.CMarguee_info_1_8 {
  width: 133px;
  height: 88px;
  border: 1px solid #A8B4DA;
  background-color: #F4F5FA;
}

.CMarguee_info_1_9 {
  width: 133px;
  height: 88px;
  border: 1px solid #FFCA58;
  background-color: #FFFCED;
}

.CMarguee_info_2 {
  width: 135px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
}

.select_search {
  width: 900px;
  margin: 0px auto;
  height: auto !important;
  min-height: 20px;
  *height: 20px;
}

.select_search_1 {
  float: left;
  width: 900px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: left;
}

.select_search_2 {
  float: left;
  width: 900px;
  height: auto !important;
  min-height: 20px;
  *height: 20px;
}

.select_search_2_1 {
  float: left;
  width: 900px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
  line-height: 25px;
  vertical-align: middle;
}

.select_search_2_1_1 {
  float: left;
  width: 100px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
}

.select_search_2_1_2 {
  float: left;
  width: 800px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
  line-height: 25px;
  vertical-align: middle;
}

.select_search_2_1_2 ul {
  float: left;
  width: 800px;
  margin-left: 0px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}

.select_search_2_1_2 ul li {
  float: left;
  width: 100px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}

.top_web {
  width: 900px;
  margin: 0px auto;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
}

.top_web_t {
  width: 900px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.top_web_t strong {
  padding-left: 20px;
  font-size: 14px;
}

.top_web_c {
  width: 900px;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
}

.top_web_c_1 {
  float: left;
  width: 420px;
  margin-left: 20px;
  display: inline;
  height: 30px;
}

.top_web_c_1_1 {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.top_web_c_1_2 {
  float: left;
  width: 45px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.top_web_c_1_3 {
  float: left;
  width: 120px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.top_web_c_1_3 input {
  width: 110px;
}

.top_web_c_1_4 {
  float: left;
  width: 45px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.top_web_c_1_5 {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.top_web_c_1_5 input {
  width: 170px;
}

.top_search {
  width: 1000px;
  margin-top: 5px;
  border: 0;
  height: auto !important;
  min-height: 20px;
  *height: 20px;
}

.top_input {
  width: 355px;
  height: 28px;
  line-height: 28px;
  border: 2px solid rgb(13, 126, 187);
}

.top_button {
  line-height: 32px;
  width: 70px;
  text-align: center;
  height: 32px;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
  border: medium none;
  background: url('../images/topsearch_buttonbg.gif') no-repeat scroll 0px 0px transparent;
}

.input3 {
  width: 120px;
  line-height: 15px;
  height: 15px;
}

.input3a {
  width: 120px;
  line-height: 20px;
  height: 20px;
}

.input4 {
  width: 80px;
  line-height: 15px;
  height: 15px;
}

.input4a {
  width: 120px;
  line-height: 20px;
  height: 20px;
}

.input5 {
  width: 60px;
  line-height: 15px;
  height: 15px;
}

.webclass {
  width: 750px;
  height: 27px;
  border: 0;
  font-size: 13px;
  line-height: 27px;
  vertical-align: middle;
  clear: both;
}

.webclass_c {
  width: 730px;
  margin: 0px auto;
}

.webclass_c a {
  float: left;
  margin-right: 20px;
  line-height: 27px;
  vertical-align: middle;
}

.kuzhan {
  width: 1000px;
  height: 20px;
  margin: 0px auto;
  border: 0;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

.kuzhan a {
  color: #787878;
}

.main {
  width: 1000px;
  height: 962px;
  height: 962px !important;
  margin: 0px auto;
  border: 0;
  margin-top: 5px;
  clear: both;
  display: block;
  z-index: 60;
}

.left {
  position: absolute;
  width: 238px;
  height: 960px;
  height: 960px !important;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #ace;
  background-color: #fff;
}

/*.left1{ width:188px; height:22px; border:0; border-bottom:0px solid #7DC7ED; background:#EDFAFF;}
.left1_1{ width:188px; height:21px; line-height:21px; float:left;margin-top:1px; margin-left:1px; font-size:13px; color:#008CD3;background:url(../images/in03.gif) repeat-x; text-indent:10px; letter-spacing:2px; border-bottom:1px solid #B0F09B;}*/
.left2 {
  width: 238px;
}

.left2_1 {
  width: 230px;
  border: 0;
}

.left2_1_1 {
  font-size: 14px;
  font-weight: bold;
  color: #01439A;
  width: 180px;
  text-indent: 15px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: 0;
  float: left;
}

.left2_1_2 {
  width: 230px;
}

.left2_1_2_1 {
  width: 76px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  float: left;
  border: 0;
  white-space: nowrap;
  margin-top: 5px;
}

.left2_1_2_2 {
  width: 230px;
  text-indent: 15px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  vertical-align: middle;
  float: left;
  border: 0;
  white-space: nowrap;
  margin-top: 5px;
}

.left2_1_3 {
  width: 76px;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  float: left;
  border: 0;
  white-space: nowrap;
  margin-top: 5px;
  margin-left: 7px;
}

/*.left2_2{ width:142px; margin-left:10px; height:8px; line-height:8px; font-size:0; border:0; border-bottom:1px solid #7DC7ED; float:left;}*/

.right {
  position: absolute;
  width: 750px;
  height: 962px;
  margin-bottom: 5px;
  margin-left: 250px;
  margin-top: 0px;
  border: 0;
}

.right_1 {
  width: 748px;
  height: 186px;
  border: 1px solid #D9E9F8;
}

.right_1_2_1 {
  width: 748px;
  height: 25px;
  border: 0;
  margin-top: 1px;
  background: #F0F5FB;
  color: #01439A;
  font-size: 14px;
  line-height: 25px;
  float: left;
  text-indent: 20px;
  font-weight: bold;
}

.right_2 {
  width: 748px;
  height: 155px;
  border: 0;
  font-size: 14px;
  float: left;
  margin-top: 5px;
}

.right_2_1 {
  width: 145px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  border: 0;
  float: left;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  margin-left: 3px;
}

.right_2_1 a {
  font-size: 15px;
}

.right_2_2 {
  width: 145px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  border: 0;
  float: left;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  margin-left: 3px;
}

.right_2_2 a {
  font-size: 15px;
}

/*.right_2_2{	position:absolute; margin-left:219px; margin-top:87px; width:300px; height:75px; border:0;}
.right_2_2_1{width:400px; height:29px; line-height:29px; vertical-align:middle; text-align:center; border:0;}
.right_2_2_2{width:400px; height:29px; line-height:29px; vertical-align:middle; text-align:center; border:0;}
.right_2_2_3{width:400px; height:29px; line-height:29px; vertical-align:middle; text-align:center; border:0;}
.right_2_3{ width:728px; height:29px; line-height:29px; vertical-align:middle; text-align:right; border:0; font-size:14px; float:left;}*/
.right_3 {
  width: 750px;
  height: 27px;
  border: 0;
  font-size: 13px;
  line-height: 27px;
  vertical-align: middle;
  text-align: center;
  clear: both;
}

.right2 {
  width: 100%;
  height: 100%;
  margin-top: auto;
  border: 1px solid #D9E9F8;
}

.right_3a {
  margin-top: 1px;
  width: 100%;
  height: 25px;
  border: 0;
  line-height: 25px;
  background: #eff5fb;
  float: left;
  text-indent: 0px;
  font-weight: bold;
  color: #01439A;
  font-size: 14px;
}

.right_4 {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 14px;
  float: left;
}

.right_4_1 {
  overflow: hidden;
  margin: 0px auto;
  height: 30px;
  background: #FFFFFF;
  border: 0;
}

.right_4_1_1 {
  width: 86px;
  height: 30px;
  border: 0;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  color: #A60514;
}

.right_4_1_1 a:link,
.right_4_1_1 a:visited,
.right_4_1_1,
a:active {
  text-decoration: none;
  color: #A60514;
}

.right_4_2_1 a:link,
.right_4_2_1 a:visited,
.right_4_2_1 a:active {
  text-decoration: none;
  color: #A60514;
}

.right_4_1_1 a:hover {
  text-decoration: underline;
  color: #B33035;
}

.right_4_1_2 {
  height: auto;
  border: 0;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
}

.right_4_1_3 {
  width: 66px;
  height: 30px;
  border: 0;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.right_4_2 {
  overflow: visible;
  margin: 0px auto;
  height: auto;
  background: #F0F5FB;
  border: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.right_4_2_1 {
  width: 86px;
  height: 30px;
  border: 0;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  color: #A60514;
}

.right_4_2_1 a:hover {
  text-decoration: underline;
  color: #B33035;
}

.right_4_2_2 {
  width: 582px;
  height: 30px;
  border: 0;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  text-align: left;
}

.right_4_2_3 {
  width: 66px;
  height: 30px;
  border: 0;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

/* #sLoginBG{position:absolute; z-index:100; left:0px; top:0px; width:100%;height:expression(eval(document.documentElement.scrollHeight)); background-color:#999999;filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5;} */
#sLoginFrame {
  margin: 0px auto;
  width: 800px;
  height: 580px;
  border: 2px solid #7DC7ED;
  background-color: #FFFFFF;
  z-index: 99;
  top: 150px;
}

#sLogin {
  margin: 0px auto;
  width: 800px;
  height: 580px;
  border: 2px solid #7DC7ED;
  background-color: #FFFFFF;
  z-index: 101;
  top: 150px;
}

.sLogin_1 {
  width: 800px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
}

.sLogin_per {
  width: 800px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
}

.sLogin_2 {
  width: 770px;
  height: 320px;
  margin-left: 14px;
  border: 1px solid #8AB78A;
}

.sLogin_2_1 {
  color: #346F0E;
  background: #D9EDDA;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 10px;
}

.sLogin_2_2 {
  width: 768px;
  height: 300px;
  border: 1px solid #C5D5C5;
}

.sLogin_2_2_1 {
  margin-left: 59px;
  width: 650px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
}

.sLogin_2_2_1_1 {
  width: 60px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
  float: left;
}

.sLogin_2_2_1_2 {
  width: 200px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
  float: left;
}

.sLogin_2_2_1_2 input {
  width: 180px;
  height: 20px;
}

.sLogin_2_2_1_3 {
  width: 60px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
  float: left;
}

.sLogin_2_2_1_4 {
  width: 300px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
  float: left;
}

.sLogin_2_2_1_4 input {
  width: 280px;
  height: 20px;
}

.sLogin_3 {
  width: 800px;
  line-height: 30px;
  vertical-align: middle;
  border: 0;
}

.sLogin_3_1 {
  width: 600px;
  height: 30px;
  line-height: 30px;
  margin-left: 80px;
  vertical-align: middle;
  border: 0;
}

.sLogin_3_2 {
  width: 600px;
  line-height: 30px;
  margin-left: 100px;
  vertical-align: middle;
  border: 0;
}

.sLogin_3_2_1 {
  width: 600px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: 0;
}

#Layer {
  font-size: 13px;
  line-height: 22px;
}

#mySite {
  width: 600px;
  line-height: 30px;
  vertical-align: middle;
  border: 0;
}

#mySite div {
  width: 120px;
  line-height: 30px;
  vertical-align: middle;
  border: 0;
  float: left;
}

.sLogin_4 {
  width: 800px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  border: 0;
}

.cLogin {
  width: 800px;
  height: 30px;
  line-height: 30px;
  border: 0;
}

.cLogin_1 {
  margin-left: 360px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  border: 0;
  cursor: pointer;
}

.input1 {
  width: 140px;
  color: #555;
  font-size: 14px
}

.input2 {
  width: 100px;
}

.gray {
  color: #999;
}

/*.bottom_1_1{ 
width:155px; height:295px; line-height:295px; 
border-bottom:1px solid #AACCEE; font-size:14px; 
border-top:1px solid #AACCEE; 
border-right:1px solid #AACCEE;
border-left:1px solid #AACCEE; 
float:left;
margin-left:5px; 
margin-top:0px;
background:#F2F9FF;overflow: hidden; margin:0px auto;}
.bottom_1_1 div{ margin-left:5px;margin-right:5px; width:150px; height:32px; line-height:32px; vertical-align:middle; border:0;}
.bottom_1_1 div a{ float:left; font-size:14px; width:75px; display:block;}
.bottom_1_1 span{font-size:14px; line-height:25px; height:25px;vertical-align:middle; font-weight:bold; color:#0669CC; width:150px;float:left; margin:0px auto; border-bottom:1px solid #AACCEE; background:#ffffff;}*/


.bottom {
  width: 1000px;
  margin: 0px auto;
  margin-top: 3px;
  border: 0;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
}

.bottom_1 {
  width: 998px;
  height: 70px;
  margin-top: 3px;
  border: 1px solid #ace;
}

.bottom_1_1 {
  width: 998px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px dotted #CCCCCC;
}

.bottom_1_1 div {
  margin-left: 10px;
  width: 938px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 0;
}

.bottom_1_1 span {
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: bold;
  color: #01439A;
}

.bottom_1_2 {
  width: 998px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 0;
}

.bottom_1_2 div {
  margin-left: 10px;
  width: 938px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 0;
}

.bottom_1_2 span {
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: bold;
  color: #01439A;
}

.bottom_2 {
  width: 998px;
  height: 72px;
  margin-top: 3px;
  border: 1px solid #ace;
}

.bottom_2_1 {
  width: 978px;
  padding-left: 10px;
  padding-right: 10px;
  height: 72px;
  line-height: 36px;
  vertical-align: middle;
  border: 0;
}

.bottom_2_1 span {
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
  font-weight: bold;
  color: #01439A;
}

.bottom_3 {
  width: 998px;
  margin-top: 3px;
  border: 0;
  height: auto !important;
  min-height: 25px;
  *height: 25px;
}

.bottom_3_1 {
  width: 998px;
  height: 32px;
  border: 0;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.bottom_3_2 {
  width: 998px;
  height: 32px;
  border: 0;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
}

.bottom_3_3 {
  width: 600px;
  margin: 3px auto;
  height: 35px;
  border: 0;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
}

.bottom_3_3_1 {
  float: left;
  height: 35px;
}

.bottom_3_3_1 img {
  height: 35px;
}

.bottom_3_3_2 {
  float: left;
  margin-left: 5px;
  display: inline;
  height: 35px;
}

.bottom_3_3_2_1 {
  float: left;
  height: 35px;
}

.bottom_3_3_3 {
  float: left;
  margin-left: 5px;
  display: inline;
  height: 35px;
}

.reg_top {
  width: 1000px;
  height: 30px;
  margin: 0px auto;
  border: 0;
  line-height: 30px;
  vertical-align: middle;
}

.reg_top2 {
  width: 1000px;
  height: 69px;
  margin: 0px auto;
  border: 0;
}

.reg_main {
  width: 998px;
  height: 600px;
  margin: 0px auto;
  margin-top: 3px;
  border: 1px solid #7DC7ED;
}

.reg_main_1 {
  width: 998px;
  width: 958px !important;
  height: 30px;
  border: 0;
  background: #7DC7ED;
  padding-left: 10px;
  line-height: 30px;
  vertical-align: middle;
}

.reg_main_2 {
  width: 998px;
  width: 938px !important;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.reg_main_3 {
  width: 700px;
  height: 129px;
  border: 0;
  margin-left: 169px;
}

.reg_input {
  width: 225px;
  height: 18px;
}

.reg_main_3_1 {
  width: 700px;
  height: 30px;
  border: 0;
  line-height: 30px;
  margin-top: 10px;
  vertical-align: middle;
}

.reg_main_3_2 {
  width: 700px;
  height: 30px;
  border: 0;
  line-height: 30px;
  vertical-align: middle;
}

.reg_main_3_3 {
  width: 700px;
  height: 30px;
  border: 0;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

/*baidu搜索*/
#sb-container {
  float: left;
  height: 35px;
}

#search_center {
  float: left;
  height: 35px;
}

#sugOut {
  position: relative;
}

.search_btn {
  float: left;
  height: 35px;
}

#sugOut #sug {
  position: absolute;
  z-index: 9999;
  float: left;
  left: 0;
  top: 0;
  border: 1px solid #817F82;
  display: none;
}

#sugOut #sug td {
  line-height: 22px;
  height: 22px;
  padding-left: 3px;
  font: 14px verdana;
}

.mo td {
  background-color: #36c;
  color: #fff;
}

.ml td {
  border: 0 solid #fff;
  background-color: #fff;
  color: #000;
}

#sug_t a:link,
#sug_t a:visited,
#sug_t a:hover {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  width: 100%;
  display: block;
}

/*淘宝搜索*/
body,
div,
ul,
ol,
li,
form,
input,
button {
  margin: 0;
  padding: 0;
}

.hover .more-servers-list {
  display: block;
}

.search-img {
  height: 20px;
  float: left;
}

.search-box {
  height: 20px;
  float: left;
}

.search-box ul.select-search {
  position: relative;
  margin: 0px auto;
  clear: both;
  width: 225px;
  padding: 0 0 0 2px;
  height: 20px;
  overflow: hidden;
  display: none;
}

.search-box ul.select-search li.selected {
  margin-left: -2px;
}