/*--右侧导航--*/
.float-tools {
  font-family: "微软雅黑";
  position: fixed;
  z-index: 999;
  width: 60px;
  right: 10px;
  bottom: 10px;
}
.float-tools .tool-item {
  padding: 0px 0px 5px 5px;
}
.float-tools .tool-item a.fl-item {
  display: block;
  background-color: #00a0e9;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.float-tools .tool-qq {
  position: relative;
}
.float-tools .tool-qq .fl-qq-list {
  display: none;
  position: absolute;
  background-color: #00a0e9;
  width: 199px;
  height: 226px;
  top: -170px;
  left: -199px;
}
.float-tools .tool-qq:hover .fl-qq-list {
  display: block;
}
.float-tools .tool-two {
  position: relative;
}
.float-tools .tool-two .fl-tool-two {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: -144px;
  left: -200px;
}
.float-tools .tool-two:hover .fl-tool-two {
  display: block;
}
.float-tools .fl-qq-list .titZx {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  padding: 5px;
  margin: 0px;
  text-align: center;
  font-weight: bolder;
  color: #ffffff;
}
.float-tools .fl-qq-list ul {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.float-tools .fl-qq-list ul li {
  line-height: 36px;
  height: 36px;
  border-bottom: solid 1px #00a0e9;
  overflow: hidden;
  font-size: 14px;
  padding: auto;
  padding-left: 5px;
}
.float-tools .fl-qq-list ul li span {
  color: #777;
  width: 80px;
  display: inline-block;
  margin-left: 5;
  margin-right: 5px;
}
.float-tools .fl-qq-list ul li a {
  color: #777777;
}
.float-tools .fl-qq-list ul li img {
  vertical-align: middle;
}
.h-head-top {
  background-color: #285e7a;
}
.h-footer {
  background-color: #fff;
}
.h-head-bottom {
  border-bottom: 4px solid #285e7a;
}
.parcel-search {
  background-color: #fff;
}
.banner-bxslider {
  height: 600px;
}
.banner-bxslider .bx-wrapper {
  height: 600px;
}
.h-head .hd-list ul li a.selected {
  border-bottom: 3px solid #285e7a;
  color: #285e7a;
}
.h-footer .wechat ul .chat-1 {
  color: #000;
  font-size: 14px;
}
.parcel-search .find .form-control {
  border-color: #285e7a;
}
.parcel-search .btu-p-search {
  color: #fff;
  background-color: #285e7a;
  border-color: #285e7a;
}
.parcel-search .btu-p-search:hover {
  background-color: #fff;
  color: #285e7a;
}
.parcel-search .title {
  width: 150px;
}
.parcel-search .find {
  width: 950px;
}
.float-tools .tool-item a.fl-item {
  background-color: #6c4f96;
}
.float-tools .tool-qq .fl-qq-list {
  background-color: #6c4f96;
}
.float-tools .fl-qq-list ul li span {
  background-color: #fff;
  color: #285e7a;
}
.float-tools .tool-qq .fl-qq-list h3 {
  color: #fff;
}
.float-tools .fl-qq-list ul li {
  border-bottom: solid 1px #285e7a;
}
/* 修改样式吴金根 */
.h-mian-top-new{
  width:100%;
  min-width:100%;
  max-width:100%;
  padding-right: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.h-head-bottom-new{
  width:100%;
}
.h-head-bottom-new .h-mian{
    width:100%;
    min-width:100%;
    max-width:100%;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.h-head-bottom-new.h-head .hd-logo{
    left: 10px;
    overflow: hidden;
}
.h-head-bottom-new.h-head .hd-list{
  position: static;
  padding-left: 190px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}