/* app download */
blockquote,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}
.loginbar-container {
  background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, white 100%);
  background-image: linear-gradient(to top, #f1f1f1 0%, white 100%);
  border-bottom: 1px solid #dadada;
}

.loginbar {
  height: 34px;
  width: 1170px;
  margin: 0 auto;
}

.loginbar-welcome {
  float: left;
}

.loginbar-welcome p {
  line-height: 34px;
  color: #666;
  margin: 0;
}

.loginbar-nav {
  float: right;
}

.loginbar-nav .item {
  float: left;
  position: relative;
  padding-top: 2px;
}

.loginbar-nav .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 12px;
  background: #dedede;
  top: 50%;
  margin-top: -6px;
}

.loginbar-nav .item .hd {
  line-height: 23px;
  font-size: 0;
  border: 1px solid transparent;
  position: relative;
  height: 25px;
  padding: 0 10px;
}

.loginbar-nav .item .hd i,
.loginbar-nav .item .hd span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 25px;
}

.loginbar-nav .item .hd span {
  padding-right: 2px;
  font-size: 12px;
}

.loginbar-nav .item .hd i {
  width: 20px;
  height: 18px;
}

.loginbar-nav .item .hd .icon-down {
  background: url("../img/down.png") no-repeat center center;
}

.loginbar-nav .item .hd .icon-xiaochengxu {
  background: url("../img/xiaochengxu.png") no-repeat center center;
  margin-right: 4px;
}

.loginbar-nav .item .hd .icon-weixin {
  background: url("../img/weixin.png") no-repeat center center;
  margin-right: 4px;
}

.loginbar-nav .item .bd {
  position: relative;
  position: absolute;
  left: 0;
  top: 27px;
  padding: 5px;
  border-top: 1px solid #f3f3f3;
  border: 1px solid #dfdfdf;
  box-shadow: 0 1px 2px #ccc;
  display: none;
}

.loginbar-nav .item .item-xiaochengxu {
  width: 110px;
  min-height: 110px;
  padding: 0px;
}
.loginbar-nav .item .item-xiaochengxu img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100px;
  height: 100px;
}

.loginbar-nav .item .item-weixin {
  width: 110px;
  min-height: 110px;
  padding: 0px 0px 0px 0px;
}

.loginbar-nav .item .item-weixin img {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100px;
  height: 100px;
}

.loginbar-nav .item .item-weixin h3 {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.loginbar-nav .item .item-weixin p {
  margin-top: 5px;
}

.loginbar-nav .item .item-tools {
  width: 320px;
  padding: 5px 10px;
  left: 50%;
  margin-left: -160px;
}

.loginbar-nav .item .item-tools li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 38px;
  height: 38px;
}

.loginbar-nav .item .item-tools li a {
  color: #666;
}

.loginbar-nav .item .item-tools li:last-child {
  border-bottom: none;
}

.loginbar-nav .item .item-tools li .add-desktop {
  margin-right: 5px;
}

.loginbar-nav .item .item-tools li span {
  width: 200px;
  float: left;
  line-height: 38px;
  overflow: hidden;
  height: 38px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.loginbar-nav .item .item-tools li img {
  float: right;
  margin-top: 7px;
}

.loginbar-nav .item .item-nav {
  width: 260px;
  padding: 5px 10px;
  left: 50%;
  margin-left: -130px;
}

.loginbar-nav .item .item-nav li a {
  color: #666;
}

.loginbar-nav .item .item-nav li span {
  margin: 0 5px;
}

.loginbar-nav .item:last-child:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.loginbar-nav .active .hd {
  z-index: 5;
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid transparent;
  background: #fff;
}

.loginbar-nav .active .hd .icon-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loginbar-nav .active .bd {
  z-index: 4;
  background: #fff;
  display: block;
}

.m-header {
  margin: 0 auto;
  width: 1175px;
  height: 100px;
}

.m-header-brand {
  float: left;
  width: 270px;
  text-align: center;
  line-height: 100px;
}

.m-header-brand img {
  vertical-align: middle;
}

.m-header-search {
  float: left;
  width: 456px;
  height: 41px;
  overflow: hidden;
  border-color: #1892e8;
  border-radius: 5px;
  border: 2px solid #1892e8;
  box-shadow: none;
  margin-top: 30px;
  margin-left: 50px;
}

.m-header-search input {
  width: 400px;
  height: 37px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  line-height: 17px;
  float: left;
  border:none;
}

.m-header-search input::-webkit-input-placeholder {
  color: #000;
}

.m-header-search input::placeholder {
  color: #000;
}

.m-header-search button {
  border-color: #1892e8;
  height: 37px;
  width: 52px;
  background-color: #1892e8;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0;
  float: right;
  border: none;
  cursor: pointer;
}

.m-header-online {
  float: left;
  text-align:center;
  line-height:100px;
  margin-left:60px;
}

.m-header-online img {
  vertical-align: middle;
}

/*# sourceMappingURL=maps/new.css.map */
